@charset "UTF-8";


html {
font-size: 10px;
}
.page-template-template-pathway-program.body {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
.page-template-template-pathway-program .container {
padding-left: 30px;
padding-right: 30px;
}
.page-template-template-pathway-program p {
font-size: 16px;
line-height: 1.3;
}
.page-template-template-pathway-program h2 {
font-weight: bold;
font-size: 48px;
color: black;
max-width: 600px;
margin-bottom: 6rem !important;
}
.page-template-template-pathway-program h2.heading-line {
display: inline-block;
position: relative;
max-width: none;
}
.page-template-template-pathway-program h2.heading-line:after {
content: "";
height: 1px;
width: 100vw;
position: absolute;
left: calc(100% + 2rem);
top: 25px;
background-color: #5d4a9e;
}
.page-template-template-pathway-program h4 {
font-size: 2rem;
}
.page-template-template-pathway-program .join-us h2,
.page-template-template-pathway-program .subtitle {
font-size: 40px;
margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
.page-template-template-pathway-program .join-us h2,
.page-template-template-pathway-program .subtitle {
font-size: 25px;
}
}
.page-template-template-pathway-program section {
padding: clamp(2rem, 6vw, 8rem) 0;
overflow: hidden;
}
.page-template-template-pathway-program .hero {
background-color: #c2b7da;
padding: 50px 0 0;
position: relative;
}
.page-template-template-pathway-program .hero__background-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.page-template-template-pathway-program .hero__background-image ~ * {
position: relative;
}
@media screen and (max-width: 575px) {
.page-template-template-pathway-program .hero__background-image {
height: 550px;
}
}
@media screen and (max-width: 575px) {
.page-template-template-pathway-program .hero__top-container {
height: 500px;
}
}
.page-template-template-pathway-program .hero__content-container {
padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
.page-template-template-pathway-program .hero__content-container {
padding-top: 50px;
background-color: rgba(0, 16, 24, 0.8);
color: white;
}
}
.page-template-template-pathway-program .hero__logo {
width: 380px;
max-width: 100%;
margin-bottom: 80px;
} @media screen and (max-width: 575px) {
.page-template-template-pathway-program .hero__logo {
width: 250px;
}
}
@media screen and (max-width: 450px) {
.page-template-template-pathway-program .hero__logo {
width: 200px;
}
}
.page-template-template-pathway-program .hero__title {
font-weight: bold;
margin-bottom: 80px;
font-size: 48px;
color: white;
}
@media screen and (min-width: 576px) {
.page-template-template-pathway-program .hero__title {
font-size: 64px;
color: black;
margin-bottom: 10px;
}
}
.page-template-template-pathway-program .hero__content {
max-width: 700px;
margin-bottom: 3rem;
}
@media screen and (max-width: 1250px) {
.page-template-template-pathway-program .hero__content {
color: white;
}
}
.page-template-template-pathway-program .hero__image {
margin-top: 30px;
width: 100%;
height: auto;
max-height: 300px;
-o-object-fit: cover;
object-fit: cover;
}
.page-template-template-pathway-program .btn-primary {
background-color: #5d4a9e;
border-color: #5d4a9e;
padding-left: 4rem;
padding-right: 4rem;
}
.page-template-template-pathway-program .btn-primary:hover {
background-color: #3b3292;
border-color: #3b3292;
}
.page-template-template-pathway-program .why-choose {
background-color: #ececec;
}
@media screen and (min-width: 1010px) {
.page-template-template-pathway-program .why-choose {
background-image: url(//southend-adult.ac.uk/wp-content/themes/hello-theme-child/pathway-program/assets/steps-pattern.svg);
background-size: 700px;
background-repeat: no-repeat;
background-position: 130% -150px;
}
}
@media screen and (min-width: 1200px) {
.page-template-template-pathway-program .why-choose {
background-position: right top;
}
.page-template-template-pathway-program .why-choose h2 {
margin-bottom: 14rem !important;
}
}
.page-template-template-pathway-program .why-choose__grid {
display: -ms-grid;
display: grid;
}
@media screen and (min-width: 576px) {
.page-template-template-pathway-program .why-choose__grid {
-ms-grid-columns: 1fr 3rem 1fr;
grid-template-columns: 1fr 1fr;
gap: 3rem;
max-width: 940px;
}
}
.page-template-template-pathway-program .courses {
background-color: #f9f9f9;
}
.page-template-template-pathway-program .accordion__item {
background-color: #5d4a9e;
background-image: none;
-webkit-transition: background-image 0.5s ease, background-color 0.5s ease;
transition: background-image 0.5s ease, background-color 0.5s ease;
color: white;
}
.page-template-template-pathway-program .accordion__item:not(:last-of-type) {
border-bottom: 3px solid white;
}
.page-template-template-pathway-program .accordion__item.active {
background-image: -webkit-gradient(linear, left top, left bottom, from(#5d4a9e), to(#3e306d));
background-image: linear-gradient(to bottom, #5d4a9e, #3e306d);
background-color: #5d4a9e;
}
.page-template-template-pathway-program .accordion__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
padding: 20px 0;
}
.page-template-template-pathway-program .accordion__title h3 {
color: #fff;
margin-bottom: 0;
font-size: 24px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.page-template-template-pathway-program .accordion__title.active h3 {
font-size: 32px;
}
.page-template-template-pathway-program .accordion__title .arrow {
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.page-template-template-pathway-program .accordion__title .arrow:after {
content: "▶︎";
font-size: 14px;
}
.page-template-template-pathway-program .accordion__title.active .arrow {
display: inline-block;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.page-template-template-pathway-program .accordion__title.active ~ .accordion__content {
margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
.page-template-template-pathway-program .accordion__right {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
}
.page-template-template-pathway-program .accordion__content {
max-height: 0;
overflow-y: clip;
-webkit-transition: max-height 0.4s ease-out;
transition: max-height 0.4s ease-out;
display: -ms-grid;
display: grid;
gap: 4rem;
}
@media screen and (min-width: 800px) {
.page-template-template-pathway-program .accordion__content {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.page-template-template-pathway-program .accordion__content ul {
padding-left: 1rem;
}
.page-template-template-pathway-program .accordion__content li::marker {
color: #e53625;
}
.page-template-template-pathway-program .accordion__image {
height: 500px;
width: 100%;
background-color: grey;
position: relative;
}
.page-template-template-pathway-program .accordion__img {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 800px) {
.page-template-template-pathway-program .accordion__img {
width: calc(50vw - 2rem);
}
}
.page-template-template-pathway-program .accordion__cta {
font-size: 24px;
line-height: 1.2;
margin-top: 2rem;
}
.page-template-template-pathway-program .accordion__link {
color: #e53625;
display: inline-block;
border-bottom: 1px solid #e53625;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.page-template-template-pathway-program .accordion__link:hover {
border-bottom: 1px solid white;
}
.page-template-template-pathway-program .accordion__read-more {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 2rem;
font-size: 18px;
color: #ececec;
}
.page-template-template-pathway-program .pathway {
background-color: #f9f9f9;
}
.page-template-template-pathway-program .pathway__heading {
font-weight: bold;
margin-bottom: 20px;
}
.page-template-template-pathway-program .pathway__description {
max-width: 600px;
font-size: 18px;
color: #666;
}
.page-template-template-pathway-program .pathway__steps {
display: -ms-grid;
display: grid;
}
@media screen and (min-width: 992px) {
.page-template-template-pathway-program .pathway__steps {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.page-template-template-pathway-program .pathway__steps-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media screen and (max-width: 1199px) {
.page-template-template-pathway-program .pathway__steps-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (max-width: 992px) {
.page-template-template-pathway-program .pathway__steps-col {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 4rem;
}
.page-template-template-pathway-program .pathway__steps-col > * {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
.page-template-template-pathway-program .pathway__step {
display: -ms-inline-grid;
display: inline-grid;
-ms-grid-columns: auto 2rem auto 2rem 200px;
grid-template-columns: auto auto 200px;
gap: 2rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 200px;
position: relative;
}
@media screen and (max-width: 991px) {
.page-template-template-pathway-program .pathway__step {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
margin-top: 30px;
}
}
@media screen and (min-width: 992px) {
.page-template-template-pathway-program .pathway__step:last-of-type {
-ms-flex-item-align: end;
align-self: flex-end;
}
}
.page-template-template-pathway-program .pathway__step:nth-of-type(odd):after {
content: "";
position: absolute;
width: 20px;
height: 20px;
border: solid #000;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
right: -30px;
z-index: -1;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.page-template-template-pathway-program .pathway__content h3 {
font-size: 1.5rem;
color: #5d4a9e;
margin-bottom: 0;
}
.page-template-template-pathway-program .pathway__arrow {
position: absolute;
}
@media screen and (max-width: 991px) {
.page-template-template-pathway-program .pathway__arrow {
display: none;
}
}
.page-template-template-pathway-program .pathway__arrow--1 {
bottom: 45px;
right: 105%;
width: 200px;
}
.page-template-template-pathway-program .pathway__arrow--2 {
bottom: -110px;
right: 55%;
width: 200px;
-webkit-transform: rotate(296deg);
transform: rotate(296deg);
}
@media screen and (max-width: 1199px) {
.page-template-template-pathway-program .pathway__arrow--2 {
bottom: auto;
top: -100px;
-webkit-transform: rotate(81deg);
transform: rotate(81deg);
}
}
.page-template-template-pathway-program .pathway__arrow--3 {
top: -100px;
right: 65%;
width: 390px;
-webkit-transform: rotate(29deg);
transform: rotate(29deg);
}
@media screen and (max-width: 1199px) {
.page-template-template-pathway-program .pathway__arrow--3 {
top: auto;
bottom: -100px;
right: 70%;
-webkit-transform: rotate(328deg);
transform: rotate(328deg);
}
}
.page-template-template-pathway-program .pathway__number {
font-size: 6rem;
}
.page-template-template-pathway-program .pathway__icon {
width: 100px;
}
.page-template-template-pathway-program .pathway-faqs {
background-color: #ececec;
}
.page-template-template-pathway-program .pathway-faqs__grid {
margin-top: 8rem;
display: -ms-grid;
display: grid;
gap: 4rem;
}
@media screen and (min-width: 768px) {
.page-template-template-pathway-program .pathway-faqs__grid {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.page-template-template-pathway-program .pathway-faqs__item {
padding: 2rem 6rem 2rem 2rem;
position: relative;
}
.page-template-template-pathway-program .pathway-faqs__item:after {
content: "";
position: absolute;
width: 100px;
height: 100px;
top: 0;
left: 0;
border-top: 2px solid black;
border-left: 2px solid black;
}
.page-template-template-pathway-program .pathway-faqs__question {
font-size: 2rem;
font-weight: bold;
}
.page-template-template-pathway-program .pathway-faqs__answer {
max-height: 60px;
font-size: 1.6rem;
overflow: hidden;
position: relative;
}
.page-template-template-pathway-program .pathway-faqs__answer:after {
content: "";
display: block;
width: 100%;
height: 35px;
background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(75%, #ececec), to(#ececec));
background-image: linear-gradient(to bottom, transparent, #ececec 75%, #ececec);
bottom: 0;
position: absolute;
}
.page-template-template-pathway-program .pathway-faqs__answer.expanded:after {
display: none;
}
.page-template-template-pathway-program .pathway-faqs__button {
color: #5d4a9e;
font-weight: bold;
cursor: pointer;
}
.page-template-template-pathway-program .pathway-faqs__button:after {
content: "▶︎";
margin-left: 8px;
font-size: 14px;
-webkit-transition: -webkit-transform 0.2s ease;
transition: -webkit-transform 0.2s ease;
transition: transform 0.2s ease;
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
font-family: "Poppins", sans-serif !important;
}
.page-template-template-pathway-program .pathway-faqs__button:hover:after {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
.page-template-template-pathway-program .pathway-faqs__button.expanded:after {
display: none;
}
.page-template-template-pathway-program .join-us {
background-color: #002d44;
color: white !important;
}
.page-template-template-pathway-program .join-us h2 {
color: white !important;
}
.page-template-template-pathway-program .join-us h2.heading-line:after {
background-color: white !important;
}
.page-template-template-pathway-program .join-us .subtitle,
.page-template-template-pathway-program .join-us h2 {
font-weight: bold;
}
.page-template-template-pathway-program .join-us__section {
display: -ms-grid;
display: grid;
gap: 4rem;
}
@media screen and (min-width: 768px) {
.page-template-template-pathway-program .join-us__section {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.page-template-template-pathway-program .join-us__section-right p {
font-size: 2rem;
}
.page-template-template-pathway-program .pathway-form {
background-color: #002d44;
color: white !important;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 1200px) {
.page-template-template-pathway-program .pathway-form {
padding-bottom: 14rem !important;
}
}
@media screen and (max-width: 767px) {
.page-template-template-pathway-program .pathway-form {
padding-bottom: 35rem !important;
}
}
.page-template-template-pathway-program .pathway-form p {
font-size: 2rem;
}
.page-template-template-pathway-program .pathway-form h2 {
color: white !important;
margin-bottom: 2rem !important;
}
.page-template-template-pathway-program .pathway-form__section {
display: -ms-grid;
display: grid;
gap: 4rem;
}
@media screen and (min-width: 768px) {
.page-template-template-pathway-program .pathway-form__section {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
.page-template-template-pathway-program .pathway-form__pattern {
position: absolute;
bottom: -140px;
left: 0;
width: 500px;
max-width: 90%;
}
@media screen and (max-width: 1050px) {
.page-template-template-pathway-program .pathway-form__pattern {
left: -150px;
}
}
@media screen and (max-width: 767px) {
.page-template-template-pathway-program .pathway-form__pattern {
left: 0;
}
}
.page-template-template-pathway-program .pathway-form .gform_fields {
row-gap: 2rem !important;
}
.page-template-template-pathway-program .pathway-form legend {
display: none;
}
.page-template-template-pathway-program .pathway-form .gform-field-label {
display: none;
}
.page-template-template-pathway-program .pathway-form .gform-field-label--type-inline {
display: inline !important;
color: white;
}
.page-template-template-pathway-program .pathway-form .gform_button {
background-color: #e53625 !important;
}
.page-template-template-pathway-program .pathway-form input:focus {
-webkit-box-shadow: 0 0 0 2px #5d4a9e !important;
box-shadow: 0 0 0 2px #5d4a9e !important;
}
.page-template-template-pathway-program .pathway-form .gform-theme--framework input[type="checkbox"]:before {
color: #002d44;
}
.page-template-template-pathway-program .pathway-form .gform_validation_errors {
background-color: #e53625;
}
.page-template-template-pathway-program .pathway-form .gform_validation_errors h2 {
margin-bottom: 0 !important;
}
.page-template-template-pathway-program .pathway-form .gform_validation_errors .gform-icon--circle-error {
color: white !important;
border-color: white !important;
}
.page-template-template-pathway-program .pathway-form .gfield_validation_message {
color: #e53625 !important;
}
.page-template-template-pathway-program .pathway-form .gform_button {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.page-template-template-pathway-program .pathway-form input[type="email"],
.page-template-template-pathway-program .pathway-form input[type="tel"],
.page-template-template-pathway-program .pathway-form input[type="text"],
.page-template-template-pathway-program .pathway-form select {
font-size: 16px !important;
}
.page-template-template-pathway-program .pathway-logos {
background-color: #ececec;
}
.page-template-template-pathway-program .pathway-logos__grid {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 10rem 1fr;
grid-template-columns: repeat(2, 1fr);
gap: 10rem;
}
@media screen and (min-width: 768px) {
.page-template-template-pathway-program .pathway-logos__grid {
-ms-grid-columns: (1fr) [3];
grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 1200px) {
.page-template-template-pathway-program .pathway-logos__grid {
-ms-grid-columns: (1fr) [6];
grid-template-columns: repeat(6, 1fr);
}
}
@media screen and (max-width: 550px) {
.page-template-template-pathway-program .pathway-logos__grid {
padding: 2rem;
}
}
.page-template-template-pathway-program .pathway-logos__logo {
width: 100%;
height: 70px;
-o-object-fit: contain;
object-fit: contain;
mix-blend-mode: multiply;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn.btn-primary {
color: #fff;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-image: none;
border: 1px solid rgba(0,0,0,0);
}