:root {
  --menu-text-gray: #cccccc;
  --body-text-gray: #a0a0a0;
  --brand-orange: #ff4600;
  --brand-orange-dark: #632200;
  --bg-dark: #1a1a1a;
  --bg-menu: #303030;
  --bg-menu-dark: #252525;
}
a {
  /*color: var(--body-text-gray);*/
  color: var(--brand-orange);
}
table.category thead {
  border: 3px solid var(--body-text-gray);
}
table.category thead > tr th, table.category thead > tr td, table.category tbody > tr th, table.category tbody > tr td {
  color: var(--body-text-gray);
  border: 1px solid var(--body-text-gray);
}
/*###################################################################*/
/*##### Header ######################################################*/
ul.social-icons li a { /* Social icons size */
  font-size: 24px;
}
.logo {
  display: flex;
  justify-content: center;
}
.hidden-socials {
  display: none !important;
}
#sp-logo {
  /*min-width: 500px;*/
  /*width: 100%;*/
  /*margin: auto 0;*/
  width: calc(100% - 300px);
  min-width: calc(100% - 300px);
  max-width: calc(100% - 300px);
}
#sp-top2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp-top2.col-lg-1 {
  width: 150px;
  min-width: 150px;
}
#sp-header {
  background-color: #1a1a1a;
  /*height: 10vw !important;*/
  /*height: 160px;*/
}
@media (max-width: 991px) {
  #sp-header {
    /*height: 100% !important;*/
  }
}
#sp-header a {
  color: var(--menu-text-gray);
}
#sp-header a:hover {
  color: var(--brand-orange);
}
#sp-header .logo {
  /*height: 100%;*/
}
#sp-header-topbar .container-inner {
  border-bottom: 0px;
}
/*###################################################################*/
/*##### Menu ########################################################*/
#offcanvas-toggler {
  height: 46px;
  max-height: 46px;
}
section#sp-menu {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  background-color: #303030;
}
.sp-megamenu-wrapper {
  justify-content: center;
}
/* Menu height */
.sp-megamenu-parent > li > a {
  line-height: 40px;
  padding-top: 2px;
}
/* Menu background color animation */
.sp-menu-item {
  background-color: var(--bg-menu);
  transition: background-color 250ms ease-in-out;
}
.sp-menu-item:hover {
  background-color: var(--bg-menu-dark);
}
/* Menu bottom line, current */
.sp-menu-item.current-item:after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 4px var(--brand-orange);
}
/* Menu bottom line animation, not current */
.sp-menu-item:not(.current-item):after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 4px var(--brand-orange);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.sp-menu-item:not(.current-item):hover:after {
  transform: scaleX(1);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  /*padding: 5px 15px;*/
}
.sp-megamenu-parent > li.sp-has-child > a::after {
  display: none;
}
/* Small drop-down menu for smartphones */
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  margin-left: 0px;
}
/*###################################################################*/
/*##### LNEE grid ###################################################*/
ul .field-label {
  font-weight: bold;
}
#sp-main-body {
  padding: 0px;
}
.lnee .innernews {
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  /*max-width: 625px;*/
  transition: 0.2s;
}
.lnee .newsinfo {
  background-color: #303030;
  padding: 2px 10px 5px 10px;
}
.lnee .newsinfo a {
  color: var(--body-text-gray);
}
.lnee .newstitle {
  font-size: 1.3em;
}
.lnee ul.latestnews-items li.latestnews-item:hover .innernews {
  margin: 0px;
  margin-bottom: 8.75px;
}
.lnee .newshead .picture img:hover {
  filter: brightness(65%);
}
.lnee .newshead .picture img {
  transition: 0.2s;
}
.view-category ul.fields-container {
  display: none;
}
/*###################################################################*/
/*##### Banners layout ##############################################*/
/* Presentation icons */
.img-presentation {
  margin: 0 auto;
}
/* Transfer the description down */
.blogbanners-layout {
  display: flex;
  flex-direction: column;
  gap: 0em;
}
.blogbanners-layout .category-desc {
  order: 1;
}
/* Helix styles reset */
.banners-layout #sp-main-body {
  padding-top: 0;
}
#sp-main-body .container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
}
.banners-layout-list .article {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.banners-layout-list .article .article-intro-image {
  margin: 0;
  border-radius: 0;
  border-bottom: none;
  overflow: hidden;
}
.banners-layout-list .article .article-intro-image img {
  border-radius: 0;
}
/* Make new layout */
.banners-layout-list {
  display: grid;
  grid-template-columns: 1fr;
}
.banners-layout-list .article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(13em,1fr) minmax(0,1fr) minmax(13em,1fr);
  /*grid-template-columns: 1fr minmax(0,1fr) 1fr;*/
  /*grid-template-columns: minmax(0, 1fr) repeat(5, minmax(0, 19.875rem)) minmax(0, 1fr);*/
}
.banners-layout-list .article::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banners-layout-list .article .article-intro-image {
  grid-row: 1/2;
  grid-column: 1/-1;
  /*background-color: green;*/
  background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}
