/*
 Theme Name:     GV English
 Description:    Child theme for GV English
 Author:         Studio DMLA
 Author URI:     https://studio-dmla.ca/
 Template:       educationpack
 Version:        1.0.0
 Last Update:    2024/05/23
*/

/* New GV root variables - @jojawhi  2023-05-24 */

:root {
  --gv-grey: #404040;
  --gv-yellow: #f0a434;
  --gv-teal: #048ba8;
  --gv-ielts-red: #e31836;
  --gv-white: #ffffff;
  --nicdark-grey: #444444;

  --heading-hero-size-mobile: 30px;
  --heading-hero-size-tablet: 36px;
  --heading-hero-size-desktop: 48px;
  --heading-hero-height-mobile: 42px;
  --heading-hero-height-tablet: 48px;
  --heading-hero-height-desktop: 60px;

  --heading-size-mobile: 24px;
  --heading-size-tablet: 28px;
  --heading-size-desktop: 36px;
  --heading-height-mobile: 36px;
  --heading-height-tablet: 40px;
  --heading-height-desktop: 48px;

  --subheading-size-mobile: 18px;
  --subheading-size-tablet: 20px;
  --subheading-size-desktop: 24px;
  --subheading-height-mobile: 24px;
  --subheading-height-tablet: 26px;
  --subheading-height-desktop: 30px;

  --cta-size-mobile: 30px;
  --cta-size-tablet: 36px;
  --cta-size-desktop: 48px;
  --cta-height-mobile: 42px;
  --cta-height-tablet: 48px;
  --cta-height-desktop: 60px;

  --body-size-mobile: 14px;
  --body-size-tablet: 16px;
  --body-size-desktop: 18px;
  --body-height-mobile: 26px;
  --body-height-tablet: 28px;
  --body-height-desktop: 30px;
}

#start_nicdark_framework {
  font-size: 10px;
  line-height: 25px;
  padding-top: 0;
}

body .grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
body .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

body .grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-roxy h2 {
  padding: 30% 0 10px 0;
}

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
  background: #9e5406;
}

figure.effect-bubba img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
  background: #18a367;
}

figure.effect-layla img {
  height: 390px;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
  background: -webkit-linear-gradient(
    45deg,
    #22682a 0%,
    #9b4a1b 40%,
    #3a342a 100%
  );
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
}

figure.effect-oscar h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
  background: -webkit-linear-gradient(
    top,
    rgba(37, 141, 200, 1) 0%,
    rgba(104, 60, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(37, 141, 200, 1) 0%,
    rgba(104, 60, 19, 1) 100%
  );
}

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
  content: '\e000';
}

.icon-paper-clip::before {
  content: '\e001';
}

.icon-heart::before {
  content: '\e024';
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

body {
  background: #2f3238;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  font-family: 'Raleway', Arial, sans-serif;
}

a {
  outline: none;
  color: #3498db;
  text-decoration: none;
}

#nd_learning_single_course_page_left_content a {
  color: #3366ff;
  text-decoration: revert;
}

.nd_options_customizer_fonts .type-page a {
  color: #3498db;
  text-decoration: underline;
}

.vc_btn3 {
  text-decoration: none !important;
}

a:hover,
a:focus {
  color: #528cb3;
}

a:hover,
a:focus {
  color: #528cb3;
}

section {
  padding: 1em;
  text-align: left;
}

.content {
  margin: 0 auto;
  max-width: 1000px;
}

.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484b54;
  font-weight: 800;
  font-size: 1.5em;
}

.content > h2:first-child {
  padding-top: 0em;
}

/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 4em 1em;
  text-align: center;
}

.codrops-header h1 {
  margin: 0;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.15;
}

.codrops-header h1 span {
  display: block;
  padding: 0 0 0.6em 0.1em;
  color: #74777b;
  font-weight: 300;
  font-size: 45%;
}

/* Demo links */
.codrops-demos {
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}

.content + .codrops-demos {
  padding-top: 5em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0 5px;
  padding: 1em 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
  background: #3c414a;
  color: #fff;
}

/* To Navigation Style */
.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.69em;
  line-height: 2.2;
}

.codrops-top a {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 1px;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  display: block;
  float: left;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: '\e001';
}

.codrops-icon-prev:before {
  content: '\e004';
}

/* Related demos */
.related {
  clear: both;
  padding: 6em 1em;
  font-size: 120%;
}

.related > a {
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  border: 1px solid #4f7f90;
  text-align: center;
}

.related a:hover {
  border-color: #39545e;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}

/* Demo ad design */
body #cdawrap {
  background: none;
  top: 50px;
  border: none;
}

body #cdawrap a {
  color: #fff !important;
}

body #cda-remove {
  color: #fff;
}

/* here is end of awesome hover */

div.thumbnail {
  display: inline-block !important;
  min-height: 110px !important;
  background-size: auto 100% !important;
  position: relative !important;
}

div.block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 10px;
  margin-top: 10px;
  border-radius: 0 11px 0 11px;
}

Synergee-Web-Page-Component-Thumbnail,
.thumbnail > a {
  display: inline-block;
  min-height: 100px;
  background-size: auto 100%;
  position: relative;
}

thumbnail > a > div {
  position: absolute;
  text-align: center;
  top: 107%;
  z-index: 2000;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
  background-color: #f99c18;
  padding: 2px 4px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
  max-width: 100%;
}

blockquote,
body,
div,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
body,
div,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  padding-left: 20px;
  color: rgb(64, 64, 64);
  line-height: 30px;
  font-size: 16px;
}
.ui-datepicker {
  background-color: #f7f7f7;
}

.page-title {
  color: #d0100f !important;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.course-title-h1 {
  color: #d0100f !important;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 4px;
}

.course-subtitle-h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 12px 0;
}

.course-subtitle-h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}

.course-paragraph {
  text-align: left;
  display: block;
  margin-bottom: 4px;
}

.course-paragraph-link {
  margin: 6px 0;
}

.course-paragraph-link > a:hover {
  color: #d0100f;
}

.course-paragraph-link > a {
  color: #000000;
}

.course-paragraph-link > a > img {
  margin-right: 12px;
}

.menu-item.menu-item-gtranslate {
  float: right;
  width: 96px;
  top: 0;
}

/* Apply Now */

.menu-item-2391 {
  background-color: #fff;
  color: #f99c18;
  border-radius: 10px;
  text-transform: uppercase;
  border: 2px solid #f99c18;
  font-weight: 700;
  top: 0px !important;
}

.menu-item-2391 > a {
  padding-left: 20px;
}

body .nd_options_navigation_3 div li.menu-item-2926 {
  border-right-color: transparent;
  border-right-style: none;
}

#gtranslate_wrapper > div {
  border-radius: 6px;
}

#gtranslate_wrapper > div > div > a {
  font-size: 0.75em;
}

.menu-item.menu-item-gtranslate {
  border-right-color: transparent;
  border-right-style: none;
  display: none;
}

.nd_options_open_navigation_3_sidebar_content.nd_options_open_navigation_3_sidebar_content {
  right: 3em;
  position: absolute;
  top: 2.5em;
}

body .nd_options_navigation_3_sidebar_content {
  top: 80px;
}

.switcher {
  font-family: Arial;
  font-size: 10pt;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 126px !important;
  line-height: 17px;
}

.switcher .option {
  width: 100% !important;
}

body .nd_options_navigation_3 div > ul > li:after {
  content: '';
  display: inline-block;
  margin: 0px 5px;
  color: #f1f1f1;
}

.nd_options_margin_auto {
  float: right !important;
}

#nd_options_navigation_3_container .nd_options_grid_12 {
  border-top: 2px solid white;
  border-bottom: 1px solid white;
}

.nice-line {
  background-color: orange;
}

.switcher > .selected > a {
  border: 1px solid #fff !important;
  background-color: white !important;
}

.selected {
  padding: 3px !important;
  background-color: transparent !important;
}

#nd_options_logo_header_3 {
  top: 18px !important;
  left: 1em;
}

.logo_home {
  position: absolute;
  width: 100px;
  top: 2px;
  left: 1px;
}

.mob-menu-logo-holder .logo_home {
  position: initial;
  width: 70px;
}

.texto-sombra {
  text-shadow: 2px 2px 2px #2a2c2fad;
}

body .nd_options_navigation_3 div > ul li > ul.sub-menu > li:hover {
  background-color: #f7be68;
}

.admin-bar #nd_options_navigation_3_container {
  top: 70px;
}

.admin-bar.home #nd_options_navigation_3_container {
  top: 70px;
}

#nd_options_navigation_3_container {
  position: fixed;
  z-index: 9999;
  opacity: 0.95;
  top: 38px;
}

#nd_options_navigation_3_top_header {
  position: fixed;
  z-index: 99999;
  opacity: 1;
}

html[lang='es']
  #nd_options_navigation_3_top_header
  #nd_options_navigation_top_header_3_left
  a {
  font-size: 12px;
}

.gv_title_yellow {
  font-size: 2em;
}

#nd_learning_single_course_page_title {
  color: #f0a434;
}

* {
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}

#nd_options_footer_5 {
  background-color: #414042;
}

#nd_options_footer_5 .wpb_column.vc_column_container.vc_col-sm-2 {
  width: 10%;
}

#footer-columns {
  width: 10% !important;
}

#nd_options_footer_5
  > div
  > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1615687322569
  > div:nth-child(1) {
  margin-left: 2vw;
  margin-right: 4vw;
}

/* header */
#nd_options_navigation_3_container img.nd_options_float_left {
  top: -20px;
  position: relative;
  height: 80px;
}

body
  #nd_options_navigation_3_container
  > .nd_options_navigation_3_sidebar_content {
  background-color: #fff;
}

body .nd_options_navigation_3_sidebar div li > a {
  padding: 10px 0px;
  display: inline-block;
  font-size: 24px;
  font-family: Josefin Sans;
  text-transform: lowercase;
  color: #666;
}

body div.nd_options_navigation_3_sidebar > div > ul > li > ul.sub-menu > li {
  display: none;
}

ul#menu-gateway-page > li > ul.sub-menu > li {
  display: block;
}
body
  div.nd_options_navigation_3_sidebar_content
  > a
  > img.nd_options_close_navigation_3_sidebar_content {
  filter: invert(1);
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 20px;
}

body .nd_options_navigation_3_sidebar div > ul > li:nth-child(7) {
  margin-bottom: 14px;
  padding: 0px;
  width: 100%;
  text-align: center;
  line-height: 10px;
}

body .nd_options_navigation_3_sidebar div li:nth-child(7) > a {
  padding: 10px 0px;
  display: inline-block;
  font-size: 17px;
  font-family: Josefin Sans;
  text-transform: lowercase;
  color: #666;
}

#nd_options_footer_5 .vc_column_container {
  margin-top: 0px;
  padding-top: 0px;
  top: 0px;

  margin-left: 0em;

  /*
    padding-right: 3em;
    font-size: 1.25em;
    line-height: 2em;
	*/
}

#nd_options_footer_5 .vc_col-sm-2 {
  /*   left: 1em; */
  width: 12% !important;
  flex: 1;
}

#nd_options_footer_5
  > div
  > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1615687322569
  > div:nth-child(1) {
  /* display:none; */
}

.nd_options_display_table.nd_options_float_left {
  width: max-content;
}

/* MENU */

body .nd_options_navigation_3 div li a {
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  padding-top: 1px;
}

