.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 2;
  background: #fff;
}
#content {
  margin-top: 50px;
}
.entry .entry-content > *, .entry .entry-summary > * {
  margin-bottom: 0;
}
.entry-content .wrapper {
  display: flex;
  flex-direction: column;
}
p {
  color: #444444;
}
h1, h2, h3, h4, h5, h6 {
  color: #444444;
}
.wrapper {
    margin-top: 0 !important;
}
.button {
  background: transparent !important;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  outline: 0;
}
.button:active,
.button:focus {
  outline: 0;
}
.button:hover {
  background: transparent !important;
  border: 0 !important;
}
.button:hover::before {
    background: #000;
    transform:skew(-25deg);
    transition: all 0.4s ease-in-out;
}
.button::before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  height: 40px;
  background: #0073aa;
  transform:skew(25deg);
  left: -10px;
  top: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.button.funnel {
  margin-top: 15px;
}
.button.header::before {
    top: -5px;
}
.pre-loader {
  position: relative;
  float: left;
  width: 100%;
}
.pre-loader p {
  display: none;
}
.pre-loader img {
  float: left;
  width: 100%;
  overflow: hidden;
}
.pre-loader .overflow {
  background: rgba(0,0,0,0.25);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero-banner-carousel {
  width: 100%;
  position: relative;
}
.hero-banner-carousel.height {
  max-height: 0;
  overflow: hidden;
}
.hero-carousel .item {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero-carousel .item figure,
.hero-carousel .item picture {
  width: 100%;
}
.hero-carousel .item img {
  float: left;
  width: 100%;
  overflow: hidden;
}
.hero-carousel .item .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.35);
}
.hero-carousel .item .overlay .inner-wrapper {
  max-width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.hero-carousel .item .overlay .inner-wrapper h2 {
  flex-basis: 100%;
  max-width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 54px;
  font-family: 'Futura PT';
  text-shadow: 2px 2px rgba(0, 0, 0, 0.35);
}
.hero-carousel .item .overlay .inner-wrapper h2::before {
  display: none;
}
.hero-carousel .item .overlay .inner-wrapper .col {
  flex-basis: 100%;
  max-width: 100%;
}
.hero-carousel .item .overlay .inner-wrapper .col p {
  color: #fff;
  font-size: 22px;
  margin-top: 0;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.35);
}
.hero-carousel .item .overlay .inner-wrapper .col .button::before {
  height: 47px;
}
.owl-navi {
  position: absolute;
  top: calc(50% - 27px);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
.owl-navi a {
  font-family: dashicons;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  text-decoration: none !important;
  padding: 0 10px;
  cursor: pointer;
}
.hero-banner {
    display: flex;
}
.hero-banner p {
    display: none;
}
.hero-banner p.show {
    display: block
}
.hero-banner .banner {
    flex-basis: 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}
.hero-banner .banner img {
    float: left;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
}
.hero-banner .banner img.scale {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition-duration: 2s;
    -webkit-transition-duration: 2s;
    -ms-transition-duration: 2s;
}
.hero-banner .banner .banner-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 1s 0.2s ease-in-out;
}
.hero-banner .banner .banner-actions .action.is-open h2 {
    opacity: 0.2;
    transition: opacity 0.6s 0.2s ease-in-out;
}
.hero-banner .banner .banner-actions h2 {
  color: #fff;
  margin: 0;
  opacity: 1;
  transition: opacity 0.6s 0.2s ease-in-out;
  font-family: 'Futura PT';
  font-size: 46px;
}
.hero-banner .banner .banner-actions h2::before {
    display: none;
}
.hero-banner .banner .banner-actions .overlay {
    color: #fff;
    padding: 0 40px;
    max-width: 670px;
}
.hero-banner .banner .banner-actions .overlay.is-open {
    height: 200px;
    transition: height 0.6s 0.2s ease-in-out;
}
.hero-banner .banner .banner-actions .overlay h3::before {
    float: left;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    margin: 5px 0;
    opacity: 0.75;
    margin-bottom: 10px;
}
.hero-banner .banner .banner-actions .overlay .action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner .banner .banner-actions .overlay .action-wrapper a {
  text-decoration: none;
  margin-top: 10px;
}
.hero-banner .banner .banner-actions .overlay .banner-more {
    background: #fff;
    color: #000;
    padding: 5px 50px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}
