@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700&subset=greek");
.aui body, html.aui {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.aui button:focus, .aui .taglib-icon:focus {
  outline: 0; }

iframe {
  border: none; }

a, a span, button, .aui .extLinksContainer img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.aui ::selection {
  background: #d2232a !important; }

.aui .portlet-asset-publisher .asset-content, .aui .portlet-asset-publisher .asset-summary, .aui .portlet-asset-publisher .asset-title, .aui .portlet-asset-publisher .header-title, .aui .portlet-asset-publisher li.title-list, .aui .portlet-blogs .entry-body, .aui .portlet-blogs .entry-title, .aui .portlet-blogs .header-title, .aui .portlet-journal-content .journal-content-article, .aui .portlet-message-boards .header-title, .aui .portlet-message-boards .thread-body, .aui .navbar .nav li > a {
  word-break: normal;
  word-break: normal; }

.portlet-asset-publisher .asset-full-content .asset-content {
  margin-right: 25px !important; }

.aui h1, .aui h2, .aui h3, .aui h4, .aui h5 {
  font-family: 'Open Sans Condensed', sans-serif; }

.aui h2 {
  font-size: 1.875rem; }

.aui h3 {
  font-size: 1.25rem; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex; }

.wrap {
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.order1 {
  order: 1; }

.order2 {
  order: 2; }

.order3 {
  order: 3; }

.aui a:hover, .aui a:active, .aui a:focus {
  text-decoration: none !important;
  color: #d43037; }

.aui .hamburger {
  display: none !important; }

.aui .dockbar > .navbar-inner, .super-global-container {
  max-width: 2400px; }

body.fixedMenu {
  padding-top: 62px; }

.aui body.fixedMenu #navigation {
  position: fixed;
  z-index: 1000;
  top: 0; }

.aui #navigation .navbar-inner, .aui #navigation2 .navbar-inner {
  box-shadow: none; }

.aui #navigation2 .navbar-inner {
  border-width: 0;
  min-height: 36px;
  background: 0;
  padding: 0; }

.aui #navigation, .aui #navigation2 {
  float: none;
  width: 100%; }

.aui .navbar .nav {
  left: auto;
  float: none;
  margin: auto;
  width: auto;
  max-width: 2400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -o-justify-content: center;
  justify-content: center; }

.aui header {
  border-top: solid 8px #d2232a; }

.aui header.portlet-topper {
  border-top: none; }

.aui header#banner #navigation ul.nav > li, .aui header#banner #navigation2 ul.nav > li {
  line-height: auto; }

.aui #heading, .aui #heading img {
  width: 100% !important;
  height: auto; }

.aui h1.site-title {
  margin: 0px !important;
  padding: 0px; }

.aui header#banner {
  margin-bottom: 0px;
  border-bottom: none 0px;
  min-height: auto; }

.aui header#banner h1.site-title a {
  line-height: normal;
  width: 100%; }

.aui header#banner h1.site-title img {
  max-height: auto; }

.aui #wrapper {
  max-width: 1270px;
  margin: auto;
  background: transparent;
  position: static; }

.aui .mainnavbar {
  width: 100%;
  max-width: 2400px;
  margin: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.3vw;
  font-weight: 300; }

.aui .mainnavbar li {
  text-align: center;
  flex-grow: 1; }

.aui .mainnavbar li li {
  text-align: left; }

.aui header#banner #navigation ul.nav > li, .aui header#banner #navigation2 ul.nav > li {
  font-family: 'Open Sans Condensed', sans-serif; }

.aui .navbar.mynavbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.aui #navigation .navbar-inner, .aui #navigation2 .navbar-inner {
  min-height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }

.aui #navigation .navbar-inner > div, .aui #navigation2 .navbar-inner > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center; }

.aui #navigation .navbar-inner > div:first-child, .aui #navigation2 .navbar-inner > div:first-child {
  -webkit-box-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }

.aui #navigation .navbar-inner > div:last-child, .aui #navigation2 .navbar-inner > div:last-child {
  -webkit-box-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  o-justify-content: flex-end;
  justify-content: flex-end; }

.aui #navigation .navbar-inner li a, .aui #navigation2 .navbar-inner li a {
  color: #333; }

.aui #navigation .navbar-inner li a:hover, .aui #navigation2 .navbar-inner li a:hover {
  color: #831400; }

.aui #navigation .nav > li > a, .aui #navigation2 .nav > li > a {
  border-bottom: 0px none;
  padding: 0; }

.aui #navigation .mainnavbar {
  background: #fff;
  border: none 0px;
  box-shadow: 0px 1px 5px RGBA(0, 0, 0, 0.5);
  padding: 17px 10px;
  -webkit-box-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -o-justify-content: center;
  justify-content: center; }

.aui #navigation .mainnavbar > div, .aui #navigation .mainnavbar .nav {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }

.aui #navigation .mainnavbar .nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 5px 0px; }

.aui #navigation .mainnavbar .nav ul li, .aui .dropdown-menu > li > a,
.aui #navigation .mainnavbar .nav ul li, .aui .dropdown-menu > li > span {
  margin: 0px;
  padding: 3px 10px;
  text-decoration: none;
  line-height: 20px; }

.aui #navigation .mainnavbar .nav > li > ul > li > ul > li {
  margin-top: 1px;
  padding: 0px; }

.aui #navigation .mainnavbar .nav > li > ul > li > ul > li > a {
  color: #000;
  padding: 5px 10px;
  display: block;
  line-height: normal;
  border-bottom: solid 1px #eee; }

.aui #navigation .mainnavbar .nav > li > ul > li > a,
.aui #navigation .mainnavbar .nav > li > ul > li > span {
  font-size: 1.25rem;
  border: none 0px;
  border-bottom: dashed 1px #000;
  display: block;
  position: relative;
  color: #000; }

.aui .mainnavbar ul.child-menu ul.child-menu {
  font-size: 1rem; }

.aui #navigation .mainnavbar .nav > li > ul > li > a:hover,
.aui #navigation .mainnavbar .nav > li > ul > li > span:hover,
.aui #navigation .mainnavbar .nav > li > ul > li > ul > li > a:hover,
.aui #navigation .mainnavbar .nav li ul li ul li.selected a {
  background-color: #f3f3f3;
  color: #831400; }

.aui #navigation li[aria-selected="true"] > a, .aui #navigation .mainnavbar .nav li.selected > a {
  color: #831400; }

.aui #navigation .mainnavbar .selected a {
  color: #ad1217; }

.aui .navbar-inner::before, .aui .navbar-inner::after {
  display: none; }

.aui .navbar .nav > li {
  float: none; }

.aui .navbar .nav {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.aui #navigation .mainnavbar .nav li#layout_20, .aui #navigation .mainnavbar .nav li#layout_21, .aui #navigation .mainnavbar .nav li#layout_23, .aui #navigation .mainnavbar .nav li#layout_24, .aui #navigation .mainnavbar .nav li#layout_25, .aui #navigation .mainnavbar .nav li#layout_31, .aui #navigation .mainnavbar .nav li:empty {
  display: none; }

.aui #navigation .nav .dropdown-menu, .aui #navigation2 .nav .dropdown-menu {
  background: #e3e3e3;
  border-top: solid 5px #d2232a; }