body .nd_options_navigation_3 div li:nth-child(-n + 6) a:hover {
  padding-bottom: 0 !important;
  border: none !important;
}

body .nd_options_navigation_3 div li:nth-child(-n + 6):hover > a:hover {
  padding-bottom: 0 !important;
  border: none !important;
}

.nd_options_navigation_3 div li:nth-child(-n + 6):hover > a:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #e0a246;
  left: 0;
  bottom: -8px;
  right: 0;
  margin: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10vw;
}

/* general search */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Page wrapper */
.wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

/* Icons */
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}

#gv-search-modal .modal {
  position: absolute;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#gv-search-modal .modal.is-visible {
  visibility: visible;
}

#gv-search-modal .modal-overlay {
  position: fixed;
  z-index: -1 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

#gv-search-modal .modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

#gv-search-modal .modal-content {
  width: 70%;
  padding-left: 30%;
}

#gv-search-modal .modal-wrapper .modal-transition {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 37.25%;
  width: 66.5em;
  margin-left: -16em;
  background-color: #fff0;
  border-radius: 8px;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

#gv-search-modal .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

#gv-search-modal .modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

#gv-search-modal .modal-header,
.modal-content {
  padding: 1em;
}

#gv-search-modal .modal-header {
  position: relative;
  background-color: #fff0;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #fff0;
}

#gv-search-modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

#gv-search-modal .modal-close:hover {
  color: #777;
}

#gv-search-modal .modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#gv-search-modal .modal-content > *:first-child {
  margin-top: 0;
}

#gv-search-modal .modal-content > *:last-child {
  margin-bottom: 0;
}

/* setting top header menu - commented out by jojawhi @ 2023-04-10*/

/* .submenu-english-programs {
  top: 9px;
  width: auto !important;
  height: auto;
  border: 2px solid #f99c18 !important;
  z-index: 99999 !important;
  margin-left: -175px;
} */

/* .submenu-pathways {
  top: 9px;
  width: auto !important;
  height: auto;
  border: 2px solid #f99c18 !important;
  z-index: 99999 !important;
  margin-left: -225px;
} */

/* .submenu-test-centres {
  top: 9px;
  width: auto !important;
  height: auto;
  border: 2px solid #f99c18 !important;
  z-index: 99999 !important;
  margin-left: 0;
} */

/* .submenu-destination {
  top: 9px;
  width: 550px !important;
  height: auto;
  border: 2px solid #f99c18 !important;
  z-index: 99999 !important;
  margin-left: -225px;
} */

/* .submenu-services {
  top: 9px;
  height: auto;
  border: 2px solid #f99c18 !important;
  z-index: 99999 !important;
  font-family: 'Open Sans';
} */

/* .submenu-contactus {
  top: 4px !important;
  width: 450px !important;
  height: auto;
  border: 2px solid #f99c18 !important;
  z-index: 99999 !important;
  margin-left: -225px;
} */

/* body .nd_options_navigation_3 div > ul li > ul.sub-menu > li:hover {
  background-color: #ffffff !important;
} */

/* table tr td.submenu-column1 {
  border-right-width: 2px;
  border-right-color: orange;
  border-right-style: solid;
  border-right-color: #f0a434;
} */

/* Critically important style - mobile site breaks without it */
.vc_row.submenu {
  display: none;
}

/* header button */

.myButton {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%) !important;
  background-color: #ffec64 !important;
  border-radius: 17px;
  border: 1px solid #ffaa22 !important;
  display: inline-block;
  cursor: pointer;
  color: #333333 !important;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 46px !important;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.myButton:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.myButton:active {
  position: relative;
  top: 1px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  transition: all 0.8 ease;
}

.post .wpb_content_element ol li {
  font-size: 14px;
  color: #404040;
}

.post .wpb_content_element ol li::marker {
  font-size: 18px;
  font-weight: bolder;
  color: #404040;
}

.page .wpb_content_element ul li::marker {
  font-size: 18px;
  color: #404040;
  padding: 20px;
}

body .wpb_button,
body ul.wpb_thumbnails-fluid > li {
  margin-bottom: 20px;
}

body .wpb_content_element {
  margin-bottom: 0px;
}

#nd_options_footer_5 h3 {
  padding-top: 0vh;
}

div.j-text-container > div.j-text > div.j-message p {
  color: #fcfcfc;
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #f0a434;
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background-color: #eaa135;
}

blockquote.wpcr3_admin_response > p:before {
  content: 'GV Reply: ';
}

.home .mobmenur-container {
  display: none;
}

.mobmenul-container {
  display: none;
}

.home .mobmenul-container {
  right: 0;
  left: auto;
  display: block;
}

.home .mobmenu-left-alignment {
  left: auto !important;
  right: 0;
}

.home .mobmenu-left-alignment {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.home .mobmenu-left-alignment.show-panel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.home ul#mobmenuleft > li > a {
  font-size: 2.5em !important;
  font-family: Josefin Sans;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-transform: capitalize;
}

.home .mobmenu-content #mobmenuleft .sub-menu {
  background-color: #666666;
}

.home #mobmenuleft ul li a {
  font-size: 20px !important;
}

.home ul#mobmenuleft > li > a,
.home #mobmenuleft li a {
  font-size: 2.5em !important;
  font-family: Josefin Sans;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-transform: capitalize;
}

.home .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel.show-panel {
  width: 390px;
}

/* MOBILE CSS */
@media print {
  @page :footer {
    color: #fff;
  }
  @page :header {
    color: #fff;
  }
  @page {
    margin: 0.1in;
  }
  @page {
    size: 210mm 297mm;
  }

  .nd_learning_container {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
    padding: 0px !important;
  }

  html {
    transform: scale(0.9);
  }
  body {
    margin: 0;
    padding: 0;
    top: 0px;
  }
  .page-break {
    page-break-before: always;
  }

  #hubspot-messages-iframe-container {
    display: none;
    width: 0 !important;
    height: 0 !important;
  }

  .mob-standard-logo {
    display: none;
  }

  .nd_learning_height_50 {
    margin: 0;
    padding: 0;
    top: 0px;
    height: 60px;
  }

  #nd_options_navigation_3_container {
    padding-bottom: 50px !important;
    top: 0px;
    margin-bottom: 50px;
  }

  #nd_learning_single_course_page_title {
    padding-top: 30px;
  }

  .no-print,
  .no-print * {
    display: none !important;
  }

  #ui-id-2,
  #ui-id-3 {
    display: none !important;
  }
  .no-print-visibility {
    visibility: hidden;
  }
  #nd_learning_single_course_table_info {
    width: 99%;
  }
}

/* mobile base menu */

@media only screen and (min-width: 320px) and (max-width: 1359px) {
  #ajaxsearchpro4_2 {
    display: none !important;
  }

  body .vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-left: 0 !important;
  }

  body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 650px) and (max-width: 2500px) {
  #ajaxsearchpro4_2 {
    display: none;
  }
  .post h1 {
    padding-top: 80px;
  }
  #nd_options_footer_5 .switcher.notranslate {
    display: none;
  }
}

@media only screen and (max-width: 1099px) {
  #socialmediawidget {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1099px) {
  /* h1 spacing */
  h1 span {
    line-height: 1.15em;
  }
  h2 span span {
    line-height: 1.15em;
  }

  #post-2849
    body
    .vc_row
    .wpb_row
    .vc_row-fluid
    .wpb_animate_when_almost_visible
    .wpb_fadeInUp
    .fadeInUp
    .wpb_start_animation
    .animated {
    margin: -18vw;
  }
  .grid .figure {
    left: -14vw;
  }

  /* footer mobile*/

  #nd_options_footer_5 .vc_column_container {
    min-width: 100% !important;
    margin-top: 0px;
    padding-top: 0px;
    top: 0px;
    text-align: center !important;
    margin-left: 0em;
  }

  #gv-copyright {
    font-size: 2em;
  }
  #nd_options_footer_5 .vc_col-sm-2 {
    /*     left: 0em; */
    width: 15% !important;
  }
  #nd_options_footer_5 li a {
    font-size: 14px;
  }
}

/* mobile size until 650 */
@media only screen and (min-width: 320px) and (max-width: 650px) {
  .switcher {
    width: 180px !important;
    /*     padding-left: 65px !important; */
    margin: 0 auto;
  }

  #ajaxsearchpro4_2 {
    display: none !important;
    top: -40px;
    position: absolute;
    z-index: 9999;
    left: 0px;
  }

  #ajaxsearchpro4_2 .results {
    display: none;
  }

  body ul#mobmenuright > li > a,
  body #mobmenuleft li a {
    font-size: 25px !important;
  }

  body ul#mobmenuright > li.button,
  body #mobmenuleft li.button {
    background-color: transparent !important;
    display: flex;
  }

  body ul#mobmenuright > li.button > a,
  body #mobmenuleft li.button a {
    background-color: #f0a434;
    color: white;
    width: 90%;
    margin: 15px auto auto 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 19px !important;
    line-height: 21px;
    padding: 15px;
    align-items: center;
    align-content: center;
  }

  body #mobmenuleft li.button .selected a,
  body ul#mobmenuright > li.button > .selected a {
    color: transparent;
    height: 50px;
    width: 60px;
    padding: 0;
    background-color: white;
    border-radius: 10px;
    display: flex;
  }

  body #mobmenuleft li.button .selected,
  body ul#mobmenuright > li.button > .selected {
    margin: 15px 15px auto 15px;
    padding: 0 !important;
  }

  body #mobmenuleft li.button .selected img,
  body ul#mobmenuright > li.button > .selected img {
    width: 60%;
    height: auto;
    margin-left: 11px;
  }

  body ul#mobmenuright > li.button > a:hover,
  body #mobmenuleft li.button a:hover {
    background-color: #ffc300;
  }

  #nd_options_navigation_3_container {
    display: none;
  }

  /* footer for mobile */
  #nd_options_footer_5 .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 100%;
    clear: both;
  }

  #disclaimer_translation {
    display: none;
  }

  body .vc_column_container > .vc_column-inner > .wpb_wrapper {
    padding-top: 0em !important;
  }

  /* body .vc_column_container > .vc_column-inner > .wpb_wrapper > div {
    margin-bottom: 1em;
  } */

  /*   .vc_column_container .wpb_wrapper h1 {
    line-height: 1.3em !important;
  } */

  .page-id-2170 .vc_column_container .wpb_wrapper h1 {
    font-size: 26px !important;
  }

  #nd_options_navigation_3_container {
    position: relative;
    left: 0em;
    height: 10px !important;
  }

  .nicdark_section {
    /* display: none; */
  }

  .no-print > .vc_column-inner {
    padding-top: 40px;
  }

  /* footer */
  #nd_options_footer_5 .vc_column_container {
    padding-left: 0;
    padding-right: 0em;
    font-size: 14px;
    line-height: 24px;
  }

  /* search at mobile */
  #search_program_item {
    display: none;
  }
  #search_test_item_ {
    display: none;
  }

  /* CSS Mobile Reset start */
  html,
  body {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    clear: both;
    padding: 0px;
    margin: 0px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
    line-height: 1.5em;
  }
  p img {
    float: left;
    margin: 0 10px 5px 0;
    padding: 0;
  }
  img {
    border: 0;
    max-width: 100%;
  }
  table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
  }

  div {
    padding: 0px;
    margin: 0px;
  }

  .page .wpb_content_element ul li {
    font-size: 26px;
    color: #404040;
  }
}