.hero-banner .banner .banner-actions .overlay .banner-more.funnel {
    background: #0a5a83;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 8px 50px;
    border-radius: 5px;
}
.hero-banner .banner .banner-actions .overlay h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color:#fff;
}
.hero-banner .banner .banner-actions .overlay .show {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    color:#fff;
}
.hero-banner .banner .banner-actions .overlay .show span {
    font-size: 14px;
    color:#fff;
}
.text {
  float: left;
  width: 100%;
  max-width: 1440px;
  margin: 30px auto;
  text-align: center;
}
.text h1 {
  font-family: 'Futura PT';
  color: #005987;
}
.text h1::before {
  display: none;
}
.text p {
  padding: 0 100px;
}
.usp-block {
    text-align: center;
    background: #f7f7f7;
    padding: 15px 0px;
    padding-bottom: 0;
    padding-top: 0;
    max-width: 1440px;
    margin: auto;
    width: 100%;
}
.usp-block h3 {
    padding-top: 1em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.usp-block hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.usp-block p {
    margin-top: 0 !important;
    max-width: 800px;
    margin: auto;
}
.usp-block .usp-grid {
    display: flex;
    padding-bottom: 2em;
    justify-content: space-between;
    margin-top: 80px;
}
.usp-block .usp-grid .usp {

}
.usp-block .usp-grid .usp h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    font-weight: bold;
    color: #005987;
}
.usp-block .usp-grid .usp p {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
    max-width: 250px;
}
.usp-block .usp-grid .fa {
    background: #005985;
    border-radius: 100px;
    width: 93px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.usp-block .usp-grid .usp .fa::before {
    color: #ffffff;
    font-size: 2.5em;
}
.wrap-it {
  background: #f7f7f7;
  padding-top: 25px;
  width: 100%;
}
.active-usp-block {
  text-align: center;
  color: #005985;
  padding-bottom: 60px;
  background: #fff;
  padding: 35px 5%;
  margin-top: 25px;
}
.active-usp-block .usp-grid .fa,
.active-usp-block .usp-grid .fas {
    border-radius: 100px;
    width: 83px;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid #005985;
}
.active-usp-block .usp-grid .usp .fa::before,
.active-usp-block .usp-grid .usp .fas::before {
    color: #aaa;
    font-size: 2.5em;
}
.active-usp-block h3 {
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 46px;
    color: #005985;
    font-family: 'Futura PT';
}
.active-usp-block h4 {
    margin-bottom: 0;
    font-size: 26px;
    margin-top: 10px;
    color: #005985;
}
.active-usp-block p {
    margin-top: 0 !important;
    margin: auto;
    font-size: 18px;
    color: #444444;
}
.active-usp-block hr {
    background-color: #005985 !important;
    margin-bottom: 8px !important;
    margin-top: 10px !important;
}
.active-usp-block .usp-grid {
    display: flex;
    padding-bottom: 0;
    max-width: 1440px;
    margin: auto;
    margin-top: 3em;
    justify-content: space-around;
}
.active-usp-block .usp-grid .usp p {
  max-width: 150px;
  text-align:center;
}
.cta-block {
  background: #005985;
  display: flex;
  justify-content: center;
  padding: 25px 60px;
}
.cta-block .inner-wrapper {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cta-block .icon {
  flex-basis: 80%;
  max-width: 80%;
}
.cta-block .icon p {
  font-family: 'Futura PT';
  font-size: 22px;
}
.cta-block img {
  float: left;
  margin-right: 30px;
}
.cta-block .icon p {
  float: left;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.cta-block .action {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 20%;
    flex-basis: 20%;
    flex-wrap: wrap;
    color: #ffffff;
}
.cta-block .fa {
    font-weight: 100;
}
.cta-block .fa::before {
    color: #ffffff;
    font-size: 90px;
}
.cta-block a,
.cta-block button {
  width: 100%;
}
.cta-block button {
  background: #fff;
  color: #000;
  transition: all 0.4s ease-in-out;
}
.cta-block button:hover {
  background: #000;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.text-block {
  display: flex;
  padding: 3em 0;
  background: #f7f7f7;
  width: 100%;
}
.text-block .inner-wrapper {
  display: flex;
  margin: auto;
  max-width: 1440px;
}
.text-block h2 {
  font-family: 'Futura PT';
  font-size: 46px;
  color: #005985;
}
.text-block h2::before {
    display: none;
    text-align: center;
}
.text-block .block {
    max-width: 50%;
    flex-basis: 50%;
    text-align: center;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
}
.text-block .block:first-child {
  margin-left: 0;
}
.text-block .block:last-child {
    margin-right: 0;
}
.text-block .block p {
    padding: 0 5%;
    font-size: 16px;
}
.text-block .block p a {
  background: #0a5a83;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding-left: 60px;
  padding-right: 60px;
}
.certificates-block {
    background: #3d3d3d;
    display: none;
}
.certificates-block h3 {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 0;
    margin-top: 0;
}
.certificates-block br {
  display: none;
}
.certificates-block .flexbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 50px;
}
.certificates-block .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.certificates-block .item a {
    color: #fff;
    text-transform: lowercase;
    font-size: 13px;
    text-decoration: none;
}
.entry-footer {
    display: none !important;
}
.wrapper {
    margin: 0;
}
.flex-box {
  margin-top: 0;
}
.flex-box .row {
  display:flex;
  flex-direction: row;
  background: #fff;
}
.flex-box .row.second,
.flex-box .row.fourth {
  flex-direction: row;
  margin-bottom: 25px;
}
.flex-box .row.first,
.flex-box .row.third {
  flex-direction: row-reverse;
  margin-bottom: 25px;
}
.flex-box .row .col {
  flex-basis: 50%;
  max-width: 50%;
  overflow: hidden;
  align-items: flex-start !important;
  text-align: left;
}
.flex-box .row .col h4 {
  padding-left: 10%;
}
.flex-box .row.first .col:nth-child(odd),
.flex-box .row.third .col:nth-child(odd) {
  flex-basis: 60%;
  max-width: 60%;
}
.flex-box .row.first .col:nth-child(even),
.flex-box .row.third .col:nth-child(even) {
  flex-basis: 40%;
  max-width: 40%;
}
.flex-box .row.second .col:nth-child(odd),
.flex-box .row.fourth .col:nth-child(odd) {
  flex-basis: 60%;
  max-width: 60%;
}
.flex-box .row.second .col:nth-child(even),
.flex-box .row.fourth .col:nth-child(even) {
  flex-basis: 40%;
  max-width: 40%;
}
.flex-box .row.second .col,
.flex-box .row.fourth .col {

}
.flex-box .row .col h4 {
  font-family: 'Futura PT';
  font-size: 46px;
  color: #005987;
}
.flex-box .row.second .col:nth-child(odd),
.flex-box .row.fourth .col:nth-child(odd) {
  position: relative;
  left:-100%;
  transition: left 0.4s ease-in-out;
}
.flex-box .row.second .col:nth-child(even),
.flex-box .row.fourth .col:nth-child(even) {
  position: relative;
  right: -100%;
  transition: right 0.4s ease-in-out;
}
.flex-box .row.second .col.active:nth-child(odd),
.flex-box .row.fourth .col.active:nth-child(odd) {
  left: 0;
  transition: left 0.4s ease-in-out;
}
.flex-box .row.second .col.active:nth-child(even),
.flex-box .row.fourth .col.active:nth-child(even) {
  right: 0;
  transition: right 0.4s ease-in-out;
}
.flex-box .row.first .col:nth-child(odd),
.flex-box .row.third .col:nth-child(odd) {
  position: relative;
  right: -100%;
  transition: right 0.4s ease-in-out;
}
.flex-box .row.first .col:nth-child(even),
.flex-box .row.third .col:nth-child(even) {
  position: relative;
  left: -100%;
  transition: left 0.4s ease-in-out;
}
.flex-box .row.first .col.active:nth-child(odd),
.flex-box .row.third .col.active:nth-child(odd) {
  right: 0;
  transition: right 0.4s ease-in-out;
}
.flex-box .row.first .col.active:nth-child(even),
.flex-box .row.third .col.active:nth-child(even) {
  left: 0;
  transition: left 0.4s ease-in-out;
}
.flex-box .row .col:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex-box .row .col:last-child h4,
.flex-box .row .col:last-child p {
  margin: 0;
}
.flex-box .row .col img {
  width: 100%;
  float: left;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
  -ms-transition-duration: 2s;
}
.flex-box .row .col img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition-duration: 2s;
  -webkit-transition-duration: 2s;
  -ms-transition-duration: 2s;
}
.flex-box .row .col p {
  padding: 0 10%;
  margin-top: 15px !important;
}
.new-footer {
  color: #fff;
  background: url('https://rivamarine.eu/wp-content/themes/twentynineteen/media/section-background.webp');
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  background-size: cover;
}
.new-footer .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: rgba(0, 89, 133, 0.75);
    padding: 35px 60px;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.new-footer .wrap .inner-wrap {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
.new-footer .wrap .col {
  flex-basis: 25%;
  max-width: 25%;
  display: flex;
  flex-wrap: wrap;
}
.new-footer .wrap .col .col {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}
.new-footer .wrap .col .col.length {
  flex-basis: 100%;
  max-width: 100%;
}
.new-footer .wrap .col .col.length:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.new-footer .wrap .col .col.length:nth-child(2),
.new-footer .wrap .col .col.length:nth-child(3),
.new-footer .wrap .col .col.length:nth-child(4) {
  justify-content: flex-end;
}
.new-footer .wrap .col .col.length:nth-child(3) {
  margin-top: 0;
  max-height: 20px;
}
.new-footer .wrap .col .col.length:nth-child(4) ul {
  max-width: 200px;
}
.new-footer .wrap .col .col.length:first-child img {
  max-height: 47px;
}
.new-footer .wrap .col.half {
  flex-basis: 50%;
  max-width: 50%;
}
.new-footer .wrap .col.half:last-child p:first-child {
  text-align: right;
  font-weight: bold;
}
.new-footer .wrap .col.full {
  flex-basis: calc(100% + 120px);
  max-width: calc(100% + 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: -60px;
  margin-right: -60px;
  background: #0a5a83;
  padding: 5px 0;
}
.new-footer .wrap .col.full a {
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
}
.new-footer .wrap .col.full p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.75px;
  flex-basis: auto;
  max-width: auto;
}
.new-footer .wrap .col.half .flexbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
}
.new-footer .wrap .col.half .flexbox .item {
  max-width: 135px;
}
.new-footer .wrap .col.half .flexbox br {
  display: none;
}
.new-footer .wrap p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  flex-basis: 100%;
  max-width: 100%;
  letter-spacing: 1px;
}
.new-footer .wrap p b {
  color: #fff !important;
}
.new-footer .wrap ul {
  list-style: none;
  padding: 0;
  text-align: right;
  flex-basis: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
.new-footer .wrap ul:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
}
.new-footer .wrap ul:nth-child(3) {
  margin-top: 35px;
}
.new-footer .wrap ul a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
}
.new-footer .wrap ul a svg {
  max-height: 25px;
  margin-top: 10px;
  min-width: 25px;
}
@media only screen and (min-width: 1800px) {
  .hero-banner .banner {
    background-size: 50% !important;
  }
}