.aui .mainnavbar li:last-child .dropdown-menu {
  right: 0 !important;
  left: auto; }

.aui #footer {
  padding-bottom: 0px; }

.aui #footer .scroll-to-top {
  float: none;
  position: absolute;
  right: 10px; }

.aui #footer .scroll-to-top {
  padding-right: 0px; }

.aui .cssDisplay, .aui .cloud h1, .aui h3.header-title {
  color: #010101;
  padding: 5px 8px;
  font-size: 1.875rem;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  line-height: 2rem;
  border-bottom: solid 5px #ccc;
  background-color: transparent; }

.aui div.taglib-header {
  border: none; }

.aui div.taglib-header .header-title {
  white-space: normal;
  overflow: visible; }

.aui label, .aui input, .aui button, .aui select, .aui textarea {
  font-size: 1rem;
  line-height: normal; }

.aui .portlet-topper .portlet-title {
  font-size: 1.875rem;
  line-height: 2rem; }

.portlet-title-text {
  overflow: visible; }

.aui .redHeader .cssDisplay,
.aui .redHeader h3.header-title,
.aui .cloud h1 {
  border-color: #d2232a; }

.aui .orangeHeader .cssDisplay {
  border-color: #c97b00; }

.aui .blueHeader .cssDisplay {
  border-color: #0084ff; }

.aui .grayHeader .cssDisplay {
  border-bottom: solid 5px #ccc; }

.aui .yellowHeader .cssDisplay {
  border-color: #faa61a; }

.aui .dailyPhoto .cssDisplay {
  border-bottom: solid 5px #d9c1bf;
  text-align: center;
  background-color: #f5f4ef;
  margin-bottom: 0px;
  padding-bottom: 8px; }

.aui .dailyPhoto .imgdescr {
  border-top: solid 5px #d9c1bf;
  text-align: center;
  background-color: #f5f4ef;
  margin-top: 0px;
  padding-bottom: 8px; }

.portlet-column-content.empty {
  padding: 0; }

.aui .row-fluid [class*="span"] {
  min-height: 10px; }

div.adviceContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex; }

div.adviceList {
  width: 50%;
  flex-grow: 1; }

a.advice {
  font-size: 1rem;
  display: block;
  margin: 0 .5em .5em; }

.aui #navigation2 .nav.social {
  padding-left: 13px; }

.aui #navigation2 .nav.social > li > a, .aui #navigation2 .nav.action > li > a {
  padding: 0 2px 0; }

.aui .contests .portlet-body h3 {
  color: #636363;
  text-align: left;
  line-height: normal;
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  border-top: solid 1px #636363;
  padding-top: 15px;
  margin-top: 20px; }

.aui .contests .portlet-body h2 + h3 {
  border-top: none 0px;
  padding-top: 10px;
  margin-top: 0px; }

.aui .portlet-body h3 + a {
  font-weight: 400;
  color: #636363;
  margin-left: 30px;
  padding-left: 30px;
  display: block;
  background-image: url("/business-theme/images/custom/pdf.png");
  background-repeat: no-repeat;
  background-position: left center; }

.aui .portlet-body h3 + a[href*="document_library_display"] {
  background-image: none;
  position: relative; }

.aui .portlet-body h3 + a[href*="document_library_display"]:before {
  position: absolute;
  left: 0px;
  top: 3px;
  content: "\f07c";
  font-size: 14px;
  font-family: 'fontawesome-alloy';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.aui .portlet-body h3 + a:hover {
  color: #d2232a; }

.aui .contests .portlet-body {
  padding-bottom: 20px;
  border-bottom: solid 1px #636363; }

.moreNews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0px; }

.moreNews > div {
  width: 48.5%;
  background-color: #f5f4ef;
  box-shadow: 1px 1px 2px RGBA(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.moreNewsText a {
  color: #d2232a;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.75rem;
  float: left; }

.moreNewsText .descr {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  float: left;
  margin-top: 5px; }

.moreNewsText .title,
.moreNewsText .title a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.80rem;
  font-weight: 600; }

.moreNewsText .title a {
  float: none;
  color: #333; }

.moreNewsText .title a:hover {
  color: #d43037; }

.commonLink {
  font-size: 1.2rem;
  color: #d2232a !important; }

.moreNewsBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex; }

.moreNewsText {
  padding-left: 10px; }

.moreNewsImage img {
  min-width: 155px;
  margin-right: 10px; }

.dateSymvanta {
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px; }

.adviceList {
  font-weight: 600;
  color: #000; }

.adviceList:hover {
  color: #d02430; }

.incidentRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.875rem;
  position: relative;
  border-bottom: dotted 1px #000;
  padding-bottom: 5px;
  margin-bottom: 6px; }

.incident {
  flex-grow: 1; }

.count {
  /*width: 20%;*/
  text-align: right; }

.aui .flyer {
  background-color: #ececec;
  text-align: center; }

.aui .flyer .portlet-borderless-container {
  padding: 0px; }

.aui .flyer h2 {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 18px;
  text-align: left; }

.aui .flyer a {
  float: right;
  margin-top: 8px;
  margin-bottom: 10px;
  margin-right: 10px; }

.aui .extLinksContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.aui .extLinksContainer > div {
  width: 47%;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; }

.aui .extLinksContainer > div:nth-last-child(2), .aui .extLinksContainer > div:last-child {
  margin-bottom: 0px; }

.aui .extLinksContainer img {
  width: 100%;
  height: auto;
  max-height: inherit; }

.aui .extLinksContainer span.h3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: RGBA(255, 0, 0, 0.6);
  line-height: 1.8rem;
  margin: 0px;
  padding: 5px 0px; }

.aui .extLinksContainer a:hover span.h3 {
  background: RGBA(255, 0, 0, 0.8); }

.aui .extLinksContainer a:hover img {
  -webkit-transform: rotate(90deg) scale(1.5);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(90deg) scale(1.5);
  /* Fx 3.5-15 */
  -ms-transform: rotate(90deg) scale(1.5);
  /* IE 9 */
  -o-transform: rotate(90deg) scale(1.5);
  /* Op 10.5-12 */
  transform: rotate(10deg) scale(1.5);
  /* Fx 16+, IE 10+ */
  margin: 0% 0 0 5%; }

.aui input[type="text"],
.aui input[type="password"],
.aui input[type="datetime"],
.aui input[type="datetime-local"],
.aui input[type="date"],
.aui input[type="month"],
.aui input[type="time"],
.aui input[type="week"],
.aui input[type="number"],
.aui input[type="email"],
.aui input[type="url"],
.aui input[type="search"],
.aui input[type="tel"],
.aui input[type="color"],
.aui .uneditable-input,
.aui .ui-inputtext,
.aui .ui-widget-content .ui-inputtext,
.aui .ui-widget-header .ui-inputtext {
  height: auto;
  line-height: normal;
  font-size: 1.125rem;
  /*margin: 0px;*/
  padding: 0px 10px;
  border: none 0px #000;
  border-bottom: solid 1px;
  color: #000;
  box-shadow: none !important; }

.aui .search input[type="text"],
.aui .search input[type="password"],
.aui .search input[type="datetime"],
.aui .search input[type="datetime-local"],
.aui .search input[type="date"],
.aui .search input[type="month"],
.aui .search input[type="time"],
.aui .search input[type="week"],
.aui .search input[type="number"],
.aui .search input[type="email"],
.aui .search input[type="url"],
.aui .search input[type="search"],
.aui .search input[type="tel"],
.aui .search input[type="color"],
.aui .search .uneditable-input {
  margin-left: 30px; }

.aui input, .aui button, .aui select, .aui textarea {
  font-family: 'Open Sans Condensed', sans-serif;
  border: none 0px;
  margin: 0px;
  padding: 0px; }

.aui button {
  background-color: #5a5a5a;
  color: #fff;
  text-shadow: none;
  background-image: none;
  font-weight: 600;
  font-size: 1.25rem;
  border-radius: 8px; }

.aui button.byteButton > .ui-icon {
  width: 1em;
  height: 1em;
  margin-top: -.5em; }

.aui form button {
  background-color: #eee;
  color: #5a5a5a;
  font-weight: 300 !important;
  border-radius: 0px; }

.aui .serviceCatalog form button {
  margin-top: -10px; }

.aui form button:active:before {
  color: #fff; }

.aui .search button {
  background-image: url("/business-theme/images/custom/search.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  background-color: transparent; }

.aui .search {
  margin-right: 10px;
  margin-top: 0px; }

a[data-tooltip] {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  position: relative;
  display: block !important; }

a[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 7px 15px;
  color: #fff;
  position: absolute;
  z-index: 20;
  white-space: nowrap;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #821500;
  text-shadow: none;
  height: inherit !important;
  line-height: 28px;
  bottom: -100%;
  left: 0px; }

a[data-tooltip]:hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #821500;
  bottom: 0px;
  z-index: 1000;
  left: 50%; }

.bottom a[data-tooltip]:hover:after {
  bottom: auto;
  top: -100%; }

.bottom a[data-tooltip]:hover:before {
  bottom: auto;
  top: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #821500;
  border-bottom: none; }

.mainnavbar a[data-tooltip]:hover:after {
  bottom: -50px; }

.mainnavbar a[data-tooltip]:hover:before {
  bottom: -8px; }

.aui .mainnavbar a[title]:hover:after, .aui .mainnavbar a[title]:hover:before {
  display: none; }

.aui input[type="color"]:focus,
.aui input[type="date"]:focus,
.aui input[type="datetime"]:focus,
.aui input[type="datetime-local"]:focus,
.aui input[type="month"]:focus,
.aui input[type="number"]:focus,
.aui input[type="password"]:focus,
.aui input[type="text"]:focus,
.aui input[type="time"]:focus,
.aui input[type="week"]:focus,
.aui input[type="email"]:focus,
.aui input[type="url"]:focus,
.aui input[type="search"]:focus,
.aui input[type="tel"]:focus,
.aui textarea:focus,
.aui .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #d2232a;
  outline: 0;
  outline: none;
  background: #fff; }

.aui #content .press ul.pressItems {
  list-style: none;
  margin: 0; }

.press ul.pressItems li {
  /*padding: 5px 10px;*/
  padding: .5em; }

.press ul.pressItems li:nth-child(even) {
  background: #EEE; }

.press ul.pressItems li span {
  background-color: transparent;
  color: #666;
  padding: 2px 5px;
  font-weight: bold; }

.press ul.pressItems a:hover span {
  background-color: transparent;
  color: #831400; }

.aui .newsLetter input, .aui .newsLetter textarea, .aui .newsLetter .uneditable-input {
  width: 100%; }

.aui .newsLetter button {
  float: right;
  margin-top: 10px; }

.dockbar {
  background-color: #999; }

/* slider */
.aui .top-featured {
  margin-bottom: 0; }

.aui .stage {
  height: 34vw;
  max-height: 447px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 8; }

.aui .stage .block {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10; }

.aui .stage .label {
  font-size: 1.125rem;
  left: 0px;
  line-height: 1.125rem;
  padding: 3px 5px;
  top: 0px;
  background: RGBA(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  z-index: 11; }

.aui .item {
  position: relative;
  height: 100%; }

.aui .item img {
  height: auto;
  width: 100%; }

.aui .triggers ul li .thumb-container {
  width: 100%;
  max-width: none;
  overflow: hidden;
  height: 100% !important;
  text-align: center; }

.aui .triggers ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.aui .triggers li {
  flex-grow: 0; }

.aui .triggers ul li.activeSlide img, .aui .triggers ul li.activeVideo img, .aui .triggers ul li img {
  border: 0 none;
  width: auto;
  height: 120px;
  object-fit: cover; }

.aui .triggers ul li.activeSlide a {
  border-bottom: none;
  background-color: #ececec; }

.aui .triggers ul li.activeSlide::before {
  border: none 0px;
  display: none; }

.aui .triggers ul li a {
  border-bottom: 0;
  display: block;
  padding-top: 0;
  position: relative;
  min-height: auto !important;
  height: 100%;
  width: 100%; }

.aui .triggers ul li, .triggers ul li:hover {
  vertical-align: top;
  border: none;
  padding: 5px 5px 0px 0px;
  width: 20%;
  height: 102px; }

.aui .triggers ul li:last-child, .triggers ul li:last-child:hover {
  border-right: 0px none;
  padding-right: 0px !important; }

.aui ul.slide_nav {
  margin: 0px !important; }

.aui .slide_nav h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 300;
  color: #fff;
  background: RGBA(0, 0, 0, 0.8);
  display: block;
  margin: 0px;
  padding: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden; }

.aui .triggers ul li.activeSlide h6, .aui .triggers ul li:hover h6 {
  border-bottom: solid 5px #d2232a;
  opacity: 1; }

.top-featured .stage-info {
  bottom: 0;
  left: 0;
  right: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  /*width: 620px;*/
  z-index: 10;
  background: rgba(0, 0, 0, 0.5); }

.top-featured .stage-info .sub {
  opacity: 0;
  padding-bottom: 20px;
  padding-top: 8px;
  width: 100%; }

.stage h1 {
  color: #fff;
  display: inline;
  font-size: 1.375rem;
  line-height: 1.625rem;
  opacity: 0;
  padding: 0 20px 0 0;
  text-shadow: 1px 1px 1px #222;
  width: auto; }

.stage h1 a {
  color: #fff; }

.bottomBanner {
  height: 8em; }

.bottomBanner .portlet-borderless-container {
  position: absolute;
  left: 5%;
  right: 5%; }

#myscroll {
  text-align: center; }

/* end slider */
.aui #footer {
  padding-top: 1px;
  padding-bottom: 0px; }

.aui #footer .powered-by {
  margin-top: 0;
  border-top: none; }

.aui #footer .powered-by > div, .aui #footer .bottom_in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  max-width: 1270px;
  margin: auto; }

.aui #footer .bottom {
  border-top: solid 1px #444; }

.aui #footer .bottom .bottom_in {
  padding-top: 5px;
  font-size: 0.75rem;
  color: #fff;
  padding-bottom: 5px; }

.aui #footer .social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex; }

.aui #footer .social ul li {
  padding: 2px; }

.aui #footer .logo {
  padding-left: 35px;
  padding-right: 35px;
  width: 20%; }

.aui #footer .logo img {
  max-height: 124px;
  width: auto; }

.aui #footer .footer-text-container {
  padding-bottom: 12px; }

.aui #footer .footer-text-container ul {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0px;
  padding: 0px;
  list-style: none;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.espa {
  width: 40%;
  padding-left: 55px; }

.aui #footer .footer-text-container ul li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 3px; }

.aui #footer .footer-text-container ul li a {
  color: #fff;
  font-size: 1.125rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: solid 1px #fff;
  width: 100%;
  display: block;
  position: relative; }

.aui #footer .footer-text-container ul li a:after {
  content: "\f054";
  position: absolute;
  right: 5px;
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  top: 15px; }

.aui #footer .footer-text-container ul li a:hover {
  color: #fbab17;
  border-bottom: solid 1px #fbab17; }

.aui #breadcrumbs {
  margin-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375rem; }

.aui .portlet-journal-content .user-actions {
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: -45px;
  float: right;
  font-size: 0.9375rem; }

.aui .portlet-journal-content .user-actions > div > span > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.9375rem; }