/* CODE DEVELOPED BEFORE 28-07 >>>>>>>>>>> END */

/* CODE DEVELOPED AFTER 28-07 */

#commentform {
  display: flex;
  flex-direction: column;
}

#commentform .form-submit {
  order: 5;
}

.mob-icon-up-open::before,
#mobmenuleft .mob-expand-submenu i {
  color: #efbc72 !important;
}

body .mobmenu-content #mobmenuleft li:hover,
body .mobmenu-content #mobmenuright li:hover,
body .mobmenu-content #mobmenuleft > li > a:hover {
  background-color: #aaaaaa;
}

body .mobmenu-content #mobmenuleft > li > a:hover {
  color: white;
}

body #mobmenuleft li:hover a,
body #mobmenuleft li:hover i {
  color: #666;
}

#mobmenuleft li a,
#mobmenuright li a {
  font-size: 20px !important;
}

body .nd_options_navigation_3 div li.menu-item-2391 > a:after {
  display: none;
}

.page-id-1128 h2.wpb_heading.wpb_singleimage_heading {
  width: 210px;
}

@media only screen and (max-width: 1549px) {
  body .nd_options_navigation_3 div > ul > li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1449px) {
  body .nd_options_navigation_3 div > ul > li a {
    font-size: 14px;
  }
  body .nd_options_navigation_3 div > ul > li {
    padding-right: 7px !important;
    margin-right: 4px !important;
  }
}

@media only screen and (max-width: 1349px) {
  body .nd_options_navigation_3 div > ul > li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1289px) {
  body .nd_options_navigation_3 div > ul > li a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1199px) {
  body .nd_options_navigation_3 div > ul > li a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  body .nd_options_navigation_3 div > ul > li {
    padding-right: 3px !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1099px) {
  body .nd_options_navigation_3 div > ul > li a {
    font-size: 9px;
  }
}

@media only screen and (max-width: 1024px) {
  body ul#mobmenuright > li > a,
  body #mobmenuleft li a {
    font-size: 25px !important;
  }

  body ul#mobmenuright > li.button,
  body #mobmenuleft li.button {
    background-color: transparent !important;
    display: flex;
  }

  body ul#mobmenuright > li.button > a,
  body #mobmenuleft li.button a {
    background-color: #f0a434;
    color: #fff;
    width: 90%;
    margin: 15px auto auto 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 19px !important;
    line-height: 21px;
    padding: 15px;
    align-items: center;
    align-content: center;
  }

  body #mobmenuleft li.button .selected a,
  body ul#mobmenuright > li.button > .selected a {
    color: transparent;
    height: 50px;
    width: 60px;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
  }

  body #mobmenuleft li.button .selected,
  body ul#mobmenuright > li.button > .selected {
    margin: 15px 15px auto 15px;
    padding: 0 !important;
  }

  body #mobmenuleft li.button .selected img,
  body ul#mobmenuright > li.button > .selected img {
    width: 60%;
    height: auto;
    margin-left: 11px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }

  body ul#mobmenuright > li.button > a:hover,
  body #mobmenuleft li.button a:hover {
    background-color: #ffc300;
  }

  #nd_options_navigation_3_container {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .home .mobmenu-left-alignment.mobmenu-panel.mobmenu-left-panel.show-panel {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .vc_row.vc_parallax-content-moving[data-vc-parallax-image*='h'] {
    min-height: 240px;
    margin-top: -16px;
  }

  .page .wpb_content_element ul li {
    font-size: 14px;
    color: #404040;
  }
}

/* CODE DEVELOPED AFTER 28-07 >>>>>>>>>>> END */

.page-id-294 .wpb_single_image .wpb_heading {
  width: 264px;
}

#nd_options_footer_5 .vc_row-flex .vc_column-inner {
  display: none;
}

#nd_options_navigation_3_top_header .nd_options_text_align_right > div > a {
  padding-right: 6px;
  margin-right: 6px;
  border-right: 1px solid white;
}

html[lang='es']
  #nd_options_navigation_3_top_header
  .nd_options_text_align_right
  > div
  > a {
  font-size: 12px;
}

#nd_options_navigation_3_top_header
  .nd_options_text_align_right
  > div
  > a:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 137px;
}

#nd_options_navigation_3_top_header
  .nd_options_text_align_right
  #gtranslate_wrapper {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 31px;
  z-index: 9999;
}

#nd_options_navigation_3_top_header .nd_options_text_align_right > div {
  position: relative;
}

body .nd_options_navigation_3 div > ul > li.final {
  border: none;
  margin-right: 0;
}

body .nd_options_navigation_3 div > ul > li.free_level {
  padding-right: 0;
  border: none;
}

body .nd_options_navigation_3 div > ul > li.free_level a {
  padding: 9px 10px 5px 10px;
  border: 2px solid #f9a124;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}

body .nd_options_navigation_3 div .apply {
  margin-right: 0;
  padding-right: 0;
}

body .nd_options_navigation_3 div .apply > a {
  /* apply now text */
  font-size: 15px;
  line-height: 15px;
  padding: 9px 10px 5px 10px;
}

body .nd_options_navigation_3 div li.menu-item-2391 > a:hover {
  padding-bottom: 5px !important;
}

body .nd_options_navigation_3 div > ul > li:after {
  display: none;
}

body .nd_options_navigation_3 div > ul > li {
  padding-right: 10px;
  margin-right: 7px;
  position: relative;
  /* border-right: 1px solid orange; */
  vertical-align: middle;
  line-height: normal;
}

body .menu-gateway-page-container ul.sub-menu > li {
  width: 100% !important;
  padding: 10px !important;
}

.nd_options_navigation_3 .menu-gateway-page-container .sub-menu {
  padding-top: 20px !important;
}

#nd_options_navigation_3_container
  .nd_options_display_none_all_responsive
  .nd_options_section {
  display: none;
}

#nd_options_navigation_3_container .nd_options_grid_12 {
  padding: 30px 15px 18px;
}

/* GV program boxes style updates 2023-05-24 @jojawhi */
/*
- Added hover effect with transition timing
- Changed font size to from 15px to 1rem
- Changed text colors to gv-grey and gv-yellow variables
- Removed underline on anchor tags
*/

.gvprograms_boxes .vc_column-inner {
  background-color: transparent !important;
  transition: all 300ms ease-in-out;
}

.gvprograms_boxes .vc_column-inner:hover {
  transform: translateY(-2px);
}

.gvprograms_boxes .wpb_column .vc_column-inner .wpb_heading {
  position: relative;
  bottom: 0;
  order: 1;
  width: 100% !important;
  padding: 0 10px;
  min-height: 60px;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  background-color: white;
  color: var(--gv-grey);
  border-color: #d0d0d0;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  transition: all 300ms ease-in-out;
}

.gvprograms_boxes .wpb_column .vc_column-inner figure img {
  width: 100%;
}

.gvprograms_boxes .wpb_column .vc_column-inner a {
  display: grid;
  text-decoration: none !important;
}

.gvprograms_boxes .wpb_column .vc_column-inner a > div {
  display: flex;
  flex-direction: column;
}

.gvprograms_boxes .wpb_column .vc_column-inner a > .wpb_single_image:hover h2 {
  color: var(--gv-yellow);
}

.gvprograms_boxes .vc_btn3 {
  width: 90% !important;
  margin: auto;
}

.juicer-feed .j-stack .feed-item {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  height: 370px;
}

.juicer-feed .j-stack .feed-item .j-text-container {
  margin: auto;
}

.juicer-feed .j-stack .feed-item .j-text-container .j-image,
.juicer-feed .j-stack .feed-item .j-text-container .j-text {
  height: 100%;
}

.juicer-feed .j-stack .feed-item .j-poster-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 12px 12px;
  display: flex;
}

.juicer-feed .j-stack .feed-item .j-poster-meta:after {
  position: absolute;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  height: 170%;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}

.juicer-feed .j-stack .feed-item .j-poster-meta .j-instagram {
  margin: auto 15px;
}

.juicer-feed .j-stack .feed-item .j-poster-meta a {
  top: 0;
  margin: auto 0 auto 0;
  z-index: 1;
  color: white;
}

#breadcrumbs {
  margin-top: 119px;
  padding: 10px !important;
  border-bottom: 1px solid #dadada;
  font-size: 10px;
}

#breadcrumbs li {
  list-style: none;
  display: inline;
  padding-right: 15px;
  margin-right: 10px;
  background-image: url('../img/ico_separator.svg');
  background-repeat: no-repeat;
  background-position: right;
  color: black;
  font-family: 'Open Sans';
  font-size: 11px;
}

#breadcrumbs li:last-of-type {
  background: none;
}

#breadcrumbs li a {
}

#breadcrumbs li.item-current {
  color: black;
}

.nicdark_site .nd_learning_container {
  padding-top: 0 !important;
}

#nd_options_breadcrumbs {
  display: none;
}

.contact_table .nd_options_section .nd_options_text_align_left {
  display: none;
}

.contact_table .nd_options_section .nd_options_text_align_right {
  text-align: left;
}

.contact_table .nd_options_section .nd_options_text_align_right a {
  color: #f0a434;
}

.contact_table h1 span {
  color: #414042 !important;
}

.contact_table .wpb_wrapper .nd_options_section {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
}

.contact_table .address {
  background-image: url('../img/ico_contact_local.svg');
}

.contact_table .city {
  background-image: url('../img/ico_contact_city.svg');
}

.contact_table .phone {
  background-image: url('../img/ico_contact_phone.svg');
}

.contact_table .email {
  background-image: url('../img/ico_contact_mail.svg');
}

#nd_options_footer_5 .contact {
  /* width: 15% !important; */
  /*   margin: auto 20px auto 0 !important; */
  /* margin: 0 auto; */
}

#nd_options_footer_5 .contact .label {
  display: none;
}

#nd_options_footer_5 .contact .wpb_wrapper h6 {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px 0 0 25px;
  text-align: left !important;
  min-height: 20px;
  vertical-align: middle;
  display: flex;
}

#nd_options_footer_5 .contact .wpb_wrapper h6 span {
  margin: auto 0;
}

#nd_options_footer_5 .contact .wpb_wrapper h6 span a {
  color: #e3e1e1;
  font-family: 'Josefin Sans';
}

#nd_options_footer_5 .contact .wpb_text_column {
  margin-bottom: 10px;
}

#nd_options_footer_5 .contact .tel {
  background-image: url('../img/ico_footer_tel.svg');
}

#nd_options_footer_5 .contact .email {
  background-image: url('../img/ico_footer_email.svg');
}

#nd_options_footer_5 .contact .address {
  background-image: url('../img/ico_footer_local.svg');
}

.whoiswho.title {
  margin: 40px 0 30px 0;
}

.whoiswho .card {
  cursor: pointer;
  padding: 10px 15px;
}

.whoiswho .card > .vc_column-inner {
  padding: 0;
}

.whoiswho .card > .vc_column-inner > .wpb_wrapper {
  border: 1px solid #e3e3e3;
}

.whoiswho .card > .vc_column-inner > .wpb_wrapper > div {
}

.whoiswho .card .vc_figure,
.whoiswho .card .vc_single_image-wrapper,
.whoiswho .card .vc_single_image-wrapper img {
  width: 100%;
}

.whoiswho .card .name,
.whoiswho .card .position {
  text-align: center;
  margin-bottom: 0;
}

.whoiswho .card .position {
  margin-bottom: 10px;
}

