html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  padding-bottom: 8rem;
  min-height: 100%;
  background: #f5f5f5;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body.lang-gr {
    padding-bottom: 16rem;
  }
  body.lang-en {
    padding-bottom: 14rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1717;
  font-family: 'Roboto', sans-serif;
}
h3:not(:first-child) {
  margin-top: 50px;
}
h4 {
  margin-top: 30px;
}
hr {
  border-color: #e8e8e6;
  margin: 10px 0;
}
p,
li,
th,
td,
dl,
dd {
  font-size: 14px;
  color: #4c555f;
}
a {
  color: #4c555f;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.active > a,
a:hover,
a:focus,
a:active {
  color: #cc0000;
  text-decoration: none;
  outline: none;
}
.white-links a {
  color: #ebeaea;
}
.white-links .active > a,
.white-links a:hover,
.white-links a:focus,
.white-links a:active {
  color: #cc0000;
}
.black-links a {
  color: #1a1717;
}
.black-links .active > a,
.black-links a:hover,
.black-links a:focus,
.black-links a:active {
  color: #cc0000;
}
ul {
  list-style: none;
  padding: 0;
}
tr.clickable-row:hover {
  background-color: #e8e8e6;
}
tr.clickable-row:hover td a {
  color: #cc0000;
}
.bg-white {
  background: #ffffff;
}
.bg-light {
  background: #f5f5f5;
}
.bg-medium-light {
  background: #e8e8e6;
}
.bg-medium {
  background: #c1c1c1;
}
.bg-dark {
  background: #1a1717;
}
#top-bar {
  padding: 5px 0;
}
#top-bar ul {
  margin-bottom: 0;
}
#top-bar ul li {
  display: inline-block;
  margin-right: 10px;
}
#top-bar ul li a i {
  margin-right: 3px;
}
#top-bar ul li:last-child {
  margin-right: 0;
}
header.header {
  padding: 12px 0;
}
header.header .logo img {
  display: inline-block;
  margin-right: 15px;
  width: 95px;
  height: 95px;
}
header.header .logo p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
header.header .logo p a {
  color: #1a1717;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}
header.header .logo p span {
  display: block;
  margin-top: 5px;
}
header.header .logo p span a {
  color: #cc0000;
  font-weight: normal;
}
header.header .logo p.large-text {
  display: none;
}
@media (min-width: 768px) {
  header.header .logo {
    margin-bottom: 0;
  }
  header.header .logo p.short-text {
    display: none;
  }
  header.header .logo p.large-text {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  header.header .logo p {
    max-width: 235px;
  }
  header.header .logo p.lang-en {
    max-width: 325px;
  }
  header.header .logo p.lang-en span {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  header.header .logo p {
    max-width: 300px;
  }
  header.header .logo p a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  header.header .logo img {
    height: 70px;
  }
}
.responsive-toggle {
  margin-top: 10px;
}
.responsive-toggle button.navbar-toggle {
  border-color: #615d5b;
}
.responsive-toggle button.navbar-toggle span.icon-bar {
  background: #615d5b;
}
@media (min-width: 768px) {
  .responsive-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  header nav.nav.pull-right {
    clear: both;
    float: left!important;
    overflow: hidden;
    height: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header nav.nav.pull-right h2 {
    font-size: 16px;
    font-weight: 900;
  }
  header nav.nav.pull-right.open {
    height: auto;
  }
}
@media (min-width: 768px) {
  header nav.nav.pull-right {
    float: left!important;
    margin-left: 114px;
  }
  header nav.nav.pull-right ul {
    margin-bottom: 0;
  }
  header nav.nav.pull-right ul li.top-level-item {
    position: relative;
    display: inline-block;
    border-right: 1px solid #ccc6c2;
    padding-right: 10px;
    margin-right: 10px;
  }
  header nav.nav.pull-right ul li.top-level-item:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  header nav.nav.pull-right ul li.top-level-item h2 {
    font-size: 14px;
    margin: 0 0 4px 0;
    font-weight: 900;
    cursor: default;
  }
}
@media (min-width: 992px) {
  header nav.nav.pull-right {
    float: right!important;
    margin-left: 0;
  }
}
.float-panel.fixed {
  z-index: 10;
}
.float-panel.fixed header.header {
  position: fixed;
  top: 0;
  background: #f5f5f5;
  width: 100%;
  z-index: 10;
  border-bottom: 3px solid #cc0000;
  animation: slide-down 0.7s;
}
.float-panel-placeholder {
  width: 100%;
  height: 0;
}
.float-panel.fixed + div + .float-panel-placeholder {
  height: 123px;
}
@keyframes slide-down {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
#banner {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#banner .container {
  height: 100%;
  padding: 10px;
}
#banner .banner-title {
  position: relative;
  width: calc(100% - 166px);
  height: 100%;
}
#banner .banner-title h1 {
  color: #ebeaea;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 5px;
  margin: 0;
  max-width: 95%;
  font-weight: 300;
}
#banner .banner-title h1 :not(a) {
  cursor: default;
}
@media (max-width: 767px) {
  #banner .banner-title h1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #banner .banner-title {
    width: 100%;
  }
}
#banner .promo {
  text-align: right;
  width: 166px;
  height: 100%;
}
#banner .promo img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  #banner .promo {
    display: none;
  }
}
#banner ul {
  margin-top: 16px;
}
#banner ul li {
  display: inline-block;
  font-size: 16px;
  color: #ebeaea;
}
#banner ul li:not(:last-child):after {
  content: '\25cf';
  display: inline-block;
  margin: 0 2px;
}
#banner ul li a {
  font-size: 16px;
}
#tabs {
  background: #c1c1c1;
}
#tabs ul {
  margin: 0;
}
#tabs ul li {
  position: relative;
  display: inline-block;
  line-height: 35px;
}
#tabs ul li:not(:last-child) {
  padding-right: 20px;
  margin-right: 10px;
}
#content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 50px 0;
}
#content h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 5px 0 20px;
  border-bottom: 1px solid #ccc6c2;
}
#content h2.section-title {
  margin-left: 13px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0;
  border-bottom: none;
}
#content span.meta {
  display: block;
  margin-bottom: 20px;
  font-weight: 200;
}
#content .text a:not(.grey-links) {
  color: #cc0000;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
