/* Minification failed. Returning unminified contents.
(844,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
@import url(https://fonts.googleapis.com/css?family=Roboto|Work+Sans);
.header-wrapper {
  position: relative;
  z-index: 1;
  height: 80px;
  background: #23315c;
  padding: 20px 7%;
}
.header-content-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1230px;
}
.header-logo-wrapper {
  flex-grow: 1;
  cursor: pointer;
}
.logo-image {
  display: inline-block;
}
.header-nav-wrapper {
  flex-grow: 1;
}
.header-nav-content {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header-nav-content li {
  margin-left: 16px;
  border: #03a9f4 solid 1px;
  border-radius: 5px;
}
.header-nav-content a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}
.header-nav-content a:hover {
  color: white;
}
.header-nav-content li:hover {
  background-color: #03a9f4;
  animation: navButton 0.5s;
}
#mobileMenuToggle {
  cursor: pointer;
}
.bar {
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: white;
}
.header-second-layer {
  background-color: #03a9f4;
}
.header-second-layer-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  padding-left: 7%;
}
.second-layer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.second-layer-menu li {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  white-space: nowrap;
}
.second-layer-menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
}
.second-layer-menu a:hover {
  color: #54efb6;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background: #03a9f4;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 10;
}
.dropdown-menu li {
  display: block;
  padding-right: 0px;
}
.dropdown-menu a {
  color: white;
  font-weight: normal;
  display: block;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
footer {
  display: flex;
  justify-content: space-around;
  background-color: #23315c;
  color: white;
  width: 100%;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  background-color: #23315c;
  color: white;
  padding: 20px;
  max-width: 1270px;
}
.footer-section.disclaimer {
  width: 50%;
}
.footer-section h2 {
  margin-bottom: 10px;
  color: #03a9f4;
}
.footer-section ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.footer-section.social-media ul {
  gap: 36px;
}
.footer-section ul li {
  display: inline;
}
.footer-section ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.footer-section ul li a:hover {
  text-decoration: underline;
}
.footer-section p {
  font-size: 11px;
}
.footer-section.legal p {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-content: center;
}
.footer-section.legal a {
  text-decoration: none;
  color: white;
}
.footer-section.legal a:hover {
  text-decoration: underline;
}
.social-icon {
  width: 42px;
  height: 42px;
  fill: white;
}
.legal ul {
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer-section {
    text-align: center;
  }
  .footer-section.disclaimer {
    text-align: left;
  }
  .social-media ul {
    justify-content: center;
  }
}
.headline-homepage {
  height: 300px;
  width: 390px;
  background-color: #23315c;
  position: relative;
  top: 452px;
  opacity: 0.92;
  padding: 20px 65px 20px 7%;
  /* display: inline-block; */

}
.headline-aboutUs {
  height: 100px;
  width: 450px;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  padding: 20px 65px 20px 7%;
  /* display: inline-block; */

}
.headline-news {
  height: 100px;
  width: 390px;
  background-color: #23315c;
  position: relative;
  top: 400px;
  opacity: 0.92;
  padding: 20px 40px 20px 7%;
}
.headline-tipsandguidance {
  height: 100px;
  width: 560px;
  background-color: #23315c;
  position: relative;
  top: 400px;
  opacity: 0.92;
  padding: 20px 40px 20px 7%;
}
.headline-customers {
  height: 100px;
  width: 390px;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  padding: 20px 40px 20px 7%;
}
.headline-payment-holiday {
  height: 100px;
  width: 500px;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  padding: 20px 40px 20px 7%;
}
.headline-dealers {
  height: 100px;
  width: 390px;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  padding: 20px 40px 20px 7%;
}
.headline-contactUs {
  height: 100px;
  width: 390px;
  background-color: #23315c;
  position: relative;
  top: 410px;
  opacity: 0.92;
  padding: 20px 40px 20px 7%;
}
.headline-title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #54efb6;
}
.headline-info {
  width: 225px;
  margin: 40px 3px 0 0;
  font-size: 18px;
  color: white;
}
.headline-content-wrapper {
  display: flex;
  /* padding: 0 10%; */

}
.blue-strip {
  display: flex;
  position: relative;
  top: 317px;
  /*opacity: 0.92;
    height: 335px;
    width: 100%;
    background-color: #23315c;*/

}
.div1 {
  opacity: 0.92;
  height: 335px;
  background-color: #23315c;
  flex-grow: 1;
}
.div2 {
  background-color: black;
  height: 335px;
  flex-basis: 1200px;
  max-width: 1200px;
}
.div3 {
  background-color: green;
  height: 335px;
  max-width: 30px;
  width: 100%;
}
.headline-spacer {
  flex: 1 1 auto;
}
.spacer {
  height: 300px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 452px;
  opacity: 0.92;
  left: 0px;
}
.headline-content {
  flex: 0 1 1420px;
}
.aboutus-spacer {
  height: 100px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  left: 0px;
}
.news-spacer {
  height: 100px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 400px;
  opacity: 0.92;
  left: 0px;
}
.tipsandguidance-spacer {
  height: 100px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 400px;
  opacity: 0.92;
  left: 0px;
}
.customers-spacer {
  height: 100px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  left: 0px;
}
.contactUs-spacer {
  height: 100px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 410px;
  opacity: 0.92;
  left: 0px;
}
.careers-spacer {
  height: 100px;
  width: 100%;
  background-color: #23315c;
  position: relative;
  top: 320px;
  opacity: 0.92;
  left: 0px;
}
.image-wrapper {
  width: 100%;
  height: 812px;
  background-repeat: no-repeat;
  background-image: url(/Images/indexmainimage.jpg);
  background-size: 1920px;
  background-position-y: -315px;
}
.aboutUs-image-wrapper {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(/Images/office.jpg);
  background-size: 100%;
  background-position-y: -250px;
}
.news-image-wrapper {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-image: url(/Images/newsImage.jpg);
  background-size: 100%;
}
.customer-image-wrapper {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(/Images/customerplaceholer.jpg);
  background-size: 100%;
  background-position-y: -234px;
}
.payment-holiday-image-wrapper {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(/Images/covidplaceholer.jpg);
  background-size: 100%;
  background-position-y: -234px;
}
.dealer-image-wrapper {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(/Images/dealerplaceholer.jpg);
  background-size: 100%;
  background-position-y: -305px;
}
.contactUs-image-wrapper {
  width: 100%;
  height: 510px;
  background-repeat: no-repeat;
  background-image: url(/Images/darenth.jpg);
  background-size: 100%;
  background-position-y: -236px;
}
.careers-image-wrapper {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(/Images/work-with-us-banner.jpg);
  background-size: 100%;
  background-position-y: -200px;
}
.blueAcademy-image-wrapper {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-image: url(/Images/blue-academy-banner.jpg);
  background-size: 100%;
  background-position-y: -170px;
}
.expertSocialmediaLink a {
  text-decoration: none;
}
#awardsCarousel,
#backersCarousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.backerItem {
  min-width: 100%;
  box-sizing: border-box;
  transition: transform 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.awards-image,
.backers {
  max-width: 100%;
  height: auto;
  display: block;
}
.carousel-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.carousel-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.home-section-overview {
  margin: 0 auto;
  max-width: 1230px;
}
/*.home-section-one-wrapper {
    margin: 0 auto;
    max-width: 1667px;
}*/

.section-sub-subtitle {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 20px;
}
.section-subtitle {
  margin: 0 0 5px 0;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #23315c;
  line-height: 33px;
}
/*#reduced-line-height {
    margin-top: 20px;
    line-height: 25px;
}*/

.section-title-standard {
  font-family: 'Roboto', sans-serif;
  color: #03a9f4;
  margin: 0 0 5px 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
}
.section-subtitle-standard {
  font-family: 'Roboto', sans-serif;
  color: #03a9f4;
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 33px;
}
.section-indent-standard {
  margin-left: 30px;
}
.section-title-sub {
  font-family: 'Roboto', sans-serif;
  color: #03a9f4;
  margin: 2px 0 5px 0;
  font-size: 20px;
  line-height: 33px;
}
.section-content {
  margin-top: 10px;
  /*font-family: @headlineTitleFont;
    font-size: 17px;*/
  color: black;
  line-height: 22px;
  margin-bottom: 0;
}
.no-top-margin {
  margin-top: 0;
}
.sub {
  font-size: 16px;
}
.expert-text {
  margin-bottom: 36px;
}
.box-content {
  margin: 20px 0 10px 0;
  color: black;
  line-height: 22px;
  text-align: center;
}
.box-content-customers {
  margin: 5px 0 5px 0;
  color: black;
  line-height: 22px;
  text-align: center;
}
.box-content-aligned-left {
  margin: 13px 0 0 0;
  color: black;
  /*line-height: 25px;*/

}
.section-triple-container {
  flex-grow: 1;
  width: 33%;
}
.section-quad-container {
  width: 17%;
  flex-grow: 1;
  min-width: 181px;
}
.section-66 {
  width: 66%;
}
.section-dual-container {
  width: 49%;
}
.section-dual-container-padded {
  width: 46%;
}
.dual-div {
  width: 50%;
  padding-right: 42PX;
}
.dual-div-dealer {
  width: 43%;
  padding-right: 42PX;
}
.dual-div-extended {
  width: 111%;
  padding-right: 42PX;
}
.left-spacer {
  margin-left: 8%;
}
.home-section-one-wrapper {
  display: flex;
  margin: 0 auto;
  max-width: 1230px;
}
.aboutUs-quad-section {
  display: flex;
}
.flexed,
.flexed-news,
.flexed-news-summary,
.flexed-dual-section {
  display: flex;
}
/*.flexed-news{
    display: flex;
}*/

.flexed-center {
  justify-content: center;
  align-items: center;
}
.flexed-wrap {
  display: flex;
  flex-wrap: wrap;
}
.home-section-summary {
  padding: 60px 7% 0px 7%;
}
.section-reduced-line-height {
  padding: 40px 7% 0 7%;
}
.section-top-10 {
  margin-top: 10px;
}
about-section {
  padding: 20px 7%;
}
.bg-offWhite {
  background-color: #eeeeee;
  padding-bottom: 60px;
}
.bg-White {
  background-color: white;
  min-width: 80%;
  padding: 30px 10%;
  border-radius: 5px;
}
.left-container {
  margin-right: 50px;
  padding: 0 10px 5px 0;
}
.center-container {
  background-color: white;
  padding: 30px 20px;
  border-radius: 5px;
}
.right-container {
  background-color: white;
  margin-left: 50px;
  padding: 30px 20px;
  border-radius: 5px;
}
.left-quad-container {
  margin-right: 40px;
}
.right-quad-container {
  margin-left: 40px;
}
.middle-quad-container {
  margin: 0 40px;
}
.dealerIcon {
  width: 68px;
  height: 68px;
  background-image: url(/Images/DealerIcon.png);
  background-repeat: no-repeat;
  margin: auto;
  background-size: 100%;
}
.aboutUs-icon {
  display: flex;
  justify-content: center;
}
.customerIcon {
  width: 68px;
  height: 68px;
  background-image: url(/Images/CustomerIcon.png);
  background-repeat: no-repeat;
  margin: auto;
  background-size: 100%;
}
.name-for-icon {
  font-family: 'Roboto', sans-serif;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #23315c;
}
.downloadAppButton {
  padding-left: 10%;
  max-height: 68px;
  max-width: 300px;
  width: 80%;
  background-size: 100%;
}
.short {
  width: 74%;
  margin: 10px auto;
}
.container-button-wrapper {
  text-align: center;
  margin-top: 0px;
  height: 26px;
}
.news-button-wrapper {
  margin-top: 40px;
}
/*.news-button-wrapper:hover {
    background-color: @niceBlue;
    animation-name: navButton;
    animation-duration: 0.5s;
    color: white;
    border-color: @niceBlue;
}*/