.whoiswho .card .links {
  margin-top: 5px;
}

.whoiswho .card .name p {
  font-size: 21px !important;
  font-family: 'Josefin Sans';
}

.whoiswho .card .position p {
  font-size: 13px !important;
  text-align: center;
  line-height: 17px !important;
  padding: 0 15px;
}

.whoiswho .card .links table {
  margin: auto;
}

.whoiswho .card .links table td a {
  padding: 10px;
}

.whoiswho .card .links table td a img {
  margin: auto;
}

.whoiswho.popup {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
  margin: auto;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

.whoiswho.popup.open {
  opacity: 1;
  visibility: visible;
}

.whoiswho.popup > .wpb_column {
  margin: auto;
  max-width: 1000px;
  background-color: white;
  width: 90%;
  transform: scale(0.9);
}

.whoiswho.popup.open > .wpb_column {
  transform: scale(1);
}

.whoiswho.popup .vc_column-inner,
.whoiswho.popup .vc_column-inner .wpb_wrapper {
  padding: 0;
  height: 100%;
}

.whoiswho.popup > .wpb_column > .vc_column-inner .vc_row {
  margin: auto;
  display: flex;
}

.whoiswho.popup .image {
  background-position: center;
  background-size: cover;
  width: 40%;
  background-repeat: no-repeat;
}

.whoiswho.popup .image img {
  display: none;
}

.whoiswho.popup .info {
  padding: 30px;
  height: 60%;
}

.whoiswho.popup .info .name,
.whoiswho.popup .info .position {
  margin-bottom: 10px;
}

.whoiswho.popup .info .name p {
  font-size: 27px !important;
  font-family: 'Josefin Sans';
}

.whoiswho.popup .info .position p {
  font-size: 17px !important;
}

.whoiswho.popup .info p {
  font-size: 15px !important;
}

.whoiswho.popup .info .links {
  margin-bottom: 0;
}

.whoiswho.popup .info .links a {
  padding: 10px;
}

.whoiswho.popup .info .links img {
  margin: auto;
}

.whoiswho.popup .wpb_raw_code {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 99px;
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
  background-image: url('../img/ico_who_is_who_close.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 999;
}

.whoiswho.popup .wpb_raw_code .close {
}

.nd_options_padding_15 {
  padding-top: 0;
}

.nicdark_border_bottom_1_solid_grey {
  position: relative;
  background-color: black;
  padding: 17px 0;
}

.nicdark_border_bottom_1_solid_grey * {
  color: white !important;
}

.nicdark_border_bottom_1_solid_grey .nicdark_grid_12 {
}

.nicdark_border_bottom_1_solid_grey .nicdark_grid_12 h1,
.nicdark_border_bottom_1_solid_grey .nicdark_grid_12 h3 {
  position: relative;
  z-index: 1;
}

.nicdark_border_bottom_1_solid_grey .nicdark_grid_12:after {
  content: '';
  background-image: url('../img/parallax4.jpg');
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}

.articles {
  display: flex;
  flex-wrap: wrap;
}

.articles.listings {
  display: flex;
  flex-wrap: wrap;
}

.articles.listings article {
  width: 48%;
  margin-bottom: 4%;
}

.articles.listings article * {
  color: #414042;
}

.articles.listings article:nth-child(2n) {
  margin-left: 4%;
}

.right .articles.listings article:nth-child(2n) {
  margin-left: 0;
}

.articles.listings article .listing-thumb {
  width: 100%;
  height: 210px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.articles.listings article .listing-thumb img {
  display: none;
}

.articles.listings article h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: 'Open Sans';
}

.articles.listings article .post-meta {
  display: flex;
  font-size: 14px;
}

.articles.listings article .post-meta .author {
  margin: 15px 0 15px 0;
}

.articles.listings article .post-meta .date {
  margin: 15px 0 15px 15px;
  border-left: 1px solid #414042;
  padding-left: 15px;
}

.articles.listings article .excerpt {
  font-size: 14px;
  line-height: 20px;
}

.articles.listings article .button {
  background-color: #f0a434;
  padding: 13px 56px;
  display: inline-block;
  width: auto;
  margin-top: 14px;
  font-size: 13px;
  color: white;
  border-radius: 6px;
}

.articles.pagination {
  font-size: 15px;
  display: block;
  border-top: 1px solid #dedede;
  padding-top: 15px;
  width: 100%;
}

.articles .pagination .current {
  background-color: #f1f1f1;
}

.articles .pagination span,
.articles .pagination a {
  padding: 5px 17px;
  border-radius: 99px;
  background-color: white;
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.articles .pagination .next,
.articles .pagination .prev {
  background-color: #969696;
  color: white;
}

.articles .right {
  width: 29%;
  margin: 0 0 auto auto;
}

.blog .right {
  width: 30%;
  margin-left: 3%;
}

div#sb_instagram[data-feedid='*2'] .sbi_follow_btn a,
div#sb_instagram[data-feedid='*2'] #sbi_load .sbi_follow_btn {
  width: 100%;
}

div#sb_instagram[data-feedid='*2'].sbi_link .sbi_caption {
  font-size: 11px;
}

div#sb_instagram[data-feedid='*2'] .sbi_follow_btn a svg {
  margin: auto 0 auto auto;
}

div#sb_instagram[data-feedid='*2'] .sbi_follow_btn a span {
  margin: auto auto auto 10px;
}

.nicdark_sidebar {
  display: inline-block;
}

.nicdark_sidebar .wp-block-button a {
  background-color: #f0a434;
  padding: 16px 56px;
  display: inline-block;
  width: auto;
  font-size: 13px;
  color: white;
  border-radius: 6px;
  margin-bottom: 20px;
}

.nicdark_sidebar .widget {
  margin-bottom: 20px;
}

.nicdark_sidebar .title {
  font-family: 'Josefin Sans';
  font-size: 22px;
  margin-bottom: 25px;
}

