/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.pa.pa__layout--3 .pa__itemLink:hover {
  transition: all 0.2s ease;
}

.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;
}

.rev-row {
  flex-direction: row-reverse;
}

.pa {
  padding-top: 38px;
  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;
}

@media (min-width: 992px) {
  .pa .pa-column {
    max-width: 333px;
  }
}
.pa.pa__layout--1 .pa__item {
  background-color: black;
  max-width: 333px;
  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: linear-gradient(180deg, rgba(146, 146, 146, 0) 0%, #1b496c 100%);
}

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

.pa.pa__layout--1 .pa__itemLink:hover {
  background-color: rgba(209, 85, 23, 0.7);
  background-image: none;
}

.pa.pa__layout--1 .pa__itemTitle {
  text-transform: uppercase;
  color: white;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  z-index: 11;
  max-width: 180px;
}

.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: #fff;
}

.pa.pa__layout--3 .pa__item {
  background-image: none !important;
  margin: 0 auto 25px auto;
  width: 100%;
  position: relative;
  padding: 22px 11px;
  height: 98px;
  background: #E6E6E6;
  color: #000;
}

.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: #E6E6E6;
  border-radius: 0;
}

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

.pa.pa__layout--3 .pa__itemLink:hover {
  background-color: #000;
  color: #fff;
}

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

.pa.pa__layout--3 .pa__itemLink:hover:after {
  background: linear-gradient(0deg, rgba(159, 0, 0, 0.65) 0%, rgba(159, 0, 0, 0.65) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: url(../images/arrow-white-right.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  width: 123px;
  height: 98px;
}

.pa.pa__layout--3 .pa__itemTitle {
  color: #000;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  margin-left: 142px;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 11px;
}

@media (min-width: 768px) {
  .pa.pa__layout--3 .pa__itemTitle {
    width: 167px;
    font-size: 19px;
    letter-spacing: 1.52px;
  }
}
@media (min-width: 768px) {
  .pa.pa__layout--3 .pa__item-1 .pa__itemTitle {
    width: 175px;
  }
}
@media (min-width: 768px) {
  .pa.pa__layout--3 .pa__item-10 .pa__itemTitle {
    width: 110px;
  }
}

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