@charset "UTF-8";
/*
Theme Name: Procon Training
Theme URI:
Author: Procon
Author URI:
Description: Custom theme for Procon Training
Version: 1.0.1
Text Domain: procon-training
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: none;
}

.blank {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
}

:root {
  --teal: #1C92B6;
  --black: #151515;
  --hi-vis: #F6FF00;
  --traction: #DDDCD8;
  --bitumen: #7D7D7B;
  --chalkline: #f6f6f6;
  --white: #ffffff;
  --go: #51e2a4;
  --do-not-cross: #FFAE4B;
}

@font-face {
  font-family: "AetherNeueVariable";
  src: url("assets/font/aether-neue-variable.eot");
  src: url("assets/font/aether-neue-variable.eot?#iefix") format("embedded-opentype"), url("assets/font/aether-neue-variable.woff2") format("woff2"), url("assets/font/aether-neue-variable.woff") format("woff"), url("assets/font/aether-neue-variable.ttf") format("truetype"), url("assets/font/aether-neue-variable.svg#youworkforthem") format("svg");
  font-style: normal;
}
html, body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AetherNeueVariable", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 7rem;
}
h1.title {
  color: var(--teal);
  margin-bottom: 0.75em;
}

h2 {
  font-size: 3.2rem;
}

p {
  font-size: 1.8rem;
}

a:not([class]) {
  position: relative;
}
a:not([class])::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  transition: all 0.2s ease;
  display: block;
  height: 100%;
  border-bottom: 0.2rem solid;
}
a:not([class]):hover::after {
  width: 100%;
}

strong {
  font-weight: 700;
}

@media (min-width: 1001px) {
  .m {
    display: none !important;
  }
}
html, body {
  min-height: 100%;
}

html {
  background-color: var(--traction);
  overflow-x: hidden;
}

body {
  margin: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

main#site-main {
  flex: 1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  gap: 0 40px;
}
.grid > * {
  grid-column: 2/-2;
  min-width: 0;
}

.dots {
  background-image: url(assets/image/dot-pattern-black.svg);
  background-repeat: repeat;
  mix-blend-mode: overlay;
}
.dots.white {
  background-image: url(assets/image/dot-pattern-white.svg);
  opacity: 0.5;
}

.table {
  display: grid;
  border-radius: 10px;
  border-collapse: collapse;
  border: 1px solid var(--bitumen);
  margin: 1em 0;
  font-size: 1.8rem;
  overflow: hidden;
}
.table td {
  border-left: 1px solid var(--bitumen);
  border-top: 1px solid var(--bitumen);
  padding: 20px;
  flex: 1;
}
.table td:has(i) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table td:has(i) span {
  flex: 1;
}
.table td:first-child {
  border-left: 0;
}
.table td:last-child {
  border-right: 0;
}
.table tr {
  display: flex;
}
.table tr:first-child td {
  border-top: 0;
}
.table .faq-item {
  display: block;
}
.table .faq-item div.q {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.table .faq-item div.a {
  margin-top: 15px;
}
.table.location {
  border-radius: 0;
}
.table.location td {
  padding: 15px;
}
.table.location p {
  font-size: 1.8rem;
}
.table.location h3 {
  color: var(--bitumen);
  font-family: Inter, sans-serif;
}

dialog {
  margin: auto;
  padding: 50px;
  border-radius: 10px;
  border: 0;
  background: var(--chalkline);
  position: relative;
  overscroll-behavior: contain;
  overflow: hidden;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
  overscroll-behavior: contain;
  overflow: hidden;
}
dialog[open] {
  animation: open 0.5s forwards;
}
dialog button[command=close] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 3rem;
  padding: 0;
  color: var(--bitumen);
  width: 30px;
  height: 30px;
}

@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.notification-bar {
  background-color: var(--teal);
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
}

header#site-header {
  padding: 60px 0;
  font-weight: 400;
}
header#site-header .site-branding {
  grid-column: 2/6;
}
header#site-header nav#primary-navigation {
  grid-column: 9/16;
  display: flex;
  gap: 20px;
  font-family: AetherNeueVariable, sans-serif;
  font-size: 2rem;
  justify-self: end;
}
header#site-header nav#primary-navigation * {
  white-space: nowrap;
}
header#site-header nav#primary-navigation .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
header#site-header nav#primary-navigation a {
  position: relative;
  display: block;
  line-height: 1;
}
header#site-header nav#primary-navigation .search-button {
  margin-left: auto;
}

.why-choose-procon {
  position: relative;
  margin-top: 60px;
  padding: 60px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-procon h2 {
  font-size: 5rem;
  margin-bottom: 0.75em;
}
.why-choose-procon .dots {
  position: absolute;
  pointer-events: none;
}
.why-choose-procon .dots.dots-1 {
  width: 300px;
  height: 300px;
  left: -340px;
  top: -70px;
}
.why-choose-procon .dots.dots-2 {
  width: 200px;
  height: 200px;
  right: -100px;
  bottom: -100px;
}
.why-choose-procon .reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-radius: 15px;
  overflow: hidden;
}
.why-choose-procon .reasons .reason {
  background-color: var(--traction);
  padding: 40px;
}
.why-choose-procon .reasons .reason h3 {
  font-size: 3.2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: baseline;
}
.why-choose-procon .reasons .reason h3 .reason-marker {
  width: 20px;
  height: 5px;
}
.why-choose-procon .reasons .reason .reason-count {
  display: none;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "AetherNeueVariable";
}
.why-choose-procon .reasons .reason .reason-count::after {
  content: " ↓";
  position: relative;
  top: -2px;
}
.why-choose-procon .footer {
  margin-top: 50px;
  font-size: 2.8rem;
}

footer#site-footer {
  padding: 60px 0;
  background-color: var(--bitumen);
  color: var(--chalkline);
}
footer#site-footer .logos {
  grid-column: 2/8;
  display: flex;
  gap: 30px;
}
footer#site-footer .logos .logo {
  display: block;
  height: 70px;
}
footer#site-footer .logos .logo.procon {
  width: 70px;
}
footer#site-footer .logos .logo.nrt {
  width: 88px;
}
footer#site-footer .logos svg path {
  fill: var(--chalkline);
}
footer#site-footer #footer-menu {
  grid-column: 8/-2;
  display: grid;
  grid-template-columns: subgrid;
  row-gap: 10px;
}
footer#site-footer #footer-menu li {
  font-size: 2rem;
  grid-column: span 3;
  font-weight: 500;
}
footer#site-footer .copyright, footer#site-footer .social {
  grid-column: 8/-2;
  padding: 40px 0 0;
  font-size: 1.6rem;
}
footer#site-footer .social {
  font-size: 2.6rem;
}

body.post-type-archive-course .courses-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.post-type-archive-course .courses-list a {
  display: grid;
  grid-template-columns: 4fr 1fr;
  background: var(--chalkline);
  padding: 30px;
  border-radius: 10px;
  gap: 10px;
  justify-content: space-between;
  transition: all 0.2s ease;
}
body.post-type-archive-course .courses-list a * {
  line-height: 1;
}
body.post-type-archive-course .courses-list a h2 {
  font-size: 3rem;
  margin: 0;
  position: relative;
  display: inline-block;
}
body.post-type-archive-course .courses-list a h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  transition: all 0.2s ease;
  display: block;
  height: 100%;
  border-bottom: 0.2rem solid;
}
body.post-type-archive-course .courses-list a h3 {
  font-family: Inter, sans-serif;
  color: var(--bitumen);
  font-size: 1.6rem;
  margin: 0;
}
body.post-type-archive-course .courses-list a .units {
  font-size: 1.6rem;
  color: var(--bitumen);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
body.post-type-archive-course .courses-list a .cost {
  font-size: 2rem;
  text-align: right;
}
body.post-type-archive-course .courses-list a .locations {
  font-size: 1.6rem;
  color: var(--bitumen);
  display: flex;
  gap: 10px;
}
body.post-type-archive-course .courses-list a .locations span {
  margin-left: 10px;
}
body.post-type-archive-course .courses-list a.course:hover h2::after {
  width: 100%;
}
body.post-type-archive-course .courses-list .package {
  background: linear-gradient(#FFAE4B, #F38748);
  margin-top: 30px;
}
body.post-type-archive-course .courses-list .package h3 {
  color: var(--black);
  font-size: 2.2rem;
  margin: 20px 0;
  font-weight: 400;
}
body.post-type-archive-course .courses-list .package .button {
  display: inline-block;
  color: var(--black);
  font-size: 1.6rem;
  border: 1px solid;
}

body.single-course .course-header {
  grid-column: 1/-1;
  position: relative;
  background-color: var(--teal);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 230px 0 60px;
}
body.single-course .course-header h1 {
  color: var(--chalkline);
  font-size: 8rem;
  margin: 0;
  position: relative;
}
body.single-course .course-header .dots-1 {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 150px;
  top: -40px;
}
body.single-course .course-header .dots-2 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: -100px;
}
body.single-course .course-main {
  grid-column: 2/12;
  margin-top: 50px;
  font-size: 1.6rem;
}
body.single-course .course-main .critical-information {
  background-color: var(--do-not-cross);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
body.single-course .course-main section + section {
  margin-top: 40px;
}
body.single-course .course-main .course-content {
  padding: 50px;
  border-radius: 10px;
  background: var(--chalkline);
}
body.single-course .course-main .course-content h2 {
  font-size: 3.2rem;
}
body.single-course .course-main .course-content .subsection + .subsection {
  margin-top: 40px;
}
body.single-course .course-main .course-content .course-overview p {
  font-size: 2.2rem;
  color: var(--bitumen);
}
body.single-course .course-main .course-content .course-overview p + p {
  margin-top: 0.5em;
}
body.single-course .course-main .course-content .booking-cta {
  /* background-color: var(--white);
  border-radius: 10px;        
  padding: 40px; */
  padding-top: 25px;
  border-top: 3px solid var(--go);
}
body.single-course .course-main .course-content .booking-cta h2 {
  color: var(--go);
  font-weight: 500;
}
body.single-course .course-main .course-content .booking-cta > p {
  font-size: 2rem;
  margin: 1em 0;
}