.nicdark_sidebar article.listing-view {
  border-bottom: 1px solid #d4d4d4;
  width: 100%;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.nicdark_sidebar article.listing-view a > div {
  font-size: 15px;
}

.nicdark_sidebar article:nth-child(2n) {
  margin-left: 0 !important;
}

.nicdark_sidebar article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

.nicdark_sidebar article .listing-content h3 {
  font-size: 14px !important;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 22px;
}

.nicdark_sidebar .post_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nicdark_sidebar .post_tags a {
  font-size: 13px;
  padding: 3px 10px;
  margin: 0px 10px 10px 0px;
  border: 1px solid #dfdfdf;
  text-transform: capitalize;
  background-color: #f9f9f9;
  border-radius: 99px;
}

.nicdark_sidebar .post_tags a[title*='Resources'],
.nicdark_sidebar .post_tags a[title*='Quick Links'],
.nicdark_sidebar .post_tags a[title*='Policies'],
.nicdark_sidebar .post_tags a[title*='Pathway'],
.nicdark_sidebar .post_tags a[title*='Program Pages'],
.nicdark_sidebar .post_tags a[title*='English learning'],
.nicdark_sidebar .post_tags a[title*='English School'],
.nicdark_sidebar .post_tags a[title*='Corporate'],
.nicdark_sidebar .post_tags a[title*='Business'] {
  display: none;
}

.nicdark_sidebar .juicer-feed .j-stack {
  display: flex !important;
  flex-wrap: wrap;
}

.nicdark_sidebar .juicer-feed .j-stack li {
  width: 48%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.nicdark_sidebar .juicer-feed .j-stack li:nth-child(2n) {
  margin-left: 4%;
}

.nicdark_sidebar .juicer-feed .j-stack li .j-poster-meta {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  padding: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  bottom: 0;
  opacity: 0;
}

.nicdark_sidebar .juicer-feed .j-stack li .j-text-container .j-text {
  opacity: 0;
}

.nicdark_sidebar .juicer-feed .j-stack li .j-poster-meta a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.post-template-post-blog .nicdark_container {
  display: flex;
}

.post-template-post-blog .nicdark_grid_4 {
  width: 29%;
  margin: 20px 0 auto auto;
}

.post-template-post-blog .nicdark_container_single_php .post-meta {
  display: flex;
  font-size: 19px;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.post-template-post-blog h1.title {
  font-size: 40px;
  line-height: 42px;
  font-family: 'Open Sans';
  margin-top: 30px;
}

.post-template-post-blog .post-blog .nicdark_container_single_php a {
  color: #3498db !important;
}

.post-template-post-blog .post-meta .author {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #3c3c3c;
}

.post-template-post-blog img.alignleft {
  margin: 10px 30px 30px 0;
}

.post-template-post-blog img.alignright {
  margin: 10px 0 30px 30px;
}

.post-template-post-blog img.size-full {
  margin: 20px 0;
  width: 100%;
}

.post-template-post-blog img.aligncenter {
  margin: 20px auto;
}

.post-template-post-blog .wp-caption {
  padding: 0;
  border: 0;
}

.post-template-post-blog .wp-caption img {
  width: 100%;
}

.post-template-post-blog .wp-caption img.size-full {
  margin-bottom: 0;
}

.post-blog .nicdark_grid_8 {
  padding: 0;
  width: 66.66%;
}

.post-blog .nicdark_container_single_php .image {
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.post-blog .nicdark_container_single_php .image img {
  display: none;
}

.post-blog .nicdark_container_single_php p {
  line-height: 25px;
}

.post-blog .nicdark_container_single_php h2 a {
  font-family: 'Josefin Sans';
}

.post-blog .nicdark_container_single_php ul,
.post-blog .nicdark_container_single_php ol {
  padding-left: 19px;
}

.post-blog .nicdark_container_single_php ul li,
.post-blog .nicdark_container_single_php ol li {
  font-size: 16px;
  font-family: 'Open Sans';
  color: #4d4d4d;
  line-height: 25px;
  margin-bottom: 5px;
}

.post-blog .nicdark_container_single_php iframe {
  min-height: 430px;
}

.topic-visa-immigration-services2 .banner_top {
  padding: 287px 0 0px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topic-visa-immigration-services2 .info h2 {
  line-height: 33px;
}

.topic-visa-immigration-services2 .banner_top .vc_column-inner {
  background-color: rgb(240 164 52 / 91%);
  padding: 10px 0 !important;
}

.topic-visa-immigration-services2
  .banner_top
  .vc_column-inner
  .wpb_text_column {
  margin-bottom: 0;
}

.topic-visa-immigration-services2 h1 {
  font-size: 48px;
  line-height: 48px;
  vertical-align: middle;
  text-transform: uppercase;
  color: white !important;
  padding-top: 10px;
}

.topic-visa-immigration-services2 .advisor {
  display: flex;
  padding: 20px 0;
}

.topic-visa-immigration-services2 .advisor .image {
  width: auto;
}

.topic-visa-immigration-services2 .advisor .image .wpb_wrapper {
  border-radius: 149px;
  overflow: hidden;
  max-width: 150px;
}

.topic-visa-immigration-services2 .advisor .name {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.topic-visa-immigration-services2 .advisor .name table {
  font-size: 17px;
  color: #414042;
}

.topic-visa-immigration-services2 .advisor .name table strong {
  font-size: 24px;
  font-weight: 500;
}

.topic-visa-immigration-services2 .advisor .desc {
  flex: 1;
  display: flex;
  align-content: center;
}

.topic-visa-immigration-services2 .advisor .desc .vc_column-inner {
  align-items: center;
  display: flex;
}

.topic-visa-immigration-services2 .title h2 {
  color: #f0a434;
  font-size: 31px;
}

.topic-visa-immigration-services2 .title {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #f0a43a;
  margin-top: 30px;
}

.topic-visa-immigration-services2 .title .vc_col-sm-3 {
  width: auto;
}

.topic-visa-immigration-services2 .title .vc_col-sm-3 .vc_column-inner {
  padding-right: 0;
}

.topic-visa-immigration-services2 .title .wpb_single_image,
.topic-visa-immigration-services2 .title .wpb_text_column {
  margin-bottom: 0;
}

.topic-visa-immigration-services2 ul {
  padding-left: 30px;
}

.topic-visa-immigration-services2 ul li {
  font-size: 16px;
  line-height: 30px;
}

.topic-visa-immigration-services2 .vc_btn3 {
  background-color: #f0a434 !important;
  color: white !important;
  border: none !important;
  padding: 22px !important;
}

.topic-visa-immigration-services2 .alert {
  padding: 30px 40px 30px 110px;
  background-color: #f8f8f8;
  border-radius: 13px;
  background-image: url('../img/icon_visa_alert.png');
  background-repeat: no-repeat;
  background-position: 35px center;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_active {
  z-index: 1;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_active
  > a {
  background-color: white;
  border-color: #bababa;
  border-width: 2px;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-tabs-container
  .vc_tta-tabs-list {
  display: flex;
  width: calc(100% - 10px);
}

.topic-visa-immigration-services2 .vc_tta .vc_tta-panels {
  background-color: transparent !important;
  border: none !important;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab {
  margin-right: 8px;
  line-height: initial;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-tabs-container
  .vc_tta-tabs-list
  .vc_tta-tab
  a {
  font-size: 15px;
  height: 100%;
  padding: 15px 15px 15px 15px;
  max-width: 230px;
}

.topic-visa-immigration-services2
  .vc_tta.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: white;
  border-color: #bababa;
  border-width: 2px 2px 2px 2px;
  border-radius: 0 20px 20px 20px;
  padding: 40px;
  margin-top: -2px;
}

.topic-visa-immigration-services2
  .vc_tta.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panel
  .vc_tta-panel-body
  * {
  font-size: 15px;
}

.topic-visa-immigration-services2
  .vc_tta.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panel
  .vc_tta-panel-body
  ul {
  padding-left: 28px;
  list-style-image: url('../img/ico_visa_check.png');
}

.topic-visa-immigration-services2
  .vc_tta.vc_tta-style-classic.vc_tta-tabs
  .vc_tta-panel
  .vc_tta-panel-body
  ul
  li {
  margin: 10px 0;
}

.topic-visa-immigration-services2 .vc_tta .key_def .title {
  text-align: center;
  width: 100%;
  display: block;
  border: none;
  margin: 0;
}

.topic-visa-immigration-services2 .vc_tta .key_def .title h2 {
  font-size: 22px !important;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-panel-body
  .vc_row
  .vc_col-sm-6:first-of-type {
  border-right: 2px solid #e5e5e5;
  padding-right: 20px;
}

.topic-visa-immigration-services2
  .vc_tta
  .vc_tta-panel-body
  .vc_row
  .vc_col-sm-6:last-of-type {
  padding-left: 20px;
}

.topic-visa-immigration-services2 #ref ul li {
  margin: 30px 0;
}

.topic-visa-immigration-services2 #faq {
}

.topic-visa-immigration-services2 #faq ul {
  list-style-image: url('../img/ico_visa_check.png');
}

.topic-visa-immigration-services2 #faq ul li {
  margin: 10px 0;
  cursor: pointer;
}

.topic-visa-immigration-services2 #faq ul li.sub {
  margin-left: 30px;
}

.topic-visa-immigration-services2 #faq ul li:hover {
  color: #9d9d9d;
}

.topic-visa-immigration-services2 #faq_list .title {
  padding: 50px 0 20px 0;
}

.topic-visa-immigration-services2 #faq_list .title h2 {
  color: #4d4d4d;
}

.topic-visa-immigration-services2 #faq_list .vc_btn3-container {
  margin-bottom: -20px;
}

.topic-visa-immigration-services2 #faq_list .vc_btn3 {
  background-color: transparent !important;
  color: #4d4d4d !important;
  font-weight: bold;
  padding: 10px 10px 10px 40px !important;
  background-image: url('../img/ico_visa_top.png');
  background-position: 10px center;
  background-repeat: no-repeat;
}

.topic-visa-immigration-services2
  #faq_list
  .vc_row-fluid:last-of-type
  .vc_btn3-container {
  margin-bottom: 30px;
}

.articles.list_all {
  width: 100%;
}

.articles.list_all article {
  margin: auto !important;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid;
  padding: 10px 0;
}

.articles.list_all article:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.articles.list_all article .listing-content {
  display: flex;
}

.articles.list_all article .listing-content h3 {
  order: 1;
  font-size: 16px;
  margin-left: 15px;
  line-height: normal;
}

.articles.list_all article .listing-content .post-meta {
  font-size: 16px;
  color: #727475;
  padding-right: 15px;
}

.articles.list_all article .listing-content .post-meta .date {
  margin: 0;
  border-left: 0;
  padding-left: 0;
}

/* CSS STYLE GUIDE */

/* h1{ */
/* font-size:50px !important; */
/* font-weight: bold !important; */
/* line-height: 60px !important; */
/* } */

/* h2{ */
/* font-size:35px !important; */
/* font-weight: bold !important; */
/* line-height: 40px !important; */
/* } */

/* h3{ */
/* font-size:25px !important; */
/* font-weight: bold !important; */
/* line-height: 28px !important; */
/* } */

/* p{ */
/* font-size:18px !important; */
/* line-height: 28px !important; */
/* } */

/* RESPONSIVE */

@media only screen and (max-width: 980px) {
  .post-template-post-blog .nicdark_container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  #nd_options_navigation_3_top_header {
    display: none;
  }
  #ajaxsearchpro4_2 {
    display: none;
  }

  body .nd_options_navigation_3 div li.menu-item-1161 > a {
    color: #f99c18 !important;
  }
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  #disclaimer_translation {
    display: none;
  }

  .gvprograms_boxes .wpb_column {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 425px) {
  #ajaxsearchpro4_2 {
    display: none !important;
    top: 0px !important;
    position: absolute;
    z-index: 9999;
    left: 0px;
  }

  .juicer-feed .j-stack .feed-item {
    height: 300px;
    min-height: auto;
  }

  #breadcrumbs {
    margin-top: 0;
  }

  /* CSS STYLE GUIDE */

  /* h1{ */
  /* font-size:35px !important;  */
  /* } */

  /* h2{ */
  /* font-size:30px !important;  */
  /* } */

  /* h3{ */
  /* font-size:22px !important;  */
  /* } */

  /* p{ */
  /* font-size:17px !important; */
  /* } */

  .whoiswho .card {
    margin-bottom: 30px;
  }

  .whoiswho.popup > .wpb_column {
    height: 80vh;
    margin: auto auto 4vh auto;
  }

  .whoiswho.popup > .wpb_column > .vc_column-inner .vc_row {
    flex-direction: column;
    height: 100%;
  }

  .whoiswho.popup .info > .vc_column-inner {
    overflow: auto;
    max-height: 45vh;
  }

  .whoiswho.popup .image {
    min-height: 40%;
    width: 100%;
    background-size: contain;
    background-color: black;
  }

  .blog .right {
    width: 100%;
    margin: 0;
  }

  .articles.listings article {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }

  .right .articles {
    width: 100%;
  }

  .articles.list_all article .listing-content {
    flex-direction: column;
  }

  .articles.list_all article .listing-content h3 {
    margin: 15px 0 0 0;
  }

  .sidebar.nicdark_sidebar .nicdark_sidebar {
    display: block;
  }

  .post-template-post-blog .nicdark_container {
    flex-direction: column;
  }

  .post-template-post-blog .nicdark_container .nicdark_section {
    display: block;
  }

  .post-template-post-blog .nicdark_grid_8 {
    padding: 0;
    width: 100%;
  }

  .post-template-post-blog .nicdark_grid_4 {
    width: 100%;
  }

  .post-blog .nicdark_container_single_php .image {
    margin: 0 -19%;
  }

  .topic-visa-immigration-services2 .advisor {
    flex-direction: column;
  }

  .topic-visa-immigration-services2 .advisor .name {
    padding: 15px 0;
  }

  .topic-visa-immigration-services2 .title h2 {
    line-height: initial;
  }

  .topic-visa-immigration-services2 .title .vc_col-sm-3 {
    margin: auto 15px auto auto;
    min-width: 40px;
  }

  .topic-visa-immigration-services2 .title .wpb_single_image,
  .topic-visa-immigration-services2 .title .wpb_text_column {
    margin: 0 !important;
  }

  .topic-visa-immigration-services2 .alert {
    padding: 86px 25px 25px 25px;
    background-position: 25px 25px;
    margin: 30px 0 !important;
  }

  .topic-visa-immigration-services2 #ref ul li {
    margin: 10px 0;
  }

  .topic-visa-immigration-services2 .title {
    margin-bottom: 0 !important;
  }

  .topic-visa-immigration-services2
    .vc_tta.vc_tta-style-classic.vc_tta-tabs
    .vc_tta-panel
    .vc_tta-panel-body {
    padding: 30px;
    border-radius: 0 0px 10px 10px;
  }

  .topic-visa-immigration-services2
    .vc_tta.vc_tta-style-classic.vc_tta-tabs
    .vc_tta-panel
    .vc_tta-panel-heading {
    display: none;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-panel-body
    .vc_row
    .vc_col-sm-6:first-of-type {
    border-bottom: 2px solid #e5e5e5;
    border-right: 0;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-panel-body
    .vc_row
    .vc_col-sm-6 {
    padding: 10px !important;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-panel-body
    .vc_row
    .vc_col-sm-6
    p {
    text-align: center !important;
  }

  .topic-visa-immigration-services2 .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
    overflow: auto;
    margin-right: 0;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list {
    width: 100%;
    overflow: auto;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list:after,
  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list:before {
    content: '';
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.1;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(
      left,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list
    .vc_tta-tab
    a {
    width: 200px;
  }

  .topic-visa-immigration-services2
    .vc_tta
    .vc_tta-tabs-container
    .vc_tta-tabs-list
    .vc_tta-tab:last-of-type {
    margin-right: 0;
  }
}

/* ANIMATION */

.whoiswho.popup,
.whoiswho.popup > .wpb_column {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body .edvisor_app-container .edvisor_btn--default.edvisor_btn--fill,
body .edvisor_app-container .edvisor_btn--default:hover {
  background: #f0a434;
  border-color: #f0a434;
  color: #fff;
}
body .edvisor_app-container .edvisor_btn--default.edvisor_btn--fill:hover,
body .edvisor_app-container .edvisor_btn--default:active {
  background: #e8af59;
  border-color: #e8af59;
}
body .edvisor_app-container .edvisor_btn--default.edvisor_btn--fill,
body .edvisor_app-container .edvisor_btn--default:hover {
  background: #f0a434;
  border-color: #f0a434;
  color: #fff;
}
body .edvisor_app-container button {
  color: '#F0A434' !important;
}
body .edvisor_app-container a {
  color: '#F0A434' !important;
}
body .edvisor_app-container div {
  background-color: '#414042' !important;
}
body .edvisor_app-container div {
  font-family: 'Josefin Sans' !important;
}
body .edvisor_app-container button {
  color: #f0a434;
}
body .edvisor_app-container a {
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #f0a434;
  cursor: pointer;
  z-index: 15;
}
body .edvisor_app-container .edvisor_btn--default {
  color: #f0a434;
}
body .edvisor_app-container .edvisor_breadcrumb_prev circle:nth-child(2) {
  stroke-width: 2px;
  stroke: #f0a434;
}
body .edvisor_app-container .edvisor_breadcrumb_active circle:nth-child(2) {
  stroke-width: 2px;
  stroke: #f0a434;
}
body .edvisor_app-container .edvisor_breadcrumb_prev circle:first-child {
  fill: #f0a434;
}

body .edvisor_app-container .edvisor_modal.edvisor_modal {
  margin: auto !important;
}

.slider_search .wpb_text_column {
  z-index: 9;
  position: absolute;
  max-width: 700px;
  margin: -7vw auto auto auto;
  left: 0;
  right: 0;
}

.slider_search .wpb_text_column .wpb_wrapper {
  display: flex;
}

.slider_search .wpb_text_column .wpb_wrapper > div {
  width: 44%;
  margin: 0 auto auto auto;
}

.slider_search .wpb_text_column .wpb_wrapper #search_program_item {
  margin-left: 0;
}

.slider_search .wpb_text_column .wpb_wrapper #search_test_item_ {
  margin-right: 0;
}

.slider_search .wpb_text_column .wpb_wrapper #ajaxsearchpro1_1,
.slider_search .wpb_text_column .wpb_wrapper #ajaxsearchpro1_2,
.slider_search .wpb_text_column .wpb_wrapper div.asp_m.asp_m_1 {
  width: auto;
}

.slider_search rs-fullwidth-wrap {
  min-height: 800px;
}

.search-results .nd_options_border_radius_3 {
  background-color: #f0a434 !important;
  padding: 13px 56px;
  font-size: 13px;
}
.slider_search rs-module-wrap#rev_slider_31_1_wrapper {
  height: 100% !important;
}

.slider_search rs-module-wrap#rev_slider_31_1_wrapper rs-layer img {
  display: none;
}

#sbi_images .sbi-owl-next,
#sbi_images .sbi-owl-prev {
  height: 45px;
  width: 45px;
  background-color: transparent;
  border-radius: 0;
  background-repeat: no-repeat;
  box-shadow: none;
  background-position: center;
  background-size: contain;
}

#sbi_images .sbi-owl-next {
  background-image: url('../img/arrow_right.png');
  right: -80px;
}