.container-button {
  padding: 5px 15px;
  background-color: transparent;
  border: #23315c solid 1px;
  color: #03a9f4;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  font-family: Roboto;
}
.container-button-tertiary {
  padding: 5px 15px;
  background-color: transparent;
  border: #23315c solid 1px;
  color: #03a9f4;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  font-family: Roboto;
}
.container-button-invert {
  padding: 5px 15px;
  background-color: #03a9f4;
  border: #23315c solid 1px;
  color: white;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  font-family: Roboto;
}
.static-container-button {
  padding: 5px 15px;
  background-color: transparent;
  border: #23315c solid 1px;
  color: #03a9f4;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  font-family: Roboto;
}
.static-container-button:hover {
  text-decoration: none;
  background-color: #03a9f4;
  animation-name: navButton;
  animation-duration: 1s;
  color: white;
  border-color: #03a9f4;
}
.static-container-button:hover .fa-chevron-left {
  color: white;
}
.container-button:hover {
  background-color: #03a9f4;
  animation-name: defaultButton;
  animation-duration: 0.7s;
  color: white;
  border-color: #03a9f4;
  text-decoration: none;
}
.container-button:hover .fa-chevron-left {
  color: white;
}
.container-button-tertiary:hover {
  background-color: #54efb6;
  animation-name: defaultButtonTertiary;
  animation-duration: 0.7s;
  color: white;
  border-color: #54efb6;
  text-decoration: none;
}
.container-button-tertiary:hover .fa-chevron-left {
  color: white;
}
.container-button-invert:hover {
  background-color: #23315c;
  animation-name: defaultButtonInvert;
  animation-duration: 0.7s;
  color: white;
  border-color: #03a9f4;
  text-decoration: none;
}
.container-button-invert:hover .fa-chevron-left {
  color: white;
}
.aboutUs-mobile {
  background-image: url(/Images/black iphone.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 31%;
  background-size: 96%;
}
.aboutUs-mobile-text {
  color: #54efb6;
  position: relative;
  top: 67px;
  left: 26px;
  font-size: 12px;
}
.home-FT1000 {
  background-image: url(/Images/FT1000-logo-1st-2019.jpg);
  background-repeat: no-repeat;
  height: 146px;
  width: 281px;
  background-size: 100%;
  margin-top: 10%;
  cursor: pointer;
}
.tryresize {
  height: 360px;
  width: 190px;
}
.right-padding {
  padding-right: 60px;
}
.left-padding {
  padding-left: 60px;
}
.remove-text-centering {
  text-align: unset;
}
.extra-margin-25 {
  margin-top: 25px;
}
.expert-wrapper {
  width: 25%;
  background-color: white;
  padding: 10px 0;
}
.expert-image {
  width: 168px;
}
.expert-photo-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #03a9f4;
  width: 78%;
}
.expert-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.expert-details p {
  color: #23315c;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.expert-details p:nth-child(2) {
  color: #03a9f4;
  font-size: 13px;
  font-weight: 500;
}
.row-1-experts {
  margin-bottom: 10px;
}
.row-2-experts {
  margin-top: 10px;
  margin-bottom: 10px;
}
.expert-content-wrapper {
  display: none;
  overflow: hidden;
}
.expert-mobile-content {
  padding: 10px;
}
.expert-carousel {
  display: none;
}
.news-carousel {
  display: none;
}
.expert-content-wrapper-row2 {
  display: none;
  position: absolute;
  left: 336px;
  width: 1230px;
  max-width: 1230px;
  background-color: white;
}
.expert-photo-wrapper {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selected-expert-line {
  width: 100%;
  border-top: #03a9f4 2px solid;
  visibility: hidden;
  height: 0px;
  position: relative;
  top: 22px;
}
/*.content-cover {
    position: absolute;
    //top: 3723px;
    //left: 336px;
    width: 1230px;
    max-width: 1230px;
    background-color: #eeeeee;
    //height: 100%;
    z-index: 2;
}*/

.remove-cover {
  animation-name: uncover;
  animation-duration: 0.5s;
}
.expert-left-quad-container {
  margin-right: 10px;
}
.expert-right-quad-container {
  margin-left: 10px;
}
.expert-middle-quad-container {
  margin: 0 10px;
}
@keyframes uncover {
  from {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
.make-visible {
  visibility: hidden;
  animation-name: visibley;
  animation-duration: 3s;
  animation-delay: 1s;
}
@keyframes visibley {
  50%/*from{
          visibility: hidden;
      }
      to{
          visibility: visible;
      }*/ {
    visibility: hidden;
  }
  99% {
    visibility: visible;
  }
}
#expertRow1 {
  height: 100%;
}
#expertRow1 .expert-left-quad-container {
  height: 100%;
}
#expertRow1 .expert-middle-quad-container {
  height: 100%;
}
#expertRow1 .expert-right-quad-container {
  height: 100%;
}
#expertRow1 .selected-expert-line {
  top: 10px;
}
#expertRow1 #expertlabelMultiLine {
  height: 22px;
  text-align: center;
}
#expertRow2 {
  height: 100%;
}
#expertRow2 .expert-left-quad-container {
  height: 100%;
}
#expertRow2 .expert-middle-quad-container {
  height: 100%;
}
#expertRow2 .expert-right-quad-container {
  height: 100%;
}
#expertRow2 .selected-expert-line {
  top: 10px;
}
#expertRow2 #expertlabelMultiLine {
  height: 22px;
  text-align: center;
}
.expert-text-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 300px;
  margin: -7% 0;
}
.expert-text-wrapper .paragraph-no-margin {
  padding-top: 7%;
  position: absolute;
}
.expert-text-wrapper .paragraph-reduced-line-height {
  padding-top: 7%;
  position: absolute;
}
.expertSocialmediaLink {
  position: relative;
  margin-bottom: 20px;
}
.hideExpert {
  height: 0px;
}
@keyframes showExpertdetail {
  from {
    height: 0px;
  }
  to {
    height: 185px;
  }
}
@keyframes hideExpertdetail {
  from {
    height: 185px;
  }
  to {
    height: 0px;
  }
}
.awards-image {
  width: 115px;
}
.backerItem span {
  text-align: center;
  color: #03a9f4;
  font-weight: 500;
  font-size: 13px;
}
.expert-overview {
  text-align: center;
  margin-top: 15px;
}
.expert-overview-close {
  display: none;
  text-align: center;
  margin-top: 15px;
}
.content-area-row1 {
  display: block;
  background-color: white;
  overflow: hidden;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
}
.expert-social-icon {
  /*background-image: url(/Images/linkedIn.png);
    background-size: 100%;*/
  height: 40px;
  width: 40px;
  /*cursor: pointer;*/

}
.icon-message {
  padding-left: 10px;
  color: #03a9f4;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.icon-message:hover {
  color: #02638f;
}
.off-white-under {
  padding-bottom: 50px;
}
.grey-separator-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 29px;
}
.grey-separator-wrapper .grey-separator {
  height: 2px;
  width: 70px;
  background-color: #eeeeee;
}
.tariff-wrapper table {
  width: 36%;
}
.tariff-wrapper table tr {
  height: 35px;
}
.tariff-wrapper table tr th {
  font-size: 16px;
}
.cookie-privacy-table table,
.cookie-privacy-table th,
.cookie-privacy-table td {
  padding: 5px;
  border: 1px solid black;
  border-collapse: collapse;
}
.cookie-privacy-table table tbody tr td {
  vertical-align: top;
}
.cookie-policy table {
  width: 100%;
}
.cookie-policy table tr {
  height: 35px;
}
.cookie-policy table tr th {
  font-size: 16px;
  border: 1px black solid;
}
.cookie-policy table tr td {
  border: 1px black solid;
}
.cookie-policy table tr .cookieName {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.cookie-policy table tr .cookieDuration {
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
}
.cookie-policy table tr .cookiePurpose {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.cookie-policy table tr .cookieDomain {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.tarrif-card-image {
  margin-top: 10px;
}
.footer-address-section p {
  line-height: 18px;
}
.top-30 {
  margin-top: 30px;
}
.career-border {
  border-top: #03a9f4 solid 1px;
}
.careers-container {
  display: flex;
  border-bottom: #03a9f4 solid 1px;
  padding: 10px 0;
  cursor: pointer;
}
.career-title {
  flex-grow: 1;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}
.career-detail-toggle {
  display: flex;
  align-content: center;
}
.hideToggle {
  display: none;
}
.reverse-flex {
  flex-direction: row-reverse;
  align-items: center;
}
.errorText {
  color: red;
  padding-right: 10px;
  display: none;
}
.completionText {
  padding-right: 10px;
  display: none;
}
#cuttingEdgeHeader {
  margin: 0 auto;
  max-width: 1230px;
}
#cuttingEdgeText {
  width: unset;
  max-width: 60%;
}
#cuttingEdgeText #cuttingEdgeP1 {
  margin-top: 0;
}
.iframe-flex-container {
  display: flex;
  flex-grow: 1;
  min-height: 256px;
  min-width: 320px;
  max-width: 455px;
  margin-left: auto;
}
.iframe-flex-container iframe {
  width: 100%;
  height: 100%;
  align-items: center;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 736px) {
  #cuttingEdgeText {
    width: 100%;
    max-width: unset;
  }
  .iframe-flex-container {
    width: 100%;
    min-height: unset;
    min-width: unset;
    max-width: unset;
    padding-top: 56.25%;
    margin-top: 24px;
    position: relative;
  }
  .iframe-flex-container iframe {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
  }
  .showExpert {
    height: 0px;
  }
}
#shareButtonRowHeader {
  margin-top: 32px;
  color: black;
}
.share-button-row {
  display: flex;
  margin-top: 8px;
}
.share-button-row .share-button {
  display: flex;
  width: 44px;
  height: 34px;
  margin-right: 12px;
  background-color: #23315c;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  outline: none;
}
.share-button-row .share-button img {
  margin: auto;
}
.share-button-row .share-button:hover,
.share-button-row .share-button:focus {
  background-color: #3f58a6;
}
.share-button-row .share-button:active {
  color: #ffffff7f;
  background-color: #070a12;
}
.share-button-row .share-button:active img {
  opacity: 0.5;
}
.share-button-row #facebookShareButton {
  background-color: #1877f2;
}
.share-button-row #facebookShareButton:hover,
.share-button-row #facebookShareButton:focus {
  background-color: #79b0f7;
}
.share-button-row #facebookShareButton:active {
  background-color: #09499b;
}
.share-button-row #twitterShareButton {
  background-color: #1da1f2;
}
.share-button-row #twitterShareButton:hover,
.share-button-row #twitterShareButton:focus {
  background-color: #7dc9f8;
}
.share-button-row #twitterShareButton:active {
  background-color: #0967a0;
}
.share-button-row #linkedInShareButton {
  background-color: #2867b2;
}
.share-button-row #linkedInShareButton img {
  margin-bottom: 11px;
}
.share-button-row #linkedInShareButton:hover,
.share-button-row #linkedInShareButton:focus {
  background-color: #649bdc;
}
.share-button-row #linkedInShareButton:active {
  background-color: #15375f;
}
.share-button-row #emailShareButton {
  margin-right: 0;
}
/*---------Font Colours---------------------*/
/*---------background  and border Colours---------------------*/
/*---------fonts---------------------*/
/*---------Size Variables---------------------*/
@keyframes navButton {
  from {
    background-color: transparent;
  }
  to {
    background-color: #03a9f4;
  }
}
@keyframes defaultButton {
  from {
    background-color: transparent;
    color: #03a9f4;
  }
  to {
    background-color: #03a9f4;
    color: white;
  }
}
@keyframes defaultButtonInvert {
  from {
    background-color: #03a9f4;
    color: white;
  }
  to {
    background-color: #23315c;
    color: white;
  }
}
@keyframes defaultButtonTertiary {
  from {
    background-color: transparent;
    color: white;
  }
  to {
    background-color: #54efb6;
    color: white;
  }
}
.mouse {
  max-width: 3rem;
  width: 100%;
  height: 54px;
  cursor: pointer;
}
.scroll {
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-iteration-count: infinite;
  transform-origin: 50% 20.5px;
  will-change: transform;
}
.scroll-link {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 720px;
}
@keyframes scroll {
  0%, 20% {
    transform: translateY(0) scaleY(1);
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(36px) scaleY(2);
    opacity: 0.01;
  }
}
@keyframes openMenu {
  from {
    left: -80%;
  }
  to {
    left: 0%;
  }
}
@keyframes closeMenu {
  from {
    left: 0%;
  }
  to {
    left: -80%;
  }
}
.mobile-menu-toggle {
  display: none;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #03a9f4;
  margin: 8px 0;
  transition: 0.4s;
}
/* Rotate first bar */

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 7px);
}
/* Fade out the second bar */