body.single-course .course-sidebar {
  grid-column: 12/-2;
  margin-top: 50px;
}
body.single-course .course-sidebar .sidebar-section + .sidebar-section {
  margin-top: 30px;
  border-top: 1px dotted var(--bitumen);
  padding-top: 30px;
}
body.single-course .course-sidebar .sidebar-section h3 {
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  gap: 10px;
  align-items: center;
  color: var(--bitumen);
  margin-bottom: 10px;
}
body.single-course .course-sidebar .sidebar-section p {
  font-size: 1.8rem;
}
body.single-course .course-sidebar .sidebar-section button, body.single-course .course-sidebar .sidebar-section .button {
  font-size: 1.6rem;
  padding: 1em 1.25em;
}
body.single-course .course-sidebar .sidebar-section.units .unit + .unit {
  margin-top: 15px;
}
body.single-course .course-sidebar .sidebar-section.units .unit .unit-code {
  font-size: 2.6rem;
  font-family: "AetherNeueVariable", sans-serif;
}
body.single-course .course-sidebar .course-bundle {
  padding: 30px;
  margin-top: 30px;
}
body.single-course .course-sidebar .course-bundle header {
  margin-bottom: 20px;
}
body.single-course .course-sidebar .course-bundle header h2 {
  font-size: 2.6rem;
}
body.single-course .course-sidebar .course-bundle header p {
  font-size: 1.6rem;
}
body.single-course .course-sidebar .course-bundle .package {
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
  margin: 0;
}
body.single-course .course-sidebar .course-bundle .package h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
body.single-course .course-sidebar .course-bundle .package p {
  font-size: 1.6rem;
}
body.single-course .course-sidebar .course-bundle .package p + p {
  margin-top: 1em;
}
body.single-course .course-sidebar .course-bundle .package ul {
  font-size: 1.6rem;
  list-style: disc;
}
body.single-course .course-sidebar .course-bundle .package ul li + li {
  margin-top: 0.5em;
}
body.single-course .course-sidebar .course-bundle .package footer {
  margin-top: 10px;
}
body.single-course .course-sidebar .course-bundle .package footer .price {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
}
body.single-course .course-sidebar .course-bundle .package + .package {
  margin-top: 20px;
}
body.single-course .course-sidebar .course-bundle .bundle-cta {
  display: block;
  background: var(--black);
  color: var(--do-not-cross);
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}