span.taglib-text {
  margin-left: 5px; }

.aui .journal-content-article {
  line-height: normal; }

.aui .images-align-left {
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 10px; }

.aui #keywords thead tr th span {
  background-image: none !important;
  position: relative; }

.aui #keywords thead tr th span:before {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0px;
  top: calc(50% - 6px); }

.aui #keywords thead tr th.headerSortUp span:before {
  content: "\f0d8"; }

.aui #keywords thead tr th.headerSortDown span:before {
  content: "\f0d7"; }

.aui table, .aui label {
  font-family: 'Open Sans Condensed', sans-serif; }

.aui table tr:nth-child(even) {
  background-color: #eee; }

.aui select {
  border: solid 1px #000;
  margin-top: -3px; }

/*.aui select:focus,.aui input[type="file"]:focus,.aui input[type="radio"]:focus,.aui input[type="checkbox"]:focus {
    outline:1px solid #d2232a;
    outline-color: #d2232a!important;
    outline-offset:2px
}*/
.aui .dropdown-menu > li > a:hover, .aui .dropdown-menu > li > a:focus, .aui .dropdown-menu .dropdown-submenu:hover > a, .aui .dropdown-menu .dropdown-submenu:focus > a {
  background: #d2232a; }

.aui .lfr-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.875rem; }

/*
.aui .btn .caret {
    margin-left: 8px;
}*/
.aui .pager li > a, .aui .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.aui .btn-group > .btn:last-child, .aui .btn-group > .dropdown-toggle {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.aui .btn, .aui .btn:focus {
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.aui #content ul, .aui #content ol {
  padding: 0;
  margin: 0 25px 10px 25px; }

.aui ul.unstyled:not(.site-administration-menu) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  o-justify-content: flex-end;
  justify-content: flex-end; }

.aui ul.unstyled:not(.site-administration-menu) li {
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center; }

.aui .portlet-login .navigation > ul.unstyled {
  flex-direction: column;
  align-items: flex-start; }

.aui .addthis_button {
  height: 27px; }

.aui .taglib-social-bookmark-facebook {
  margin-top: -3px; }

.aui .print-action a {
  position: relative; }

.aui .print-action a img {
  background: none !important;
  position: relative; }

.aui .print-action a:before {
  content: "\f02f";
  position: absolute;
  left: 0px;
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  top: 2px;
  font-size: 1rem; }

.aui .image-icon:hover {
  background-color: transparent; }

.aui .image-icon:hover .image-title {
  color: #000; }

.aui .gallery .taglib-search-iterator-page-iterator-top + div {
  -webkit-box-justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-star !important t;
  -ms-flex-pack: flex-start !important;
  -o-justify-content: flex-start !important;
  justify-content: flex-start !important; }

.aui .gallery .taglib-search-iterator-page-iterator-top + div > .image-icon {
  width: 20%; }

.aui .portlet-image-gallery-display .image-icon {
  height: 190px !important;
  margin: 10px 0px !important; }

.aui .portlet-image-gallery-display .image-icon:hover .image-thumbnail img {
  background-color: #faa61a;
  border-color: #faa61a; }

.aui .acc-container {
  width: 100%;
  margin: 30px auto 0 auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden; }

.aui .acc-content {
  background: #fff;
  margin: 0px !important;
  margin-bottom: 4px !important;
  color: #333; }

.aui .acc-content p {
  color: #333333 !important;
  padding: 10px; }

.aui .acc-content-inner {
  padding: 0px; }

.aui .acc-btn {
  background: none no-repeat 99% 50%;
  background-position: right 5px center;
  background-color: #e7e7e7;
  margin: 0;
  padding: 3px;
  padding-left: 10px;
  font-size: 1em;
  border-top: 1px solid #e7e7e7;
  border-bottom: none;
  line-height: 20px;
  color: #333;
  background-image: url(/business-theme/css/../images/arrows/20_down.png) !important; }

.aui .ui-tabs .ui-state-default a {
  text-shadow: none; }

.aui .ui-tabs .ui-tabs-selected a {
  color: #fff; }

.aui .btn-primary, .aui .btn-primary:hover, .aui .btn-primary:focus, .aui .btn-primary:active, .aui .btn-primary.active, .aui .btn-primary.disabled, .aui .btn-primary[disabled], .aui .btn-success, .aui .btn-success:hover, .aui .btn-success:focus, .aui .btn-success:active, .aui .btn-success.active, .aui .btn-success.disabled, .aui .btn-success[disabled], .aui .btn-group > .btn.active {
  color: #333333 !important;
  background: #eeeeee !important;
  background-color: #eeeeee !important;
  background-image: none;
  border-bottom: 2px solid #434343;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  font-size: 1rem; }

.aui .btn-primary:hover {
  background-color: #d2232a !important;
  color: white !important; }

.aui .btn-primary, .aui .btn-primary:hover, .aui .btn-primary:focus, .aui .btn-primary:active, .aui .btn-primary.active, .aui .btn-primary.disabled, .aui .btn-primary[disabled], .aui .btn-success, .aui .btn-success:hover, .aui .btn-success:focus, .aui .btn-success:active, .aui .btn-success.active, .aui .btn-success.disabled, .aui .btn-success[disabled], .aui .btn-group > .btn.active {
  color: #333;
  background-image: none;
  border: none 0px;
  background: #eee;
  background-color: #eee;
  font-weight: 300;
  font-size: 1.25rem;
  border-radius: 0px;
  padding: 2px 15px 5px 15px;
  line-height: normal; }

.aui .btn-primary:hover {
  background-color: #d2232a;
  color: #fff; }

.aui .form input,
.aui .form textarea {
  width: 100%;
  /*    border-bottom: solid 1px #000;*/ }

.aui .portlet-configuration .form input,
.aui .portlet-configuration .form textarea {
  width: auto; }

.news-wrapper .row-fluid,
.video-gallery-row {
  position: relative; }

.news-title {
  font-size: 1.25rem;
  font-weight: bold; }

.date {
  font-size: 0.875rem;
  font-style: oblique;
  line-height: 2em; }

.desc {
  margin-top: .5em;
  margin-bottom: 2em; }

.read-more {
  font-size: 0.875rem;
  position: absolute;
  right: .7em;
  bottom: 0; }

/** keep video div aspect ratio **/
.video-gallery-row .video {
  position: relative; }

.video-gallery-row .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%; }

.video-gallery-row .video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.aui .articleMetadata {
  font-size: .8em;
  margin-right: 1em; }

.aui .articleMetadata .fa {
  margin-right: .4em; }

/************ SITEMAP *********************/
                                            /*
.portlet-borderless.portlet-site-map  li  a {
	font-family: 'Open Sans Condensed', sans-serif;
    margin: 0px;
    padding: 3px 10px;
    text-decoration: none;
	font-size: 1.25rem;
    border: none 0px;
    border-bottom: dashed 1px #000;
    display: block;
    position: relative;
    color: #000;	
}

.portlet-borderless.portlet-site-map {
    background: #e3e3e3;
    border-top: solid 5px #d2232a;

}

.portlet-borderless.portlet-site-map  li  a:hover, .portlet-borderless.portlet-site-map  li  a:focus{
    background: #d2232a;
}

.portlet-borderless.portlet-site-map  ul {
	list-style-type: none;
}*/
/*********************************/
/*********************************/
#myscroll {
  height: 115px;
  white-space: nowrap; }

/********** Start PrimeFaces ***********/
.ui-shadow {
  box-shadow: 0 5px 10px #00000033; }

.ui-widget {
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 1em; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none;
  background: #e0e0e0;
  color: #333;
  text-shadow: none; }

.ui-widget-header,
.ui-widget-header .ui-state-default {
  border: none;
  text-shadow: none;
  color: #333; }

.ui-widget-header {
  /*background: #bbb;*/
  /*color: #333;*/
  background: #900;
  color: #fff; }

.ui-inputtext.ui-state-default,
.ui-inputtext.ui-widget-content .ui-state-default,
.ui-inputtext.ui-widget-header .ui-state-default {
  background: #fff; }

.aui .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #d2232a;
  color: #fff;
  box-shadow: none;
  transition: all 0.4s ease 0s;
  border: none; }

.aui .ui-inputtext.ui-state-hover,
.aui .ui-widget-content .ui-inputtext.ui-state-hover,
.aui .ui-widget-header .ui-inputtext.ui-state-hover {
  border-bottom: 1px solid #000; }

.aui .ui-inputtext:focus,
.aui .ui-widget-content .ui-inputtext:focus,
.aui .ui-widget-header .ui-inputtext:focus,
.aui .ui-inputtext.ui-state-focus,
.aui .ui-widget-content .ui-inputtext.ui-state-focus,
.aui .ui-widget-header .ui-inputtext.ui-state-focus {
  box-shadow: none;
  background: #fff;
  border-color: #d2232a; }

.ui-datatable .ui-datatable-data tr.ui-state-hover {
  background: #faa61a; }

.aui .ui-state-hover:hover {
  color: #fff; }

.aui .ui-inputfield.ui-state-hover:hover {
  color: #333;
  background: #fff; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #faa61a !important;
  color: #fff; }

.aui .ui-state-active,
.aui .ui-widget-content .ui-state-active,
.aui .ui-widget-header .ui-state-active {
  border: none;
  background: #d2232a;
  font-weight: bold;
  color: #fff;
  text-shadow: none; }

.ui-state-active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui-inputfield.ui-state-focus,
.ui-widget-content .ui-inputfield.ui-state-focus,
.ui-widget-header .ui-inputfield.ui-state-focus {
  box-shadow: none; }

/*.ui-chkbox-box.ui-state-default {*/
/*background: #ddd;*/
/*}*/
.aui .ui-inputfield,
.aui .ui-widget-content .ui-inputfield,
.aui .ui-widget-header .ui-inputfield {
  box-shadow: none; }

.aui .ui-inputfield.ui-inputtextarea {
  background: #fff;
  border: 1px solid #000;
  color: #333; }

.aui .ui-inputfield.ui-inputtextarea:focus {
  border-color: #d2232a; }

.ui-selectmanycheckbox.ui-widget td,
.ui-selectoneradio.ui-widget td {
  padding: 5px; }

.aui .ui-selectonemenu {
  /*width: 150px;
  min-width: 220px;*/
  background: #d7d7d7;
  border: none;
  border-radius: 0; }

.aui .ui-selectonemenu-trigger {
  background: #d7d7d7;
  width: 25px;
  padding-top: 4px; }

.ui-selectonemenu label.ui-inputfield {
  background: #d7d7d7; }

.ui-datatable table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0; }

.ui-datatable .ui-selection-column {
  width: 1em;
  text-align: center; }

.ui-datatable .ui-sortable-column {
  position: relative;
  padding-right: 1.5em; }

.ui-datatable .ui-sortable-column-icon {
  position: absolute;
  margin: 0;
  right: .5em;
  top: calc(50% - 8px); }

.ui-widget-header.ui-datatable-header,
.ui-widget-header.ui-datatable-header td {
  background: transparent;
  color: #333;
  border-bottom: solid 1px #000;
  background: #e0e0e0;
  line-height: 2em; }

.ui-widget-header,
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-panelgrid .ui-panelgrid-header,
.ui-panelgrid .ui-panelgrid-cell,
.ui-panelgrid .ui-widget-content {
  border: none; }

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer,
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-widget-header > td,
.ui-panelgrid .ui-panelgrid-cell {
  padding: .5em; }

.ui-datatable thead th,
.ui-datatable thead th.ui-state-default,
.ui-datatable .ui-sortable-column {
  background: #900;
  color: #fff;
  text-shadow: unset;
  font-size: 1.2rem; }

.aui .ui-paginator {
  background: none;
  color: #333;
  font-size: 1rem;
  font-weight: normal;
  padding: .5em; }

.aui .ui-paginator a {
  outline: none; }

.aui .ui-editor {
  border: 1px solid #000; }

.aui .ui-editor:hover {
  border-color: #d2232a; }

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-minimize,
.ui-dialog .ui-dialog-titlebar-maximize,
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-dialog .ui-dialog-titlebar-minimize:hover,
.ui-dialog .ui-dialog-titlebar-minimize:focus,
.ui-dialog .ui-dialog-titlebar-maximize:hover,
.ui-dialog .ui-dialog-titlebar-maximize:focus {
  top: .5em;
  padding: .2em;
  width: auto;
  height: auto; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff; }

.aui label.ui-helper-hidden {
  display: none; }

.aui .ui-tabs .ui-tabs-panel.ui-helper-hidden {
  display: none; }

.ui-selectonemenu > .ui-selectonemenu-label {
  padding: .3em 1em;
  color: #333; }

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-top: .2em; }

.ui-selectonemenu-panel {
  border: 1px solid #00000033; }

.ui-selectonemenu-panel .ui-selectonemenu-list {
  margin: 0;
  padding: .2em 0; }

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
  margin: 1px 0 0 0;
  padding: 0em 1em;
  transition: all 0.4s ease 0s; }

.aui .ui-calendar .ui-inputfield.ui-state-hover {
  color: #333;
  border-bottom-color: #000; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: .2em !important; }

.ui-datepicker .ui-datepicker-prev {
  left: .2em !important; }

.ui-datepicker .ui-datepicker-next {
  right: .2em !important; }

.aui #content ul.ui-tabs-nav {
  margin: 0;
  background: none;
  border-bottom: 1px solid #333; }

.ui-tabs .ui-tabs-panel {
  padding: 1em .6em .6em; }

.ui-tabs .ui-tabs-nav li a {
  color: #333; }

.ui-tabs .ui-tabs-nav li.ui-state-highlight a {
  color: #fff; }

.ui-tabs .ui-tabs-nav li.ui-state-hover a {
  color: #fff; }

.ui-growl-item-container {
  border: none; }

.ui-growl-item-container.ui-growl-error {
  background: #900 !important; }

.ui-growl-item-container.ui-growl-info {
  background: #090 !important; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

.buttonsColumn {
  text-align: center;
  white-space: nowrap; }

.buttonsPanel {
  display: block;
  text-align: center;
  padding: 1em; }

.buttonsColumn > button {
  margin: .1em; }

.buttonsColumn > button:hover > .ui-icon {
  color: #fff !important; }

.fa.blue {
  color: #1b69f2; }

.fa.purple {
  color: #d54bd5; }

/***** End Primefaces ****************/
/***** Start Directory Services/Incidents ******/
.directoryServices .filtersRow,
.directoryServices .details,
.incidentsForm .filtersRow {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  margin-bottom: 1em; }

.directoryServices .filtersRow,
.incidentsForm .filtersRow {
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end; }

.directoryServices .filtersRow > div,
.incidentsForm .filtersRow > div {
  margin-top: .5em;
  margin-right: .5em; }

.directoryServices .filtersRow > div.spacer,
.directoryServices .details div.googleMap {
  -webkit-flex-grow: 1;
  /* Safari */
  flex-grow: 1; }

.directoryServices .details .detailsTable {
  margin-right: 1em; }

.directoryServices .details div.googleMap > div {
  min-width: 20rem;
  height: 20rem; }

.directoryServices .details div.phones {
  width: 100%;
  margin-top: 1em; }

.directoryServices .phones table th {
  padding: 0; }

.incidentsForm .resultsAstika > table,
.incidentsForm .resultsDasika > table {
  width: 100%;
  margin-top: 2em; }

.total {
  font-weight: bold; }

.grandTotal {
  font-size: 1.2em; }

/***** End Directory Services/Incidents ********/
/***** Start Email Table ***********************/
.timePeriodFilters > .ui-calendar input {
  width: 5em; }

/***** End Email Table *************************/
/***** Start freeSmsEmail **********************/
.freeSmsEmail .selectUsers,
.freeSmsEmail .messagePanel {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap; }

.freeSmsEmail .filtersRow {
  margin-bottom: .5em; }

.freeSmsEmail .filtersRow > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em; }

.freeSmsEmail .selectUsers > div,
.freeSmsEmail .messagePanel .smspanel,
.freeSmsEmail .messagePanel .mailpanel {
  -webkit-flex-grow: 1;
  /* Safari */
  flex-grow: 1;
  -webkit-flex-basis: 45%;
  /* Safari */
  flex-basis: 45%; }

.freeSmsEmail .selectUsers > *,
.freeSmsEmail .messagePanel > * {
  margin: .5em; }

.freeSmsEmail .messagePanel .smspanel .sms,
.freeSmsEmail .messagePanel .mailpanel .email {
  margin-top: 1em; }

.freeSmsEmail .messagePanel .smspanel .sms textarea,
.freeSmsEmail .messagePanel .mailpanel .emailSubject {
  width: 100%;
  resize: vertical; }

.freeSmsEmail .selectUsers div.googleMap {
  margin-top: .5em; }

.freeSmsEmail .selectUsers div.googleMap > div {
  width: 100%;
  height: 300px; }

.freeSmsEmail .messagePanel .formLabel,
.freeSmsEmail .messagePanel .formInput {
  display: block; }

.freeSmsEmailDialog {
  min-width: 80em; }

/***** End freeSmsEmail ************************/
.aui textarea.contentDetailText {
  width: 45em;
  height: 38em; }

.innerSearch .searchButton {
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("/business-theme/images/custom/search.png") no-repeat;
  background-size: contain;
  position: relative;
  left: -.3em;
  vertical-align: middle; }

.aui .portlet-search:not(.portlet-configuration) .fieldset {
  height: 0;
  text-align: right; }

.aui .signed-out .portlet-search:not(.portlet-draggable) .portlet-borderless-bar {
  display: none; }

/* hide liferay search dropdown */
.portlet-search select {
  display: none; }

.portlet-search input[type="image"] {
  position: relative;
  left: -1rem;
  width: 2em;
  height: 2em;
  z-index: 10; }

.alignCenter {
  text-align: center; }

.alignLeft {
  text-align: left; }

.aui .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.aui .btn-group > .btn {
  font-size: 0.75rem;
  background-color: #d7d7d7;
  border-bottom: 0px none; }

.date {
  color: #d2232a; }

.aui .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px; }

.aui .btn-group > .btn:last-child, .aui .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px; }

.aui .portlet-image-gallery-display .image-thumbnail {
  width: 136px;
  height: 136px;
  overflow: hidden; }

.aui .image-icon img {
  height: 136px;
  width: auto;
  max-height: 136px;
  max-width: auto;
  /*    border-radius: 50%;*/
  border-radius: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }

.aui .image-icon:hover img {
  border-radius: 0%; }

.aui .gallery .taglib-search-iterator-page-iterator-top + div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }

.aui .gallery .taglib-search-iterator-page-iterator-top + div > .image-icon {
  min-width: 20%; }

.portlet-document-library-display .entry-metadata .entry-description {
  -ms-word-break: inherit;
  word-break: inherit;
  word-break: inherit;
  color: #d2232a; }

.aui .table-bordered tr:nth-child(even) td {
  border-color: #fff; }

/***** Start  velocity ************************/
.templimg {
  height: 360px !important; }

/***** End velocity ************************/
.portlet-site-map ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
  clear: both; }

.portlet-site-map ul > li {
  display: block;
  padding: 10px;
  background-color: #eee;
  text-align: center;
  border: solid 1px #000;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px; }

.portlet-site-map ul > li > a {
  display: block;
  width: 100%;
  position: relative; }

.portlet-site-map ul > li > ul {
  position: relative;
  left: 105%;
  top: 0;
  width: 300px; }

.portlet-site-map ul > li > ul > li {
  background-color: #e2e2e2;
  border: dashed 1px;
  padding: 6px 10px; }

.portlet-site-map ul > li > ul > li > ul {
  position: relative;
  left: 105%;
  top: 0;
  width: 300px; }

.portlet-site-map li > a:after {
  content: "\f054";
  position: absolute;
  right: 5px;
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  top: calc(50% - 3px); }

.portlet-site-map li > a:only-child:after {
  content: ''; }

.portlet-site-map .portlet-body:before,
.portlet-site-map .portlet-body:after {
  content: " ";
  display: table; }

.portlet-site-map .portlet-body:after {
  clear: both; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.portlet-site-map.leftnav ul {
  max-width: 100%;
  padding: 0px !important;
  margin: 0px !important; }

.portlet-site-map.leftnav ul > li {
  float: none; }

.portlet-site-map.leftnav ul > li > a {
  padding-bottom: 10px; }

.portlet-site-map.leftnav ul > li > ul {
  left: 0%;
  width: 100%; }

.portlet-site-map.leftnav ul > li > ul > li {
  background-color: #e2e2e2;
  border: solid 1px #fff;
  padding: 6px 10px; }

.portlet-site-map.leftnav ul > li > ul > li > a {
  padding-bottom: 0px; }

.portlet-site-map.leftnav ul > li > ul > li > ul {
  left: 0%;
  width: 100%; }

.portlet-site-map.leftnav li > a:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  top: calc(50% - 8px); }

.portlet-site-map.leftnav li > a:only-child:after {
  content: ''; }

.aui .mainnavbar li li {
  text-align: left;
  position: relative; }

.aui .mainnavbar ul.child-menu ul.child-menu {
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  background-color: #e3e3e3;
  display: none; }

.aui .mainnavbar li:last-child ul.child-menu ul.child-menu {
  right: 0px;
  left: -250px; }

.aui .mainnavbar ul.child-menu li > span:after {
  content: "\f0da";
  position: absolute;
  right: 5px;
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  top: calc(50% - 8px); }

.aui .mainnavbar ul.child-menu li > a:only-child:after {
  content: ''; }

.aui .mainnavbar ul.child-menu li:hover ul.child-menu {
  display: block; }

.aui .navbar .icon-caret-down {
  background: none; }

/**** amea ****/
.amea {
  /*display: none;*/
  display: flex;
  margin-right: 2px;
  align-items: center; }

.amea > span {
  display: none;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: .2em;
  border: 0px solid;
  border-radius: 1em;
  cursor: pointer;
  font-weight: 700; }

.amea:hover > span {
  display: flex; }

.amea .ameaIcon {
  margin-left: .5em; }

.amea > span.blackAmea {
  color: #FFFFFF;
  background-color: #000000; }

.amea > span.blackAmea1 {
  color: #FFFFFF;
  background-color: #d41a1a; }

.amea > span.blueAmea {
  color: #FFFFFF;
  background-color: #17417A; }

.amea > span.greenAmea {
  color: #FEF898;
  background-color: #38741E; }

/*.amea > span.blackAmea1:hover,*/
.aui body.blackAmea1 .amea > span.blackAmea1 {
  color: #000000;
  background-color: #d41a1a;
  border-width: 2px; }

/*.amea > span.blackAmea:hover,*/
.aui body.blackAmea .amea > span.blackAmea {
  color: #000000;
  background-color: #FFFFFF;
  border-width: 2px; }

/*.amea > span.blueAmea:hover,*/
.aui body.blueAmea .amea > span.blueAmea {
  color: #17417A;
  background-color: #FFFFFF;
  border-width: 2px; }

/*.amea > span.greenAmea:hover,*/
.aui body.greenAmea .amea > span.greenAmea {
  color: #38741E;
  background-color: #FEF898;
  border-width: 2px; }

.amea .ameaIcon {
  background-image: url("/business-theme/images/custom/wheelchair.png"); }

.aui body.blackAmea #navigation li[aria-selected="true"] > a,
.aui body.blackAmea #navigation .mainnavbar .nav li.selected > a,
.aui body.blueAmea #navigation li[aria-selected="true"] > a,
.aui body.blueAmea #navigation .mainnavbar .nav li.selected > a,
.aui body.greenAmea #navigation li[aria-selected="true"] > a,
.aui body.greenAmea #navigation .mainnavbar .nav li.selected > a {
  color: inherit;
  text-shadow: 0 0 1px; }

.aui body.blackAmea header,
.aui body.blackAmea .super-global-container * {
  border-color: #000000 !important; }

.aui body.blueAmea header,
.aui body.blueAmea .super-global-container * {
  border-color: #17417A !important; }

.aui body.greenAmea header,
.aui body.greenAmea .super-global-container * {
  border-color: #38741E !important; }

.aui body.blackAmea,
.aui body.blackAmea .super-global-container,
.aui body.blackAmea #navigation .mainnavbar,
.aui body.blackAmea #navigation .navbar-inner li a,
.aui body.blackAmea #navigation .nav .dropdown-menu,
.aui body.blackAmea .navbar .nav li.dropdown.open > .dropdown-toggle,
.aui body.blackAmea #navigation .mainnavbar .nav > li > ul > li > a,
.aui body.blackAmea #navigation .mainnavbar .nav > li > ul > li > span,
.aui body.blackAmea #navigation .mainnavbar .nav > li > ul > li > ul > li > a,
.aui body.blackAmea #footer .powered-by,
.aui body.blackAmea #footer .footer-text-container ul li a {
  color: #000000;
  background-color: #FFFFFF; }

.aui body.blueAmea,
.aui body.blueAmea .super-global-container,
.aui body.blueAmea #navigation .mainnavbar,
.aui body.blueAmea #navigation .navbar-inner li a,
.aui body.blueAmea #navigation .nav .dropdown-menu,
.aui body.blueAmea .navbar .nav li.dropdown.open > .dropdown-toggle,
.aui body.blueAmea #navigation .mainnavbar .nav > li > ul > li > a,
.aui body.blueAmea #navigation .mainnavbar .nav > li > ul > li > span,
.aui body.blueAmea #navigation .mainnavbar .nav > li > ul > li > ul > li > a,
.aui body.blueAmea #footer .powered-by,
.aui body.blueAmea #footer .footer-text-container ul li a {
  color: #17417A;
  background-color: #FFFFFF; }

.aui body.greenAmea,
.aui body.greenAmea .super-global-container,
.aui body.greenAmea #navigation .mainnavbar,
.aui body.greenAmea #navigation .navbar-inner li a,
.aui body.greenAmea #navigation .nav .dropdown-menu,
.aui body.greenAmea .navbar .nav li.dropdown.open > .dropdown-toggle,
.aui body.greenAmea #navigation .mainnavbar .nav > li > ul > li > a,
.aui body.greenAmea #navigation .mainnavbar .nav > li > ul > li > span,
.aui body.greenAmea #navigation .mainnavbar .nav > li > ul > li > ul > li > a,
.aui body.greenAmea #footer .powered-by,
.aui body.greenAmea #footer .footer-text-container ul li a {
  color: #38741E;
  background-color: #FEF898; }

.aui body.blackAmea .mainnavbar ul.child-menu ul.child-menu,
.aui body.blackAmea #navigation .mainnavbar .nav > li > ul > li > a:hover,
.aui body.blackAmea #navigation .mainnavbar .nav > li > ul > li > span:hover,
.aui body.blackAmea #navigation .mainnavbar .nav > li > ul > li > ul > li > a:hover,
.aui body.blackAmea #navigation .mainnavbar .nav li ul li ul li.selected a,
.aui body.blackAmea #footer,
.aui body.blackAmea #footer .footer-text-container ul li a:hover,
.aui body.blackAmea #footer .bottom .bottom_in {
  color: #FFFFFF;
  background-color: #000000; }

.aui body.blueAmea .mainnavbar ul.child-menu ul.child-menu,
.aui body.blueAmea #navigation .mainnavbar .nav > li > ul > li > a:hover,
.aui body.blueAmea #navigation .mainnavbar .nav > li > ul > li > span:hover,
.aui body.blueAmea #navigation .mainnavbar .nav > li > ul > li > ul > li > a:hover,
.aui body.blueAmea #navigation .mainnavbar .nav li ul li ul li.selected a,
.aui body.blueAmea #footer,
.aui body.blueAmea #footer .footer-text-container ul li a:hover,
.aui body.blueAmea #footer .bottom .bottom_in {
  color: #FFFFFF;
  background-color: #17417A; }

.aui body.greenAmea .mainnavbar ul.child-menu ul.child-menu,
.aui body.greenAmea #navigation .mainnavbar .nav > li > ul > li > a:hover,
.aui body.greenAmea #navigation .mainnavbar .nav > li > ul > li > span:hover,
.aui body.greenAmea #navigation .mainnavbar .nav > li > ul > li > ul > li > a:hover,
.aui body.greenAmea #navigation .mainnavbar .nav li ul li ul li.selected a,
.aui body.greenAmea #footer,
.aui body.greenAmea #footer .footer-text-container ul li a:hover,
.aui body.greenAmea #footer .bottom .bottom_in {
  color: #FEF898;
  background-color: #38741E; }

.aui #myscroll .bannerimg {
  height: 110px; }

/**************/
.aui .journal-content-article img {
  max-width: none; }

.aui .carousel-control {
  line-height: inherit;
  top: 50%; }

.aui .image-viewer-close.close {
  font-size: 43px;
  width: 40px;
  height: 40px;
  border: 3px solid white;
  border-radius: 23px;
  color: white;
  background: #222;
  opacity: .5;
  right: 15px;
  padding-bottom: 2px;
  padding-right: 1px; }

.aui .image-viewer-close.close:hover {
  opacity: .9;
  transition: none; }

.aui body.yui3-skin-sam .yui3-widget-mask {
  background: #000;
  opacity: .8; }

.aui ul.nav.nav-list.well {
  margin-left: 0;
  margin-right: 0; }

.aui ul.nav.nav-list.well li:not(.active) a {
  background-color: whitesmoke; }

@media screen and (max-width: 1029px) {
  .aui #footer .powered-by > div, .aui #footer .bottom_in {
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  .aui #footer .powered-by .footer-text-container {
    margin-left: 15px;
    width: 100%;
    margin-right: 15px; }

  .espa {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    padding-top: 40px; }

  .aui #footer .logo {
    display: none; }

  .aui #footer .bottom {
    padding-left: 25px;
    padding-right: 25px; }

  .aui .moreNews > div {
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  .aui .moreNews .moreNewsImage {
    width: 100%;
    display: block;
    clear: both; }

  .aui .moreNews .moreNewsImage img {
    max-width: inherit;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }

  .aui .moreNewsText {
    padding-left: 10px;
    width: 100%;
    padding-right: 10px;
    display: block; }

  .aui .mainnavbar li li {
    text-align: left;
    position: relative; }

  .aui .mainnavbar ul.child-menu ul.child-menu {
    position: absolute;
    right: -250px;
    top: 0;
    width: 250px;
    background-color: #e3e3e3;
    display: none; }

  .aui .mainnavbar ul.child-menu li:last-child ul.child-menu {
    right: 0px;
    left: -250px; }

  .aui .mainnavbar ul.child-menu li > span:after {
    content: "\f0da";
    position: absolute;
    right: 5px;
    font-family: 'fontawesome-alloy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    top: calc(50% - 8px); }

  .aui .mainnavbar ul.child-menu li > a:only-child:after {
    content: ''; }

  .aui .mainnavbar ul.child-menu li:hover ul.child-menu {
    display: block; } }
@media screen and (max-width: 979px) {
  .aui body.fixedMenu #navigation {
    position: static; }

  .aui .hamburger {
    order: 3;
    display: inline-block !important; }

  .btn.btn-navbar.hamburger {
    width: 100%; }

  .aui #navigation.open {
    display: block !important;
    border-top: solid 2px #eee;
    margin-top: -5px; }

  .aui #navigation.open .navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }

  .aui #navigation.open .navbar-inner .nav-collapse {
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  .aui #navigation.open .navbar-inner .nav-collapse li {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 300 !important; }

  .aui #navigation .nav > li > a, .aui #navigation .nav > li > span {
    padding: 5px;
    border-bottom: solid 1px #eee;
    width: 100%;
    display: block; }

  .aui #navigation.open .navbar-inner .nav-collapse li span {
    font-weight: 300 !important; }

  span.delete-tab {
    width: auto !important; }

  .aui #content ul, .aui #content ol {
    margin: 0px; }

  .aui .mainnavbar ul.child-menu ul.child-menu {
    position: relative;
    right: 0;
    width: 100%; }

  .aui .mainnavbar ul.child-menu li:last-child ul.child-menu {
    left: 0px; }

  .aui .mainnavbar ul.child-menu li > span:after {
    content: "\f078";
    position: absolute; }

  .aui .journal-content-article img {
    clear: both;
    display: block;
    text-align: center;
    margin: auto;
    max-width: auto; }

  #column-1, #column-2, #column-3 {
    width: 100%;
    margin: 0px; }

  .aui form table {
    width: 100%; }

  .aui #captchaText {
    width: 98%; }

  div.adviceList {
    width: 100%; }

  div.adviceContainer {
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }

  a.advice {
    padding: 5px 0px;
    width: 100%; }

  .aui .journal-content-article img {
    display: initial; } }
@media screen and (max-width: 783px) {
  .aui .stage {
    height: 47vw; }

  .bottom_in > div {
    width: 100%;
    text-align: center; }

  .bottom_in > div.social {
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: -webkit-flex;
    display: flex; }

  .aui .gallery .taglib-search-iterator-page-iterator-top + div > .image-icon {
    width: 33.33333%; } }
@media screen and (max-width: 730px) {
  .aui #navigation2 .navbar-inner {
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }

  .aui #navigation2 .navbar-inner > div:first-child {
    -webkit-box-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    width: 100%; }

  .aui #navigation2 .navbar-inner > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%; }

  .aui .navbar .nav {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -o-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 6px 0;
    background-color: #fff;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding: 8px 0 8px 10px; }

  .aui #navigation2 .navbar-inner > div:last-child {
    -webkit-box-justify-content: right;
    -webkit-justify-content: right;
    -moz-box-justify-content: right;
    -ms-flex-pack: right;
    o-justify-content: right;
    justify-content: right;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /*    width: 100%;*/
    display: flex;
    flex-direction: row-reverse; }

  .aui #navigation2 .navbar-inner .nav.social {
    display: none; }

  .aui #navigation2 .navbar-inner > div:last-child .amea {
    flex: 1;
    padding: 8px 15px 8px 0;
    justify-content: right;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    min-width: 200px; }

  .aui #navigation2 .navbar-inner > div:last-child .nav.action {
    flex: 3;
    justify-content: left; }

  .aui .search {
    width: 100%;
    clear: both;
    margin-top: 6px;
    text-align: center; }

  .aui form {
    margin: 0;
    display: block; }

  .image-gallery-pagination {
    display: none; } }
@media screen and (max-width: 500px) {
  .moreNews > div, .aui .extLinksContainer > div, .aui #footer .footer-text-container ul li, div.adviceList {
    width: 100%; }

  .aui #footer .footer-text-container ul {
    max-height: inherit; }

  .aui .gallery .taglib-search-iterator-page-iterator-top + div > .image-icon {
    width: 50%; } }
@media screen and (max-width: 370px) {
  .aui .gallery .taglib-search-iterator-page-iterator-top + div > .image-icon {
    width: 100%; } }
@media screen and (max-height: 819px) {
  .image-gallery-pagination {
    display: none; } }