.change .bar2 {
  opacity: 0;
}
/* Rotate last bar */

.change .bar3 {
  -webkit-transform: rotate(43deg) translate(-8px, -8px);
  transform: rotate(43deg) translate(-8px, -8px);
}
.showJobFullDetails {
  animation-name: animateJobFullDetails;
  animation-duration: 0.3s;
  animation-timing-function: linear;
}
@keyframes animateJobFullDetails {
  from {
    height: 0px;
  }
  to {
    height: 1000px;
  }
}
.news-container-page {
  margin-top: 26px;
}
.news-container {
  margin: 26px 0;
}
.news-wrapper {
  /*border: 1px solid black;*/
  width: 25%;
  background-color: white;
}
.news-carousel-wrapper {
  background-color: white;
}
.article-wrapper {
  background-color: white;
  /*flex-basis: 292.5px;*/
  width: 23.297%;
  margin: 10px;
}
.article-wrapper:nth-child(4n+1) {
  margin-left: 0;
}
.article-wrapper:nth-child(4n+4) {
  margin-right: 0;
}
.news-icon,
.news-icon-main {
  background-size: 100%;
  width: 100%;
  height: 195px;
  background-repeat: no-repeat;
}
.news-award-placeholder {
  background-image: url(/Images/award.png);
}
.award-wrapper:hover {
  cursor: pointer;
}
.award-wrapper:hover .news-award-placeholder {
  background-image: url(/Images/award-hover.png);
}
.award-wrapper:hover .news-headline-summary {
  text-decoration: underline;
}
.news-growth-placeholder {
  background-image: url(/Images/growth.png);
}
.growth-wrapper:hover {
  cursor: pointer;
}
.growth-wrapper:hover .news-growth-placeholder {
  background-image: url(/Images/growth-hover.png);
}
.growth-wrapper:hover .news-headline-summary {
  text-decoration: underline;
}
.news-partnership-placeholder {
  background-image: url(/Images/partnership.png);
}
.partnership-wrapper:hover {
  cursor: pointer;
}
.partnership-wrapper:hover .news-partnership-placeholder {
  background-image: url(/Images/partnership-hover.png);
}
.partnership-wrapper:hover .news-headline-summary {
  text-decoration: underline;
}
.news-company-placeholder {
  background-image: url(/Images/company.png);
}
.company-wrapper:hover {
  cursor: pointer;
}
.company-wrapper:hover .news-company-placeholder {
  background-image: url(/Images/company-hover.png);
}
.company-wrapper:hover .news-headline-summary {
  text-decoration: underline;
}
.news-other-placeholder {
  background-image: url(/Images/other.png);
}
.other-wrapper:hover {
  cursor: pointer;
}
.other-wrapper:hover .news-other-placeholder {
  background-image: url(/Images/other-hover.png);
}
.other-wrapper:hover .news-headline-summary {
  text-decoration: underline;
}
.news-wrapper:nth-child(1) {
  margin-right: 10px;
}
.news-wrapper:nth-child(2),
.news-wrapper:nth-child(3) {
  margin: 0 10px;
}
.news-wrapper:nth-child(4) {
  margin-left: 10px;
}
.news-headline-summary {
  height: 47px;
  /* border: black 1px solid; */
  color: #23315c;
  font-size: 17px;
  line-height: 22px;
  overflow: hidden;
  margin: 0 0 0;
  font-family: 'Roboto', sans-serif;
}
.news-right-container {
  margin-left: 10px;
}
.news-middle-container {
  margin: 0 20px;
}
.news-left-container {
  margin-right: 10px;
}
.news-content {
  padding: 17px 10px;
}
.news-dimensions {
  width: 100%;
  height: 100%;
}
.news-read-more {
  cursor: pointer;
  color: #23315c;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.article-content-wrapper {
  max-width: 672px;
  margin: 0 auto;
}
.news-article-date {
  color: #03a9f4;
}
.news-article-headline {
  font-family: 'Roboto', sans-serif;
}
.news-article-share-header {
  font-family: 'Roboto', sans-serif;
  margin: 24px 0 16px 0;
  font-size: 20px;
  font-weight: bold;
}
.fa-chevron-left {
  font-size: 13px;
  color: #03a9f4;
  margin-right: 5px;
}
.career-benefits-container {
  display: flex;
}
.career-benefits-container ul {
  width: 50%;
}
.career-benefits-container li + li {
  margin-top: 10px;
}
.career-full-details {
  height: 0%;
  border-bottom: #03a9f4 solid 1px;
  display: none;
  padding-bottom: 30px;
  overflow: hidden;
}
.career-full-details h2 {
  font-size: 20px;
}
.career-form {
  border: 1px #333333 solid;
  border-radius: 5px;
  display: block;
  padding: 10px;
  flex-direction: column;
  max-width: 568px;
}
.career-input-wrapper {
  display: flex;
  margin: 14px 10px;
  height: 30px;
}
.career-input-wrapper .career-input-field {
  display: flex;
  width: 100%;
  border: 1px #03a9f4 solid;
  border-radius: 2px;
  padding: 1px 5px;
}
.career-input-text {
  flex-basis: 130px;
}
.career-file-input-wrapper {
  display: flex;
  width: 100%;
}
.career-file-hidden-field {
  width: 5px;
}
.career-file-input-button {
  min-width: 92px;
  max-width: 112px;
  padding: 0px;
  height: 25px;
  margin-right: 10px;
  background-color: white;
  box-shadow: none;
  border: 1px #333333 solid;
  border-radius: 3px;
  flex-grow: 1;
}
.career-file-text {
  font-size: 12px;
  min-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.career-delete-file-button {
  visibility: hidden;
  background-color: white;
  border: black solid 1px;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  flex-grow: 1;
  font-weight: 900;
  padding: 0;
}
@media screen and (max-width: 676px) {
  .career-form {
    padding: 10px;
    display: block;
  }
  .career-form .career-input-wrapper {
    margin: 24px 0px;
    display: flex;
    flex-direction: column;
  }
  .career-form .career-input-wrapper .career-input-text {
    flex-basis: unset;
  }
  .career-form .career-input-wrapper .career-file-input-wrapper {
    width: unset;
  }
  .career-form .career-input-wrapper .career-file-input-wrapper .career-file-input-button {
    min-width: 90px;
    max-width: 90px;
    margin-right: 5px;
  }
  .career-form .career-input-wrapper .career-file-input-wrapper .career-file-text {
    min-width: 170px;
    max-width: 170px;
    height: 25px;
  }
  .career-form .career-input-wrapper .career-file-input-wrapper .career-delete-file-button {
    height: 25px;
  }
  .career-form .reverse-flex {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .career-form .errorText {
    font-size: 12px;
  }
}
@media screen and (max-width: 579px) {
  .career-benefits-container {
    display: block;
  }
  .career-benefits-container ul {
    width: unset;
  }
  .career-benefits-container ul + ul {
    margin-top: 10px;
  }
  .header-nav-content {
    display: none;
  }
  .header-second-layer {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media screen and (min-width: 376px) and (max-width: 415px) {
  .test-next-button,
  .test-prev-button {
    top: 160px;
  }
  .test-next-button {
    right: -20px;
  }
  .test-prev-button {
    left: -20px;
  }
  .news-container {
    display: none;
  }
  .news-container-page {
    display: flex;
    flex-direction: column;
  }
  .news-container-page .article-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-container-page .article-wrapper:last-child {
    margin-bottom: 0px;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
  }
  .news-carousel .news-wrapper {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(1) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(2),
  .news-wrapper:nth-child(3) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(4) {
    margin-left: unset;
    margin: 0 10px;
  }
  /*.slick-initialized .slick-slide{
      margin-left: unset;
  }*/
  
  .row-1-experts,
  .row-2-experts {
    margin-bottom: 0px;
    display: none;
  }
  .expert-carousel {
    display: block;
  }
  .expert-photo-frame {
    width: 85%;
  }
  /*.right-quad-container,
  .middle-quad-container,
  .left-quad-container {
      margin-bottom: 20px;
      margin-left: unset;
  }*/
  
  .middle-quad-container,
  .left-quad-container {
    margin-bottom: 40px;
    margin-left: unset;
  }
  .right-quad-container {
    margin-bottom: 0px;
    margin-left: unset;
  }
  .dual-div,
  .dual-div-extended,
  .dual-div-dealer {
    width: 100%;
    padding: 0;
  }
  .section-dual-container-padded {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .section-dual-container-padded .container-button-wrapper {
    height: unset;
  }
  .icon-message {
    padding-left: 0;
  }
  .expert-social-icon {
    margin: 10px 0;
  }
  .slick-initialized .slick-slide {
    height: unset;
  }
  .slick-list {
    margin: 0 20px;
  }
  .next-button,
  .prev-button {
    top: 143px;
  }
  .news-next-button {
    top: 115px;
    right: -6px;
  }
  .news-prev-button {
    top: 115px;
    left: -6px;
  }
  .flexed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flexed-dual-section {
    display: flex;
    flex-direction: column;
  }
  .section-66 {
    width: 100%;
  }
  .section-dual-container {
    width: 100%;
    margin-bottom: 30px;
  }
  .expert-wrapper {
    width: 80%;
  }
  .expert-left-quad-container,
  .expert-middle-quad-container,
  .expert-right-quad-container {
    margin: 0 0 20px 0;
  }
  .expert-content-wrapper {
    display: block;
  }
  .expert-content-wrapper a {
    text-decoration: none;
  }
  .right-padding,
  .left-padding {
    padding: 0px;
  }
  /*.section-dual-container{
  
         
  }*/
  
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
  }
  .header-nav-wrapper {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .footer-content {
    flex-direction: column;
    padding-top: 40px;
  }
  .footer-content .footer-brand-name {
    display: inline-block;
    color: #03a9f4;
  }
  .footer-content .footer-order-1 {
    order: 5;
  }
  .footer-content .footer-order-2 {
    order: 1;
  }
  .footer-content .footer-order-3 {
    order: 2;
  }
  .footer-content .footer-order-4 {
    order: 3;
  }
  .footer-content .footer-order-5 {
    order: 4;
  }
  .footer-content-header:nth-child(1) {
    font-size: 16px;
  }
  .home-section-one-wrapper {
    flex-direction: column;
  }
  .image-wrapper {
    background-size: 364%;
    background-position-x: -504px;
    height: 648px;
    background-position-y: -270px;
  }
  .aboutUs-image-wrapper {
    background-size: 235%;
    background-position-y: -79px;
    background-position-x: -53px;
    height: 460px;
  }
  .customer-image-wrapper {
    background-size: 215%;
    background-position-y: 0px;
    background-position-x: -341px;
    height: 460px;
  }
  .news-image-wrapper {
    background-size: 336%;
    background-position-y: 0px;
    background-position-x: -397px;
    height: 460px;
  }
  .dealer-image-wrapper {
    background-size: 215%;
    background-position-y: -14px;
    background-position-x: -225px;
    height: 460px;
  }
  .contactUs-image-wrapper {
    background-size: 301%;
    background-position-y: 0px;
    background-position-x: -153px;
    height: 460px;
  }
  .careers-image-wrapper {
    background-size: 179%;
    background-position-y: -2px;
    background-position-x: -116px;
    height: 460px;
  }
  .blueAcademy-image-wrapper {
    background-size: 179%;
    background-position-y: -32px;
    background-position-x: -116px;
    height: 460px;
  }
  .dealer-mobile {
    margin-top: 20px;
    height: 419px;
    width: 68%;
    background-size: 230px;
  }
  .growth {
    width: 60%;
    background-size: 100%;
    right: -45px;
    top: 100px;
  }
  .aboutUs-quad-section {
    flex-direction: column;
  }
  .expert-text {
    margin-bottom: 0px;
  }
  .aboutUs-mobile {
    margin-top: 20px;
    height: 466px;
    background-size: 100%;
    width: 80%;
  }
  .headline-aboutUs {
    width: 100%;
    top: 360px;
    display: flex;
    align-items: center;
  }
  .headline-customers {
    width: 100%;
    top: 360px;
    display: flex;
    align-items: center;
  }
  .headline-dealers {
    width: 100%;
    top: 360px;
    display: flex;
    align-items: center;
  }
  .headline-news {
    width: 100%;
    top: 360px;
    display: flex;
    align-items: center;
  }
  .headline-tipsandguidance {
    width: 100%;
    top: 360px;
    display: flex;
    align-items: center;
  }
  .headline-title {
    font-size: 30px;
  }
  .headline-homepage {
    top: 360px;
    width: 100%;
    height: 230px;
  }
  .headline-contactUs {
    width: 100%;
    top: 360px;
    display: flex;
    align-items: center;
  }
  .scroll-link {
    top: 360px;
    left: 45%;
  }
  .left-container {
    margin-right: 0;
  }
  .right-container {
    margin-left: 0;
  }
  .section-triple-container {
    width: 100%;
    margin: 15px 0;
  }
  .section-quad-container {
    width: 100%;
  }
  /*.right-quad-container, 
  .middle-quad-container {
      margin: 0;
  }*/
  
  .footer-section-1 {
    width: 100%;
  }
  .footer-wrapper > .footer-content > .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section ul li {
    margin: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section .footer-content-header {
    margin-bottom: 2px;
  }
  .footer-wrapper > .footer-content > .footer-address-section {
    padding: 10px 0;
  }
  .footer-wrapper > .footer-content > .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-section-theRest {
    margin-bottom: 10px;
  }
  .selected-expert-line {
    position: unset;
    border-top-color: transparent;
  }
  .home-section-summary {
    padding: 40px 7% 0px 7%;
  }
  .off-white-under {
    padding-bottom: 40px;
  }
  .section-top-10 {
    margin-top: 0px;
  }
  .right-container {
    margin-bottom: 0px;
  }
  .bg-offWhite {
    padding-bottom: 40px;
  }
  .news-button-wrapper {
    margin-top: 0px;
  }
  .home-section-overview .section-triple-container {
    margin: unset;
  }
  .home-section-one-wrapper .center-container {
    margin: 0px 0 15px 0px;
  }
  .home-section-one-wrapper .left-container {
    margin-top: 0px;
  }
  .article-content-wrapper {
    padding: 0;
  }
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  .test-next-button,
  .test-prev-button {
    top: 144px;
  }
  .news-container {
    display: none;
  }
  .news-container-page {
    display: flex;
    flex-direction: column;
  }
  .news-container-page .article-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-container-page .article-wrapper:last-child {
    margin-bottom: 0px;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
  }
  .news-carousel .news-wrapper {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(1) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(2),
  .news-wrapper:nth-child(3) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(4) {
    margin-left: unset;
    margin: 0 10px;
  }
  .row-1-experts,
  .row-2-experts {
    margin-bottom: 0px;
    display: none;
  }
  .expert-carousel {
    display: block;
  }
  .expert-photo-frame {
    width: 85%;
  }
  .middle-quad-container,
  .left-quad-container {
    margin-bottom: 40px;
    margin-left: unset;
  }
  .right-quad-container {
    margin-bottom: 0px;
    margin-left: unset;
  }
  .dual-div,
  .dual-div-extended,
  .dual-div-dealer {
    width: 100%;
    padding: 0;
  }
  .section-dual-container-padded {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .section-dual-container-padded .container-button-wrapper {
    height: unset;
  }
  .icon-message {
    padding-left: 0;
  }
  .expert-social-icon {
    margin: 10px 0;
  }
  .slick-initialized .slick-slide {
    height: unset;
  }
  .slick-list {
    margin: 0 20px;
  }
  .next-button,
  .prev-button {
    top: 143px;
  }
  .news-next-button {
    top: 122px;
  }
  .news-prev-button {
    top: 122px;
  }
  .flexed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flexed-dual-section {
    display: flex;
    flex-direction: column;
  }
  .section-66 {
    width: 100%;
  }
  .section-dual-container {
    width: 100%;
  }
  .expert-wrapper {
    width: 80%;
  }
  .expert-left-quad-container,
  .expert-middle-quad-container,
  .expert-right-quad-container {
    margin: 0 0 10px 0;
  }
  .expert-content-wrapper {
    display: block;
  }
  .expert-content-wrapper a {
    text-decoration: none;
  }
  .row-1-experts {
    margin-bottom: 0px;
    display: none;
  }
  .right-padding,
  .left-padding {
    padding: 0px;
  }
  .section-dual-container {
    margin-bottom: 10px;
  }
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
  }
  .header-nav-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .footer-content {
    flex-direction: column;
    padding-top: 40px;
  }
  .footer-content .footer-brand-name {
    display: inline-block;
    color: #03a9f4;
  }
  .footer-content .footer-order-1 {
    order: 5;
  }
  .footer-content .footer-order-2 {
    order: 1;
  }
  .footer-content .footer-order-3 {
    order: 2;
  }
  .footer-content .footer-order-4 {
    order: 3;
  }
  .footer-content .footer-order-5 {
    order: 4;
  }
  .footer-content-header:nth-child(1) {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .home-section-one-wrapper {
    flex-direction: column;
  }
  .image-wrapper {
    background-size: 383%;
    background-position-x: -497px;
    height: 587px;
    background-position-y: -259px;
  }
  .aboutUs-image-wrapper {
    background-size: 226%;
    background-position-y: -79px;
    background-position-x: -53px;
    height: 425px;
  }
  .customer-image-wrapper {
    background-size: 228%;
    background-position-y: 0px;
    background-position-x: -311px;
    height: 425px;
  }
  .dealer-image-wrapper {
    background-size: 215%;
    background-position-y: -14px;
    background-position-x: -145px;
    height: 425px;
  }
  .news-image-wrapper {
    background-size: 336%;
    background-position-y: 0px;
    background-position-x: -397px;
    height: 425px;
  }
  .contactUs-image-wrapper {
    background-size: 304%;
    background-position-y: 0px;
    background-position-x: -132px;
    height: 425px;
  }
  .careers-image-wrapper {
    background-size: 180%;
    background-position-y: 0px;
    background-position-x: -132px;
    height: 425px;
  }
  .blueAcademy-image-wrapper {
    background-size: 180%;
    background-position-y: -30px;
    background-position-x: -132px;
    height: 425px;
  }
  .dealer-mobile {
    margin-top: 20px;
    height: 419px;
    width: 68%;
    background-size: 230px;
  }
  .growth {
    width: 68%;
    background-size: 100%;
    right: -45px;
    top: 100px;
  }
  .aboutUs-quad-section {
    flex-direction: column;
  }
  .aboutUs-mobile {
    margin-top: 20px;
    height: 424px;
    background-size: 100%;
    width: 80%;
  }
  .expert-text {
    margin-bottom: 0px;
  }
  .headline-title {
    font-size: 30px;
  }
  .headline-aboutUs {
    width: 100%;
    display: flex;
    align-items: center;
    top: 325px;
  }
  .headline-customers {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-homepage {
    top: 324px;
    width: 100%;
    height: 205px;
  }
  .headline-dealers {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-news {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-tipsandguidance {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-contactUs {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .section-quad-container {
    width: 100%;
  }
  .scroll-link {
    top: 325px;
    left: 45%;
  }
  .left-container {
    margin-right: 0;
  }
  .right-container {
    margin-left: 0;
  }
  .section-triple-container {
    width: 100%;
    margin: 15px 0;
  }
  .selected-expert-line {
    position: unset;
    border-top-color: transparent;
  }
  .footer-section-1 {
    width: 100%;
  }
  .footer-wrapper > .footer-content > .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section ul li {
    margin: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section .footer-content-header {
    margin-bottom: 2px;
  }
  .footer-wrapper > .footer-content > .footer-address-section {
    padding: 10px 0;
  }
  .footer-wrapper > .footer-content > .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-section-theRest {
    margin-bottom: 10px;
  }
  .home-section-summary {
    padding: 40px 7% 0px 7%;
  }
  .off-white-under {
    padding-bottom: 40px;
  }
  .section-top-10 {
    margin-top: 0px;
  }
  .right-container {
    margin-bottom: 0px;
  }
  .bg-offWhite {
    padding-bottom: 40px;
  }
  .news-button-wrapper {
    margin-top: 0px;
  }
  .home-section-overview .section-triple-container {
    margin: unset;
  }
  .home-section-one-wrapper .center-container {
    margin: 0px 0 15px 0px;
  }
  .home-section-one-wrapper .left-container {
    margin-top: 0px;
  }
  .article-content-wrapper {
    padding: 0;
  }
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  .test-next-button,
  .test-prev-button {
    top: 144px;
  }
  .news-container {
    display: none;
  }
  .news-container-page {
    display: flex;
    flex-direction: column;
  }
  .news-container-page .article-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-container-page .article-wrapper:last-child {
    margin-bottom: 0px;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
  }
  .news-carousel .news-wrapper {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(1) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(2),
  .news-wrapper:nth-child(3) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(4) {
    margin-left: unset;
    margin: 0 10px;
  }
  .row-1-experts,
  .row-2-experts {
    margin-bottom: 0px;
    display: none;
  }
  .expert-carousel {
    display: block;
  }
  .expert-photo-frame {
    width: 85%;
  }
  /*.right-quad-container,
  .middle-quad-container,
  .left-quad-container {
      margin-bottom: 20px;
      margin-left: unset;
  }*/
  
  .dual-div,
  .dual-div-extended,
  .dual-div-dealer {
    width: 100%;
    padding: 0;
  }
  .section-dual-container-padded {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .section-dual-container-padded .container-button-wrapper {
    height: unset;
  }
  .icon-message {
    padding-left: 0;
  }
  .expert-social-icon {
    margin: 10px 0;
  }
  .slick-initialized .slick-slide {
    height: unset;
  }
  .slick-list {
    margin: 0 20px;
  }
  .next-button,
  .prev-button {
    top: 143px;
  }
  .news-next-button {
    top: 122px;
    right: -6px;
  }
  .news-prev-button {
    top: 122px;
    left: -6px;
  }
  .flexed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flexed-dual-section {
    display: flex;
    flex-direction: column;
  }
  .section-66 {
    width: 100%;
  }
  .section-dual-container {
    width: 100%;
  }
  .expert-wrapper {
    width: 80%;
  }
  .expert-left-quad-container,
  .expert-middle-quad-container,
  .expert-right-quad-container {
    margin: 0 0 10px 0;
  }
  .expert-content-wrapper {
    display: block;
  }
  .expert-content-wrapper a {
    text-decoration: none;
  }
  .row-1-experts {
    margin-bottom: 0px;
    display: none;
  }
  /*.right-padding,
  .left-padding {
      padding: 0px;
  }*/
  
  .section-dual-container {
    margin-bottom: 10px;
  }
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
  }
  .header-nav-wrapper {
    display: none;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .selected-expert-line {
    position: unset;
    border-top-color: transparent;
  }
  .footer-content {
    flex-direction: column;
    padding-top: 40px;
  }
  .footer-content .footer-brand-name {
    display: inline-block;
    color: #03a9f4;
  }
  .footer-content .footer-order-1 {
    order: 5;
  }
  .footer-content .footer-order-2 {
    order: 1;
  }
  .footer-content .footer-order-3 {
    order: 2;
  }
  .footer-content .footer-order-4 {
    order: 3;
  }
  .footer-content .footer-order-5 {
    order: 4;
  }
  .footer-content-header:nth-child(1) {
    font-size: 16px;
  }
  .home-section-one-wrapper {
    flex-direction: column;
  }
  .image-wrapper {
    background-size: 400%;
    background-position-x: -492px;
    height: 567px;
    background-position-y: -256px;
  }
  .aboutUs-image-wrapper {
    background-size: 235%;
    background-position-y: -79px;
    background-position-x: -53px;
    height: 423px;
  }
  .customer-image-wrapper {
    background-size: 227%;
    background-position-y: 1px;
    background-position-x: -317px;
    height: 425px;
  }
  .dealer-image-wrapper {
    background-size: 215%;
    background-position-y: -14px;
    background-position-x: -145px;
    height: 425px;
  }
  .news-image-wrapper {
    background-size: 336%;
    background-position-y: 0px;
    background-position-x: -397px;
    height: 425px;
  }
  .contactUs-image-wrapper {
    background-size: 336%;
    background-position-y: 0px;
    background-position-x: -169px;
    height: 425px;
  }
  .careers-image-wrapper {
    background-size: 189%;
    background-position-y: 0px;
    background-position-x: -169px;
    height: 422px;
  }
  .blueAcademy-image-wrapper {
    background-size: 189%;
    background-position-y: 30px;
    background-position-x: -169px;
    height: 422px;
  }
  .dealer-mobile {
    margin-top: 20px;
    height: 377px;
    width: 75%;
    background-size: 230px;
  }
  .growth {
    width: 68%;
    background-size: 100%;
    right: -38px;
    top: 92px;
  }
  .section-quad-container {
    width: 100%;
    margin-bottom: 40px;
  }
  .aboutUs-quad-section {
    flex-direction: column;
  }
  .middle-quad-container,
  .left-quad-container {
    margin-bottom: 40px;
    margin-left: unset;
  }
  .right-quad-container {
    margin-bottom: 0px;
    margin-left: unset;
  }
  .expert-text {
    margin-bottom: 0px;
  }
  .aboutUs-mobile {
    margin-top: 20px;
    height: 387px;
    width: 100%;
    width: 80%;
  }
  .headline-aboutUs {
    width: 100%;
    display: flex;
    align-items: center;
    top: 323px;
  }
  .headline-customers {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-title {
    font-size: 30px;
  }
  .headline-homepage {
    top: 302px;
    width: 100%;
    height: 205px;
  }
  .headline-dealers {
    width: 100%;
    top: 323px;
    display: flex;
    align-items: center;
  }
  .headline-news {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-tipsandguidance {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .headline-contactUs {
    width: 100%;
    top: 325px;
    display: flex;
    align-items: center;
  }
  .scroll-link {
    top: 300px;
    left: 45%;
  }
  .left-container {
    margin-right: 0;
  }
  .right-container {
    margin-left: 0;
  }
  .section-triple-container {
    width: 100%;
    margin: 15px 0;
  }
  .footer-section-1 {
    width: 100%;
    margin-right: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section ul li {
    margin: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section .footer-content-header {
    margin-bottom: 2px;
  }
  .footer-wrapper > .footer-content > .footer-address-section {
    padding: 10px 0;
  }
  .footer-wrapper > .footer-content > .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-section-theRest {
    margin-bottom: 10px;
  }
  .home-section-summary {
    padding: 40px 7% 0px 7%;
  }
  .off-white-under {
    padding-bottom: 40px;
  }
  .section-top-10 {
    margin-top: 0px;
  }
  .right-container {
    margin-bottom: 0px;
  }
  .bg-offWhite {
    padding-bottom: 40px;
  }
  .news-button-wrapper {
    margin-top: 0px;
  }
  .home-section-overview .section-triple-container {
    margin: unset;
  }
  .home-section-one-wrapper .center-container {
    margin: 0px 0 15px 0px;
  }
  .home-section-one-wrapper .left-container {
    margin-top: 0px;
  }
  .article-content-wrapper {
    padding: 0;
  }
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .test-next-button,
  .test-prev-button {
    top: 144px;
  }
  p {
    word-wrap: break-word;
  }
  .news-container {
    display: none;
  }
  .news-container-page {
    display: flex;
    flex-direction: column;
  }
  .news-container-page .article-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-container-page .article-wrapper:last-child {
    margin-bottom: 0px;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
  }
  .news-carousel .news-wrapper {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(1) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(2),
  .news-wrapper:nth-child(3) {
    margin: 0 10px;
  }
  .news-wrapper:nth-child(4) {
    margin-left: unset;
    margin: 0 10px;
  }
  .row-1-experts,
  .row-2-experts {
    margin-bottom: 0px;
    display: none;
  }
  .expert-carousel {
    display: block;
  }
  .expert-photo-frame {
    width: 85%;
  }
  .slick-initialized .slick-slide {
    height: unset;
  }
  .slick-list {
    margin: 0 20px;
  }
  /*.next-button,
  .prev-button {
      top: 143px;
          
  }*/
  
  .next-button {
    top: 143px;
    right: -6px;
  }
  .prev-button {
    top: 143px;
    left: -6px;
  }
  .news-next-button {
    top: 122px;
    right: -6px;
  }
  .news-prev-button {
    top: 122px;
    left: -6px;
  }
  .flexed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flexed-dual-section {
    display: flex;
    flex-direction: column;
  }
  .section-66 {
    width: 100%;
  }
  .section-dual-container {
    width: 100%;
  }
  .expert-wrapper {
    width: 80%;
  }
  .expert-left-quad-container,
  .expert-middle-quad-container,
  .expert-right-quad-container {
    margin: 0 0 10px 0;
  }
  .expert-content-wrapper {
    display: block;
  }
  .expert-content-wrapper a {
    text-decoration: none;
  }
  .row-1-experts {
    margin-bottom: 0px;
    display: none;
  }
  .right-padding,
  .left-padding {
    padding: 0px;
  }
  .section-dual-container {
    margin-bottom: 10px;
  }
  .header-nav-wrapper {
    display: none;
  }
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
    margin-bottom: 0;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .selected-expert-line {
    position: unset;
    border-top-color: transparent;
  }
  .footer-content {
    flex-direction: column;
    padding-top: 40px;
  }
  .footer-content .footer-brand-name {
    display: inline-block;
    color: #03a9f4;
  }
  .footer-content .footer-order-1 {
    order: 5;
  }
  .footer-content .footer-order-2 {
    order: 1;
  }
  .footer-content .footer-order-3 {
    order: 2;
  }
  .footer-content .footer-order-4 {
    order: 3;
  }
  .footer-content .footer-order-5 {
    order: 4;
  }
  .footer-content-header:nth-child(1) {
    font-size: 16px;
  }
  .home-section-one-wrapper {
    flex-direction: column;
  }
  .image-wrapper {
    background-size: 900px;
    background-position-x: -420px;
    height: 501px;
    background-position-y: -218px;
  }
  .aboutUs-image-wrapper {
    background-size: 900px;
    background-position-y: 0px;
    background-position-x: -53px;
    height: 355px;
  }
  .customer-image-wrapper {
    background-size: 900px;
    background-position-y: 0px;
    background-position-x: -258px;
    height: 355px;
  }
  .dealer-image-wrapper {
    background-size: 900px;
    background-position-y: -34px;
    background-position-x: -145px;
    height: 355px;
  }
  .news-image-wrapper {
    background-size: 900px;
    background-position-y: 0px;
    background-position-x: -397px;
    height: 355px;
  }
  .contactUs-image-wrapper {
    background-size: 900px;
    background-position-y: -87px;
    background-position-x: -148px;
    height: 355px;
  }
  .careers-image-wrapper {
    background-size: 702px;
    background-position-y: -42px;
    background-position-x: -148px;
    height: 355px;
  }
  .blueAcademy-image-wrapper {
    background-size: 702px;
    background-position-y: -62px;
    background-position-x: -148px;
    height: 355px;
  }
  .section-quad-container {
    width: 100%;
    margin-bottom: 40px;
  }
  /*.middle-quad-container{
      margin: unset;
  }*/
  
  .dealer-mobile {
    margin-top: 20px;
    height: 377px;
    width: 85%;
    background-size: 230px;
  }
  .growth {
    width: 68%;
    background-size: 100%;
    right: -38px;
    top: 92px;
  }
  .aboutUs-mobile {
    margin-top: 20px;
    height: 322px;
    width: 75%;
  }
  .aboutUs-quad-section {
    flex-direction: column;
  }
  .expert-text {
    margin-bottom: 0px;
  }
  .home-section-overview .section-triple-container {
    margin: unset;
  }
  .middle-quad-container,
  .left-quad-container {
    margin-bottom: 40px;
    margin-left: unset;
  }
  .right-quad-container {
    margin-bottom: 0px;
    margin-left: unset;
  }
  .dual-div,
  .dual-div-extended,
  .dual-div-dealer {
    width: 100%;
    padding: 0;
  }
  .section-dual-container-padded {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  .section-dual-container-padded .container-button-wrapper {
    height: unset;
  }
  .icon-message {
    padding-left: 0;
  }
  .expert-social-icon {
    margin: 10px 0;
  }
  .headline-aboutUs {
    width: 100%;
    top: 255px;
    display: flex;
    align-items: center;
  }
  .headline-customers {
    width: 100%;
    top: 255px;
    display: flex;
    align-items: center;
  }
  .headline-dealers {
    width: 100%;
    top: 255px;
    display: flex;
    align-items: center;
  }
  .headline-news {
    width: 100%;
    top: 255px;
    display: flex;
    align-items: center;
  }
  .headline-tipsandguidance {
    width: 100%;
    top: 255px;
    display: flex;
    align-items: center;
  }
  .headline-contactUs {
    width: 100%;
    top: 255px;
    display: flex;
    align-items: center;
  }
  /*.backers {
      width: 115px;
  }*/
  
  .backer-shadow img {
    width: 115px;
  }
  .headline-title {
    font-size: 30px;
  }
  .headline-homepage {
    top: 236px;
    width: 100%;
    height: 205px;
  }
  .scroll-link {
    top: 234px;
    left: 45%;
  }
  .left-container {
    margin-right: 0;
  }
  .right-container {
    margin-left: 0;
  }
  .section-triple-container {
    width: 100%;
    margin: 15px 0;
  }
  .footer-section-1 {
    width: 100%;
  }
  .footer-wrapper > .footer-content > .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content > .footer-content-section .footer-content-header {
    margin-bottom: 2px;
  }
  .footer-wrapper > .footer-content > .footer-address-section {
    padding: 10px 0;
  }
  .footer-wrapper > .footer-content > .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-section-theRest {
    margin-bottom: 10px;
  }
  .home-section-summary {
    padding: 40px 7% 0px 7%;
  }
  .off-white-under {
    padding-bottom: 40px;
  }
  .section-top-10 {
    margin-top: 0px;
  }
  .right-container {
    margin-bottom: 0px;
  }
  .bg-offWhite {
    padding-bottom: 40px;
  }
  .news-button-wrapper {
    margin-top: 0px;
  }
  .home-section-one-wrapper .center-container {
    margin: 0px 0 15px 0px;
  }
  .home-section-one-wrapper .left-container {
    margin-top: 0px;
  }
  .article-content-wrapper {
    padding: 0;
  }
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
}
.mobile-icon-section img {
  width: 48px;
  height: 48px;
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1230px) {
  .dealer-mobile {
    background-size: 198px;
  }
  .dealer-mobile .growth {
    right: -36px;
    top: 86px;
    width: 138px;
    background-size: 132px;
  }
  .article-wrapper {
    width: 47%;
  }
  .article-content-wrapper {
    padding: 0;
  }
  .flexed-dual-section {
    flex-direction: column;
  }
  .flexed-dual-section .section-dual-container-padded {
    width: 100%;
    margin-left: unset;
    margin-bottom: 20px;
  }
  .article-wrapper:nth-child(2n+2) {
    margin-right: 10px;
  }
  .article-wrapper:nth-child(2n+1) {
    margin-left: 10px;
  }
  .tariff-wrapper table {
    width: 75%;
  }
  .cookie-policy table {
    width: 100%;
  }
  .expert-overview,
  .expert-overview-close {
    margin-top: 20px;
  }
  .expert-wrapper {
    padding: 10px 0px;
  }
  .expert-photo-wrapper .expert-photo-frame {
    width: 70%;
  }
  .expert-photo-wrapper .expert-photo-frame .expert-image {
    width: 100%;
  }
  .expert-details {
    margin-top: 0px;
  }
  .expert-details p {
    margin-top: 10px;
    font-size: 13.5px;
  }
  .expert-details p:nth-child(2) {
    font-size: 11px;
  }
  .image-wrapper {
    height: 684px;
    background-size: 1710px;
    background-position-x: -304px;
  }
  aboutUs-quad-content {
    height: 485px;
  }
  .aboutUs-image-wrapper {
    height: 420px;
    background-size: unset;
  }
  .dealer-image-wrapper {
    height: 420px;
    background-size: unset;
    background-position-x: -438px;
  }
  .customer-image-wrapper {
    height: 420px;
    background-size: unset;
    background-position-x: -438px;
  }
  .news-image-wrapper {
    height: 420px;
    background-size: unset;
    background-position-x: -390px;
  }
  .careers-image-wrapper {
    height: 420px;
    background-size: 1200px;
    background-position-y: -150px;
  }
  .blueAcademy-image-wrapper {
    height: 420px;
    background-size: 1200px;
    background-position-y: -150px;
    background-position-x: -30px;
  }
  .headline-aboutUs,
  .headline-tipsandguidance,
  .headline-news {
    top: 320px;
  }
  .headline-homepage {
    top: 324px;
    width: 40%;
  }
  .aboutUs-quad-content {
    display: flex;
  }
  .aboutUs-quad-content .aboutUs-quad-section {
    flex-wrap: wrap;
  }
  .aboutUs-quad-content .section-quad-container {
    width: 50%;
    padding: 0 25px;
  }
  .aboutUs-quad-content .right-quad-container {
    margin-left: 0px;
  }
  .aboutUs-quad-content .middle-quad-container {
    margin: 0px;
  }
  .aboutUs-quad-content .left-quad-container {
    margin-right: 0px;
  }
  .footer-section-1 {
    margin-right: 2%;
    width: 31%;
  }
  .scroll-link {
    top: 605px;
  }
  .footer-wrapper > .footer-content > .footer-content-section > ul > li > a {
    font-size: 12px;
  }
  /*.dealer-mobile {
          height: 85%;
          width: 55%;
      }*/
  
  /*.growth {
          right: -42px;
          top: 110px;
          height: 100%;
          width: 64%;
      }*/
  
  .aboutUs-mobile {
    width: 54%;
    background-position-y: 22px;
  }
  /*.dealer-mobile {
          width: 60%;
          background-size: 100%;
      }
  
      .growth {
          right: -44px;
          top: 105px;
          height: 340px;
          width: 73%;
      }*/
  
  .news-icon {
    height: 295px;
  }
  .right-quad-container {
    margin-top: 20px;
  }
  .middle-quad-container:nth-child(3) {
    margin-top: 20px;
  }
  .home-section-one-wrapper {
    flex-wrap: wrap;
  }
  .home-section-one-wrapper .left-container {
    width: 100%;
    margin-right: unset;
    padding: unset;
    margin-bottom: 20px;
  }
  .home-section-one-wrapper .center-container {
    flex-grow: unset;
    width: 48%;
  }
  .home-section-one-wrapper .right-container {
    flex-grow: unset;
    width: 48%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 736px) and (max-width: 1024px) {
  .article-wrapper {
    width: 47.8%;
  }
  .article-wrapper:nth-child(4n+4) {
    margin-right: 10px;
  }
  .article-wrapper:nth-child(4n+1) {
    margin-left: 10px;
  }
  .article-wrapper:nth-child(2n+2) {
    margin-right: 0;
  }
  .article-wrapper:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-icon,
  .news-icon-main {
    height: 217px;
  }
  .news-icon {
    height: 215px;
  }
  .article-content-wrapper {
    padding: 0;
  }
  .flexed-dual-section {
    flex-direction: column;
  }
  .flexed-dual-section .section-dual-container-padded {
    width: 100%;
    margin-left: unset;
    margin-bottom: 20px;
  }
  .tariff-wrapper table {
    width: 75%;
  }
  .cookie-policy table {
    width: 100%;
  }
  .expert-overview,
  .expert-overview-close {
    margin-top: 20px;
  }
  .expert-wrapper {
    height: 270px;
    padding: 10px 0px;
  }
  .expert-photo-wrapper {
    height: 40%;
  }
  .expert-photo-wrapper .expert-photo-frame {
    width: 70%;
  }
  .expert-photo-wrapper .expert-photo-frame .expert-image {
    width: 100%;
  }
  .expert-details {
    margin-top: 0px;
  }
  .expert-details p {
    margin-top: 10px;
    font-size: 13.5px;
  }
  .expert-details p:nth-child(2) {
    font-size: 11px;
  }
  .image-wrapper {
    height: 684px;
    background-size: 1710px;
    background-position-x: -304px;
  }
  aboutUs-quad-content {
    height: 485px;
  }
  .aboutUs-image-wrapper {
    height: 420px;
    background-size: unset;
  }
  .dealer-image-wrapper {
    height: 420px;
    background-size: unset;
    background-position-x: -438px;
  }
  .customer-image-wrapper {
    height: 420px;
    background-size: 138%;
    background-position-x: -193px;
    background-position-y: 0px;
  }
  .news-image-wrapper {
    height: 420px;
    background-size: unset;
    background-position-x: -390px;
  }
  .contactUs-image-wrapper {
    background-size: 170%;
    background-position-y: 0;
  }
  .careers-image-wrapper {
    background-size: 1230px;
    background-position-y: -80px;
  }
  .blueAcademy-image-wrapper {
    background-size: 1030px;
    background-position-y: -120px;
  }
  .mobile-flex-column .section-triple-container {
    width: unset;
  }
  .headline-aboutUs,
  .headline-tipsandguidance,
  .headline-news {
    top: 320px;
  }
  .headline-homepage {
    top: 324px;
    width: 40%;
  }
  .aboutUs-quad-content {
    display: flex;
  }
  .aboutUs-quad-content .aboutUs-quad-section {
    flex-wrap: wrap;
  }
  .aboutUs-quad-content .section-quad-container {
    width: 50%;
    padding: 0 25px;
  }
  .aboutUs-quad-content .right-quad-container {
    margin-left: 0px;
  }
  .aboutUs-quad-content .middle-quad-container {
    margin: 0px;
  }
  .aboutUs-quad-content .left-quad-container {
    margin-right: 0px;
  }
  .footer-section-1 {
    margin-right: 2%;
    width: 31%;
  }
  .scroll-link {
    top: 605px;
  }
  .footer-wrapper > .footer-content > .footer-content-section > ul > li > a {
    font-size: 12px;
  }
  .aboutUs-mobile {
    width: 90%;
    background-position-y: 22px;
  }
  .dealer-mobile {
    width: 59%;
    background-size: 205px;
  }
  .dealer-mobile .growth {
    right: -40px;
    top: 100px;
    height: 340px;
    width: 65%;
    background-size: 128px;
  }
  /*.growth {
          right: -53px;
          top: 129px;
          height: 340px;
          width: 68%;
      }*/
  
  .right-quad-container {
    margin-top: 20px;
  }
  .middle-quad-container:nth-child(3) {
    margin-top: 20px;
  }
  .home-section-one-wrapper {
    flex-wrap: wrap;
  }
  .home-section-one-wrapper .left-container {
    width: 100%;
    margin-right: unset;
    padding: unset;
    margin-bottom: 20px;
  }
  .home-section-one-wrapper .center-container {
    flex-grow: unset;
    width: 48%;
  }
  .home-section-one-wrapper .right-container {
    flex-grow: unset;
    width: 48%;
    margin-left: 20px;
  }
}
/*@media screen and (max-width: 1024px) and (min-width:737px ) {

    .flexed-dual-section {
        flex-direction: column;

        .section-dual-container-padded {
            width: 100%;
            margin-left: unset;
            margin-bottom: 20px;
        }
    }

    .news-container {
        display: none;
    }

    .
    {
        display: block;
        margin-bottom: 20px;
    }

    .tariff-wrapper table {
        width: 75%;
    }

    .expert-overview,
    .expert-overview-close {
        margin-top: 20px;
    }

    .expert-wrapper {
        height: 270px;
        padding: 10px 0px;
    }



    .expert-photo-wrapper {
        height: 40%;

        .expert-photo-frame {
            width: 70%;

            .expert-image {
                width: 100%;
            }
        }
    }

    .expert-details {
        margin-top: 0px;

        p {
            margin-top: 10px;
            font-size: 13.5px;
        }

        p:nth-child(2) {
            font-size: 11px;
        }
    }

    .image-wrapper {
        height: 684px;
        background-size: 1710px;
        background-position-x: -304px;
    }

    aboutUs-quad-content {
        height: 485px;
    }

    .aboutUs-image-wrapper {
        height: 420px;
        background-size: unset;
    }

    .dealer-image-wrapper {
        height: 420px;
        background-size: unset;
        background-position-x: -438px;
    }

    .customer-image-wrapper {
        height: 420px;
        background-size: unset;
        background-position-x: -438px;
    }

    .news-image-wrapper {
        height: 420px;
        background-size: unset;
        background-position-x: -390px;
    }

    .headline-aboutUs,
    .headline-news {
        top: 320px;
    }

    .headline-homepage {
        top: 324px;
        width: 40%;
    }

    .aboutUs-quad-content {
        display: flex;

        .aboutUs-quad-section {
            flex-wrap: wrap;
        }

        .section-quad-container {
            width: 50%;
            padding: 0 25px;
        }

        .right-quad-container {
            margin-left: 0px;
        }

        .middle-quad-container {
            margin: 0px;
        }

        .left-quad-container {
            margin-right: 0px;
        }
    }


    .footer-section-1 {
        margin-right: 2%;
        width: 31%;
    }

    .scroll-link {
        top: 605px;
    }

    .footer-wrapper > .footer-content > .footer-content-section > ul > li > a {
        font-size: 12px;
    }

    .aboutUs-mobile {
        width: 96%;
        background-position-y: 22px;
    }

    .dealer-mobile {
        width: 100%;
        background-size: 100%;
    }

    .growth {
        right: -53px;
        top: 129px;
        height: 340px;
        width: 73%;
    }

    .news-icon {
        height: 135px;
    }

    .right-quad-container {
        margin-top: 20px;
    }

    .middle-quad-container:nth-child(3) {
        margin-top: 20px;
    }

    .home-section-one-wrapper {
        flex-wrap: wrap;

        .left-container {
            width: 100%;
            margin-right: unset;
            padding: unset;
            margin-bottom: 20px;
        }

        .center-container {
            flex-grow: unset;
            width: 48%;
        }

        .right-container {
            flex-grow: unset;
            width: 48%;
            margin-left: 20px;
        }
    }
}*/

@media screen and (width: 768px) and (height: 1024px) {
  .right-quad-container {
    margin-top: 20px;
  }
  .middle-quad-container:nth-child(3) {
    margin-top: 20px;
  }
  .home-section-one-wrapper {
    flex-wrap: wrap;
  }
  .home-section-one-wrapper .left-container {
    width: 100%;
    margin-right: unset;
    padding: unset;
    margin-bottom: 20px;
  }
  .home-section-one-wrapper .center-container {
    flex-grow: unset;
    width: 48%;
  }
  .home-section-one-wrapper .right-container {
    flex-grow: unset;
    width: 48%;
    margin-left: 20px;
  }
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
  .image-wrapper {
    height: 512px;
    background-position-x: -295px;
    background-size: 1847px;
  }
  .aboutUs-image-wrapper {
    height: 360px;
    background-position-y: -303px;
  }
  .dealer-image-wrapper {
    height: 360px;
    background-position-y: -303px;
  }
  .customer-image-wrapper {
    height: 360px;
    background-position-y: -303px;
    background-position-x: -700px;
  }
  .contactUs-image-wrapper {
    height: 360px;
    background-size: 200%;
    background-position-y: -200px;
  }
  .careers-image-wrapper {
    height: 360px;
    background-size: 1140px;
  }
  .blueAcademy-image-wrapper {
    height: 360px;
    background-size: 1140px;
    background-position-y: -120px;
  }
  .headline-aboutUs,
  .headline-dealers,
  .headline-customers,
  .headline-contactUs {
    top: 260px;
    width: 40%;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .article-wrapper {
    width: 22.297%;
  }
  .headline-homepage {
    height: 224px;
    top: 228px;
    padding: 20px 127px 20px 7%;
    /* display: inline-block; */
  
  }
  .aboutUs-mobile {
    background-position-y: 35px;
    width: 87%;
  }
  .news-icon {
    height: 100px;
  }
  .customers-triple-fixed {
    padding: 30px 0;
  }
  .footer-section-1 {
    margin-right: 2%;
    width: 35%;
  }
  .scroll-link {
    top: 440px;
  }
  .headline-title {
    font-size: 30px;
  }
  .headline-info {
    font-size: 16px;
  }
  .dealer-mobile {
    height: 100%;
    width: 94%;
    background-size: 84%;
  }
  .dealer-mobile .growth {
    right: -47px;
    top: 118px;
    height: 100%;
    width: 72%;
    background-size: 200px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .image-wrapper {
    height: 684px;
  }
  .aboutUs-image-wrapper {
    background-size: unset;
  }
  .customer-image-wrapper {
    background-size: unset;
    background-position-x: -516px;
  }
  .news-image-wrapper {
    background-size: 114%;
    background-position-y: -269px;
  }
  .dealer-image-wrapper {
    background-size: unset;
    background-position-x: -400px;
  }
  .headline-homepage {
    top: 324px;
    width: 40%;
  }
  .footer-section-1 {
    margin-right: 2%;
    width: 35%;
  }
  .scroll-link {
    top: 605px;
  }
  /*.growth {
          width: 62%;
          top: 88px;
      }*/
  
  /*.growth {
          right: -35px;
          position: relative;
          top: 84px;
          background: url(/Images/Dots2.gif);
          height: 258px;
          width: 62%;
          background-size: 100%;
          background-repeat: no-repeat;
      }*/
}
@media screen and (max-width: 1379px) and (min-width: 1201px) {
  /*.growth {
          
          width: 65%;
       }*/
  
  .aboutUs-image-wrapper {
    background-size: 109%;
  }
  .customer-image-wrapper {
    background-size: unset;
    background-position-x: -516px;
  }
  /*.news-image-wrapper {
          background-size: 114%;
          background-position-y: -269px;
      }*/
  
  .dealer-image-wrapper {
    background-size: unset;
    background-position-x: -400px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1024px) {
  .contactUs-image-wrapper {
    background-size: unset;
  }
  .news-image-wrapper {
    background-size: 2018px;
    background-position-y: 0px;
  }
}
@media screen and (min-width: 1920px) {
  .image-wrapper {
    background-size: 100%;
  }
}
.default-menu-pos {
  position: absolute;
  z-index: 1;
  top: 76px;
  width: 80%;
  height: 100vh;
  background-color: white;
  border: #c7c9cc solid 1px;
  left: -80%;
  display: flex;
  flex-direction: column;
}
.open-menu-wrapper {
  left: 0%;
  animation: openMenu;
  animation-duration: 0.4s;
}
.close-menu-wrapper {
  left: -80%;
  animation: closeMenu;
  animation-duration: 0.2s;
}
.menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12%;
}
.menu-item a {
  text-decoration: none;
}
.menu-item a .item {
  font-size: 16px;
  color: #03a9f4;
  font-weight: 500;
}
.menu-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24%;
}
.menu-icon {
  flex-grow: 1;
}
.menu-item-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-bottom: #c7c9cc solid 1px;
  padding: 40px;
}
.menu-logo-container {
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(122deg, #03a9f4, #54efb6);
  display: inline-block;
  border-image-slice: 1;
  cursor: pointer;
}
.menu-logo {
  color: #23315c;
  font-size: 25px;
  letter-spacing: 5px;
  padding: 0 5px;
}
/*.disable-body {
    opacity: 0.5;
}*/

.freezePage {
  overflow: hidden;
  position: fixed;
}
/*.menu-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    opacity: 0.8;
    display: none;
}*/

@media screen and (min-width: 416px) and (max-width: 736px) {
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
  .article-wrapper {
    width: 48%;
    margin: 0 0 15px 0;
  }
  .article-wrapper:nth-child(2n+1) {
    margin-right: 15px;
  }
  .news-container-page {
    flex-wrap: wrap;
  }
  .home-section-overview .section-triple-container {
    margin-top: 10px;
  }
  .article-content-wrapper {
    padding: unset;
  }
  .dealer-mobile {
    background-size: 68%;
    width: 55%;
  }
  .dealer-mobile .growth {
    right: -35px;
    top: 68px;
    width: 44%;
    background-size: 100%;
    height: 269px;
  }
  .center-container {
    margin-right: 5px;
    padding: 10px 0;
  }
  .news-icon {
    height: 95px;
  }
  .news-icon-main {
    height: 176px;
  }
  .news-next-button {
    top: 43%;
    right: -38px;
  }
  .news-prev-button {
    top: 43%;
    left: -17px;
  }
  .news-container {
    display: none;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
    height: unset;
  }
  .news-dimensions {
    width: 100%;
    height: 100%;
  }
  .row-1-experts,
  .row-2-experts {
    margin-bottom: 0px;
    display: none;
  }
  .expert-carousel {
    display: block;
  }
  .expert-photo-frame {
    width: 85%;
  }
  .expert-wrapper {
    width: 80%;
  }
  .right-quad-container,
  .middle-quad-container,
  .left-quad-container {
    margin-bottom: 20px;
    margin-left: unset;
  }
  .dual-div,
  .dual-div-extended,
  .dual-div-dealer {
    width: 100%;
    padding: 0;
  }
  .section-dual-container-padded {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .icon-message {
    padding-left: 0;
  }
  .expert-social-icon {
    margin: 10px auto;
  }
  .expert-content-wrapper {
    display: block;
  }
  .selected-expert-line {
    border-color: transparent;
  }
  .slick-initialized .slick-slide {
    height: unset;
  }
  .prev-button {
    left: -14px;
  }
  .next-button {
    right: -12px;
  }
  .flexed {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flexed-dual-section {
    display: flex;
    flex-direction: column;
  }
  .section-66 {
    width: 100%;
  }
  .section-dual-container {
    width: 100%;
  }
  .expert-left-quad-container,
  .expert-middle-quad-container,
  .expert-right-quad-container {
    margin: 0 0 10px 0;
  }
  .right-padding,
  .left-padding {
    padding: 0px;
  }
  .section-dual-container {
    margin-bottom: 10px;
  }
  .image-wrapper {
    height: 390px;
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: -136px;
  }
  .aboutUs-image-wrapper {
    height: 345px;
    background-size: 900px;
    background-position-x: 0px;
    background-position-y: -136px;
  }
  .dealer-image-wrapper {
    height: 345px;
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: -136px;
  }
  .customer-image-wrapper {
    height: 345px;
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: -110px;
  }
  .contactUs-image-wrapper {
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: 0px;
  }
  .news-image-wrapper {
    height: 345px;
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: 0px;
  }
  .careers-image-wrapper {
    height: 345px;
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: -100px;
  }
  .blueAcademy-image-wrapper {
    height: 345px;
    background-size: 900px;
    background-position-x: -109px;
    background-position-y: -100px;
  }
  .headline-aboutUs,
  .headline-dealers,
  .headline-customers,
  .headline-tipsandguidance,
  .headline-news {
    width: 100%;
    top: 245px;
  }
  .headline-contactUs {
    width: 100%;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .header-wrapper .header-content-wrapper .header-nav-wrapper .header-nav-content ul li a {
    font-size: 11px;
  }
  /*.header-nav-wrapper {
          display: none;
      }
  
      .mobile-menu-toggle {
          display: inline-block;
      }*/
  
  .scroll-link {
    top: 215px;
  }
  .headline-homepage {
    height: 126px;
    width: 100%;
    background-color: #23315c;
    position: relative;
    top: 206px;
    opacity: 0.92;
    padding: 20px 65px 20px 7%;
    /* display: inline-block; */
  
  }
  .headline-homepage .headline-title {
    font-size: 25px;
  }
  .headline-homepage .headline-info {
    margin: 10px 0px 0 0;
    width: 100%;
  }
  .home-section-one-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .aboutUs-quad-section {
    /*display: inline;
          text-align: center;*/
    display: flex;
    flex-wrap: wrap;
  }
  .aboutUs-quad-section .middle-quad-container:nth-child(3) {
    margin-right: 20px;
    margin-top: 10px;
  }
  .aboutUs-quad-section .right-quad-container {
    margin-top: 10px;
    margin-left: 20px;
  }
  .aboutUs-quad-content {
    display: flex;
  }
  .section-triple-container {
    width: unset;
  }
  .section-quad-container {
    width: 43%;
    display: inline-block;
  }
  .middle-quad-container {
    margin: 0;
  }
  .left-container {
    margin-right: 0px;
  }
  .center-container {
    width: 49%;
    display: inline-block;
    margin-right: 5px;
    padding: 30px 0;
  }
  .center-container .container-button-wrapper {
    height: unset;
  }
  .right-container {
    width: 48%;
    display: inline-block;
    margin-left: 5px;
    padding: 30px 10px;
  }
  .right-container .container-button-wrapper {
    height: unset;
  }
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
  }
  .footer-section-theRest {
    flex-grow: unset;
  }
  .footer-section-1 {
    width: unset;
    margin-right: unset;
  }
  .footer-wrapper > .footer-content {
    flex-wrap: wrap;
    padding: 15px;
  }
  .footer-wrapper > .footer-content .footer-address-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-wrapper > .footer-content .footer-brand-name {
    color: #03a9f4;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-wrapper > .footer-content .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content .footer-content-section .footer-content-header {
    margin-bottom: 0;
  }
  .footer-wrapper > .footer-content .footer-order-1 {
    order: 5;
  }
  .footer-wrapper > .footer-content .footer-order-2 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-3 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-4 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-5 {
    display: inline-block;
    width: 100%;
  }
  .reverse-flex {
    display: flex;
  }
}
@media screen and (width: 812px) and (height: 375px) {
  /*.header-nav-wrapper {
          display: none;
      }
  
      .mobile-menu-toggle {
          display: inline-block;
      }*/
  
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
  .news-container {
    display: none;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
    height: unset;
  }
  .article-wrapper {
    width: 22.85%;
  }
  .scroll-link {
    top: 200px;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .headline-homepage {
    height: 115px;
    width: 100%;
    background-color: #23315c;
    position: relative;
    top: 220px;
    opacity: 0.92;
    padding: 20px 65px 20px 7%;
    /* display: inline-block; */
  
  }
  .headline-homepage .headline-title {
    font-size: 25px;
  }
  .headline-homepage .headline-info {
    margin: 10px 0px 0 0;
    width: 100%;
  }
  .center-container {
    padding: 30px 0;
  }
  .image-wrapper {
    height: 395px;
    background-size: 100%;
    background-position-y: -133px;
  }
  .aboutUs-image-wrapper {
    height: 305px;
    background-position-y: -345px;
  }
  .dealer-image-wrapper {
    height: 305px;
    background-position-y: -200px;
    background-size: 157%;
    background-position-x: -272px;
  }
  .customer-image-wrapper {
    height: 305px;
    background-position-y: -283px;
    background-position-x: -759px;
    background-size: 209%;
  }
  .contactUs-image-wrapper {
    height: 305px;
    background-position-y: -258px;
    background-size: 200%;
  }
  .careers-image-wrapper {
    height: 305px;
    background-position-y: -120px;
    background-size: 120%;
  }
  .blueAcademy-image-wrapper {
    height: 305px;
    background-position-y: -139px;
    background-size: 120%;
  }
  .growth {
    top: 93px;
    width: 63%;
  }
  .headline-aboutUs,
  .headline-dealers,
  .headline-customers,
  .headline-contactUs {
    top: 205px;
    width: 100%;
  }
  .aboutUs-mobile {
    width: 62%;
    background-size: 100%;
    background-position-y: 61px;
  }
  .news-icon {
    height: 106px;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
  }
  .footer-section-theRest {
    flex-grow: unset;
  }
  .footer-wrapper > .footer-content {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .footer-wrapper > .footer-content .footer-address-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content .footer-address-section .footer-section-1 {
    width: unset;
    margin-right: unset;
  }
  .footer-wrapper > .footer-content .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-wrapper > .footer-content .footer-brand-name {
    color: #03a9f4;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-wrapper > .footer-content .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content .footer-content-section .footer-content-header {
    margin-bottom: 0;
  }
  .footer-wrapper > .footer-content .footer-order-1 {
    order: 5;
    width: 100%;
  }
  .footer-wrapper > .footer-content .footer-order-2 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-3 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-4 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-5 {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (width: 823px) and (height: 411px) {
  /*.header-nav-wrapper {
          display: none;
      }
  
      .mobile-menu-toggle {
          display: inline-block;
      }*/
  
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
  .news-container {
    display: none;
  }
  .news-carousel {
    display: block;
    margin-bottom: 20px;
    height: unset;
  }
  .article-wrapper {
    width: 22.85%;
  }
  .scroll-link {
    top: 200px;
  }
  .header-wrapper {
    padding: 15px 7%;
    height: 75%;
  }
  .headline-homepage {
    height: 115px;
    width: 100%;
    background-color: #23315c;
    position: relative;
    top: 220px;
    opacity: 0.92;
    padding: 20px 65px 20px 7%;
    /* display: inline-block; */
  
  }
  .headline-homepage .headline-title {
    font-size: 25px;
  }
  .headline-homepage .headline-info {
    margin: 10px 0px 0 0;
    width: 100%;
  }
  .center-container {
    padding: 30px 0;
  }
  .image-wrapper {
    height: 395px;
    background-size: 100%;
    background-position-y: -133px;
  }
  .aboutUs-image-wrapper {
    height: 305px;
    background-position-y: -345px;
  }
  .dealer-image-wrapper {
    height: 305px;
    background-position-y: -80px;
  }
  .customer-image-wrapper {
    height: 305px;
    background-position-y: -283px;
    background-position-x: -759px;
  }
  .contactUs-image-wrapper {
    height: 305px;
    background-position-y: -258px;
    background-size: 200%;
  }
  .growth {
    top: 93px;
    width: 63%;
  }
  .headline-aboutUs,
  .headline-dealers,
  .headline-customers,
  .headline-contactUs {
    top: 205px;
    width: 100%;
  }
  .aboutUs-mobile {
    width: 62%;
    background-size: 100%;
    background-position-y: 61px;
  }
  .news-icon {
    height: 106px;
  }
  .mobile-flex-column {
    flex-direction: column;
  }
  .standard-icon-section {
    display: none;
  }
  .mobile-icon-section {
    display: inline-flex;
  }
  .footer-section-theRest {
    flex-grow: unset;
  }
  .footer-wrapper > .footer-content {
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .footer-wrapper > .footer-content .footer-address-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content .footer-address-section .footer-section-1 {
    width: unset;
    margin-right: unset;
  }
  .footer-wrapper > .footer-content .footer-address-section .footer-content-header {
    display: none;
  }
  .footer-wrapper > .footer-content .footer-brand-name {
    color: #03a9f4;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-wrapper > .footer-content .footer-content-section {
    padding: 0;
  }
  .footer-wrapper > .footer-content .footer-content-section .footer-content-header {
    margin-bottom: 0;
  }
  .footer-wrapper > .footer-content .footer-order-1 {
    order: 5;
    width: 100%;
  }
  .footer-wrapper > .footer-content .footer-order-2 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-3 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-4 {
    display: inline-block;
    width: 33%;
  }
  .footer-wrapper > .footer-content .footer-order-5 {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (width: 568px) and (height: 320px) {
  .image-wrapper {
    height: 380px;
    background-size: 121%;
    background-position-x: -109px;
    background-position-y: -76px;
  }
  .headline-contactUs {
    width: 100%;
    top: 329px;
  }
  .contactUs-image-wrapper {
    height: 426px;
  }
  .tariff-wrapper table {
    width: 100%;
  }
  .cookie-policy table {
    width: 100%;
  }
}
@media screen and (width: 823px) and (height: 411px) {
  .article-wrapper {
    width: 22.85%;
  }
}
.cookie-banner-wrapper {
  position: relative;
  z-index: 1;
  padding: 8px 7%;
  background-color: #eeeeee;
}
.cookie-banner-wrapper .cookie-content-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1230px;
}
.cookie-banner-wrapper .cookie-content-wrapper .cookie-label-wrapper #cookie-label {
  margin: 8px 0;
}
.cookie-banner-wrapper .cookie-content-wrapper .cookie-spacer {
  flex-grow: 1;
  margin: 0 12px;
}
.contact-us-container {
  word-wrap: break-word;
  margin: 15px 0;
  flex-grow: 1;
}
@media screen and (min-width: 1080px) {
  #contactUsContainerLeft {
    margin-right: 32px;
  }
  #contactUsContainerMid {
    margin-right: 32px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1079px) {
  #contactUsContainerLeft {
    margin-right: 32px;
  }
  #contactUsContainerRight {
    margin-right: 128px;
  }
}
@media screen and (min-width: 500px) and (max-width: 719px) {
  #contactUsContainerLeft {
    margin-right: 64px;
  }
  #contactUsContainerMid {
    margin-right: 64px;
  }
  #contactUsContainerRight {
    margin-right: 64px;
  }
}
.form-container {
  display: flex;
  flex-direction: column;
}
.form-container .form-space-vertical {
  width: 100%;
  margin-top: 20px;
}
.form-container .form-row {
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: flex-start;
  width: 100%;
}
.form-container .form-row .form-question {
  width: 375px;
  font-family: 'Work Sans', sans-serif;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.form-container .form-row .form-answer-combo {
  display: flex;
  flex-direction: column;
  width: 450px;
  align-items: flex-start;
}
.form-container .form-row .form-answer-combo .form-answer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-right: 10px;
}
.form-container .form-row .form-answer-combo .form-answer label {
  margin-left: 3px;
  margin-right: 10px;
}
.form-container .form-row .form-answer-combo .date-picker-container {
  display: flex;
}
.form-container .form-row .form-answer-combo .date-picker-container input {
  width: 75px;
  margin-right: 5px;
  text-align: center;
  padding-left: 0;
}
.form-container .form-split-container {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.form-container .form-split-container .form-split-column {
  width: 50%;
  min-width: 450px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}
.form-container .form-split-container .form-split-column .form-split-row {
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: flex-start;
  width: 100%;
}
.form-container .form-split-container .form-split-column .form-split-row .form-split-question {
  width: 50%;
  min-width: 225px;
  font-family: 'Work Sans', sans-serif;
  display: flex;
  align-items: center;
}
.form-container .form-split-container .form-split-column .form-split-row .form-split-answer {
  width: 100%;
  min-width: 225px;
  display: flex;
  margin-left: 5px;
  flex-direction: column;
  align-items: flex-start;
}
.form-container .form-split-container .form-split-column .form-split-row .form-split-answer input {
  max-width: 170px;
}
.form-container .blue-textbox {
  width: 100%;
  max-width: 100%;
  height: 35px;
  border: 1px solid #23315c;
  border-radius: 5px;
  color: #23315c;
  padding-left: 10px;
  font-family: 'Work Sans', sans-serif;
}
.form-container .input-validation-error {
  border: 1px solid #b94a48 !important;
}
.form-button {
  padding: 6px 13px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  outline: none;
  background-color: #2cb0d5;
  color: white;
}
/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}
input[type=text],
select {
  margin: 5px 0px;
  padding: 5px;
  width: 300px;
  border: 1px solid #03a9f4;
  border-radius: 3px;
  background-color: white;
}
input[type=text]:focus,
select:focus {
  outline: 2px solid #03a9f4;
  border: 1px solid #03a9f4;
}
select {
  padding: 7px;
}
.field-validation-error {
  display: block;
  color: #fe2e84;
}
.input-validation-error {
  border-color: #fe2e84 !important;
}
.input-validation-error:focus {
  border: 1px solid #03a9f4 !important;
}
.cost-of-living-banner-text {
  text-align: left;
  display: inline-block;
  width: fit-content;
  font-weight: bold;
}
.cost-of-living-banner-text a {
  color: #eeeeee;
}
.cost-of-living-banner {
  background-color: #fe2e84;
  position: relative;
  z-index: 0;
  height: fit-content;
  padding: 10px 7%;
  color: white;
}
.cost-of-living-banner-inner {
  margin: auto;
  max-width: 1230px;
}
.accordion-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
}
.accordion {
  display: contents;
}
.accordion-hide {
  display: none !important;
}
.accordion-selected {
  background-color: #b2ddf7;
}
.accordion-content {
  width: 30%;
  margin: 10px;
  background-color: white;
  padding: 32px 16px 32px 16px;
  flex-grow: 1;
  text-align: center;
  opacity: 0;
  animation-fill-mode: forwards;
}
.accordion-content-heading {
  font-weight: bold;
  font-size: large;
}
.accordion-content-heading.warning {
  color: red;
}
.accordion-content-text > p {
  margin-top: 20px;
  font-size: medium;
}
.accordion-content-text > p > a {
  color: #10669a;
  font-size: 16px;
  text-decoration: none;
}
.accordion-content-text > p > a:hover {
  color: #041926;
  text-decoration: underline;
}
.accordion-content-image-link > a > img {
  margin-top: 20px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.accordion-card-wrapper {
  background-color: white;
  width: 30%;
  margin: 10px;
  cursor: pointer;
  flex-grow: 1;
  padding: 10px;
  overflow: hidden;
}
.accordion-card-wrapper:hover {
  background-color: #b2ddf7;
}
.accordion-card-title {
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  font-size: large;
}
.accordion-card-date {
  padding: 0px;
  font-size: small;
  float: left;
}
.accordion-card-length {
  font-size: small;
  padding: 0px;
  float: right;
  font-style: italic;
}
.accordion-card-image {
  background-color: skyblue;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  width: 100%;
  height: 195px;
}
.accordion-card-image-fuel {
  background-image: url(/Images/filling-car.png);
}
.accordion-card-image-battery {
  background-image: url(/Images/charging-car.png);
}
.accordion-card-image-green {
  background-image: url(/Images/leaf-cable.png);
}
.accordion-card-image-ulez {
  background-image: url(/Images/ULEZ-sign2.png);
}
.accordion-card-image-winter {
  background-image: url(/Images/Car-in-snow-image.png);
}
.animate.pop {
  animation-duration: 0.5s;
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
}
@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.back-button {
  visibility: hidden;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
}
.back-button > a {
  text-decoration: none;
}
.show-back-button {
  visibility: visible !important;
}
@media only screen and (min-width: 900px) {
  #back-button-2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accordion-card-wrapper {
    width: 45%;
  }
  .accordion-content {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-card-wrapper {
    width: 100%;
  }
  .accordion-content {
    width: 100%;
  }
}
.tile-global-container {
  width: 100%;
  padding: 10px 4% 10px 4%;
  margin: 0 auto 0px auto;
}
.tile-primary-container {
  width: 100%;
  float: left;
}
.includes-secondary {
  width: 80%;
}
.tile-secondary-container {
  width: 20%;
  float: right;
  margin-top: 20px;
}
.tile-object {
  float: left;
  padding-right: 25px;
  margin-top: 20px;
}
.two-column {
  width: 50%;
}
.intra-tile-object {
  display: table;
  margin-bottom: 10px;
}
.customer-tile-object {
  display: table;
  border-radius: 25px;
  padding: 25px;
  width: 100%;
}
.image-wrap {
  margin-right: 10px;
  max-width: 50%;
  float: left;
}
.right {
  margin-left: 10px;
  margin-right: 0px;
  float: right;
  max-width: 35%;
}
.image-centre {
  padding: 10px 30% 10px 30%;
  max-width: 100%;
}
.quote-image {
  margin: 10px 15% 10px 15%;
  max-width: 70%;
}
.centre-tile-image {
  margin: 10px 25% 10px 25%;
  max-width: 50%;
}
.quote-image-large {
  max-width: 100%;
}
.truncated-quote {
  font-size: small;
}
.full-quote {
  display: none;
  font-size: small;
}
@media only screen and (max-width: 950px) {
  .two-column {
    width: 100%;
  }
  .includes-secondary {
    width: 70%;
  }
  .tile-secondary-container {
    width: 30%;
  }
}
@media only screen and (max-width: 650px) {
  .includes-secondary {
    width: 100%;
  }
  .tile-secondary-container {
    width: 100%;
  }
}
#pop_up_outer {
  position: relative;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  max-width: 750px;
  left: 0;
  right: 0;
}
/*
#pop_up_close_button {
    background: #FD097A;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    border: hidden;
    border-radius: 80px;
}*/

#pop_up_blue_box {
  background-color: #03a9f4;
  margin: 20px;
  border-radius: 10px;
}
#pop_up_text_box {
  padding: 20px;
  color: white;
  font-size: 16px;
}
#pop_up_center {
  text-align: center;
}
#pop_up_heading {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
#pop_up_text_1 {
  padding-bottom: 6px;
}
#pop_up_text_2 {
  padding-bottom: 2px;
}
#pop_up_virus_img {
  padding-bottom: 13px;
}
.confirm-bank-details-form .form-section {
  margin: 10px 0;
}
.confirm-bank-details-form .form-section label {
  font-size: 15px;
  margin: 5px 0px;
  display: block;
  opacity: 0.9;
}
.confirm-bank-details-form .form-section .help {
  font-size: 13px;
  opacity: 0.7;
}