#content .text a:not(.grey-links):hover,
#content .text a:not(.grey-links):focus {
  border-color: #cc0000;
}
#content .text ul:not(.list-unstyled) {
  list-style: circle;
  padding-left: 40px;
}
#content .text img {
  max-width: 100%;
}
#content .text img.float-left {
  float: left;
  margin: 0 15px 15px 0;
}
#content .text img.float-right {
  float: right;
  margin: 0 0 15px 15px;
}
@media (max-width: 767px) {
  #content .text img {
    width: 100%!important;
  }
}
.horizontal-links ul {
  list-style: none!important;
  padding-left: 0!important;
  display: table;
}
.horizontal-links ul li {
  display: inline-block;
}
.horizontal-links ul li:not(:last-child):after {
  content: '◦';
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.hundredyears #content {
  padding: 0;
}
.hundredyears #content .timeline .timeline-row {
  padding: 50px 0;
}
.hundredyears #content .timeline .timeline-item {
  position: relative;
}
.hundredyears #content .timeline .timeline-item .timeline-title {
  font-size: 18px;
  font-weight: 600;
}
.hundredyears #content .timeline .timeline-item .timeline-date {
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  font-weight: normal;
  border-color: #cc0000;
}
.sticky-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#bottom-bar {
  padding: 5px 0;
}
#bottom-bar ul {
  margin-bottom: 0;
}
#bottom-bar ul li {
  display: inline-block;
  margin-right: 10px;
}
#bottom-bar ul li a i {
  margin-right: 3px;
}
#bottom-bar ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #bottom-bar .hide-text {
    display: none;
  }
}
footer.footer {
  padding: 10px 0 20px;
}
footer.footer p {
  color: #1a1717;
}
footer.footer .copyright a {
  display: inline-block;
}
footer.footer a {
  color: #1a1717;
  font-weight: 900;
}
footer.footer ul.credits,
footer.footer ul.copyright {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
footer.footer ul.credits li,
footer.footer ul.copyright li {
  display: inline-block;
  color: #1a1717;
}
@media (min-width: 992px) {
  footer.footer ul.credits,
  footer.footer ul.copyright {
    width: auto;
  }
}
#topcontrol {
  right: 10px!important;
  bottom: 10px!important;
}
#topcontrol i {
  background: #1a1717;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #ebeaea;
  box-shadow: 0 0 5px 0 #ebeaea;
}
.filters {
  margin: -15px 15px 30px 0;
}
.filters .btn {
  padding: 2px 0;
  margin: 0 5px;
  border: 0;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #ccc6c2;
  vertical-align: top;
  border-radius: 0;
  background-clip: padding-box;
}
.filters .btn.category-0 {
  border-color: #1ca5a9;
}
.filters .btn.category-1 {
  border-color: #ef775e;
}
.filters .btn.category-2 {
  border-color: #5887ba;
}
.filters .btn.category-3 {
  border-color: #96aa44;
}
.filters .btn.category-4 {
  border-color: #465a6e;
}
.filters .btn.category-5 {
  border-color: #53cfb6;
}
.filters .btn.category-6 {
  border-color: #a15f81;
}
.filters .btn.category-7 {
  border-color: #faa72d;
}
.filters .btn.category-8 {
  border-color: #f36e6c;
}
.filters .btn.category-9 {
  border-color: #808ba2;
}
.filters .btn.category-10 {
  border-color: #cc0000;
}
.filters .btn:active {
  box-shadow: none;
}
.filters .btn.active {
  font-weight: 900;
  border-bottom-width: 3px;
  box-shadow: none;
}
.filters.diploma-filters,
.filters.doctoral-filters {
  display: inline;
  margin: 10px;
}
.filters.diploma-filters h6,
.filters.doctoral-filters h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-right: 10px;
  border-right: 1px solid #ccc6c2;
  display: inline;
}
.filters.diploma-filters label,
.filters.doctoral-filters label {
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px 0 5px;
  margin: 0;
  border: none;
  border-right: 1px solid #ccc6c2;
}
.filters.diploma-filters .btn.active,
.filters.doctoral-filters .btn.active,
.filters.diploma-filters .btn:hover,
.filters.doctoral-filters .btn:hover {
  color: #cc0000;
}
@media (max-width: 767px) {
  .filters {
    margin: 0px 15px 30px;
  }
}
.fa.category-0 {
  color: #1ca5a9;
}
.fa.category-1 {
  color: #ef775e;
}
.fa.category-2 {
  color: #5887ba;
}
.fa.category-3 {
  color: #96aa44;
}
.fa.category-4 {
  color: #465a6e;
}
.fa.category-5 {
  color: #53cfb6;
}
.fa.category-6 {
  color: #a15f81;
}
.fa.category-7 {
  color: #faa72d;
}
.fa.category-8 {
  color: #f36e6c;
}
.fa.category-9 {
  color: #808ba2;
}
.fa.category-10 {
  color: #cc0000;
}
.category-0 .color-category {
  color: #1ca5a9;
}
.category-1 .color-category {
  color: #ef775e;
}
.category-2 .color-category {
  color: #5887ba;
}
.category-3 .color-category {
  color: #96aa44;
}
.category-4 .color-category {
  color: #465a6e;
}
.category-5 .color-category {
  color: #53cfb6;
}
.category-6 .color-category {
  color: #a15f81;
}
.category-7 .color-category {
  color: #faa72d;
}
.category-8 .color-category {
  color: #f36e6c;
}
.category-9 .color-category {
  color: #808ba2;
}
.category-10 .color-category {
  color: #cc0000;
}
.slick-view .list-item .list-item-inner,
.list-view .list-item .list-item-inner,
.list-view-horizontal .list-item .list-item-inner {
  background: #ffffff;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 0 0 5px 0;
  border-color: #ccc6c2;
}
.slick-view .list-item .list-item-inner .list-item-thumb,
.list-view .list-item .list-item-inner .list-item-thumb,
.list-view-horizontal .list-item .list-item-inner .list-item-thumb {
  height: auto;
}
.slick-view .list-item .list-item-inner .list-item-thumb img.img-responsive,
.list-view .list-item .list-item-inner .list-item-thumb img.img-responsive,
.list-view-horizontal .list-item .list-item-inner .list-item-thumb img.img-responsive {
  margin: 0 auto;
}
.slick-view .list-item .list-item-inner .content,
.list-view .list-item .list-item-inner .content,
.list-view-horizontal .list-item .list-item-inner .content {
  padding: 20px;
}
.slick-view .list-item .list-item-inner h3,
.list-view .list-item .list-item-inner h3,
.list-view-horizontal .list-item .list-item-inner h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.slick-view .list-item .list-item-inner p,
.list-view .list-item .list-item-inner p,
.list-view-horizontal .list-item .list-item-inner p {
  text-align: justify;
}
.slick-view .list-item .list-item-inner p.meta,
.list-view .list-item .list-item-inner p.meta,
.list-view-horizontal .list-item .list-item-inner p.meta {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ccc6c2;
  margin-bottom: 0;
  font-size: 13px;
  color: #ccc6c2;
}
.slick-view .list-item .list-item-inner.category-0,
.list-view .list-item .list-item-inner.category-0,
.list-view-horizontal .list-item .list-item-inner.category-0 {
  border-color: #1ca5a9;
}
.slick-view .list-item .list-item-inner.category-1,
.list-view .list-item .list-item-inner.category-1,
.list-view-horizontal .list-item .list-item-inner.category-1 {
  border-color: #ef775e;
}
.slick-view .list-item .list-item-inner.category-2,
.list-view .list-item .list-item-inner.category-2,
.list-view-horizontal .list-item .list-item-inner.category-2 {
  border-color: #5887ba;
}
.slick-view .list-item .list-item-inner.category-3,
.list-view .list-item .list-item-inner.category-3,
.list-view-horizontal .list-item .list-item-inner.category-3 {
  border-color: #96aa44;
}
.slick-view .list-item .list-item-inner.category-4,
.list-view .list-item .list-item-inner.category-4,
.list-view-horizontal .list-item .list-item-inner.category-4 {
  border-color: #465a6e;
}
.slick-view .list-item .list-item-inner.category-5,
.list-view .list-item .list-item-inner.category-5,
.list-view-horizontal .list-item .list-item-inner.category-5 {
  border-color: #53cfb6;
}
.slick-view .list-item .list-item-inner.category-6,
.list-view .list-item .list-item-inner.category-6,
.list-view-horizontal .list-item .list-item-inner.category-6 {
  border-color: #a15f81;
}
.slick-view .list-item .list-item-inner.category-7,
.list-view .list-item .list-item-inner.category-7,
.list-view-horizontal .list-item .list-item-inner.category-7 {
  border-color: #faa72d;
}
.slick-view .list-item .list-item-inner.category-8,
.list-view .list-item .list-item-inner.category-8,
.list-view-horizontal .list-item .list-item-inner.category-8 {
  border-color: #f36e6c;
}
.slick-view .list-item .list-item-inner.category-9,
.list-view .list-item .list-item-inner.category-9,
.list-view-horizontal .list-item .list-item-inner.category-9 {
  border-color: #808ba2;
}
.slick-view .list-item .list-item-inner.category-10,
.list-view .list-item .list-item-inner.category-10,
.list-view-horizontal .list-item .list-item-inner.category-10 {
  border-color: #cc0000;
}
.list-view-horizontal .list-item {
  width: 350px;
  margin-right: 15px;
}
.list-view-horizontal .list-item .list-item-inner {
  margin-bottom: 15px;
}
.courses-list,
.diplomas-list,
.announcements-list,
.archive-list {
  overflow-x: auto;
}
.courses-list table,
.diplomas-list table,
.announcements-list table,
.archive-list table {
  width: 100%;
}
.courses-list table tr td,
.diplomas-list table tr td,
.announcements-list table tr td,
.archive-list table tr td {
  padding: 0;
}
.courses-list table tr td a,
.diplomas-list table tr td a,
.announcements-list table tr td a,
.archive-list table tr td a {
  padding: 7px;
  display: block;
  height: 100%;
  width: 100%;
}
.courses-list .header-sm,
.diplomas-list .header-sm,
.announcements-list .header-sm,
.archive-list .header-sm {
  width: 120px;
}
.courses-list .header-md,
.diplomas-list .header-md,
.announcements-list .header-md,
.archive-list .header-md {
  width: 160px;
}
.courses-list .header-lg,
.diplomas-list .header-lg,
.announcements-list .header-lg,
.archive-list .header-lg {
  width: 200px;
}
.courses-list th,
.diplomas-list th,
.announcements-list th,
.archive-list th,
.courses-list td,
.diplomas-list td,
.announcements-list td,
.archive-list td {
  border-bottom: 1px solid #e8e8e6;
  padding: 7px 4px;
}
.courses-list th.centered,
.diplomas-list th.centered,
.announcements-list th.centered,
.archive-list th.centered,
.courses-list td.centered,
.diplomas-list td.centered,
.announcements-list td.centered,
.archive-list td.centered {
  text-align: center;
}
.courses-list .clickable,
.diplomas-list .clickable,
.announcements-list .clickable,
.archive-list .clickable {
  cursor: pointer;
}
@media (max-width: 767px) {
  .courses-list .title,
  .diplomas-list .title,
  .announcements-list .title,
  .archive-list .title {
    min-width: 160px;
  }
  .courses-list .header-sm,
  .diplomas-list .header-sm,
  .announcements-list .header-sm,
  .archive-list .header-sm {
    min-width: 120px;
  }
  .courses-list .header-md,
  .diplomas-list .header-md,
  .announcements-list .header-md,
  .archive-list .header-md {
    min-width: 160px;
  }
  .courses-list .header-lg,
  .diplomas-list .header-lg,
  .announcements-list .header-lg,
  .archive-list .header-lg {
    min-width: 200px;
  }
}
.courses li,
.diploma li {
  line-height: 1.8em;
}
.courses .back,
.diploma .back {
  margin-top: 30px;
}
.courses-details table,
.diploma-details table {
  width: 100%;
}
.courses-details th,
.diploma-details th,
.courses-details td,
.diploma-details td {
  width: 50%;
  padding: 4px;
}
@media (max-width: 767px) {
  .course-search .pull-right,
  .diploma-search .pull-right {
    float: none!important;
    margin: 0 10px;
  }
}
.form .form-text {
  width: 287px;
  display: table;
  padding: 5px 3px;
  border: 1px solid #ccc6c2;
}
.form .form-text label {
  font-weight: normal;
  font-size: 12px;
  color: #4c555f;
  margin: 0 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc6c2;
}
.form .form-text input {
  width: 200px;
  border: none;
  outline: none;
  font-size: 12px;
  background: transparent;
}
@media (max-width: 991px) {
  .form .form-text {
    margin-top: 15px;
  }
}
/* Agenda */
.agenda .agenda-date {
  width: 160px;
}
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px;
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em;
}
.agenda .agenda-time {
  width: 140px;
}
/* Map */
.gmap {
  height: 480px;
  margin-bottom: 50px;
}
/* Panel */
.panel {
  border-radius: 0;
  border-color: #e8e8e6;
}
/* Staff Page */
.staff-section {
  -ms-flex-item-align: center;
  align-self: center;
}
.staff-section .title {
  display: block;
  position: relative;
  padding-left: 225px;
  top: 50px;
}
.staff-section .section-title {
  margin-top: 60px;
  font-weight: 300;
  font-size: 26px;
}
.staff-section hr {
  margin-top: 0px;
}
.staff-section dt {
  width: 40px;
}
.staff-section dd {
  margin-left: 60px;
  margin-bottom: 10px;
}
.staff-img {
  transition: all 2s ease;
}
.staff-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.staff-img-container .staff-img:hover {
  transform: scale(1.1);
  max-width: 100%;
  transition: all 0.5s;
}
.profile:hover .staff-img {
  transform: scale(1.1);
}
.contact-info {
  line-height: 1.8em;
}
.contact-info ul {
  list-style: none!important;
  padding-left: 0px!important;
}
.contact-info i {
  padding-right: 10px;
  display: inline;
}
.contact-info ul.contact-element {
  display: inline;
}
.contact-info ul.contact-element li {
  display: inline-block;
}
.contact-info ul.contact-element li:not(:last-child):after {
  content: ',\00a0';
}
.library .post {
  margin-bottom: 40px;
}
.library .post h3 {
  margin-top: 10px;
}
#homeBanner {
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
}
@media (max-width: 1023px) {
  #homeBanner {
    display: none;
  }
}
#homeBanner > .container {
  width: 1232px!important;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  #homeBanner > .container {
    margin-left: -195px;
  }
}
#homeBanner h2 {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
  font-size: 20px;
  line-height: 24px;
}
#homeBanner ul {
  margin-bottom: 0;
}
#homeBanner ul li strong {
  color: #1a1717;
}
#homeBanner a {
  font-weight: 700;
}
#homeBanner .first-row {
  text-align: left;
}
#homeBanner .first-row div {
  display: inline-table;
  vertical-align: bottom;
  margin-left: 5px;
  max-width: 520px;
}
#homeBanner .second-row {
  margin-top: 5px;
  text-align: right;
}
#homeBanner .second-row div {
  display: inline-table;
  vertical-align: top;
  margin-right: 5px;
}
body.home .filters {
  margin-top: 0;
}
@media (max-width: 1023px) {
  #homeEvents {
    margin-top: -50px;
  }
}
#homeEvents .slick-slider {
  position: inherit;
}
#homeEvents .slick-view .list-item .list-item-inner h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
#homeEvents .slick-view .list-item .list-item-inner p {
  line-height: 16px;
  font-size: 13px;
}
#homeEvents .slick-view .list-item .list-item-inner p.meta {
  color: #4c555f;
}
.slick-prev {
  left: -7px !important;
  z-index: 10;
}
.slick-next {
  right: -7px !important;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  color: #1a1717 !important;
}
.hundredlivestreaming .kWidgetIframeContainer {
  margin: 60px auto 0;
}
.labheader {
  max-width: 456px;
}
.labheader p.labtitle {
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
}
.labheader p.labtitle a {
  color: #1a1717;
}
.labheader ul {
  display: table;
}
.labheader ul li {
  display: inline-block;
}
.labheader ul li:not(:last-child) {
  margin-right: 20px;
}
.labbody h2,
#content .labbody h2 {
  font-size: 20px;
  line-height: 20px;
}
.labbody h3,
#content .labbody h3 {
  font-size: 16px;
  margin-top: 0;
}
.labbody .tool,
#content .labbody .tool {
  padding-bottom: 20px;
}
.labbody .tool img,
#content .labbody .tool img {
  float: left;
  width: auto!important;
  padding: 0 8px 8px 0;
  background: #f5f5f5;
}
.labbody .tool:after,
#content .labbody .tool:after {
  content: '';
  display: block;
  clear: both;
}

/* News fixes */
/* #content .newstext {
  text-align: center;
}

#content .newstext h3 {
  text-align: left;
} */

#content .newstext img[src*="#right"] {
  float: right;
  margin: 4px 0 4px 10px;
  overflow: auto;
}

#content .newstext img[src*="#left"] {
  float: left;
  margin: 4px 10px 4px 0;
  overflow: auto;
}

#content .newstext p {
  text-align: justify;
  text-justify: auto;
}

#content .newstext .gallery,
#content .newstext .yt-video {
  clear: both;
  text-align: center;
  margin: 10px 0;
}

#content .newstext .gallery img {
  float: none;
}

#content .newstext .gallery img {
  margin-bottom: 2px;
}

#content .newstext .gallery img:first-child {
  margin-left: 0;
  margin-right: 2px;
}

#content .newstext .gallery img:last-child {
  margin-right: 0;
  margin-left: 2px;
}

#content .text .gallery a:not(.grey-links):hover {
  border: none;
}

#content .newstext img {
  max-width: 33%;
  padding: 4px;
  border: 1px solid #cccccc;
  background-color: #dddddd;
}

#content .newstext .gallery:before {
  display: table;
  content: "";
  clear: both;
}
