/* Container
----------------------------------------*/
body {
  line-height: 1.5;
  color: #000000;
  //min-width: 440px;
  //overflow-x: auto;
}
body > .container {
  height: 100%;
}
.main {
  background: #ffffff;
  //overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .main {
    //padding: 0 20px;
  }
}

/* Menu
----------------------------------------*/
.pollux-menu {
  z-index: 1;
  position: relative;
  //background: rgba(52,66,92,0.8);
  background: #ffffff;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .pollux-menu {
    height: 0;
  }
}
.pollux-menu > ul {
  max-width: 770px;
  float: right;
  padding-right: 30px;
}
//@media screen and (max-width: 1170px) {
  .pollux-menu > ul {
    float: right;
  }
}
.pollux-menu > ul > li {
  position: static;
}
.pollux-menu > ul > li > a {
  padding: 0 15px 0 15px;
}
.pollux-menu > ul > li > a > span {
  line-height: 60px;
  color: #000000;
  font-size: 16px;
}
.pollux-menu > ul > li:not(:first-child)::before {
  line-height: 60px;
  top: 5px;
  display: none;
}
.pollux-menu > ul > li:hover {
  background: #0097c4;
}
.pollux-menu > ul > li:hover > a > span {
  color: #ffffff;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li {
  background: #00aadd;
  min-width: 240px;
  text-align: left;
  left: -35%;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li:hover {
  background: #0097c4;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li > a > span {
  font-size: 14px;
}

.pollux-menu > ul > li > ul.sub-menu-1 > li.parent > ul.sub-menu-2 {
  box-shadow: none;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li.parent > ul.sub-menu-2 > li {
  min-width: 240px;
  background: #00aadd;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li.parent > ul.sub-menu-2 > li:hover {
  background: #0097c4;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li.parent > ul.sub-menu-2 > li > a {
  padding-left: 0;
}
.pollux-menu > ul > li > ul.sub-menu-1 > li.parent > ul.sub-menu-2 > li > a > span {
  font-size: 14px;
}
.pollux-menu[data-menu-style="large"] > ul > li.parent > ul.sub-menu-1 {
  background-color: transparent;
}
.pollux-menu[data-menu-style="large"] > ul > li.parent > ul.sub-menu-1 > li.parent:hover {
  background: #00aadd;
}
.pollux-menu[data-menu-style="large"] > ul > li.parent > ul.sub-menu-1 > li.parent > a:hover {
  background: #0097c4;
}
.pollux-menu[data-menu-style="large"] > ul > li.parent > ul.sub-menu-1 > li.parent > a > span {
  border-bottom: 1px solid #ffffff;
  font-weight: 600;
}
#polux-multilevelpushmenu-button {
  background: #ffffff;
  height: 60px;
  line-height: 60px;
  position: relative;
  top: 0;
}
#polux-multilevelpushmenu-expand {
  background: #ffffff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #000000;
  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 10000;
  position: relative;
}
#polux-multilevelpushmenu {
  top: 0;
}
.multilevelpushmenu_wrapper .levelHolderClass {
  background: #00aadd;
}
.multilevelpushmenu_wrapper li:hover {
  background: #0097c4;
}
.multilevelpushmenu_wrapper .backItemClass:hover {
  background: #0097c4;
}

/* Standard From
----------------------------------------*/
.form-standard {
  text-align: center;
  //background: #515874;
  /*color: #666666;*/
  color: #000000;
  padding: 20px 20px 20px 20px;
}
.form-standard h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  text-align: center;
}
.form-standard form {
  max-width: 600px;
  margin: 0 auto;
}
.form-standard form .input-wrapper {

}
.form-standard form .input-wrapper input[type=text],
.form-standard form .input-wrapper input[type=email],
.form-standard form .input-wrapper textarea {
  border: 0;
  height: 50px;
  width: 100%;
  display: block;
  margin: 10px auto;
  padding: 0 20px;
  background: #e7e7e9;
  color: #000000;
}
.form-standard form .input-wrapper textarea {
  height: 150px;
  padding-top: 16px;
  resize: none;
}

