/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-archive-pa .main-content {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-pa .main-content {
    padding-top: 60px;
  }
}
.page-template-archive-pa .testimonials-section .btn {
  border: 1px solid rgba(137, 241, 255, 0.47);
  background: linear-gradient(30deg, #1F5773 0%, #309cb4 93%);
}

.pa-grid .col-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pa-grid .col-12 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .pa-grid .col-12 {
    width: 33%;
  }
}
@media screen and (min-width: 1440px) {
  .pa-grid .col-12 {
    width: 25%;
  }
}
.pa {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pa__header {
  text-align: center;
}

.pa__headerTitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 30px;
}

.pa__headerIntro {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.pa.pa__layout--1 .pa__item {
  background-color: black;
  max-width: 330px;
  height: 267px;
  margin: 0 auto 30px auto;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1200px) {
  .pa.pa__layout--1 .pa__item {
    width: 100%;
    height: 267px;
    max-width: 100%;
  }
}
.pa.pa__layout--1 .pa__itemIcon {
  display: none;
}

.pa.pa__layout--1 .pa__itemLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-image: var(--gradient, linear-gradient(51deg, rgba(8, 32, 53, 0.66) 74.66%, rgb(28, 141, 150) 98.74%));
}

.pa.pa__layout--1 .pa__itemLink:after {
  content: url(../images/arrows/white-arrow-right.svg);
  bottom: 30px;
  right: 15px;
  position: absolute;
  z-index: 11;
}

.pa.pa__layout--1 .pa__itemLink:hover {
  background: rgba(8, 32, 53, 0.2);
  background-image: none;
}

.pa.pa__layout--1 .pa__itemTitle {
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 30px;
  z-index: 11;
  max-width: 170px;
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (min-width: 1200px) {
  .pa.pa__layout--1 .pa__itemTitle {
    font-size: 24px;
    line-height: 36px;
  }
}
.pa.pa__layout--2 {
  background-color: #F2F2F2;
}

.pa.pa__layout--2 .pa__item {
  background-color: red;
  background-image: none !important;
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.pa.pa__layout--2 .pa__itemIcon {
  display: none;
}

.pa.pa__layout--2 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: white;
}

.pa.pa__layout--2 .pa__itemLink:after {
  content: url(../images/arrows/arrow-right.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa__layout--2 .pa__itemLink:hover {
  background-color: var(--color-primary);
}

.pa.pa__layout--2 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa__layout--2 .pa__itemTitle {
  color: var(--color-primary);
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  left: 25px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa__layout--3 {
  background-color: #F2F2F2;
}

.pa.pa__layout--3 .pa__item {
  background-image: none !important;
  margin: 0 auto 30px auto;
  width: 100%;
  position: relative;
  padding: 40px 30px;
}

.pa.pa__layout--3 .pa__itemIcon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 40px;
  height: 40px;
}

.pa.pa__layout--3 .pa__itemLink {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #1C496B;
  border-radius: 5px;
  overflow: hidden;
}

.pa.pa__layout--3 .pa__itemLink:before {
  content: "";
  display: block;
  background-color: #276896;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
}

.pa.pa__layout--3 .pa__itemLink:after {
  content: url(../images/arrows/arrow-right.svg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

.pa.pa__layout--3 .pa__itemLink:hover {
  background-color: #062A45;
}

.pa.pa__layout--3 .pa__itemLink:hover .pa__itemTitle {
  color: white;
}

.pa.pa__layout--3 .pa__itemLink:hover:before {
  background-color: #EB5A15;
}

.pa.pa__layout--3 .pa__itemTitle {
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  left: 90px;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}

/*# sourceMappingURL=archive-pa.css.map*/