/*-----------------
* palette
* ----------------
*
*/

/******** GLOBAL *******/

html {}

body {
  font-size: var(--fontsizePrimary);
  font-family: "agenda", sans-serif;
  color: #2D2D2D;
}

input,
form {
  color: #111;
}

input {
  padding: 5px 10px;
}

.img-responsive {
  object-fit: cover;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #EF3425;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--linkColour);
}

.button,
a.button,
.btn,
input.wpcf7-form-control.wpcf7-submit,
input[type="submit"] {
  color: var(--linkColour);
  padding: var(--buttonPadding);
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #EF3425;
  color: #EF3425;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
}

.button:hover,
a.button:hover,
.btn:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #EF3425;
  border-color: #EF3425;
  color: #fff;
}

.breadcrumbs {
  margin-top: 30px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
}

#breadcrumbs {
  svg {
    width: 6px;
    height: 8px;
    margin: 0 1.5px;
  }
}

.breadcrumbs-wrap {
  background: transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--textFontWeight);
  margin-top: 0;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: var(--fontsizeLarge);
}

h2,
.h2 {
  font-size: var(--fontsizeMedium);
}

h3,
.h3 {
  font-size: var(--fontsizeSmall);
}

h4,
.h4 {
  font-size: var(--fontsizeExSmall);
}

.grey-block--title {
  font-weight: var(--textFontWeight);
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 15px;

  a {
    color: #02254F;
  }

  a:hover {
    color: #EF3425;
  }
}

.btn-right {
  margin-left: 15px;
}

.block-svg--wrap {
  position: relative;
  pointer-events: none;

  svg.svg-top {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: -45%;
  }

  svg.svg-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    bottom: -45%;
  }
}

.center-header {
  .section-header {
    text-align: center;
  }
}

.block-icon {
  height: 80px;
  width: fit-content;
  margin-bottom: 5px;
}

.upper-title {
  color: #EF3425;
  font-weight: var(--textFontWeight);
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
}

.section-header h1,
.section-header h2,
.section-header h3 {
  margin: 0;
  padding: 0;
  color: #02254F;
}

footer {

  .section-header h1,
  .section-header h2,
  .section-header h3 {
    margin: 0;
    padding: 0;
    color: #fff;
  }
}

img.review-img {
  width: 300px;
  margin: 30px auto 0;
  text-align: center;
  display: flex;
}

.img-auto {
  height: 80px;
  object-fit: contain;
}

.block--overlay {
  position: relative;

  .block--overlay-content {
    background: #02254F;
    background: linear-gradient(0deg, rgba(2, 37, 79, 0.9) 0%, rgba(255, 255, 255, 0) 108%);
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    a {
      color: #fff;
    }

    a:hover {
      color: #EF3425 !important;
    }
  }
}

.block-wrapper {
  .sub_page_title {
    margin-top: 15px;
  }
}

.border-rad {
  border-radius: 16px;
}

.btn-white {
  border: 1px solid #fff;
  color: #fff;
}

.grey-block {
  background: #E6EAEE;
  padding: 60px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.img-full {
  height: 100%;
}

.breadcrumbs-wrap {
  .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #breadcrumbs {
    background: #FFFFFF;
    border-radius: 32px;
    text-transform: uppercase;
    width: fit-content;
    padding: 5px 15px;
    font-size: 12px;

    a {
      color: #2D2D2D;
      font-weight: 700;
    }

    a:hover {
      color: #EF3425;
    }
  }
}


.tool-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;

  svg {
    width: 15px;
    height: 15px;
  }

  .pages {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center;

    li {
      margin: 0 3.5px;

      .page-number {
        font-size: 16px;
        background-color: #E9ECEF;
        display: block;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
      }

    }
  }
}

.border-rad-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-rad-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border-rad-left img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border-rad-right img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

span.btn.btn-blue {
  color: #02254F;
  border-color: #02254F;
}

span.btn.btn-blue:hover {
  background-color: #02254F;
  border-color: #02254F;
  color: #fff;
}

.page-template-template-about .logo-footer--strip {
  display: none;
}

.bread-intro {
  #breadcrumbs {
    background-color: #E6EAEE;
    text-align: center;
    margin: auto;
  }
}

.block-wrapper {
  overflow: hidden;
}

.border-semi--rad {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.small-grey-block {
  background-color: #E6EAEE;
  padding: 30px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;

  .sub_page_title {
    margin-top: 0px;
  }

  .sub_page_title a {
    color: #02254F;
  }

  .sub_page_title a:hover {
    color: #EF3425;
  }

  span.btn.btn-blue:hover {
    background-color: #02254F;
    border-color: #fff;
    color: #fff;
  }
}

.blue-block {
  background: #02254F;
  padding: 120px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.contact-details {
  .contact-title {
    font-weight: var(--textFontWeight);
    margin-top: 0;
    text-transform: uppercase;
    color: #02254F;
  }
}

ul.contact-details.contact-details--lower {
  display: flex;
  align-items: flex-start;

  a {
    font-weight: 700;
  }
}

ul.contact-details li:nth-child(2) {
  margin: 0 15px;
}

iframe {
  border-radius: 16px;
}

.margin-center {
  text-align: center;
}

.intro-grey--wrap {
  background: #E6EAEE;
  padding: 30px 0;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
}

.post-navigation.single-side {
  display: flex;
  justify-content: flex-end;
}

.full-block {
  background: #E6EAEE;
  height: 100%;
  padding: 60px 30px 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.points {
  color: #02254F;
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin: 0;

  li {
    margin: 0 0 10px;
  }

  svg {
    fill: #27AE60;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}

.img-overlay {
  position: relative;
  height: 100%;

  .content {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 37, 79, 0.8);
    color: #fff;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    h1,
    h2,
    h3 {
      color: #fff;
    }
  }
}

/******** Responsive ***********/

/* XXL > 1400 */

/* XL */
@media (max-width: 1400px) {}

/* L */
@media (max-width: 1200px) {}

/* M */
@media (max-width: 992px) {
  .block-svg--wrap {
    svg.svg-top {
      top: -46%;
    }

    svg.svg-bottom {
      bottom: -46%;
    }
  }

  .block-icon {
    height: 50px;
    width: fit-content;
    margin-bottom: 5px;
  }
}

/* S */
@media (max-width: 768px) {
  .block--overlay {
    position: relative;
    min-height: 500px;

    .img-responsive {
      min-height: 500px;
    }
  }


  .border-rad-left {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .border-rad-left img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .border-rad-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .border-rad-right img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .alternating-even {
    .border-rad-left {
      border-radius: 0px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
    }

    .border-rad-left img {
      border-radius: 0px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }

    .border-rad-right {
      border-radius: 0px;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
    }

    .border-rad-right img {
      border-radius: 0px;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
    }
  }

  .content-strip-alternating-boxes-page {
    .no-padding {
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
    }
  }
}

/* XS */
@media (max-width: 576px) {
  .block-svg--wrap {
    svg.svg-top {
      top: -48%;
    }

    svg.svg-bottom {
      bottom: -48%;
    }
  }
}