/* media queries */
@media only screen and (max-width: 1020px) {
  /* HERO BANNER */
  .hero-banner {
      flex-wrap: wrap;
  }
  .hero-banner .banner {
    flex-basis: 100%;
    max-width: 100%;
  }
  .hero-banner .banner .banner-actions h2 {
    text-decoration: underline;
  }
  .hero-banner .banner .banner-actions .overlay h3 {
    font-size: 1.25em;
  }
  .hero-banner .banner .banner-actions .overlay a {
    text-decoration: none;
  }
  .hero-banner .banner .banner-actions .overlay .banner-more {
    text-decoration: none;
    padding: 10px 50px;
  }
  /* USP BLOCK */
  .usp-block {
    padding: 0 15px;
  }
  .usp-block .usp-grid {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .usp-block .usp-grid .usp {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .usp-block .usp-grid .usp:nth-child(3),
  .usp-block .usp-grid .usp:nth-child(4) {
    margin-bottom: 0;
  }
  .usp-block .usp-grid .usp h4 {
    margin-bottom: 2px;
  }
  .usp-block .usp-grid .usp p {
    font-size: 12px;
  }
  /* ACTIVE USP BLOCK */
  .active-usp-block {
    padding: 0 15px;
    background-attachment: fixed;
  }
  .active-usp-block h3 {
    margin-top: 0;
  }
  .active-usp-block .usp-grid {
      flex-direction: row;
      flex-wrap: wrap;
      padding-bottom: 20px;
      margin-top: 40px;
  }
  .active-usp-block .usp-grid .usp {
      flex-basis: 50%;
      max-width: 50%;
      padding: 0 10px;
      margin-bottom: 20px;
  }
  .active-usp-block .usp-grid .usp:nth-child(3),
  .active-usp-block .usp-grid .usp:nth-child(4) {
      margin-bottom: 0;
  }
  .active-usp-block .usp-grid .usp h3 {
      margin-top: 0;
  }
  .active-usp-block .usp-grid .usp p {
      font-size: 12px;
  }
  /* CTA BLOCK */
  .cta-block {
    padding: 15px 20px;
  }
  .cta-block .inner-wrapper {
    max-width: 1440px;
    margin: auto;
  }
  .cta-block .action {
    text-align: center;
  }
  /* TEXT BLOCK */
  .text-block {
    flex-direction: column;
    padding-top: 10px;
  }
  .text-block .block {
    flex-basis: 100%;
    max-width: 100%;
  }
  .text-block .block:first-child {
    border-bottom: 1px solid #eeeeee;
  }
  /* CERTIFICATES BLOCK */
  .certificates-block .flexbox {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .certificates-block .flexbox .item {
    margin-bottom: 10px;
  }
  .certificates-block .flexbox .item br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #content {
    margin-top: 50px;
  }
  .change .bar1 {
    transform: rotate(-45deg) translate(-12px, 9px);
  }
  .change .bar3 {
    transform: rotate(45deg) translate(-4px, -5px);
    width: 31px;
  }
  .navigation .hamburger-menu .open {
    bottom: -2px;
    padding-left: 2px;
  }
  #cookie-law-info-bar {
    font-size: 12px;
  }
  .header-wrapper .col-md-3 h1 {
    margin-top: -3px;
    font-size: 11px;
    color: #005987;
  }
  .hero-carousel .item .overlay {
    padding: 0 15px;
  }
  .hero-carousel .item .overlay .inner-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .hero-carousel .item .overlay .inner-wrapper h2 {
    line-height: 30px;
    font-size: 30px;
  }
  .hero-carousel .item .overlay .inner-wrapper .col p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-carousel .item .overlay .inner-wrapper .col .button::before {
    height: 38px;
  }
  .owl-navi {
    display: none;
  }
  .text p,
  .text h1 {
    padding: 0 15px;
  }
  .text-block {
    padding-bottom: 15px;
  }
  .text-block .inner-wrapper {
    flex-direction: column;
  }
  .text-block .inner-wrapper .block {
    margin-left: 0;
    margin-right: 0;
  }
  .text-block .inner-wrapper .block:last-child {
    margin-top: 15px;
  }
  .text-block .block h2,
  .text-block .block p {
    padding: 0 15px;
  }
  .usp-block {
    padding: 0;
  }
  .usp-block .row {
    flex-direction: column !important;
  }
  .usp-block .row .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .usp-block .col p:last-child {
    display: none;
  }
  .new-footer .wrap {
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 89, 133, 0.90);
  }
  .new-footer .wrap .inner-wrap {
    flex-direction: column;
  }
  .new-footer .wrap .inner-wrap .col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .active-usp-block {
    margin-top: 0;
  }
  .active-usp-block h3 {
    padding-top: 15px;
  }
  .active-usp-block .usp-grid {
    flex-direction: column;
    align-items: center;
  }
  .text {
    margin-bottom: 0;
  }
  .new-footer .wrap ul:nth-child(2) {
    margin-top: 25px;
  }
  .new-footer .wrap ul {
    text-align: left;
  }
  .new-footer .flexbox img {
    max-width: 90%;
  }
  .new-footer .wrap .col.full {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    flex-basis: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  .new-footer .wrap .col.half:last-child p:first-child {
    text-align: left;
  }
  .new-footer .wrap .col .col.length:nth-child(4) {
    justify-content: flex-start;
  }
  .hamburger-menu .open {
    font-size: 9px !important;
  }
  .navigation.is-open .hamburger-menu {
    padding: 15px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 373px) {
  .header-wrapper .col-md-3 h1 {
    font-size: 9px;
  }
}