/*
 * Select2
 */
.form-standard form .input-wrapper select {
  width: 100%;
}
.select2 {
  text-align: left;
}
.select2-dropdown {
  border: 0;
  border-radius: 0;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  //height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  //padding-top: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-size: 32px;
  vertical-align: middle;
}

.select2-container--default .select2-results__option .select2-results__option {
  background-image: url('/assets/theme/images/square.png');
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding-left: 35px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-image: url('/assets/theme/images/square_check.png');
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: url('/assets/theme/images/square_white.png');
}
.select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
  background-image: url('/assets/theme/images/square_white_check.png');
}

/*
.select2-container .select2-search--dropdown .select2-search__field {
  padding: 0 0 0 5px;
}
.select2-container .select2-results .select2-results__options .select2-results__option {
  padding: 4px 0 3px 10px;
}
*/
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  background-color: #e7e7e9;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  outline: 0;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #e7e7e9;
}
/*
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #7d7d7d;
}
*/
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 50px;
  vertical-align: top;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000000;
  line-height: 25px;
}
.select2-container--default .select2-results > .select2-results__options {
  color: #000000;
}



.form-standard form .gdpr-wrapper {
  display: table;
  padding: 20px 0px;
}
.form-standard form .gdpr-wrapper .gdpr-check {
  display: table-cell;
  //vertical-align: middle;
  padding-top: 5px;
}
.form-standard form .gdpr-wrapper .gdpr-check input[type=checkbox] {
  cursor: pointer;
}
.form-standard form .gdpr-wrapper .gdpr-notice {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
}
.form-standard form .gdpr-wrapper .gdpr-notice label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
}





.form-standard form .send-wrapper {
  padding: 20px 0 0 0;
}

/*
.form-standard form .send-wrapper button {
  border: 0;
  display: inline-block;
  //background: #58585a;
  background: #00aadd;
  line-height: 50px;
  margin: 0;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  padding: 0 20px;
  width: 100%;
  max-width: 250px;
  border: 2px solid #ffffff;
}
.form-standard form .send-wrapper button:hover {
  background: #0097c4;
}
.form-standard form .send-wrapper button span {
  padding-right: 20px; 
}
.form-standard form .send-wrapper button i {
  float: right;
  margin-top: 16px;
  font-size: 24px;
}
*/



/* Hero video
----------------------------------------*/
.hero-video {
  position: fixed;
  top: 0;
  bottom: 0;
  //width: 102%;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index: -100;
  background: #000000;
}
.hero-video video {
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -100;
}
/*.hero-video video{
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  z-index: 0;
  -o-object-fit: none;
  object-fit: none;
  max-width: 100%;
  z-index: -100;
}*/

/* Hero overlay
----------------------------------------*/
.hero-overlay {
  //background-color: #007d8b;
  //background-color: #dee8e9;
  background-size: cover;
  //background-size: contain;
  //background-attachment: fixed;
  text-align: left;
  //height: calc(100% - 190px);
  height: calc(100% - 158px);
  overflow: hidden;
  position: relative;
  width: 100%;
  //min-height: 450px;
  
  background-repeat: no-repeat;
  //background-position: center bottom;
  background-position: center;
}
.hero-overlay[data-video="1"] {
  height: calc(100% - 60px);
}

/* Hero test
----------------------------------------*/
/*.hero-test {
  //background-attachment: fixed;
  background-repeat: no-repeat;
  //background-size: contain;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-color: #dee8e9;
  border-top: 190px solid #dee8e9;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .hero-test {
    background-size: cover;
  }
}
@media screen and (max-height: 850px) {
  .hero-test {
    background-size: cover;
  }
}*/

