/* compiled by scssphp v0.0.12 on Fri, 05 Jul 2024 09:09:39 +1200 (0.1791s) */

/* Image Boxes SCSS Document */
/* Image boxes */
.imageboxes {
  display: block;
}
.imageboxes.owl-carousel .imagebox-item {
  display: block !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imageboxes .module-image {
  display: block;
  width: 100%;
}
.imageboxes .module-image img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes a.imagebox-item:hover .module-image img {
  opacity: 0.7;
}
.imageboxes .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.imageboxes .module-text .readmore {
  /* Grid of images next to text */
}
.imageboxes.imageside .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.imageboxes.imageside.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imageside.grid.seven-column .module-image, .imageboxes.imageside.grid.six-column .module-image, .imageboxes.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imageside .module-text {
  float: right;
  width: 100%;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* If image shown */
}
.imageboxes.imageside .module-image + .module-text {
  width: 64%;
  padding-left: 18px;
  padding-top: 0;
  overflow: hidden;
}
.imageboxes.imageside.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imageside.grid.seven-column .module-text, .imageboxes.imageside.grid.six-column .module-text, .imageboxes.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
  /* Grid of image next to text with the title above */
}
.imageboxes.imagesidetitleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.imagesidetitleabove .module-image {
  float: left;
  width: 40%;
  display: block;
}
.imageboxes.imagesidetitleabove .module-title {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.imageboxes.imagesidetitleabove .module-title h4 {
  padding-bottom: 2px;
}
.imageboxes.imagesidetitleabove .module-title h5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.imageboxes.imagesidetitleabove.grid.one-column .module-image {
  width: 20%;
}
.imageboxes.imagesidetitleabove.grid.seven-column .module-image, .imageboxes.imagesidetitleabove.grid.six-column .module-image, .imageboxes.imagesidetitleabove.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.imageboxes.imagesidetitleabove .module-text {
  float: right;
  width: 100%;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  /* If image shown */
}
.imageboxes.imagesidetitleabove .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.imageboxes.imagesidetitleabove.grid.one-column .module-text {
  width: 80%;
}
.imageboxes.imagesidetitleabove.grid.seven-column .module-text, .imageboxes.imagesidetitleabove.grid.six-column .module-text, .imageboxes.imagesidetitleabove.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
}
.imageboxes.imagesidetitleabove .readmore {
  padding-top: 10px;
  /* Home page solution boxes */
}
.imageboxes.home-solutions .imagebox-item {
  position: relative;
  padding: 10px 45px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.home-solutions .imagebox-item:nth-of-type(1) {
  background-color: #00b1cd;
}
.imageboxes.home-solutions .imagebox-item:nth-of-type(2) {
  background-color: #40c5da;
}
.imageboxes.home-solutions .imagebox-item:nth-of-type(3) {
  background-color: #6ccacd;
}
.imageboxes.home-solutions .imagebox-item:nth-of-type(4) {
  background-color: #91d7da;
}
.imageboxes.home-solutions .imagebox-item:hover {
  color: #fff;
  background-color: #00699b;
}
.imageboxes.home-solutions .module-title {
  display: flex;
  align-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.imageboxes.home-solutions .module-image {
  width: 30%;
}
.imageboxes.home-solutions .module-title-logo {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
.imageboxes.home-solutions .module-title-logo img {
  max-height: 40px;
}
.imageboxes.home-solutions a.imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.home-solutions .imagebox-item p {
  color: #012442;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 0;
}
.imageboxes.home-solutions .imagebox-item:hover p {
  color: #fff;
  /* Grid of images with text under */
}
.imageboxes.textunder .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textunder .module-image {
  width: 100%;
  display: block;
}
.imageboxes.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
}
.imageboxes.textonly .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textonly .module-image {
  width: 100%;
  display: block;
}
.imageboxes.textonly .module-text {
  width: 100%;
  display: block;
  padding-top: 0;
  /* Grid of images with text above */
}
.imageboxes.textabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.textabove .module-image .view {
  color: #fff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.imageboxes.textabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.textabove .module-text {
  width: 100%;
  display: block;
  padding-bottom: 20px;
  /* Grid of images with title above and text below */
}
.imageboxes.titleabove .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.titleabove .module-title {
  width: 100%;
  display: block;
}
.imageboxes.titleabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.imageboxes.titleabove .module-image .view {
  color: #fff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.imageboxes.titleabove a.imagebox-item:hover .module-image .view {
  opacity: 1;
}
.imageboxes.titleabove .module-text {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  /* Grid of icons with text under */
}
.imageboxes.iconover .imagebox-item {
  display: inline-block;
  position: relative;
  text-align: center;
}
.imageboxes.iconover .imagebox-item-icon {
  width: 100%;
  display: block;
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .imagebox-item-icon [class^="icon-"], .imageboxes.iconover .imagebox-item-icon [class*=" icon-"], .imageboxes.iconover .imagebox-item-icon .material-icons {
  font-size: 60px;
  line-height: 1;
}
.imageboxes.iconover .module-text {
  width: 100%;
  display: block;
  /* Grid of image with text over the image */
}
.imageboxes.textover .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.imageboxes.textover .module-image {
  float: none;
  width: 101%;
}
.imageboxes.textover .module-image img {
  width: 100%;
}
.imageboxes.textover a.imagebox-item:hover .module-image img {
  opacity: 1;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textover .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 20px;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textover.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textover.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.textover a.imagebox-item:hover .module-text {
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.textover .module-text, .imageboxes.textover .module-text .silent {
  color: #fff;
  /* Grid of image with title over the image and text to the side */
}
.imageboxes.textoveruneven .imagebox-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.imageboxes.textoveruneven .module-image {
  float: none;
  width: 60.5%;
  display: block;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-image {
  float: right;
  text-align: right;
  position: relative;
  right: -1px;
}
.imageboxes.textoveruneven .module-image img {
  display: block;
  width: 101%;
}
.imageboxes.textoveruneven a.imagebox-item:hover .module-image img {
  opacity: 1;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item .module-image {
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-image {
  opacity: 1;
}
.imageboxes.textoveruneven .module-title {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 39.5%;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-title {
  left: 39.5%;
  right: -1px;
}
.imageboxes.textoveruneven .module-title > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 10%;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textoveruneven.waypoints .module-title {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-title {
  opacity: 1;
}
.imageboxes.textoveruneven .module-title, .imageboxes.textoveruneven .module-title .silent {
  color: #fff;
}
.imageboxes.textoveruneven .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 60.5%;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0 0 0 0;
  z-index: 500;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textoveruneven .imagebox-item:nth-child(2n+2) .module-text {
  left: 0;
  right: 60.5%;
}
.imageboxes.textoveruneven .module-text > span {
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 15px 10%;
  /* Waypoint animations if turned on */
}
.waypoints-active .imageboxes.textoveruneven.waypoints .module-text {
  opacity: 0;
  -moz-transition: all 0.4s ease, opacity 2s ease;
  -webkit-transition: all 0.4s ease, opacity 2s ease;
  transition: all 0.4s ease, opacity 2s ease;
}
.waypoints-active .imageboxes.textoveruneven.waypoints .imagebox-item.waypoint-on .module-text {
  opacity: 1;
}
.imageboxes.textoveruneven .module-text, .imageboxes.textoveruneven .module-text .silent {
  color: #fff;
  /* Grid of text over a background color */
}
.imageboxes.textbg .imagebox-item {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.imageboxes.textbg .module-image {
  display: none;
}
.imageboxes.textbg .module-text {
  float: none;
  width: auto;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
  padding: 15px 20px 20px 20px;
  position: relative;
  z-index: 510;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textbg .module-text, .imageboxes.textbg .module-text .silent {
  color: #fff;
  /* Image with rollover text popup */
}
.imageboxes.rollover .imagebox-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.imageboxes.rollover .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 500;
  -moz-transition: background-color 0.2s ease, opacity 0.6s ease;
  -webkit-transition: background-color 0.2s ease, opacity 0.6s ease;
  transition: background-color 0.2s ease, opacity 0.6s ease;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.rollover .imagebox-item:hover .module-text {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.imageboxes.rollover .module-text > span {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px 20px;
}
.imageboxes.rollover .module-text, .imageboxes.rollover .module-text .silent {
  color: #fff;
  /* Icon side */
}
.imageboxes.iconside .imagebox-item {
  position: relative;
  /*.imageboxes.iconside .imagebox-item-icon {
			position:absolute;
			left:0; 
			top:0; 
			width:60px;
			height:60px;
			border-radius:50px;
			color:#000;
			line-height:73px;
			text-align:center;
			}*/
}
.imageboxes.iconside .module-text {
  display: block;
  text-align: left;
  padding-left: 80px;
  /* Pricing grid */
}
.imageboxes.pricing .imagebox-item {
  position: relative;
}
.imageboxes.pricing .module-text {
  display: block;
  text-align: center;
}
.imageboxes.pricing .module-text .module-pricing-top {
  display: block;
  padding: 35px 20px 20px;
  background-color: #91d7d9;
}
.imageboxes.pricing .imagebox-item:nth-child(4n+2) .module-pricing-top {
  background-color: #6dcacd;
}
.imageboxes.pricing .imagebox-item:nth-child(4n+3) .module-pricing-top {
  background-color: #4dc8dc;
}
.imageboxes.pricing .imagebox-item:nth-child(4n+4) .module-pricing-top {
  background-color: #00b1cd;
}
.imageboxes.pricing .imagebox-item:nth-child(4n+5) .module-pricing-top {
  background-color: #2674a0;
}
.imageboxes.pricing .module-text .module-pricing-top hr {
  border-top: solid rgba(255, 255, 255, 0.6) 1px;
  line-height: 10px;
  height: 10px;
  margin: 10px 0 0 0;
}
.imageboxes.pricing .module-text h2 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 10px;
}
.imageboxes.pricing .module-text h3 {
  color: #002341;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 0 0;
}
.imageboxes.pricing .module-text hr {
  border-top: solid #fff 1px;
  line-height: 15px;
  height: 15px;
  margin: 15px 0 0 0;
}
.imageboxes.pricing .module-text .price {
  display: block;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  padding-bottom: 24px;
}
.imageboxes.pricing .module-text .price-text {
  display: block;
  padding: 8px 0;
}
.imageboxes.pricing .module-text .uk-button-default {
  color: currentColor;
  padding: 0 15px;
  font-size: 1rem;
  text-transform: none;
  background-color: transparent;
  border: 1px solid #005c90;
}
.imageboxes.pricing .module-text .uk-button-default:hover {
  color: #fff;
  background-color: #005c90;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.imageboxes.pricing .module-text .fas {
  color: #005c90;
  font-size: 1.4rem;
  margin-top: -2px;
  margin-left: 5px;
  margin-right: -5px;
  vertical-align: middle;
}
.imageboxes.pricing .module-text .uk-button-default:hover .fas {
  color: #fff;
}
.imageboxes.pricing .module-text ul.uk-dropdown-nav {
  font-size: 1rem;
}
.imageboxes.pricing .module-text ul.uk-dropdown-nav > li {
  text-align: center;
  padding: 0 0 0 0;
}
.imageboxes.pricing .module-text ul.uk-dropdown-nav > li:before {
  display: none;
}
.imageboxes.pricing .module-text p {
  display: block;
  font-size: 15px;
  line-height: 2.2;
  padding: 20px 20px;
  /*border: solid 1px #ced6d8;
                border-right: none;*/
  background-color: #ededed;
}
.imageboxes.pricing .imagebox-item:nth-child(2n+2) .module-text p {
  background-color: #e6e6e6;
}
.imageboxes.pricing .imagebox-item.grid-end .module-text p, .imageboxes.pricing .imagebox-item:last-child .module-text p {
  /* Solution silos image boxes */
}
.imageboxes.solution-silos {
  display: block;
}
.imageboxes.solution-silos .module-text {
  display: block;
}
.imageboxes.solution-silos .module {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.imageboxes.solution-silos .module:hover {
  opacity: 0.7;
}
.imageboxes.solution-silos .module-text .module-logo-image {
  display: block;
}
.imageboxes.solution-silos .module-text img {
  width: 100%;
  height: auto;
}
.imageboxes.solution-silos .module-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  padding: 10px 35px 10px;
  background-color: #005c90;
  margin: -5px 0;
  /* Owl Carousel */
}
.owl-carousel-next, .owl-carousel-prev {
  display: none;
}
.imageboxes.owl-carousel {
  margin-bottom: 20px;
}
.imageboxes.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  padding: 0 0 0 0;
  color: #ccc;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-'] .material-icons {
  line-height: 50px;
  font-size: 50px;
}
.imageboxes.owl-carousel .owl-nav [class*='owl-']:hover {
  color: #666;
  text-decoration: none;
}
.imageboxes.owl-carousel .owl-nav .owl-prev {
  right: 100%;
  margin-right: 20px;
}
.imageboxes.owl-carousel .owl-nav .owl-next {
  left: 100%;
  margin-left: 20px;
}
.imageboxes.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.imageboxes.owl-carousel .owl-dots {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.imageboxes.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.imageboxes.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  background: #ccc;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.imageboxes.owl-carousel .owl-dots .owl-dot.active span, .imageboxes.owl-carousel .owl-dots .owl-dot:hover span {
  background: #666;
  /* Media Queries */
}
@media screen and (max-width: 1360px) {
  .imageboxes.solution-silos .module-text .module-logo-image img {
    max-height: none;
  }
}
@media screen and (max-width: 1100px) {
  .imageboxes.pricing {
    margin-top: 3em;
  }
  .imageboxes.pricing.grid.four-column.no-spacing .imagebox-item.grid-item {
    width: 50%;
  }
  .imageboxes.home-solutions .module-title-logo img {
    max-height: 54px;
  }
}
@media screen and (max-width: 950px) {
  .imageboxes.home-solutions .module-title-logo img {
    max-height: 40px;
  }
}
@media screen and (max-width: 650px) {
  .imageboxes.pricing {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .imageboxes.pricing.grid.four-column.no-spacing .imagebox-item.grid-item {
    float: none;
  }
  .imageboxes.pricing .module-text h3 {
    height: auto !important;
  }
  .imageboxes.pricing .imagebox-item .module-text p {
    /*border-right: solid 1px #ced6d8;*/
    height: auto !important;
  }
  .imageboxes.home-solutions .module-title-logo img {
    max-height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .imageboxes {
    display: block;
    /* Grid - 1 column */
  }
  .imageboxes.imglefttitleabove .imagebox-item, .imageboxes.imageside .imagebox-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .imageboxes.imglefttitleabove .module-image, .imageboxes.imageside .module-image {
    float: none;
  }
  .imageboxes.imglefttitleabove .module-text, .imageboxes.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-bottom: 5px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .imageboxes.imglefttitleabove .readmore {
    position: relative;
    margin-top: 20px;
    /* Grid of image with title over the image and text to the side */
  }
  .imageboxes.textoveruneven .module-image {
    float: none !important;
    width: 100%;
    display: block;
    text-align: center !important;
    right: auto !important;
  }
  .imageboxes.textoveruneven .module-title {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    background: none;
    padding: 15px 20px 0 20px;
  }
  .imageboxes.textoveruneven .module-title > span {
    position: relative;
    padding: 0 0 0 0;
    top: auto;
    transform: none;
  }
  .imageboxes.textoveruneven .module-text {
    position: relative;
    width: 100%;
    top: auto;
    left: auto !important;
    right: auto !important;
    bottom: auto;
    background: none;
    padding: 0 20px 25px 20px;
  }
  .imageboxes.textoveruneven .module-text > span {
    position: relative;
    padding: 0 0 0 0;
    top: auto;
    transform: none;
  }
  .imageboxes.home-solutions .module-title-logo img {
    max-height: 40px;
  }
}
