/* compiled by scssphp v0.0.12 on Fri, 11 Sep 2020 11:48:25 +1200 (0.2096s) */

/* Image Boxes SCSS Document */
.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.grid.two-column {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.imageboxes.imageside.grid.one-column {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.imageboxes.imageside .imagebox-item {
  display: inline-block;
  position: relative;
  background-color: #000;
  color: #fff;
  border-radius: 35px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.imageboxes.imageside a.imagebox-item {
  color: #fff;
  background-color: #000;
}
.imageboxes.imageside a.imagebox-item .silent {
  color: #fff;
}
.imageboxes.imageside a.imagebox-item:hover {
  background-color: #c41230;
}
.imageboxes.imageside .module-image {
  float: left;
  width: 10%;
  display: block;
}
.imageboxes.imageside.grid.one-column .module-image {
  width: 10%;
}
.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 a.imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.imageside .module-text {
  float: right;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  /* If image shown */
}
.imageboxes.imageside .module-image + .module-text {
  width: 90%;
  padding-left: 20px;
}
.imageboxes.imageside.grid.one-column .module-text {
  width: 90%;
}
.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: center;
  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;
  -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;
  /* Grid of images with text under */
}
.imageboxes.textunder .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textunder .module-image {
  width: 100%;
  display: block;
  /*overflow:hidden;*/
  /*background-color:#000;
			border-top-right-radius:40%;
			border-bottom-left-radius:40%;*/
  background-image: url(../../../images/blk_shape.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.used-machinery-page .imageboxes.textunder .module-image {
  overflow: hidden;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.imageboxes.textunder .imagebox-item:hover .module-image {
  background-image: url(../../../images/red_shape.png);
}
.imageboxes.textunder .module-image img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.imageboxes.textunder a.imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 10px;
  text-align: center;
}
.imageboxes.textunder .module-text .silent {
  color: #000;
}
.imageboxes.textunder .module-text h4, .imageboxes.textunder a .module-text h4 {
  text-transform: uppercase;
  font-weight: 900;
  padding: 5px 0;
  color: #000;
}
.imageboxes.textunder a:hover .module-text h4, .imageboxes.textunder a .module-text:hover h4, .imageboxes.textunder a .module-text h4:hover {
  color: #000;
}
.imageboxes.textunder .module-text h5, .imageboxes.textunder a .module-text h5 {
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 0 0 0;
  color: #000;
}
.imageboxes.textunder a:hover .module-text h5, .imageboxes.textunder a .module-text:hover h5, .imageboxes.textunder a .module-text h5:hover {
  color: #000;
}
.imageboxes.textunder a:hover .module-text .silent {
  color: #c41230;
  /* Grid of images with text under mailers */
}
.imageboxes.textunder.mailers .module-image {
  background: none !important;
}
.imageboxes.textunder.mailers .module-text {
  padding-top: 30px;
}
.imageboxes.textunder.mailers .module-text .readmore {
  background-color: #000;
  line-height: 1;
  color: #fff;
  padding: 20px 50px;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 25px;
}
.imageboxes.textunder.mailers .imagebox-item:hover .module-text .readmore {
  background-color: #c41230;
  border: 1px solid #fff;
  /* Grid of images with text under and curved titles */
}
.imageboxes.textunder.curved-title .module-image {
  background: none !important;
  /*padding-bottom:5px;*/
}
.imageboxes.textunder.curved-title a.imagebox-item:hover .module-image img {
  opacity: 0.7;
}
.imageboxes.textunder.curved-title .module-title {
  display: block;
  background-color: #000;
  color: #fff !important;
  padding: 0 15px;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-top-right-radius: 0 !important;
}
.imageboxes.textunder.curved-title a.imagebox-item:hover .module-title {
  background-color: #c41230;
}
.imageboxes.textunder.curved-title .module-title h4 {
  color: #fff;
  padding: 10px 0 10px 0;
  text-align: center;
  text-transform: none;
  font-weight: 700;
}
.imageboxes.textunder.curved-title a.imagebox-item:hover .module-title h4 {
  color: #fff;
}
.imageboxes.textunder.curved-title .module-text {
  color: #000;
  text-align: left;
}
.imageboxes.textunder.curved-title a.imagebox-item:hover .module-text, .imageboxes.textunder.curved-title a.imagebox-item:hover .module-text .silent {
  color: #000;
}
.imageboxes.textunder.curved-title .module-text .silent {
  color: #000;
  /* Grid of images with text under and border radius */
}
.imageboxes.textunder.border-radius .imagebox-item {
  display: inline-block;
  position: relative;
}
.imageboxes.textunder.border-radius .module-image {
  background: none !important;
  /*padding-bottom:5px;*/
}
.imageboxes.textunder.border-radius .module-image img {
  border-top-right-radius: 44px;
}
.imageboxes.textunder.border-radius a.imagebox-item:hover .module-image img {
  opacity: 0.7;
}
.imageboxes.textunder.border-radius .module-text {
  display: block;
  background-color: #000;
  color: #fff !important;
  padding: 14px 15px;
  border-bottom-left-radius: 44px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-top-right-radius: 0 !important;
}
.imageboxes.textunder.border-radius .module-text:hover {
  background-color: #c41230;
}
.imageboxes.textunder.border-radius .module-text h4 {
  color: #fff;
  padding: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.textunder.border-radius .module-text h4 {
  color: #fff !important;
  /* Grid of images with text above */
}
.covid-19-page .imageboxes.imageright {
  margin-top: 24px;
}
.imageboxes.imageright .imagebox-item {
  position: relative;
  display: inline-block;
  height: 250px;
  background-color: #f2f2f2;
  border-top-right-radius: 80px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 601;
}
.imageboxes.imageright .imagebox-item:hover {
  background-color: #c41230;
}
.imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
  width: 25%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.imageboxes.imageright .module-image {
  float: right;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 190px;
  text-align: right;
  position: relative;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.imageright .module-image img {
  width: auto;
  max-width: 65%;
  max-height: 190px;
  vertical-align: middle;
}
.imageboxes.imageright a.imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.imageright .module-text {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 40%;
  display: block;
}
.imageboxes.imageright .module-text h4 {
  color: #c41230;
  font-size: calc(6px + 2vw);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 0 0 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.imageright .imagebox-item:hover .module-text h4 {
  color: #fff;
}
.imageboxes.imageright .module-text h5 {
  color: #000;
  font-size: calc(0px + 1.3vw);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.4;
  padding: 0 0 0 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.imageboxes.imageright .imagebox-item:hover .module-text h5 {
  color: #fff;
  /* 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: 100%;
}
.imageboxes.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.textover .module-text, .imageboxes.textover .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;
  padding: 15px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  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 .imagebox-item:hover .module-text {
  opacity: 0.7;
}
.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 {
  opacity: 1;
}
.imageboxes.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.imageboxes.rollover .module-text, .imageboxes.rollover .module-text .silent {
  color: #fff;
}
.imageboxes.rollover .imagebox-item:hover .module-text {
  opacity: 1;
  /* Iconside */
}
.imageboxes.iconside .imagebox-item-icon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #000;
  line-height: 73px;
  text-align: center;
}
.imageboxes.iconside .module-text {
  float: right;
  width: 75%;
  /* 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;
  /* Feed Out Page */
}
.feed-out-season-page .imageboxes.textunder .module-image {
  overflow: hidden;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  /* Image Boxes Dividers */
}
.imageboxes.dividers .imagebox-item {
  position: relative;
}
.imageboxes.dividers .imagebox-item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #f0f0f0;
}
.imageboxes.dividers.grid.seven-column .imagebox-item:after {
  right: -6%;
}
.imageboxes.dividers.grid.seven-column .imagebox-item:nth-child(7n+7):after {
  display: none;
}
.imageboxes.dividers.grid.six-column .imagebox-item:after {
  right: -7%;
}
.imageboxes.dividers.grid.six-column .imagebox-item:nth-child(6n+6):after {
  display: none;
}
.imageboxes.dividers.grid.five-column .imagebox-item:after {
  right: -7%;
}
.imageboxes.dividers.grid.five-column .imagebox-item:nth-child(5n+5):after {
  display: none;
}
.imageboxes.dividers.grid.four-column .imagebox-item:after {
  right: -9%;
}
.imageboxes.dividers.grid.four-column .imagebox-item:nth-child(4n+4):after {
  display: none;
}
.imageboxes.dividers.grid.three-column .imagebox-item:after {
  right: -8.5%;
}
.imageboxes.dividers.grid.three-column .imagebox-item:nth-child(3n+3):after {
  display: none;
}
.imageboxes.dividers.grid.two-column .imagebox-item:after {
  right: -4%;
}
.imageboxes.dividers.grid.two-column .imagebox-item:nth-child(2n+2):after {
  display: none;
}
.imageboxes.dividers.grid.one-column .imagebox-item:after {
  display: none;
}
.imageboxes.dividers .imagebox-item.grid-end:after {
  display: none;
}
.imageboxes.textunder.dividers {
  padding-top: 10px;
}
.imageboxes.textunder.dividers.grid.three-column, .imageboxes.textunder.dividers.grid.two-column {
  padding-top: 20px;
}
.imageboxes.textunder.dividers .imagebox-item.grid-item {
  margin-bottom: 40px;
}
.imageboxes.textunder.dividers .imagebox-item:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #c41230;
  z-index: 700;
}
.imageboxes.textunder.dividers.grid.three-column .imagebox-item:before, .imageboxes.textunder.dividers.grid.two-column .imagebox-item:before {
  top: -20px;
}
.imageboxes.textunder.dividers .imagebox-item .module-text {
  padding-top: 20px;
  padding-bottom: 30px;
  /* Media Queries */
}
@media screen and (min-width: 2000px) {
  .imageboxes.imageright .module-text h4 {
    font-size: calc(4px + 2vw);
  }
}
@media screen and (min-width: 2200px) {
  .imageboxes.imageright .module-text h4 {
    font-size: calc(4px + 1.6vw);
  }
}
@media screen and (max-width: 1800px) {
  .imageboxes.imageright .imagebox-item {
    height: 220px;
  }
  .imageboxes.imageright .module-image {
    line-height: 160px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 160px;
  }
}
@media screen and (max-width: 1540px) {
  .imageboxes.imageright .imagebox-item {
    height: 180px;
  }
  .imageboxes.imageright .module-image {
    line-height: 120px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 120px;
  }
  .imageboxes.imageright .module-text {
    width: 42%;
  }
  .covid-19-page .imageboxes.imageright .module-text h4 {
    font-size: calc(6px + 2vw);
  }
}
@media screen and (max-width: 1280px) {
  .imageboxes.imageright .module-image {
    padding: 30px 20px;
  }
  .imageboxes.imageright .module-text {
    left: 20px;
  }
}
@media screen and (max-width: 1160px) {
  .imageboxes.imageright .imagebox-item {
    height: 250px;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .imports-direct-page .imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
    width: 47%;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item:nth-child(2n+3) {
    clear: both;
  }
  .imageboxes.imageright .module-image {
    line-height: 190px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 190px;
  }
  .imageboxes.imageright .module-text h4 {
    font-size: calc(20px + 2vw);
  }
  .imageboxes.imageright .module-text h5 {
    font-size: calc(4px + 2vw);
  }
  .covid-19-page .imageboxes.imageright .module-text h4 {
    font-size: calc(10px + 2vw);
  }
  .covid-19-page .imageboxes.imageright .module-text h5 {
    font-size: calc(4px + 2vw);
  }
}
@media screen and (max-width: 940px) {
  .imageboxes.imageright .imagebox-item {
    height: 180px;
  }
  .imageboxes.imageright .module-image {
    line-height: 120px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 120px;
  }
  .imageboxes.imageright .module-text {
    width: 44%;
  }
}
@media screen and (max-width: 850px) {
  .imageboxes.dividers.grid.seven-column .imagebox-item:after {
    right: -9%;
  }
  .imageboxes.dividers.grid.seven-column .imagebox-item:nth-child(7n+7):after {
    display: block;
  }
  .imageboxes.dividers.grid.seven-column .imagebox-item:nth-child(4n+4):after {
    display: none;
  }
  .imageboxes.dividers.grid.six-column .imagebox-item:after, .imageboxes.dividers.grid.five-column .imagebox-item:after, .imageboxes.dividers.grid.four-column .imagebox-item:after, .imageboxes.dividers.grid.three-column .imagebox-item:after {
    right: -8.5%;
  }
  .imageboxes.dividers.grid.six-column .imagebox-item:nth-child(6n+6):after, .imageboxes.dividers.grid.five-column .imagebox-item:nth-child(5n+5):after, .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(4n+4):after, .imageboxes.dividers.grid.three-column .imagebox-item:nth-child(3n+3):after {
    display: block;
  }
  .imageboxes.dividers.grid.six-column .imagebox-item:nth-child(3n+3):after, .imageboxes.dividers.grid.five-column .imagebox-item:nth-child(3n+3):after, .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(3n+3):after, .imageboxes.dividers.grid.three-column .imagebox-item:nth-child(3n+3):after {
    display: none;
  }
  .imageboxes.dividers.grid.four-column .imagebox-item:after {
    right: -4%;
  }
  .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(4n+4):after, .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(3n+3):after {
    display: block;
  }
  .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(2n+2):after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .imageboxes.imageside .module-image {
    width: 20%;
  }
  .imageboxes.imageside .module-image + .module-text {
    width: 80%;
  }
  .covid-19-page .imageboxes.imageright .imagebox-item {
    width: 100%;
    margin-right: 0;
  }
  .covid-19-page .imageboxes.imageright .module-text h4 {
    font-size: calc(22px + 2vw);
  }
  .covid-19-page .imageboxes.imageright .module-text h5 {
    font-size: calc(14px + 2vw);
  }
}
@media screen and (max-width: 700px) {
  .imageboxes.imageright .imagebox-item {
    height: 250px;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item:nth-child(2n+3) {
    clear: both;
  }
  .imageboxes.imageright .module-image {
    line-height: 190px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 190px;
  }
  .imageboxes.imageright .module-text h4 {
    font-size: calc(20px + 4vw);
  }
  .imageboxes.imageright .module-text h5 {
    font-size: calc(4px + 4vw);
  }
}
@media screen and (max-width: 650px) {
  .imageboxes.dividers.grid.seven-column .imagebox-item:after, .imageboxes.dividers.grid.six-column .imagebox-item:after, .imageboxes.dividers.grid.five-column .imagebox-item:after, .imageboxes.dividers.grid.four-column .imagebox-item:after, .imageboxes.dividers.grid.three-column .imagebox-item:after {
    right: -4%;
  }
  .imageboxes.dividers.grid.seven-column .imagebox-item:nth-child(4n+4):after, .imageboxes.dividers.grid.six-column .imagebox-item:nth-child(3n+3):after, .imageboxes.dividers.grid.five-column .imagebox-item:nth-child(3n+3):after, .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(3n+3):after, .imageboxes.dividers.grid.three-column .imagebox-item:nth-child(3n+3):after {
    display: block;
  }
  .imageboxes.dividers.grid.seven-column .imagebox-item:nth-child(2n+2):after, .imageboxes.dividers.grid.six-column .imagebox-item:nth-child(2n+2):after, .imageboxes.dividers.grid.five-column .imagebox-item:nth-child(2n+2):after, .imageboxes.dividers.grid.four-column .imagebox-item:nth-child(2n+2):after, .imageboxes.dividers.grid.three-column .imagebox-item:nth-child(2n+2):after {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .imageboxes.imageside .imagebox-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .imageboxes.imageside .module-image {
    width: 10%;
  }
  .imageboxes.imageside .module-image + .module-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .imageboxes.imageright .imagebox-item {
    height: 200px;
  }
  .imageboxes.imageright .module-image {
    line-height: 140px;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
    margin-bottom: 30px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 140px;
  }
  .imageboxes.imageright .module-text {
    width: 44%;
    /* Services */
  }
  .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 {
    float: none;
    width: 100% !important;
  }
  .imageboxes.imglefttitleabove .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;
  }
  .imageboxes.dividers .imagebox-item:after {
    display: none !important;
  }
}
@media screen and (max-width: 460px) {
  .covid-19-page .imageboxes.imageright .imagebox-item {
    height: 180px;
  }
}
@media screen and (max-width: 360px) {
  .imageboxes.imageright .imagebox-item {
    height: 170px;
  }
  .imageboxes.imageright .module-image {
    line-height: 110px;
  }
  .imageboxes.imageright.grid.four-column .imagebox-item.grid-item {
    margin-bottom: 30px;
  }
  .imageboxes.imageright .module-image img {
    max-height: 110px;
  }
  .imageboxes.imageright .module-text {
    width: 44%;
  }
  .imageboxes.imageright .module-text h4 {
    font-size: calc(16px + 4vw);
  }
  .imageboxes.imageside .module-image {
    width: 15%;
  }
  .imageboxes.imageside .module-image + .module-text {
    width: 85%;
  }
}