#sbi_images .sbi-owl-prev {
  background-image: url('../img/arrow_left.png');
  left: -80px;
}

#sbi_images .sbi-owl-next svg,
#sbi_images .sbi-owl-prev svg {
  display: none;
}

#sb_instagram {
  padding: 0 70px;
}

.widget_block #sb_instagram {
  padding: 0 0;
}

#sb_instagram .sbi_follow_btn a {
  display: flex;
  align-items: center;
}

.vertical.ajaxsearchpro {
  display: none !important;
}

@media (max-width: 640px) {
  #sb_instagram {
    padding: 0 0px;
  }

  #sbi_images .sbi-owl-next {
    right: -45px;
  }

  #sbi_images .sbi-owl-prev {
    left: -45px;
  }

  #sb_instagram #sbi_load .sbi_follow_btn,
  #sb_instagram #sbi_load .sbi_follow_btn a {
    width: 100%;
    margin-left: 0;
  }

  #sbi_images .sbi-owl-next,
  #sbi_images .sbi-owl-prev {
    width: 35px;
    height: 35px;
  }

  #sb_instagram .sbi_follow_btn .fa,
  #sb_instagram .sbi_follow_btn svg {
    margin: auto 10px auto auto;
  }

  #sb_instagram .sbi_follow_btn span {
    margin: auto auto auto 0;
  }
}

/* TABLES */

#wpdtSimpleTable-1 td {
  border-width: 0px 0px 1px 0px;
  border-color: #cfcfcf;
}

#wpdtSimpleTable-1 td.wpdt-cell span {
  font-size: 28px;
}

#wpdtSimpleTable-1 .wpdt-cell-row:nth-child(n + 3) {
  border-style: solid;
  border-width: 0 3px 0 3px;
  border-color: #f0a523;
}

#wpdtSimpleTable-1 .wpdt-cell-row:nth-child(3) {
  border: 3px solid #f0a523;
}

#wpdtSimpleTable-1 .wpdt-cell-row:last-of-type {
  border-width: 3px 0px 0px 0px;
  border-type: solid;
  border-color: #f0a523;
}

#wpdtSimpleTable-1 .wpdt-cell-row:last-of-type td {
  border: none;
}

#wpdtSimpleTable-2 .wpdt-cell-row:nth-child(1) td,
#wpdtSimpleTable-2 .wpdt-cell-row:nth-child(2) td {
  border-width: 0;
}

#wpdtSimpleTable-2 .wpdt-cell-row:nth-child(n + 3) {
  border-style: solid;
  border-width: 0 3px 0 3px;
  border-color: #f0a523;
}

#wpdtSimpleTable-2 .wpdt-cell-row:nth-child(3) {
  border: 3px solid #f0a523;
}

#wpdtSimpleTable-2 .wpdt-cell-row:last-of-type {
  border-width: 0 3px 3px 3px;
}

#wpdtSimpleTable-3 td.wpdt-empty-cell,
#wpdtSimpleTable-6 td.wpdt-empty-cell {
  border: none;
}

#wpdtSimpleTable-3 td span.box,
#wpdtSimpleTable-6 td span.box {
  border: 1px solid black;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#wpdtSimpleTable-3 tr:nth-child(1) td,
#wpdtSimpleTable-6 tr:nth-child(1) td {
  border: none;
}

#wpdtSimpleTable-3 tr:nth-child(n + 3):nth-child(-n + 19),
#wpdtSimpleTable-6 tr:nth-child(n + 3):nth-child(-n + 19) {
  border-width: 0 3px;
  border-style: solid;
  border-color: #f0a523;
}

#wpdtSimpleTable-3 tr:nth-child(n + 5):nth-child(-n + 8),
#wpdtSimpleTable-6 tr:nth-child(n + 5):nth-child(-n + 8) {
  border-width: 0 3px;
}

#wpdtSimpleTable-3 tr:nth-child(5),
#wpdtSimpleTable-3 tr:nth-child(3),
#wpdtSimpleTable-3 tr:nth-child(9),
#wpdtSimpleTable-3 tr:nth-child(11),
#wpdtSimpleTable-3 tr:nth-child(12),
#wpdtSimpleTable-3 tr:nth-child(15),
#wpdtSimpleTable-3 tr:nth-child(17),
#wpdtSimpleTable-6 tr:nth-child(5),
#wpdtSimpleTable-6 tr:nth-child(3),
#wpdtSimpleTable-6 tr:nth-child(9),
#wpdtSimpleTable-6 tr:nth-child(11),
#wpdtSimpleTable-6 tr:nth-child(12),
#wpdtSimpleTable-6 tr:nth-child(15),
#wpdtSimpleTable-6 tr:nth-child(17) {
  border-width: 3px 3px 0 3px !important;
}

#wpdtSimpleTable-3 tbody tr:nth-child(19),
#wpdtSimpleTable-6 tbody tr:nth-child(8) {
  border-width: 0px 3px 3px 3px !important;
}

#wpdtSimpleTable-4 tr:nth-child(-n + 2) td {
  border: 2px solid #f0a523;
}

#wpdtSimpleTable-4 tr:nth-child(n + 3) td {
  border-width: 0 0 1px 0;
}

#wpdtSimpleTable-4 tr:last-of-type td {
  border-width: 0 0 0 0;
}

#wpdtSimpleTable-4 .wpdt-cell-row:nth-child(n + 3) {
  border-style: solid;
  border-width: 0 3px 0 3px;
  border-color: #f0a523;
}

#wpdtSimpleTable-4 .wpdt-cell-row:last-of-type {
  border-width: 3px 3px 3px 3px;
}

#wpdtSimpleTable-5 tr:nth-child(n + 3) td {
}

#wpdtSimpleTable-5 tr:nth-child(n + 3):nth-child(-n + 30) {
  border-width: 0 3px;
  border-style: solid;
  border-color: #f0a523;
}

#wpdtSimpleTable-5 tbody tr:last-of-type {
  border-width: 0px 3px 3px 3px !important;
}

#wpdtSimpleTable-5 tr:nth-child(1) td,
#wpdtSimpleTable-5 tr:nth-child(2) td {
  border: none;
}

#wpdtSimpleTable-5 tr:nth-child(3) td {
  border-color: white;
}

#wpdtSimpleTable-5 tr:nth-child(3),
#wpdtSimpleTable-5 tr:nth-child(9),
#wpdtSimpleTable-5 tr:nth-child(12),
#wpdtSimpleTable-5 tr:nth-child(15),
#wpdtSimpleTable-5 tr:nth-child(19) {
  border-width: 3px 3px 0 3px !important;
}

#wpdtSimpleTable-5 tr td.wpdt-merged-cell:nth-child(1) {
  width: 5%;
}

#wpdtSimpleTable-5 tr td:nth-child(n + 3) {
  width: 4%;
}

#wpdtSimpleTable-5 tr:nth-child(4) td:nth-child(2),
#wpdtSimpleTable-5 tr:nth-child(9) td:nth-child(2),
#wpdtSimpleTable-5 tr:nth-child(12) td:nth-child(2),
#wpdtSimpleTable-5 tr:nth-child(15) td:nth-child(2),
#wpdtSimpleTable-5 tr:nth-child(19) td:nth-child(2) {
  width: 20%;
}

#wpdtSimpleTable-5 .wpdt-cell-row:last-of-type {
  border-width: 3px 0px 0px 0px !important;
  border-type: solid;
  border-color: #f0a523;
}

#wpdtSimpleTable-5 .wpdt-cell-row:last-of-type td {
  border: none;
}

#wpdtSimpleTable-6 .wpdt-cell-row:last-of-type {
  border-width: 3px 0px 0px 0px !important;
  border-type: solid;
  border-color: #f0a523;
}

#wpdtSimpleTable-6 .wpdt-cell-row:last-of-type td {
  border: none;
}

@media (max-width: 640px) {
  .wpDataTableContainerSimpleTable {
    overflow-x: auto;
  }

  .wpDataTableContainerSimpleTable table {
    min-width: 900px;
  }
}

/* TABLES END */

@media (max-width: 640px) {
  .wpDataTableContainerSimpleTable {
    overflow-x: auto;
  }

  .wpDataTableContainerSimpleTable table {
    min-width: 900px;
  }

  html[lang='es'] #slider-31-slide-192-layer-23 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 10px;
  }

  body.mob-menu-overlay,
  body.mob-menu-slideout,
  body.mob-menu-slideout-over,
  body.mob-menu-slideout-top {
    padding-top: 70px !important;
  }
}

#start_nicdark_framework .mobmenu-right-panel,
#start_nicdark_framework .mobmenu-left-panel {
  max-width: 100% !important;
}

#start_nicdark_framework .mob-menu-header-holder {
  height: 70px;
  display: none;
}

.nd_options_display_block_responsive {
  display: none !important;
}

.nd_options_display_none_all_responsive {
  display: block;
}

