/**
* 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;
}

.pa {
  padding-top: 30px;
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .pa {
    padding-bottom: 70px;
  }
}
.pa__header {
  text-align: center;
}

.pa__headerTitle {
  margin-bottom: 50px;
  color: #09203E;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
}

.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: 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 .pa__item {
  background-color: white;
  background-image: none !important;
  margin: 0 auto 20px auto;
  width: 100%;
  position: relative;
  padding: 10px;
  border: 1px solid #3B84E7;
  height: 58px;
}

.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:hover {
  border-color: #1A3654;
  background: #3B84E7;
}

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

.pa.pa__layout--2 .pa__itemTitle {
  color: var(--color-primary);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 11;
  text-align: center;
  width: 90%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.pa .accordion-button {
  font-family: var(--secondary-font), sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #082355;
  letter-spacing: normal;
  line-height: 37.5px;
  border-radius: 0;
  padding: 17px;
  padding-left: 0;
  padding-right: 7px;
  text-transform: unset;
  background-color: #fff;
  border-bottom: 1px solid #9B9B9B;
  box-shadow: none;
}

@media (max-width: 991px) {
  .pa .accordion-button {
    line-height: normal;
  }
}
.pa .accordion-button.collapsed {
  margin-bottom: 0;
}

.pa .accordion-button.collapsed:after {
  background-image: url("../images/icons/icon-arrow-faq-plus.svg");
  background-size: contain;
  transform: unset;
}

.pa .accordion-button:after {
  width: 29px;
  height: 29px;
  background-image: url("../images/icons/icon-arrow-faq-minus.svg");
  background-size: contain;
  transform: unset;
}

.pa .accordion-item:last-of-type .accordion-button {
  border-bottom: unset;
}

.pa .accordion-body {
  border-bottom: 1px solid #9B9B9B;
}

.pa .pa-table-list {
  border: 1px solid var(--color-tertiary);
  background: #fff;
}

@media screen and (min-width: 992px) {
  .pa .pa-table-list .nav {
    width: 20%;
    border-right: 1px solid var(--color-tertiary);
    border-bottom: 1px solid var(--color-tertiary);
  }
}
.pa .pa-table-list .nav-link {
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #082355;
  letter-spacing: normal;
  line-height: normal;
  border-bottom: 1px solid var(--color-tertiary);
  border-radius: 0;
  text-align: left;
  background-color: #fff;
  padding-right: 32px;
}

.pa .pa-table-list .nav-link:after {
  position: absolute;
  content: url("../images/arrows/arrow-next-btn.svg");
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  left: auto;
}

.pa .pa-table-list .nav-link:last-of-type {
  border-bottom: none;
}

.pa .pa-table-list .nav-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #082355;
  letter-spacing: normal;
  line-height: normal;
  border-radius: 0;
  margin-bottom: 15px;
}

.pa .pa-table-list .tab-content {
  position: relative;
  padding: 35px;
}

@media screen and (min-width: 992px) {
  .pa .pa-table-list .tab-content {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .pa .pa-table-list .tab-content {
    padding: 45px;
  }
}

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