body.post-type-archive-package .intro {
  margin: 0.5em 0;
  font-size: 2.4rem;
  font-weight: 350;
}
body.post-type-archive-package .intro:first-of-type {
  margin-top: 0;
}
body.post-type-archive-package section.packages {
  display: grid;
  grid-template-columns: subgrid;
  margin-top: 50px;
  row-gap: 50px;
}
body.post-type-archive-package section.packages article {
  grid-column: 1/-1;
}
body.post-type-archive-package section.packages article h2 {
  font-size: 5rem;
}

.course-bundle {
  background: linear-gradient(#FFAE4B, #F38748);
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.course-bundle table {
  border: 1px solid var(--black);
  display: grid;
  margin: 20px 0;
}
.course-bundle table tbody {
  display: grid;
  grid-template-columns: 1fr;
}
.course-bundle table tr {
  border-bottom: 1px solid;
}
.course-bundle table tr:last-child {
  border-bottom: 0;
}
.course-bundle table td {
  padding: 8px 10px;
  font-size: 1.6rem;
}
.course-bundle table td .or {
  font-weight: 700;
}
.course-bundle table.two-col tbody {
  grid-template-columns: 1fr 1fr;
}
.course-bundle table.two-col tbody tr:nth-child(odd) {
  border-right: 1px solid;
}
.course-bundle table.two-col tbody tr:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}
.course-bundle footer {
  display: flex;
  justify-content: space-between;
}
.course-bundle footer .price {
  font-size: 2.8rem;
  font-family: "AetherNeueVariable";
}
.course-bundle footer .discount {
  opacity: 0.7;
}
.course-bundle .cta {
  margin-top: auto;
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
.course-bundle .cta .button {
  background: var(--black);
  color: var(--do-not-cross);
  font-size: 1.6rem;
}

body.page article.page > * {
  max-width: 1200px;
}
body.page article.page .page-content h2 {
  margin: 1em 0;
}
body.page article.page .page-content p {
  margin: 1em 0;
}

body.page-template-page-calendar .calendar-location + .calendar-location {
  margin-top: 40px;
}
body.page-template-page-calendar .calendar-location .calendar-courses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course {
  border-radius: 10px;
  padding: 30px;
  font-size: 1.6rem;
  background-color: var(--chalkline);
  display: flex;
  flex-direction: column;
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course h3 {
  font-size: 2rem;
  margin: 0;
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .duration {
  padding: 1em 0;
  font-size: 1.6rem;
  color: var(--bitumen);
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .calendar-dates {
  margin-top: auto;
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .calendar-dates .date-list {
  border: 1px solid;
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .calendar-dates .date-list .calendar-date {
  padding: 10px 15px;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
}
body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .calendar-dates .date-list .calendar-date:first-child {
  border-top: none;
}

body.page-template-page-search form[role=search] input[type=search] {
  max-width: initial;
  width: auto;
  flex: 1;
}
body.page-template-page-search form[role=search] .button {
  flex: 0;
}

.results a.result {
  margin: 10px 0;
  font-size: 2rem;
  font-family: "AetherNeueVariable";
  padding: 20px;
  background-color: var(--chalkline);
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease;
}
.results a.result::after {
  display: none;
}
.results a.result:hover {
  background-color: var(--hi-vis);
}
.results .pagination {
  margin: 30px 0;
  gap: 10px;
}
.results .pagination h2 {
  display: none;
}
.results .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 2rem;
  font-family: "AetherNeueVariable";
  font-weight: 500;
}
.results .pagination .nav-links .current {
  color: var(--bitumen);
}

body.page-template-page-contact .contact-content {
  grid-column: 2/12;
  margin-top: 50px;
  font-size: 1.6rem;
  padding: 50px;
  border-radius: 10px;
  background: var(--chalkline);
}
body.page-template-page-contact .contact-content > p {
  font-size: 2.2rem;
  color: var(--bitumen);
}
body.page-template-page-contact .contact-content .contact-form {
  margin-top: 30px;
}
body.page-template-page-contact .contact-sidebar {
  grid-column: 12/-2;
  margin-top: 50px;
}
body.page-template-page-contact .contact-sidebar h2 {
  font-size: 2.8rem;
}
body.page-template-page-contact .contact-sidebar .location {
  border-top: 1px solid var(--bitumen);
  border-bottom: 1px solid var(--bitumen);
  padding: 20px 0;
}
body.page-template-page-contact .contact-sidebar .location > h3 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
body.page-template-page-contact .contact-sidebar .location > p {
  font-size: 2rem;
}
body.page-template-page-contact .contact-sidebar .location > p + p {
  margin-top: 10px;
}
body.page-template-page-contact .contact-sidebar .location > p a {
  font-weight: 500;
}
body.page-template-page-contact .contact-sidebar .location .office-hours {
  color: var(--bitumen);
  margin-top: 20px;
  font-size: 1.6rem;
}
body.page-template-page-contact .contact-sidebar .location .office-hours p {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
body.page-template-page-contact .contact-sidebar .location + .location {
  border-top: 0;
}

body.error404 article.grid p {
  font-size: 2.8rem;
}
body.error404 .why-choose-procon {
  display: none;
}

button, .button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 0.5em 1em;
}
button.outline, .button.outline {
  border: 2px solid;
}

input, select, textarea {
  border: 1px solid var(--bitumen);
  padding: 1em;
  width: 100%;
  font-size: 1.8rem;
}

.form-container .wpforms-container {
  margin-bottom: 0;
}
.form-container .wpforms-container .wpforms-field,
.form-container .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0;
}
.form-container .wpforms-container input.wpforms-field-medium,
.form-container .wpforms-container select.wpforms-field-medium,
.form-container .wpforms-container .wpforms-field-row.wpforms-field-medium,
.form-container .wp-core-ui div.wpforms-container input.wpforms-field-medium,
.form-container .wp-core-ui div.wpforms-container select.wpforms-field-medium,
.form-container .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}
.form-container .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:first-child {
  padding-inline-start: 0;
}
.form-container .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
  padding: 0 5px;
}
.form-container .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {
  padding-inline-end: 0;
}
.form-container .wpforms-submit-container {
  margin-top: 15px;
}
.form-container .wpforms-submit-container button {
  background: var(--go);
  color: var(--black);
  font-size: 2.4rem;
  font-weight: 500;
}
.form-container .wpforms-container .wpforms-field input.wpforms-error,
.form-container .wpforms-container .wpforms-field input.user-invalid,
.form-container .wpforms-container .wpforms-field textarea.wpforms-error,
.form-container .wpforms-container .wpforms-field textarea.user-invalid,
.form-container .wpforms-container .wpforms-field select.wpforms-error,
.form-container .wpforms-container .wpforms-field select.user-invalid {
  border: 1px solid var(--do-not-cross);
}
.form-container .wpforms-container label.wpforms-error,
.form-container .wpforms-container em.wpforms-error {
  margin-top: 5px;
  font-size: 0.8em;
  color: var(--do-not-cross);
}
.form-container .wpforms-confirmation-container {
  padding: 20px;
  background-color: var(--go);
}
.form-container .wpforms-confirmation-container p {
  font-size: 2.4rem;
}

form[role=search] {
  display: flex;
  gap: 20px;
}
form[role=search] input[type=search] {
  max-width: 400px;
  width: 100vw;
}
form[role=search] .button {
  background: var(--go);
  font-weight: 500;
}

body.home {
  position: relative;
}
body.home article.grid {
  row-gap: 80px;
}
body.home header#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
body.home header#site-header > * {
  color: var(--white) !important;
}
body.home header#site-header svg path {
  fill: var(--white);
}
body.home header.main-banner {
  background-position: center;
  background-size: cover;
  grid-column: 1/-1;
  height: 90vh;
  display: grid;
  grid-template-columns: subgrid;
  align-content: center;
  position: relative;
}
body.home header.main-banner .content {
  grid-column: 9/-2;
}
body.home header.main-banner .content h1 {
  color: var(--white);
  font-size: 6rem;
}
body.home header.main-banner .content .button {
  background: var(--teal);
  display: inline-block;
  font-size: 2rem;
  color: var(--white);
}
body.home header.main-banner .dots-1,
body.home header.main-banner .dots-2 {
  position: absolute;
  left: -150px;
  top: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
}
body.home header.main-banner .dots-2 {
  right: -250px;
  left: auto;
}
body.home section.secondary-banner {
  background: linear-gradient(#FFAE4B, #F38748);
  display: grid;
  grid-template-columns: subgrid;
  border-radius: 10px;
  overflow: hidden;
}
body.home section.secondary-banner .content {
  grid-column: 1/6;
  padding: 60px;
}
body.home section.secondary-banner .content h2 {
  font-size: 5rem;
}
body.home section.secondary-banner .content .copy p {
  margin: 1em 0;
  font-size: 2.8rem;
}
body.home section.secondary-banner .content a.button {
  display: inline-block;
  background: var(--black);
  color: var(--do-not-cross);
  font-size: 2rem;
}
body.home section.secondary-banner .image {
  grid-column: 6/-1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home section.reviews {
  grid-column: 5/-5;
  position: relative;
}
body.home section.reviews h2 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 30px;
}
body.home section.reviews .reviews-container {
  padding: 50px;
  background-color: var(--chalkline);
  border-radius: 10px;
  position: relative;
}
body.home section.reviews .reviews-container > .fa-solid {
  position: absolute;
  color: var(--bitumen);
  font-size: 6rem;
  pointer-events: none;
}
body.home section.reviews .reviews-container > .fa-solid.fa-quote-left {
  left: 0;
  top: 0;
}
body.home section.reviews .reviews-container > .fa-solid.fa-quote-left {
  left: -37px;
  top: 25px;
}
body.home section.reviews .reviews-container > .fa-solid.fa-quote-right {
  right: -37px;
  bottom: 25px;
}
body.home section.reviews .reviews-container .review .copy p {
  font-size: 2rem;
}
body.home section.reviews .reviews-container .review .copy p + p {
  margin-top: 0.5em;
}
body.home section.reviews .reviews-container .review .rating {
  margin: 20px 0;
  color: var(--do-not-cross);
  font-size: 2.2rem;
}
body.home section.reviews .reviews-container .review .name {
  font-size: 2rem;
  font-weight: 600;
}
body.home section.reviews .reviews-container .owl-dots {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
body.home section.reviews .reviews-container .owl-dots button.owl-dot {
  height: 20px;
  width: 20px;
  background: var(--traction);
}
body.home section.reviews .reviews-container .owl-dots button.owl-dot.active {
  background: var(--bitumen);
}

@media (min-width: 1001px) and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1000px) {
  .d {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.6rem;
  }
  p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .grid {
    grid-template-columns: 25px repeat(14, 1fr) 25px;
    gap: 0;
  }
  .grid > * {
    grid-column: 2/-2;
  }
  table.table {
    font-size: 1.6rem;
  }
  table.table td {
    padding: 12px;
  }
  table.table td p {
    font-size: 1.6rem;
  }
  table.table.location {
    font-size: 1.6rem;
  }
  table.table.location td {
    padding: 12px;
  }
  table.table.location td p {
    font-size: 1.6rem;
  }
  table.table .faq-item {
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  input, select, textarea {
    font-size: 1.6rem;
    padding: 0.75em 1em;
  }
  .form-container .wpforms-submit-container button {
    font-size: 1.6rem;
    padding: 0.75em 1.5em;
  }
  .form-container .wpforms-confirmation-container p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  header#site-header {
    padding: 25px 0 40px;
  }
  header#site-header .site-branding {
    grid-column: 2/9;
  }
  header#site-header button.mobile-menu-toggle {
    grid-column: 10/-2;
    justify-content: end;
    font-size: 2.4rem;
  }
  header#site-header nav#primary-navigation {
    padding: 25px;
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    background: var(--traction);
    color: var(--black);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100dvh;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  header#site-header nav#primary-navigation #primary-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 10px;
  }
  header#site-header nav#primary-navigation #primary-menu a {
    color: var(--black);
  }
  header#site-header nav#primary-navigation .search-form {
    margin-top: 20px;
  }
  header#site-header nav#primary-navigation .search-form * {
    padding: 10px 15px;
    font-size: 1.6rem;
    font-family: "Inter";
  }
  header#site-header nav#primary-navigation .search-form .button {
    flex: 0;
    background: var(--traction);
    color: var(--black);
    border: 1px solid;
  }
  header#site-header nav#primary-navigation .search-button {
    margin-left: 0;
    color: var(--black);
  }
  header#site-header nav#primary-navigation .mobile-menu-toggle {
    margin-left: 0;
    color: var(--black);
    position: absolute;
    top: 30px;
    right: 25px;
  }
  header#site-header nav#primary-navigation.active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1000px) {
  body.home article.grid {
    row-gap: 50px;
  }
  body.home header.main-banner {
    align-content: end;
    height: 86vh;
  }
  body.home header.main-banner .dots {
    height: 250px;
  }
  body.home header.main-banner .dots-1 {
    left: -200px;
  }
  body.home header.main-banner .content {
    grid-column: 2/-2;
    margin-bottom: 40px;
    text-align: center;
  }
  body.home header.main-banner .content h1 {
    font-size: 3.6rem;
  }
  body.home header.main-banner .content .button {
    font-size: 1.6rem;
  }
  body.home section.secondary-banner .content {
    grid-column: 1/-1;
    padding: 0;
  }
  body.home section.secondary-banner .content h2 {
    font-size: 3.2rem;
    margin: 25px;
  }
  body.home section.secondary-banner .content .copy {
    margin: 25px;
  }
  body.home section.secondary-banner .content .copy p {
    font-size: 2rem;
  }
  body.home section.secondary-banner .content a.button {
    margin: 0 25px 25px;
    font-size: 1.6rem;
  }
  body.home section.reviews {
    grid-column: 3/-3;
  }
  body.home section.reviews h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  body.home section.reviews .reviews-container {
    padding: 25px;
  }
  body.home section.reviews .reviews-container > .fa-solid {
    font-size: 3rem;
  }
  body.home section.reviews .reviews-container > .fa-solid.fa-quote-left {
    left: -19px;
    top: 22px;
  }
  body.home section.reviews .reviews-container > .fa-solid.fa-quote-right {
    right: -19px;
    bottom: 20px;
  }
  body.home section.reviews .reviews-container .review .copy p {
    font-size: 1.6rem;
  }
  body.home section.reviews .reviews-container .review .rating {
    font-size: 1.6rem;
  }
  body.home section.reviews .reviews-container .review .name {
    font-size: 1.6rem;
  }
  body.home section.reviews .reviews-container .owl-dots button.owl-dot {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 1000px) {
  body.post-type-archive-course .courses-list a {
    padding: 20px;
  }
  body.post-type-archive-course .courses-list a > * {
    grid-column: 1/-1;
  }
  body.post-type-archive-course .courses-list a .title {
    order: -20;
  }
  body.post-type-archive-course .courses-list a .title h2 {
    font-size: 2rem;
  }
  body.post-type-archive-course .courses-list a .cost {
    text-align: left;
    font-size: 1.6rem;
  }
  body.post-type-archive-course .courses-list a .locations {
    flex-direction: column;
    font-size: 1.6rem;
  }
  body.post-type-archive-course .courses-list a .units {
    justify-content: start;
    order: -10;
    font-size: 1.6rem;
  }
  body.single-course header#site-header {
    padding: 25px 0;
  }
  body.single-course .course-header {
    padding: 150px 0 40px;
    order: -50;
  }
  body.single-course .course-header h1 {
    font-size: 3.6rem;
  }
  body.single-course .course-header .dots-1 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -150px;
    top: 120px;
  }
  body.single-course .course-header .dots-2 {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -185px;
    bottom: auto;
    top: -15px;
  }
  body.single-course .course-sidebar {
    order: -10;
    grid-column: 2/-2;
    margin-top: 30px;
  }
  body.single-course .course-sidebar .sidebar-section + .sidebar-section {
    margin-top: 20px;
    padding-top: 20px;
  }
  body.single-course .course-sidebar .sidebar-section p {
    font-size: 1.6rem;
  }
  body.single-course .course-sidebar .sidebar-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  body.single-course .course-sidebar .sidebar-section .unit .unit-code {
    font-size: 2rem;
  }
  body.single-course .course-sidebar .sidebar-section .unit .unit-description p {
    font-size: 1.6rem;
  }
  body.single-course .course-sidebar .course-bundle {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  body.single-course .course-sidebar .course-bundle header h2 {
    font-size: 2.2rem;
  }
  body.single-course .course-main {
    grid-column: 1/-1;
    margin-top: 15px;
  }
  body.single-course .course-main section + section {
    margin-top: 30px;
  }
  body.single-course .course-main .course-content {
    border-radius: 0;
    padding: 40px 25px;
  }
  body.single-course .course-main .course-content .subsection + .subsection {
    margin-top: 30px;
  }
  body.single-course .course-main .course-content h2 {
    font-size: 2.6rem;
  }
  body.single-course .course-main .course-content .course-overview p {
    font-size: 1.8rem;
  }
  body.single-course .course-main .course-content .booking-cta > p {
    font-size: 1.6rem;
  }
  body.single-course .course-main .course-faq {
    margin: 30px 25px;
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  body.post-type-archive-package .intro {
    font-size: 2rem;
  }
  body.post-type-archive-package section.packages {
    margin-top: 30px;
    row-gap: 30px;
  }
  body.post-type-archive-package section.packages article.course-bundle {
    padding: 25px;
  }
  body.post-type-archive-package section.packages article.course-bundle h2 {
    font-size: 2.6rem;
  }
  body.post-type-archive-package section.packages article.course-bundle footer .price {
    font-size: 2rem;
  }
  body.post-type-archive-package section.packages article.course-bundle .cta {
    flex-direction: column;
  }
  body.post-type-archive-package section.packages article.course-bundle table.two-col tbody {
    grid-template-columns: 1fr;
  }
  body.post-type-archive-package section.packages article.course-bundle table.two-col tbody tr:nth-child(odd) {
    border-right: 0;
  }
}
@media (max-width: 1000px) {
  body.page-template-page-calendar .calendar-location .calendar-courses {
    grid-template-columns: 1fr;
  }
  body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course {
    padding: 20px;
  }
  body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .calendar-dates .date-list {
    border-left: 0;
    border-right: 0;
  }
  body.page-template-page-calendar .calendar-location .calendar-courses .calendar-course .calendar-dates .date-list .calendar-date {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  body.page-template-page-contact .contact-content {
    grid-column: 2/-2;
    padding: 20px;
    order: 10;
    margin: 0;
  }
  body.page-template-page-contact .contact-content > p {
    font-size: 1.6rem;
  }
  body.page-template-page-contact .contact-sidebar {
    grid-column: 2/-2;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  body.page-template-page-contact .contact-sidebar .location > p {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .why-choose-procon {
    padding: 40px 0;
  }
  .why-choose-procon h2 {
    font-size: 3.2rem;
  }
  .why-choose-procon .reasons {
    grid-template-columns: 1fr;
  }
  .why-choose-procon .reasons .reason {
    padding: 25px;
  }
  .why-choose-procon .reasons .reason h3 {
    font-size: 2.8rem;
  }
  .why-choose-procon .footer {
    margin-top: 30px;
    font-size: 2rem;
    text-align: center;
  }
  .why-choose-procon .dots.dots-1 {
    left: -280px;
  }
  .why-choose-procon .dots.dots-2 {
    right: -150px;
    height: 150px;
    width: 150px;
    bottom: -75px;
  }
  footer#site-footer {
    padding: 40px 0;
  }
  footer#site-footer .logos {
    grid-column: 2/-2;
    gap: 20px;
  }
  footer#site-footer .logos .logo {
    height: 50px;
  }
  footer#site-footer .logos .logo.procon {
    width: 50px;
  }
  footer#site-footer .logos .logo.nrt {
    width: auto;
  }
  footer#site-footer #footer-menu {
    grid-column: 2/-2;
    display: block;
    margin-top: 30px;
  }
  footer#site-footer #footer-menu li {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  footer#site-footer .copyright,
  footer#site-footer .social {
    grid-column: 2/-2;
    padding: 20px 0 0;
  }
}/*# sourceMappingURL=style.css.map */