#nd_options_navigation_3_top_header > div {
  width: 50%;
  padding: 11px 0;
  display: flex;
}

#nd_options_navigation_3_top_header > div:first-child > div {
  margin: auto auto auto 10px;
}

#nd_options_navigation_3_top_header > div:last-child > div {
  margin: auto 10px auto auto;
}

@media (max-width: 1024px) {
  #start_nicdark_framework .mob-menu-header-holder {
    display: flex;
  }

  #nd_options_navigation_3_container,
  #nd_options_navigation_3_top_header {
    display: none;
  }

  body#start_nicdark_framework {
    padding-top: 70px;
  }

  #breadcrumbs {
    margin-top: 0;
  }
}

#start_nicdark_framework .mobmenul-container {
  display: none !important;
}

#start_nicdark_framework .mobmenur-container,
#start_nicdark_framework .mobmenul-container {
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  right: 7px;
}

#start_nicdark_framework .mobmenur-container a,
#start_nicdark_framework .mobmenul-container a {
  display: block;
  margin: auto;
}

#start_nicdark_framework .mobmenur-container i,
#start_nicdark_framework .mobmenul-container i {
  line-height: 45px;
  font-size: 45px;
}

#start_nicdark_framework .mob-standard-logo {
  height: 70px !important;
  width: auto;
  display: flex;
}

#start_nicdark_framework .mob-standard-logo img {
  width: auto;
  height: auto;
}

#start_nicdark_framework .mob-menu-logo-holder {
  margin: auto auto auto 15px;
  height: auto;
}

#start_nicdark_framework .mobmenu .headertext {
  display: flex;
}

#start_nicdark_framework .mob-cancel-button {
  font-size: 40px !important;
  margin: 15px 10px 0 0;
}

.post-template-post-blog #nicdark_tags_list,
.post-template-post-blog #nicdark_categories_list {
  display: none;
}

/* mobile language */
.mobmenur-container .language {
  display: flex;
}

.mobmenur-container .language .selected a {
  width: 36px;
  color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex !important;
}

.mobmenur-container .language .lang {
  margin: auto;
  background-color: white;
  border-radius: 5px;
  min-width: 36px;
  min-height: 27.5px;
}

.mobmenur-container .language .selected {
  margin: auto;
  padding: 0 !important;
}

.mobmenur-container .language .selected a img {
  width: 100%;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}

.mobmenur-container .language .option {
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.admin-bar .mobmenur-container .language .option {
  height: calc(100% - 46px);
  top: 46px;
}

.mobmenur-container .language .option a {
  padding: 12px 15px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.mobmenur-container .language .option a:nth-child(3) {
  border-top: 1px solid #d7d7d7;
}

.mobmenur-container .language .option .title {
  margin: auto auto auto 15px;
  font-size: 15px;
}

.mobmenur-container .language .option .top {
  display: flex;
}

.mobmenur-container .language .option .close {
  background-color: #efefef;
  padding: 5px 10px;
  width: 85px;
  font-size: 14px;
  margin: 10px 10px 10px auto;
  text-align: center;
  border-radius: 99px;
}

.mobmenur-container .language .option a.selected {
  display: none !important;
}

#nd_learning_single_course_page_img {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#nd_learning_single_course_page_img img {
  opacity: 0;
}

.hidden {
  display: none !important;
}
.home .banner .wpb_column,
.home .banner .vc_column-inner {
  float: none;
  margin: auto;
  padding: 0;
}

.home .banner .one {
  background-color: rgb(221 153 51 / 0.9);
  text-align: center;
  margin: -240px auto 0 auto;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.home .banner .two {
  background-color: rgb(4 139 168 / 90%);
  text-align: center;
  margin: 0 auto 0 auto !important;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.home .banner .one p,
.home .banner .two p {
  font-size: 3vw;
  line-height: 4vw;
  padding: 1vw 0 0.5vw 0;
  font-family: 'Josefin Sans';
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-shadow: 0 1px 9px rgb(0 0 0 / 30%);
}

.home .banner .forms {
  margin: 0 auto 6vw auto !important;
}

.home .banner .forms .wpb_wrapper {
  display: flex;
}

.home .banner .forms #search_program_item,
.home .banner .forms #search_test_item_ {
  width: 300px;
}

.home .banner .forms #search_test_item_ {
  margin-left: 5vw;
}

@media (max-width: 475px) {
  .home .banner .one p,
  .home .banner .two p {
    font-size: 3.3vh;
    line-height: 3.8vh;
    padding: 2vh 0 2vh 0;
  }
}

.background_image {
  opacity: 0;
  height: 0;
}

/* removed height and margin to fix wonky logo sizing and position on small screens @jojawhi July 5, 2023 */
@media (max-width: 399px) {
  .mob-menu-logo-holder img {
    width: 170px !important;
    /* height: 50px !important;
		margin-top: 10px; */
  }
}

/* Desktop Menu Adjustments */
/* .schools-menu > a:after {
  background-color: transparent !important;
} */

/* Section Hero */

@media screen and (max-width: 1600px) {
  .home .banner .one {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .home .banner .one {
    margin-top: 0px;
  }
}
@media screen and (max-width: 650px) {
  .home .banner .one {
    margin-top: 0px;
  }
}

.gv-sec-hero img {
  margin-top: 95px;
}

@media screen and (max-width: 1024px) {
  .gv-sec-hero img {
    margin-top: -15px;
  }
}

@media screen and (min-width: 1360px) {
  .gv-sec-hero img {
    margin-top: 79px;
  }
}

@media screen and (min-width: 1921px) {
  .gv-sec-hero figure {
    margin: 0 auto !important;
    display: block !important;
    width: 1920px;
  }
}

/* 1000px - 1099px */
@media screen and (min-width: 1000px) {
  .home .banner .two p,
  .home .banner .one p {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) and (max-height: 700px) {
  .home .banner .one {
    margin-top: -65px;
  }
}

/* 1100px - 1199px */
@media screen and (min-width: 1100px) and (max-width: 1199px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) and (max-height: 700px) {
  .home .banner .one {
    margin-top: -110px;
  }
}

/* 1200px - 1299px */
@media screen and (min-width: 1200px) and (max-width: 1299px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: -85px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) and (max-height: 700px) {
  .home .banner .one {
    margin-top: -160px;
  }
}

/* 1300px - 1399px */
@media screen and (min-width: 1300px) and (max-width: 1399px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: -140px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) and (max-height: 700px) {
  .home .banner .one {
    margin-top: -210px;
  }
}

/* 1400px - 1499px */

@media screen and (min-width: 1400px) and (max-width: 1499px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: 0;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -90px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: -190px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) and (max-height: 700px) {
  .home .banner .one {
    margin-top: -255px;
  }
}

/* 1500px - 1599px */

@media screen and (min-width: 1500px) and (max-width: 1599px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -130px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: -230px;
  }
}

/* 1600px - 1699px */
@media screen and (min-width: 1600px) and (max-width: 1699px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -180px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) and (max-height: 800px) {
  .home .banner .one {
    margin-top: -275px;
  }
}

/* 1700px - 1799px */
@media screen and (min-width: 1700px) and (max-width: 1799px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: -130px;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1799px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -275px;
  }
}

/* 1800px - 1899px */
@media screen and (min-width: 1800px) and (max-width: 1899px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: -170px;
  }
}

@media screen and (min-width: 1800px) and (max-width: 1899px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -270px;
  }
}

/* 1900px - 1999px */
@media screen and (min-width: 1900px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: -180px;
  }
}

@media screen and (min-width: 1900px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -280px;
  }
}

/* 2000px -  */
@media screen and (min-width: 2000px) and (min-height: 901px) {
  .home .banner .one {
    margin-top: -190px;
  }
}

@media screen and (min-width: 2000px) and (max-height: 900px) {
  .home .banner .one {
    margin-top: -290px;
  }
}

/* CTA Button update */

/* .vc_btn3-container .vc_btn3,
.wpb_wrapper .vc_btn3-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px !important;
    font-weight: 700;
    transition: all 300ms;
	color: black !important;
}

.wpb_wrapper .vc_btn3-container {
    box-shadow: 0 1px 5px 0 #777;
    border: 4px solid #F0A434 !important;
}

.wpb_wrapper .vc_btn3-container:hover {
    background-color: #F0A434 !important;
    box-shadow: 0 1px 7px 0 #777;
    transform: translateY(-1px);
}

.vc_btn3-container .vc_btn3 {
    height: 100% !important;
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

.vc_btn3-container .vc_btn3:hover {
    color: black !important;
    border: none !important;
    outline: none !important;
} */

/* Centering contact details in mobile footer */

#calgary-contact-details .vc_column-inner,
#victoria-contact-details .vc_column-inner {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1100px) {
  #calgary-contact-details .vc_column-inner,
  #victoria-contact-details .vc_column-inner {
    /* justify-content: left; */
  }
}

/* New submenu styles by jojawhi 2023-04-10 */

/* Unsetting interfering and conflicting styles */
#menu-menu-principal-1 .sub-menu {
  background-color: transparent !important;
  padding-top: 24px !important;
  font-family: 'Open Sans' !important;
  z-index: 99999;
}

#menu-menu-principal-1 .sub-menu li {
  background-color: white !important;
  box-shadow: none !important;
  border: none !important;
  width: max-content !important;
  min-width: 150px !important;
  padding: 0 !important;
}

#menu-menu-principal-1 .sub-menu li a {
  font-family: 'Open Sans' !important;
  font-size: 16px !important;
}

#menu-menu-principal-1 .sub-menu li a:hover {
  color: #f0a434;
}

#menu-menu-principal-1 .sub-menu li h3 a {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 20px !important;
  color: #404040 !important;
  line-height: 20px !important;
}

#menu-menu-principal-1 .sub-menu *::after,
#menu-menu-principal-1 .sub-menu *::before {
  all: unset !important;
}

.vc_row.submenu {
  display: none;
}

/* English Programs menu */

.sub-menu .submenu-english-programs {
  margin-left: -125px !important;
}

#english-programs {
  padding: 10px !important;
  border: 2px solid #f0a434;
}

#english-programs td > a {
  padding: 10px 0 !important;
}

#english-programs table table td {
  padding: 10px 15px;
}

#english-programs > tbody > tr > td > table > tbody > tr {
  display: flex;
}

#english-programs > tbody > tr > td > table > tbody > tr > td > table {
  border-right: 1px solid #f0a434 !important;
  margin-bottom: 10px;
}

#english-programs
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr
  > td:last-child
  > table {
  border: none !important;
}

#english-programs h3 {
  padding: 20px 15px 0 15px !important;
  font-weight: bold;
}

/* Test Centres & Services menus */

#submenu-test-centres,
#submenu-services,
#submenu-pathways {
  padding: 10px;
  border: 2px solid #f0a434;
}

#submenu-test-centres ul,
#submenu-services ul,
#submenu-pathways ul {
  list-style: none;
  padding-left: 0 !important;
}

#submenu-test-centres li a,
#submenu-pathways li a,
#submenu-services li a {
  line-height: 17px !important;
  padding: 10px 0 !important;
}

#submenu-test-centres td,
#submenu-pathways td,
#submenu-services td {
  padding: 10px;
}

/* Schools menu */

#menu-menu-principal-1 .sub-menu:has(.schools-menu) {
  width: max-content;
  max-width: 175px;
  justify-content: left !important;
  align-items: left !important;
}