/* Hero video text overlay
----------------------------------------*/
.hero-overlay .hero-overlay-animation {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  position: absolute;
  top: 190px;
  top: 0;
  //background: #f0f0f0;
  bottom: 0;
  left: 0;
  right: 0;
  //z-index: -1;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
}
.hero-overlay .hero-overlay-animation .slide {
  width: 100%;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.hero-overlay .hero-overlay-animation .slide-small {
  //font-size: 32px;
  font-size: 38px;
}
@media screen and (max-width: 1170px) {
  .hero-overlay .hero-overlay-animation .slide-small {
    //font-size: 24px;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .hero-overlay .hero-overlay-animation .slide-small {
    font-size: 6vw;
  }
}
.hero-overlay .hero-overlay-animation .slide-large {
  //font-size: 5.5vw;
  //font-size: 64px;
  //font-size: 32px;
  font-size: 38px;
}
@media screen and (max-width: 1170px) {
  .hero-overlay .hero-overlay-animation .slide-large {
    //font-size: 32px;
    //font-size: 24px;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .hero-overlay .hero-overlay-animation .slide-large {
    //font-size: 7vw;
    font-size: 6vw;
  }
}
.hero-overlay .hero-overlay-animation .slide span {
  margin: 20px 0;
  display: block;
  line-height: 2;
}
.hero-overlay .hero-overlay-animation .slide1 {
  
}
.hero-overlay .hero-overlay-animation .slide1 img {
  width: 20%;
  max-width: 350px;
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide2 {
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide2 span {
  
}
.hero-overlay .hero-overlay-animation .slide3 {
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide3 span {
  
}
.hero-overlay .hero-overlay-animation .slide4 {
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide4 span {

}
.hero-overlay .hero-overlay-animation .slide5 {
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide5 span {

}
.hero-overlay .hero-overlay-animation .slide6 {
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide6 span {

}
.hero-overlay .hero-overlay-animation .slide7 {
  opacity: 0;
}
.hero-overlay .hero-overlay-animation .slide7 span {
  
}

/* Hero text
----------------------------------------*/
.hero-overlay .hero-overlay-text {
  border-bottom: 8px solid #fff;
  //padding: 20px 0 0 20px;
  //padding: 50px 0 0 80px;
  display: inline-block;
  
  padding: 50px 0 0 50px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 960px) {
  .hero-overlay .hero-overlay-text {
    border-bottom-width: 3px;
    padding: 20px 0 0 50px;
  }
}
.hero-overlay .hero-overlay-text  h1 {
  //font-size: 48px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #000000;
  //text-align: left;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .hero-overlay .hero-overlay-text  h1 {
    font-size: 18px;
  }
}
/*.hero-overlay .hero-overlay-text h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000;
}*/

/* Hero button
----------------------------------------*/
.hero-overlay .hero-overlay-button {
  position: fixed;
  bottom: 150px;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-overlay .hero-overlay-button a {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  border: 2px solid #ffffff;
  padding: 15px 20px;
  //text-shadow: 0px 0px 10px #000;
  font-size: 24px;
  //box-shadow: 0px 0px 10px #000;
  display: inline-block;
}
.hero-overlay .hero-overlay-button a:link {
  color: #ffffff;
  text-decoration: none;
}
.hero-overlay .hero-overlay-button a:visited {
  color: #ffffff;
}
.hero-overlay .hero-overlay-button a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.hero-overlay .hero-overlay-button a:active {
  color: #ffffff;
  text-decoration: underline;
}

/* Hero arrow
----------------------------------------*/
.hero-overlay .hero-overlay-arrow {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  //text-shadow: 0px 0px 10px #000;
  text-align: center;
}
.hero-overlay .hero-overlay-arrow a {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.hero-overlay .hero-overlay-arrow a:link {
  color: #ffffff;
  text-decoration: none;
}
.hero-overlay .hero-overlay-arrow a:visited {
  color: #ffffff;
}
.hero-overlay .hero-overlay-arrow a:hover {
  color: #ffffff;
  text-decoration: none;
}
.hero-overlay .hero-overlay-arrow a:active {
  color: #ffffff;
  text-decoration: none;
}

/* Content text
----------------------------------------*/
.content-text {
  text-align: center;
  background: #ffffff;
  //color: #999999;
  color: #000000;
  //padding: 50px 0;
  //padding: 50px 0 0 0;
  //max-width: 900px;
  max-width: 1200px;
  margin: 0 auto;
  
  display: table;
}
@media screen and (max-width: 850px) {
  .content-text {
    max-width: auto;
  }
}
.content-text div {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .content-text div {
    vertical-align: top;
  }
}
.content-text div .content-text-arrow {
  //padding: 0 10px 0 0;
  padding: 30px 10px 0 0;
  font-size: 9px;
}
@media screen and (max-width: 850px) {
  .content-text div .content-text-arrow {
    padding-top: 24px;
    font-size: 8px;
  }
}
.content-text[data-video="1"] div .content-text-arrow {
  display: none;
}
.content-text h2 {
  //font-size: 1.8vw;
  font-size: 22px;
  
  padding: 0 10px 0 58px;
}
.content-text[data-video="1"] h2 {
  padding: 0;
}
.content-text h3 {
  //font-size: 3vw;
  //font-size: 32px;
  font-size: 28px;
  margin: 30px 0 0 0;
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 850px) {
  .content-text h3 {
    font-size: 22px;
    //padding: 0 10px 0 58px;
  }
}
.content-text[data-video="1"] h3 {
  padding: 0;
}

/* Content body
----------------------------------------*/
.content-body {
  overflow: hidden;
  background: #ffffff;
  //padding: 60px 0 60px 0;
}
@media screen and (max-width: 1240px) {
  .content-body {
    //padding: 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .content-body {
    display: block;
  }
}
.content-body img[style*="float:right"] {
  margin-left: 30px;
}
.content-body img[style*="float:left"] {
  margin-right: 30px;
}
.content-body .content-back {
  background: #ffffff;
  //padding: 50px 0;
  padding: 30px 20px;
}
.content-body:nth-child(2n+1) .content-back {
  //background: #eeeeee;
}
.content-body .content-table {
  display: table;
  margin: 0 auto;
}
.content-body .content-table > .wrapper:first-child {
  //padding: 0 20px 0 0;
}
@media screen and (max-width: 850px) {
  .content-body .content-table > .wrapper:first-child {
      padding: 0 0 25px 0;
  }
}
.content-body .content-table > .wrapper:last-child {
  //padding: 0 0 0 20px;
}
@media screen and (max-width: 850px) {
  .content-body .content-table > .wrapper:last-child {
      padding: 0 0 0 0;
  }
}
.content-body .content-table > .wrapper > p:first-child {
  margin-top: 0;
}
.content-body .content-table > .wrapper > p:last-child {
  margin-bottom: 0;
}

.content-body .wrapper {
  //max-width: 900px;
  //max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  //font-size: 20px;
  //font-size: 18px;
  font-size: 15px;
  //color: #949599;
  color: #000000;
  overflow: hidden;
  
  display: table-cell;
  width: 50%;
  vertical-align: top;
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 850px) {
  .content-body .wrapper {
    display: block;
    width: 100%;
  }
}
.content-body .wrapper .content-image {
  height: 100%;
  position: absolute;
  //top: 20px;
  top: 0;
  border: 0;
  left: 20px;
  right: 20px;
  text-align: center;
}
.content-body .content-table > .wrapper:first-child .content-image {
  //right: 20px;
}
@media screen and (max-width: 850px) {
  .content-body .content-table > .wrapper:first-child .content-image {
    //right: 0;
  }
}
.content-body .content-table > .wrapper:last-child .content-image {
  //left: 20px;
}
@media screen and (max-width: 850px) {
  .content-body .content-table > .wrapper:last-child .content-image {
    //left: 0;
  }
}
@media screen and (max-width: 850px) {
  .content-body .wrapper .content-image {
    position: relative;
  }
}
.content-body .wrapper .content-image img {
  object-fit: cover;
  height: 100%;
  //height: 80%;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .content-body .wrapper .content-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}
/* Solutions gallery
----------------------------------------*/
.solutions-body {
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 850px) {
  .solutions-body {
    display: block;
  }
}
.solutions-body .wrapper {
  margin: 0 auto;
  padding: 0 20px;
  //font-size: 18px;
  font-size: 15px;
  color: #000000;
  overflow: hidden;
  
  display: block;
  width: auto;
  vertical-align: top;
  position: static;
  max-width: 1200px;
}
@media screen and (max-width: 850px) {
  .solutions-body .wrapper {
    display: block;
    width: 100%;
  }
}

.solutions-gallery {
  clear: both;
  text-align: center;
  padding: 25px 0;
}
.solutions-gallery .heading {
  //margin: 0;
  //line-height: 10vw;
  //line-height: 80px;
  text-align: center;
  //font-size: 3.5vw;
  //font-size: 48px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 3px solid #ffffff;
  padding: 18px 0;
}
@media screen and (max-width: 420px) {
  .solutions-gallery .heading {
    font-size: 18px;
  }
}
.solutions-gallery .solutions-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  //padding-bottom: 60px;
  display: inline-block;
  vertical-align: top;
}
.solutions-gallery1 .heading {
  background: linear-gradient(to right, #687cae, #65a1c5);
}
.solutions-gallery2 .heading {
  background: linear-gradient(to right, #298089, #68a981);
}
.solutions-gallery .solutions-gallery-item {
  //height: 18vw;
  height: 250px;
  //width: 33.3%;
  width: 400px;
  display: inline-block;
  //float: left;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 0;
  //box-shadow: 0 0 5px #d0d0d0;
  vertical-align: top;
}
@media screen and (max-width: 420px) {
  .solutions-gallery .solutions-gallery-item {
    width: 280px;
  }
}
.solutions-gallery .solutions-gallery-item:nth-child(3n+2) {
  //width: 33.4%;
}
.solutions-gallery .solutions-gallery-item .slide {
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  height: 200%;
  text-align: center;
  overflow: hidden;
  //background-size: auto 11.6vw;
  background-size: auto 140px;
  background-position: center 20px;
  color: #fff;
  //top: calc(-100% + 5vw);
}
.solutions-gallery .solutions-gallery-item .slide .title {
  position: absolute;
  bottom: calc(50% - 2px);
  width: 100%;
  margin: 0;
  padding: 0;
  //font-size: 1.5vw;
  font-size: 22px;
  //background:#f0f0f0;
}
@media screen and (max-width: 420px) {
  .solutions-gallery .solutions-gallery-item .slide .title {
    font-size: 16px;
  }
}
.solutions-gallery .solutions-gallery-item .slide .title span {
  border-bottom: 2px solid #fff;
  padding: 1vw 0;
  display: inline-block;
}
.solutions-gallery .solutions-gallery-item .slide .description {
  position: absolute;
  top: calc(50% + 2px);
  //width: 75%;
  //margin: 0 12.5%;
  //margin: 0 20px;
  margin: 0;
  //padding: 1vw 0;
  padding: 1vw 20px;
  //background: #c0c0c0;
  //font-size: 1.3vw;
  font-size: 16px;
  width: 100%;  
}
@media screen and (max-width: 420px) {
  .solutions-gallery .solutions-gallery-item .slide .description {
    font-size: 14px;
  }
}
.solutions-gallery .solutions-gallery-item .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 0.25s;
}
.solutions-gallery1 .solutions-gallery-item .overlay {
  background-color: rgba(37,43,77,0.8);
}
.solutions-gallery1 .solutions-gallery-item.active .overlay {
  background-color: rgba(44,93,61,0.8);
}
.solutions-gallery2 .solutions-gallery-item .overlay {
  background-color: rgba(44,93,61,0.8);
}
.solutions-gallery2 .solutions-gallery-item.active .overlay {
  background-color: rgba(37,43,77,0.8);
}

/* Solutions icons
----------------------------------------*/
.solutions-icons {
  text-align: center;
  //background: #d0d0d0;
  margin-top: 60px;
}
.solutions-icons .solutions-icon-item {
  display: inline-block;
  //width: 200px;
  //width: 150px;
  width: 132px;
  //height: 180px;
  //height: 150px;
  vertical-align: top;
  text-align: center;
  margin: 0 0 20px 0;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.solutions-icons .solutions-icon-item.a:link {
  color: #ffffff;
  text-decoration: none;
}
.solutions-icons .solutions-icon-item.a:visited {
  color: #ffffff;
}
.solutions-icons .solutions-icon-item.a:hover {
  color: #ffffff;
  text-decoration: none;
}
.solutions-icons .solutions-icon-item.a:active {
  color: #ffffff;
  text-decoration: none;
}
/*.solutions-icons .solutions-icon-item .solutions-icon-title {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}*/
.solutions-icons .solutions-icon-item .solutions-icon-title {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}

.solutions-icons .solutions-icon-item .solutions-icon-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.solutions-icons .solutions-icon-item .solutions-icon-line {
  height: 10px;
  //border-left: 99px solid #ffffff;
  //border-right: 99px solid #ffffff;
  //border-left: 74px solid #ffffff;
  //border-right: 74px solid #ffffff;
  border-left: 65px solid #ffffff;
  border-right: 65px solid #ffffff;
}
.solutions-icons .solutions-icon-item .solutions-icon-image {
  //height: 130px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.solutions-icons .solutions-icon-item:hover {
  transition: 0.25s;
}

/*
.solutions-icons {
  width: 100%;
  height: 100px;
  display: table;
  padding-top: 90px;
}
.solutions-icons .solutions-icon-item {
  height: 8vw;
  display: table-cell;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ff0000;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
  transition: 0.25s;
}
.solutions-icons .solutions-icon-item.active {
  background-color: #dd0000;
}
.solutions-icons .solutions-icon-item:hover {
  background-color: #c0c0c0;
  transition: 0.25s;
}
.solutions-icons .solutions-icon-item .tooltip {
  //visibility: hidden;
  width: 90%;
  background: #ffffff;
  color: #989898;
  text-align: center;
  padding: 5px 5px 5px 5px;
  position: absolute;
  z-index: 1;
  //bottom: 135%;
  top: -89px;
  left: 50%;
  margin-left: -45%;
  //opacity: 0;
  transition: opacity 0.25s;
  //font-weight: bold;
  font-size: 13px;
  height: 50px;
  display: table;
}
.solutions-icons .solutions-icon-item .tooltip span {
  display: table-cell;
  vertical-align: middle;
}
.solutions-icons .solutions-icon-item .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  //margin-left: -10px;
  margin-left: -4px;
  //border-width: 10px;
  //border-style: solid;
  //border-color: #ffffff transparent transparent transparent;
  //display: none;
  background: #c0c0c0;
  height: 20px;
  width: 4px;
}
//.solutions-icons .solutions-icon-item:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .solutions-icons .solutions-icon-item .tooltip {
    font-size: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .solutions-icons .solutions-icon-item .tooltip {
    font-size: 9px;
  }
}
@media screen and (max-width: 870px) {
  .solutions-icons .solutions-icon-item .tooltip {
    visibility: hidden;
    opacity: 0;
  }
}
*/

/* Banner
----------------------------------------*/
.banner {
  //height: 14vw;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #ffffff;
  color: #000000;
}
.banner a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.banner a:link {
  color: inherit;
  text-decoration: none;
}
.banner a:visited {
  color: inherit;
}
.banner a:hover {
  color: inherit;
  text-decoration: none;
}
.banner a:active {
  color: inherit;
  text-decoration: none;
}
.banner .wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  //padding: 60px 0;
  padding: 40px 0 60px 0;
}
.banner .banner-text {
  display: table-cell;
  vertical-align: middle;
  //padding-left: 5vw;
  padding-left: 20px;
  //font-size: 3vw;
  font-size: 32px;
  //text-shadow: 0px 0px 10px #000;
}
.banner .banner-arrow {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  //padding: 0 5vw;
  padding: 0 20px;
  //font-size: 1vw;
  font-size: 22px;
  //text-shadow: 0px 0px 10px #000;
}

/* Partner Carousel
----------------------------------------*/
.partner-carousel-wrapper {
  background: #ffffff;
  padding: 25px 0;
  //margin: 0 50px;
  clear: both;
}
.partner-carousel-wrapper h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  text-align: center;
  //color: #999999;
  color: #000000;
}
@media screen and (max-width: 850px) {
  .partner-carousel-wrapper h3 {
    font-size: 22px;
  }
}
.partner-carousel-wrapper .partner-carousel {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 850px) {
  .partner-carousel-wrapper .partner-carousel {
    margin: 0 50px;
  }
}
.partner-carousel-wrapper .partner-carousel .partner-slide {
  padding: 0 20px;
}

.partner-carousel-wrapper .slick-next,
.partner-carousel-wrapper .slick-prev {
  width: 40px;
  height: 40px;
}
.partner-carousel-wrapper .slick-prev {
  left: -45px;
}
.partner-carousel-wrapper .slick-next {
  right: -45px;
}
.partner-carousel-wrapper .slick-next::before, 
.partner-carousel-wrapper .slick-prev::before {
  color: #999999;
  font-size: 40px;
}

/* News Article
----------------------------------------*/
.content-body.news-preview {
  padding: 25px 0;
}
.content-body.news-preview .wrapper {
  display: block;
  width: auto;
  vertical-align: top;
  position: static;
  max-width: 1200px;
}
.content-body.news-preview .wrapper > h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  text-align: center;
  //color: #999999;
  color: #000000;
}
@media screen and (max-width: 850px) {
  .content-body.news-preview .wrapper > h3 {
    font-size: 22px;
  }
}

.content-body.news-preview .view-button-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.content-body.news-preview a.show-news,
.content-body a.articles-showmore {
  width: 180px;
  margin: 0 auto 40px auto;
  display: block;
  //text-align: center;
}
.content-body.news-preview a.show-news .fa-stack,
.content-body a.articles-showmore .fa-stack {
  font-size: 14px;
  float: right;
  margin-top: 12px;
}
.content-body.news-preview a.show-news .fa-stack i.fas,
.content-body a.articles-showmore .fa-stack i.fas {
  float: none;
  margin-top: 0;
  font-size: inherit;
}
.article-group .article {
  display: table-cell;
  border-top: 5px solid #00aadd;
  //background: #e8f3f9;
  background: #dee8e9;
  width: 100%;
  border-spacing: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .article-group .article {
    display: block;
  }
}
.article-group > .article {
  margin: 20px 20px 0 20px;
  display: inline-block;
  width: auto;
}
.article-group .articles {
  display: table;
  border-spacing: 20px;
  margin: 0 auto;
}
.article-group .article-row {
  display: table-row;
}

.article-group .article-row .article {
  //width: 430px;
  //width: 580px;
  //width: 278px;
  width: 360px;
}
@media screen and (max-width: 960px) {
  .article-group .article-row .article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.article-group .article .header-image {
  //background-image: url('/assets/uploads/full/shutterstock_574000213_small.jpg');
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article-group .article .article-title {
  margin: 0;
  font-size: 15px;
  padding: 20px;
}
.article-group .article .article-preview {
  //font-size: 20px;
  //padding: 20px 20px 70px 20px;
  font-size: 15px;
  //padding: 0 20px 0 20px;
  padding: 0 20px 45px 20px;
  //height: 110px;
  //margin: 0 0 50px 0;
  //margin: 0 0 30px 0;
  margin: 0;
}
.article-group .article .article-footer {
  //display: table;
  width: 100%;
  position: absolute;
  //bottom: 20px;
  padding: 0 20px 10px 20px;
  bottom: 0;
  text-align: center;
}
.article-group .article .article-footer a {
  color: #00aadd;
}
/*.article-group .article .article-footer div {
  display: table-cell;
  font-size: 10px;
  text-align: left;
  vertical-align: middle;
}*/
.article-group .article .article-footer div:first-child span {
  display: block;
}
.article-group .article .article-footer div:last-child {
  text-align: right;
}
/*.article-group .article a.button1 {
  //width: 180px;
  width: auto;
  line-height: normal;
  padding: 0;
  background: none;
  color: #00aadd;
  font-size: 7px;
}
.article-group .article a.button1 i.fas {
  float: none;
  margin-top: 0;
  font-size: inherit;
}*/