.banners-layout-list .col-lg-12:nth-child(2n) .article-intro-image {
  background: linear-gradient(270deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 35%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 100%);
}
.banners-layout-list .article-body {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/1;
  justify-self: center;
  align-self: center;
  color: var(--menu-text-gray);
  max-width: 400px;
  padding: 0px 1em;
}
.banners-layout-list .col-lg-12:nth-child(2n) .article-body {
  grid-column: 3/4;
}
.banners-layout-list .article-header a {
  /*color: var(--brand-orange);*/
  font-weight: bold;
}
.article-list .article .readmore {
  margin-top: 30px;
}
/* Banners image */
.banners-layout-list .article-intro-image a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banners-layout-list .article-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
  max-height: 400px;
  position: relative;
  z-index: -1;
}
/* Banners text ellipsis */
.banners-layout-list .article-introtext p {
  /*white-space: nowrap;*/
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogbanners-layout .category-desc {
	max-width: 1320px;
	/*padding: 0 15px;*/
	/*margin: 0 auto;*/
}
/*###################################################################*/
/*##### Box text ####################################################*/
.box-text {
  background-color: var(--bg-menu);
  padding: 1.5em 2em;
  margin-bottom: 1em;
  /*width: 200vw;
  margin-left: -100vw;
  padding-left: calc(100vw + 1.5em);
  padding-right: calc(200vw - 100vw);*/
}
/*.box-text:before {
  content:"";
  background-color:#CCFFFF;
  position: absolute;
  height: 100%;
  width: 200vw;
  left: -100vw;
  z-index: -1;
}*/
/*###################################################################*/
/*##### Box text ####################################################*/
.skills-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
.skill-icon {
  width: 15%;
  max-width: 500px;
  min-width: 150px;
  background-color: var(--bg-dark);
  text-align: center;
  border-radius: 5px;
  padding-top: 10px;
  /*flex-shrink: 2;*/
}
.skill-icon h4 {
  font-size: 1.15em;
}
/*###################################################################*/
/*##### Buttons & forms #############################################*/
.readmore a {
  color: #fff !important;
  padding: 10px 30px;
  background-color: var(--brand-orange);
  /*background-color: orange;*/
}
.readmore a:hover {
  background-color: var(--brand-orange-dark);
}
/* Forms */
form .cf-form-wrap {
  max-width: 50% !important;
  margin: auto !important;
}
input[type="text"].cf-input, input[type="email"], textarea, select, .convertforms .cfupload .dz-message {
  background-color: var(--bg-dark) !important;
  color: var(--menu-text-gray) !important;
  border: 1px solid black !important;
}
button[type="submit"] {
  background-color: var(--brand-orange) !important;
  max-width: 120px;
}
/* Form submissions */
.submission_info .cfs-id, .submission_info .cfs-date-modified, .submission_info .cfs-form, .submission_info .cfs-user {
  display: none;
}
/*###################################################################*/
/*##### Buttons & forms #############################################*/
.carousel-item img {
  margin: auto;
}
/*###################################################################*/
/*##### Simple tabs #################################################*/
.sst-title.active, .sst-content {
  background-color: var(--bg-menu);
  border: 0px solid var(--body-text-gray);
}
.sst-content {
  margin-top: 0px;
}
.sst-title {
  background-color: var(--bg-menu);
  border: 0px solid var(--body-text-gray);
}
.sst-title:hover {
  background-color: var(--bg-menu-dark);
}
.sst-outer .sst-title.active {
  color: var(--brand-orange);
}