#menu-menu-principal-1 .sub-menu .schools-menu:nth-of-type(1),
#menu-menu-principal-1 .sub-menu .schools-menu:nth-of-type(2) {
  background-color: white !important;
  border-right: 2px solid #f99c18 !important;
  border-left: 2px solid #f99c18 !important;
  width: 100% !important;
  line-height: 17px !important;
}

#menu-menu-principal-1 .sub-menu .schools-menu:nth-of-type(1) {
  padding: 20px 10px 10px 10px !important;
  border-top: 2px solid #f99c18 !important;
  border-bottom: none !important;
}

#menu-menu-principal-1 .sub-menu .schools-menu:nth-of-type(2) {
  padding: 10px 10px 20px 10px !important;
  border-bottom: 2px solid #f99c18 !important;
  border-top: none !important;
}

/* ********* End of jojawhi menu styles ********** */

/** SUB MENU STYLES **/
#menu-menu-principal-1 .sub-menu .one-item-submenu {
  background-color: white !important;
  border-right: 2px solid #f99c18 !important;
  border-left: 2px solid #f99c18 !important;
  width: 100% !important;
  line-height: 17px !important;
  border-top: 2px solid #f99c18 !important;
  border-bottom: 2px solid #f99c18 !important;
  padding: 20px 10px !important;
}

#menu-menu-principal-1 .sub-menu .multiple-items-submenu {
  background-color: white !important;
  border-right: 2px solid #f99c18 !important;
  border-left: 2px solid #f99c18 !important;
  width: 100% !important;
  line-height: 17px !important;
  padding: 10px !important;
  width: 200px !important;
}
#menu-menu-principal-1 .sub-menu .multiple-items-submenu:first-child {
  border-top: 2px solid #f99c18 !important;
  padding: 20px 10px 10px !important;
}
#menu-menu-principal-1 .sub-menu .multiple-items-submenu:last-child {
  border-bottom: 2px solid #f99c18 !important;
  padding: 10px 10px 20px !important;
}

/* RRU Header and Footer styles */

.page-id-14124 section {
  padding: 0 1em;
}

.page-id-14124 > div.mob-menu-header-holder.mobmenu > div.mobmenur-container {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  body #rru-header {
    display: none;
  }
}

/* Targeting the logo image in header */
#rru-header > div > div > a > img {
  max-width: 250px;
}

@media only screen and (max-width: 767px) {
  #start_nicdark_framework .mobmenu .mob-standard-logo {
    height: 44px !important;
    width: 150px !important;
    margin-top: 0 !important;
  }
}

/* Stlying the language widget in rru header */

.mobmenu .language {
  display: flex;
}

.mobmenu .language .selected a {
  width: 36px;
  color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex !important;
}

.mobmenu .language .lang {
  margin: auto;
  background-color: white;
  border-radius: 5px;
  min-width: 36px;
  min-height: 27.5px;
}

.mobmenu .language .selected {
  margin: auto;
  padding: 0 !important;
}

.mobmenu .language .selected a img {
  width: 100%;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
}

.mobmenu .language .option {
  position: fixed;
  left: 0;
  top: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.admin-bar .mobmenu .language .option {
  height: calc(100% - 46px);
  top: 46px;
}

.mobmenu .language .option a {
  padding: 12px 15px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.mobmenu .language .option a:nth-child(3) {
  border-top: 1px solid #d7d7d7;
}

.mobmenu .language .option .title {
  margin: auto auto auto 15px;
  font-size: 15px;
}

.mobmenu .language .option .top {
  display: flex;
}

.mobmenu .language .option .close {
  background-color: #efefef;
  padding: 5px 10px;
  width: 85px;
  font-size: 14px;
  margin: 10px 10px 10px auto;
  text-align: center;
  border-radius: 99px;
}

.mobmenu .language .option a.selected {
  display: none !important;
}

.rru-footer-container {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rru-footer-logo {
  max-width: 150px;
}

@media only screen and (max-width: 767px) {
  .rru-footer-container {
    flex-direction: column;
  }
}

/* G-TRANSLATE - 2023/05 - @fugita / Studio DMLA */
/* This code is needed for the correct G-Translate dropdown positioning */

/* G-Translate @ Header */
#nd_options_navigation_3_top_header > div:last-child > div {
  display: flex;
}
#nd_options_navigation_3_top_header .nd_options_text_align_right > div > a {
  height: 20px;
  margin-top: 3px;
}
#nd_options_navigation_3_top_header
  .nd_options_text_align_right
  > div
  > a:last-of-type {
  margin-right: 16px;
  height: 32px;
  margin-top: -3px;
}
.gt_switcher {
  border-radius: 5px;
}
/* G-Translate @ Footer */
#nd_options_footer_5 .gt_switcher {
  display: none;
}
@media screen and (max-width: 1024px) {
  #nd_options_footer_5 .gt_switcher {
    display: block;
    margin: 20px auto 0;
  }
}
/* Footer Responsive Fix + CSS */
#nd_options_footer_5 h4 {
  margin-top: 24px;
  font-weight: bold;
  color: #f0a434;
}
#nd_options_footer_5 h3 {
  color: #f0a434;
  font-weight: bold;
}
#nd_options_footer_5 .box {
  padding-inline: 16px;
}
#nd_options_footer_5 .box a {
  color: #ccc;
}
#nd_options_footer_5 .box .second {
  margin-top: 35px;
}
#nd_options_footer_5 h6 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 8px;
  line-height: 1.5em;
}
#nd_options_footer_5 h6,
#nd_options_footer_5 h6 a {
  color: #e3e1e1;
}
#nd_options_footer_5 .contact h6 a {
  font-family: 'Josefin Sans';
}
#nd_options_footer_5 .contact {
  padding-left: 20px;
}
#nd_options_footer_5 .contact img {
  max-width: 150px;
  margin: 0;
}
#nd_options_footer_5 .mobile {
  display: none;
}
#gv-footer {
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  #nd_options_footer_5 .contact img {
    max-width: 100%;
    margin: 0 auto;
  }
  #nd_options_footer_5 .contact h4,
  #nd_options_footer_5 .contact h6 {
    max-width: 200px;
    margin: 8px auto 0;
    text-align: left;
  }
  #nd_options_footer_5 .contact .victoria {
    margin-top: 35px;
  }
  #nd_options_footer_5 .contact {
    padding-left: 0;
  }
  #nd_options_footer_5 .mobile {
    display: block;
  }
  #nd_options_footer_5 .desktop {
    display: none;
  }
}

/* CSS Overhaul jojawhi - 05/2023 */
/* Trying to get elements across the site to be more consistently styled and reduce the reliance on in-line styles, spacer elements, and page-specific CSS */

.gv-text-grey {
  color: var(--gv-grey) !important;
}

.gv-text-yellow {
  color: var(--gv-yellow) !important;
}

.gv-text-white {
  color: var(--gv-white) !important;
}

.gv-text-teal {
  color: var(--gv-teal) !important;
}

.gv-heading-hero {
  display: block;
  font-size: var(--heading-hero-size-mobile) !important;
  line-height: var(--heading-height-mobile) !important;
  font-weight: bold !important;
  text-align: center;
  color: var(--gv-grey) !important;
  margin: 0 0 20px 0 !important;
}

.gv-heading-hero-alt {
  display: block;
  font-size: var(--heading-hero-size-mobile) !important;
  line-height: var(--heading-hero-height-mobile) !important;
  text-align: center;
}

.gv-heading {
  display: block;
  font-family: 'Josefin Sans', 'Open Sans', sans-serif !important;
  font-size: var(--heading-size-mobile) !important;
  line-height: var(--heading-height-mobile) !important;
  font-weight: bold !important;
  margin: 0 0 30px 0 !important;
}

.gv-subheading {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: var(--subheading-size-mobile) !important;
  line-height: var(--subheading-height-mobile) !important;
  font-weight: bold;
  margin: 0 0 15px 0 !important;
}

.gv-text-cta {
  display: block;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: var(--heading-hero-size-mobile) !important;
  line-height: var(--heading-hero-height-mobile) !important;
  color: var(--gv-white) !important;
  text-shadow: 2px 2px var(--gv-grey);
}

.gv-text-body {
  display: block;
  font-family: 'Open Sans', sans-serif !important;
  font-size: var(--body-size-mobile) !important;
  line-height: var(--body-height-mobile) !important;
  font-weight: medium !important;
}

.gv-text-emphasis {
  display: block;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
  font-size: var(--body-size-mobile) !important;
  line-height: var(--body-height-mobile) !important;
}

.gv-text-center {
  text-align: center !important;
}

.gv-separator-small {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.gv-separator-large {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.gv-separator-center {
  margin-inline: auto !important;
}

.gv-separator-yellow .vc_sep_line {
  border-color: var(--gv-yellow) !important;
}

.gv-separator-grey .vc_sep_line {
  border-color: var(--gv-grey) !important;
}

@media only screen and (min-width: 768px) {
  .gv-heading-hero {
    font-size: var(--heading-hero-size-tablet) !important;
    line-height: var(--heading-hero-height-tablet) !important;
    margin: 0 0 25px 0 !important;
  }

  .gv-heading-hero-alt {
    font-size: var(--heading-hero-size-tablet) !important;
    line-height: var(--heading-hero-height-tablet) !important;
  }

  .gv-heading {
    font-size: var(--heading-size-tablet) !important;
    line-height: var(--heading-height-tablet) !important;
    margin: 0 0 20px 0 !important;
  }

  .gv-subheading {
    font-size: var(--subheading-size-tablet) !important;
    line-height: var(--subheading-height-tablet) !important;
  }

  .gv-text-body {
    font-size: var(--body-size-tablet) !important;
    line-height: var(--body-height-tablet) !important;
  }

  .gv-text-emphasis {
    font-size: var(--body-size-tablet);
    line-height: var(--body-height-tablet);
    margin: 0 0 20px 0 !important;
  }

  .gv-separator-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .gv-separator-large {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .gv-heading-hero {
    font-size: var(--heading-hero-size-desktop) !important;
    line-height: var(--heading-hero-height-desktop) !important;
    margin: 0 0 30px 0 !important;
  }

  .gv-heading-hero-alt {
    font-size: var(--heading-hero-size-desktop) !important;
    line-height: var(--heading-hero-height-desktop) !important;
  }

  .gv-heading {
    font-size: var(--heading-size-desktop) !important;
    line-height: var(--heading-height-desktop) !important;
    margin: 0 0 25px 0 !important;
  }

  .gv-subheading {
    font-size: var(--subheading-size-desktop) !important;
    line-height: var(--subheading-height-desktop) !important;
  }

  .gv-text-cta {
    font-size: var(--heading-hero-size-desktop) !important;
    line-height: var(--heading-hero-height-desktop) !important;
  }

  .gv-text-body {
    font-size: var(--body-size-desktop) !important;
    line-height: var(--body-height-desktop) !important;
  }

  .gv-text-emphasis {
    font-size: var(--body-size-desktop) !important;
    line-height: var(--body-height-desktop) !important;
    margin: 0 0 25px 0 !important;
  }

  .gv-separator-small {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .gv-separator-large {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

.gv-hawaii-link {
  float: left;
  padding: 5px 8px;
  margin-top: -3px !important;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  transition: all 300ms;
}

#nd_options_navigation_3_top_header
  .nd_options_text_align_right
  > div
  > a:nth-child(6) {
  font-weight: bold;
  text-transform: uppercase;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
  padding: 5px 8px !important;
  height: 32px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
}

