:root {
  --white: #f8f9fa;
  --purple: #7c2ae8;
  --darkest-grey: #2d2d2d;
  --dark-grey: #3b3b3b;
  --gold: #d69e1d;
  --gap: 8px;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: var(--white);
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
 } */

p {
  line-height: 1.75;
}

a {
  color: var(--purple);
}

a:hover {
  color: var(--gold);
}

.text-primary {
  color: var(--gold) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-weight: 700; */
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  text-transform: uppercase;
}

h5.card-title {
  font-weight: 700;
}

section {
  padding: 25px 0;
}

section.page-section {
  padding: 145px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  /* font-style: italic; */
  margin-bottom: 75px;
  text-transform: none;
  /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
}

section h2.detail-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.detail-subheading {
  font-size: 20px;
  font-weight: 400;
  /* font-style: italic; */
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: none;
  /* font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
}

section h4.detail-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  /* margin-bottom: 75px; */
  text-transform: none;
  /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
}

section#events h2.detail-heading {
  /* font-size: 16px;
    font-weight: 400;
    font-style: italic; */
  /* margin-bottom: 75px; */
  text-transform: none;
  /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
}

@media (min-width: 992px) {
  section {
    padding: 50px 0;
  }
  section.page-section {
    padding: 185px 0;
  }

   section.academy {
    padding: 145px 0;
  }
}

.btn {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: var(--gold);
  border-color: var(--gold);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

.row div:last-child .btn {
  margin-bottom: 20px;
}

::selection {
  background: var(--gold);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#site-navigation {
  background-color: var(--darkest-grey);
  /* padding-top: 40px; */
}

#site-navigation .navbar-toggler,
#nav-toggle {
  font-size: 24px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;

  border: 0;
  /* background-color: var(--gold); */
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#site-navigation .navbar-toggler {
  color: var(--gold);
}

#nav-toggle {
  color: var(--darkest-grey);
}

#nav-toggle span:before,
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle.nav-is-visible span:before,
#nav-toggle.nav-is-visible span:after {
  background: var(--gold);
}

#site-navigation .navbar-brand {
  color: var(--gold);
  font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#site-navigation .navbar-brand.active,
#site-navigation .navbar-brand:active,
#site-navigation .navbar-brand:focus,
#site-navigation .navbar-brand:hover {
  color: #fec503;
}

#site-navigation .navbar-nav .nav-item .nav-link {
  font-size: 13px;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#site-navigation .navbar-nav .nav-item .nav-link.selected {
  color: var(--gold);
}

#site-navigation .navbar-nav .nav-item .nav-link.active,
#site-navigation .navbar-nav .nav-item .nav-link:hover {
  color: var(--gold);
}

@media (min-width: 992px) {
  #site-navigation {
    padding-top: 40px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: var(--darkest-grey);
  }
  #site-navigation .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #site-navigation .navbar-nav .nav-item .nav-link,
  .onepress-menu a {
    padding: 1.1em 1em !important;
  }
  .onepress-menu {
    line-height: 46px !important;
  }
  #site-navigation.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--darkest-grey);
  }
  #site-navigation.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

.onepress-menu a {
  color: #333333;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-left: 17px;
  padding-right: 17px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  letter-spacing: 1px;
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/coding_header.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  /* padding-bottom: 100px; */
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .intro-text img {
  width: 300px;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text img {
    width: 450px;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#visibleintech .vit-item,
#programmes .press-item {
  right: 0;
  margin: 0 0 15px;
  font-size: 12px;
  /*padding: 4px;*/
  /*border: 1px solid #ddd;*/
  box-shadow: 13px 13px 8px -10px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#press .press-item,
#blog .press-item {
  right: 0;
  margin: 0 0 15px;
  /*padding: 4px;*/
  /*border: 1px solid #ddd;*/
  box-shadow: 13px 13px 8px -10px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: white;
}

#visibleintech .vit-item .vit-link,
#programmes .press-item .press-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#press .press-item .press-link,
#blog .press-item .press-link {
  /*position: absolute;*/
  /*display: block;*/
  margin: 0 auto;
  cursor: pointer;
  /*min-height: 122px;*/
  background-color: white;
  align-self: center;
  padding: 25px;
}

#visibleintech .vit-item .vit-link .vit-hover,
#press .press-item .press-link .press-hover,
#blog .press-item .press-link .press-hover,
#programmes .press-item .press-link .press-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#visibleintech .vit-item .vit-link .vit-hover:hover,
#press .press-item .press-link .press-hover:hover,
#blog .press-item .press-link .press-hover:hover,
#programmes .press-item .press-link .press-hover:hover {
  opacity: 1;
}

#visibleintech .vit-item .vit-link .vit-hover .vit-hover-content,
#press .press-item .press-link .press-hover .press-hover-content,
#blog .press-item .press-link .press-hover .press-hover-content,
#programmes .press-item .press-link .press-hover .press-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#visibleintech .vit-item .vit-link .vit-hover .vit-hover-content i,
#press .press-item .press-link .press-hover .press-hover-content i,
#blog .press-item .press-link .press-hover .press-hover-content i,
#programmes .press-item .press-link .press-hover .press-hover-content i {
  margin-top: -12px;
}

#visibleintech .vit-item .vit-link .vit-hover .vit-hover-content h3,
#visibleintech .vit-item .vit-link .vit-hover .vit-hover-content h4,
#press .press-item .press-link .press-hover .press-hover-content h3,
#press .press-item .press-link .press-hover .press-hover-content h4,
#blog .press-item .press-link .press-hover .press-hover-content h3,
#blog .press-item .press-link .press-hover .press-hover-content h4,
#programmes .press-item .press-link .press-hover .press-hover-content h3,
#programmes .press-item .press-link .press-hover .press-hover-content h4 {
  margin: 0;
}

#visibleintech .vit-item .vit-caption,
#programmes .press-item .press-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#visibleintech .vit-item {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

#press .press-item .press-caption,
#blog .press-item .press-caption {
  min-height: 122px;
  margin: 0 auto;
  padding: 25px;
  text-align: left;
  background-color: #fff;
}

#visibleintech .vit-item .vit-caption,
#programmes .press-item .press-caption {
  /*border-radius: 25%;*/
  border: 1px;
}

#visibleintech .vit-item .vit-caption h4,
#press .press-item .press-caption h4,
#blog .press-item .press-caption h4,
#programmes .press-item .press-caption h4 {
  margin: 0;
  text-transform: none;
}

#visibleintech .vit-item .vit-caption p,
#press .press-item .press-caption p,
#blog .press-item .press-caption p,
#programmes .press-item .press-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

#visibleintech .vit-item .vit-caption .vit-caption-heading,
#press .press-item .press-caption .press-caption-heading,
#blog .press-item .press-caption .press-caption-heading,
#programmes .press-item .press-caption .press-caption-heading {
  font-weight: 700;
  margin-bottom: 0;
}

#visibleintech .vit-item .vit-caption .vit-caption-subheading,
#press .press-item .press-caption .press-caption-subheading,
#blog .press-item .press-caption .press-caption-subheading,
#programmes .press-item .press-caption .press-caption-subheading {
  color: var(--gold) !important;
}

#visibleintech *,
#press *,
#blog *,
#programmes * {
  z-index: 2;
}

#programmes .card-body {
  box-shadow: 13px 13px 8px -10px rgba(0, 0, 0, 0.1);
  transition: all 1s;
}

#programmes .card {
  margin-bottom: 10px;
}

#programmes .card-background {
  background-repeat: no-repeat;
  background-position: center;
  opacity: 50%;
}

section#programmes h3.section-subheading {
  margin-bottom: 25px;
}

#programmes .card-title {
  margin-bottom: 0.25rem;
}

#programmes .card-text {
  font-size: 0.8rem;
}

#programmes .card-body a {
  transition: all 1s;
  font-size: 0.8rem;
  font-weight: 400;
}

#programmes .card-body a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

#programmes .press-link:hover {
  transform: scale(1.1);
  text-decoration: none;
}

#programmes .press-link {
  transition: all 1s;
}

#programmes .press-caption-heading {
  font-size: 1rem !important;
  color: var(--darkest-grey);
}

@media (min-width: 767px) {
  #visibleintech .vit-item,
  #press .press-item,
  #blog .press-item,
  #programmes .press-item {
    margin: 0 0 30px;
  }
}

.press-modal {
  padding-right: 0 !important;
}

.press-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.press-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.press-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.press-modal .modal-content p {
  margin-bottom: 30px;
}

.press-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.press-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.press-modal .modal-content img {
  margin-bottom: 30px;
}

.press-modal .modal-content button {
  cursor: pointer;
}

.press-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.press-modal .close-modal:hover {
  opacity: 0.3;
}

.press-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--darkest-grey);
}

.press-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: var(--darkest-grey);
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after,
.timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: var(--gold);
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 12px solid var(--white);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

.podcast {
  margin-bottom: 50px;
  text-align: center;
}

.podcast img {
  max-height: 100%;
  max-width: 100%;
  border: 12px solid var(--white);
}

.podcast h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  font-size: medium;
  font-weight: bold;
}

.podcast p {
  margin-top: 0;
}

section#contact {
  /* background-color: var(--darkest-grey); */
  /* background-image: url("../img/map-image.png"); */
  background-repeat: no-repeat;
  background-position: center;
}

/* 
section#contact .section-heading {
  /* color: #fff; 
} */

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: var(--gold);
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.button-section-area {
  margin-bottom: 0;
}

ul.button-section-area li a,
a.btn-team-link {
  font-size: 15px;
  line-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: var(--darkest-grey);
}

ul.button-section-area li a:active,
ul.button-section-area li a:focus,
ul.button-section-area li a:hover {
  background-color: var(--gold);
}

#contact #contact-section a,
#contact i {
  font-size: 25px;
  margin: 10px;
}

#contact .card {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  #contact #x a,
  #contact i {
    font-size: 25px;
    margin: 10px;
  }
}

ul.button-section-area li a:active,
ul.button-section-area li a:focus,
ul.button-section-area li a:hover {
  background-color: var(--darkest-grey);
}

.speech-bubble {
  position: relative;
  background: var(--gold);
  border-radius: 5em;
  padding: 50px;
  width: 100%;
}

.speech-bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: var(--gold);
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -20px;
}

.page-section .container p {
  margin-bottom: 20px;
}

#donateButtonForm,
#contributeButtonForm {
  text-align: center;
}

#donateButton,
#contributeButton {
  width: 200px;
}

.blog figure {
  text-align: center;
}

.blog figure img {
  max-width: 600px;
}

.sponsor-image {
  text-align: center;
  padding: 15px;
}

.sponsor-image img,
#events img {
  text-align: center;
  vertical-align: middle;
  max-width: 200px;
  max-height: 50px;
}

#events a.btn {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .sponsor-image img,
  #events img {
    margin: 5px;
  }
}

.medium_publication_post_title,
.medium_publication_post_creator a,
.medium_publication_post_meta {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
}

nav.navbar a.navbar-brand img {
  height: 75px;
  width: auto;
}

#site-navigation.main-navigation {
  padding-bottom: 0;
  padding-top: 0;
}

.site-logo-div a {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

header#masthead {
  padding-top: 30px;
  padding-bottom: 30px;
}

.followWrap {
  height: 0 !important;
}

.page-header {
  padding-top: 150px;
  background: white;
  border-bottom: 0;
}

body.home .page-header {
  height: 500px;
  background: white
    url("https://firebasestorage.googleapis.com/v0/b/coding-black-females-static.appspot.com/o/My_Post_61-2048x1365.jpeg?alt=media&token=4628be1a-12b5-4760-9bf7-53f935e47927")
    no-repeat;
  background-size: cover;
}

.page-header .entry-title {
  font-weight: 300;
  font-size: 40px;
}

.breadcrumbs {
  font-size: 10px;
  padding: 0;
  border-bottom: 0;
}

.single_job_listing .company img {
  width: 8em;
  height: 8em;
}

.single_job_listing .company {
  min-height: 8em;
}

.single_job_listing .company .name,
.single_job_listing .company .tagline {
  margin: 0 0 0 8em;
}

.single_job_listing .company .company_video {
  margin: 8em 0 0 0;
}

.job_listing header.entry-header {
  display: none;
}

@media screen and (max-width: 992px) {
  .onepress-menu.onepress-menu-mobile {
    top: 105px !important;
    border-top: 0 none;
    border-bottom: 0 none;
  }

  .onepress-menu.onepress-menu-mobile > li > a {
    padding: 0.75em 0.5em;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
  }

  .onepress-menu.onepress-menu-mobile > li > a:hover {
    color: var(--gold);
  }

  .onepress-menu.onepress-menu-mobile li {
    border-top: 0;
    line-height: 1.5;
    background: var(--darkest-grey);
  }

  header#masthead {
    padding-top: 8px;
    padding-bottom: 0;
  }
}

#logo-link {
  visibility: hidden;
}

#tinymce {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#privacy h4 {
  margin-top: 0.5em;
}

#privacy > .container > .row > div > ol {
  padding-inline-start: 0;
}

#footer-img {
  height: 50px;
}

.about-img {
  max-width: 100%;
}

footer h5 {
  margin-top: 0.5em;
}

.podcast:hover img {
  transform: scale(1.1);
}

.podcast img {
  transition: all 1s;
}

#eventsRow .card-wrapper {
  padding-bottom: 10px;
}

.podcast-listen {
  text-align: center;
}

.podcast-listen img {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
  max-width: 200px;
  max-height: 50px;
}

@media (max-width: 991px) {
  .podcast-listen img {
    margin: 5px;
  }
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-1 {
  width: 100%;
}

.woocommerce #customer_details .col-2,
.woocommerce-page #customer_details .col-2 {
  width: 0;
  display: none;
}

#billing_address_2_field {
  display: none !important;
}

.woocommerce form.checkout .form-row-first,
.woocommerce form.checkout .form-row-last,
.woocommerce-page form.checkout .form-row-first,
.woocommerce-page form.checkout .form-row-last {
  width: 100%;
}

.woocommerce form.checkout .form-row label,
.woocommerce-page form.checkout .form-row label {
  width: 29%;
}

.woocommerce form.checkout .form-row span,
.woocommerce-page form.checkout .form-row span,
.woocommerce fieldset#wc-stripe-cc-form div.form-row > div {
  width: 71%;
}

.woocommerce form.checkout .form-row span.select2-selection,
.woocommerce-page form.checkout .form-row span.select2-selection__rendered {
  width: 100%;
}

.woocommerce form.checkout .form-row span.select2-selection {
  border: 1px solid #e9e9e9;
  padding: 5px;
  border-radius: 0;
}

.select2-container .select2-selection--single {
  height: inherit;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 20px !important;
}

.talk-card,
.directory-card {
  margin-bottom: 50px;
  text-align: center;
}

.talk-card img,
.directory-card img {
  width: 225px;
  height: auto;
  max-width: 100%;
  border: 12px solid var(--white);
}

.directory-card img {
  border: none;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: 60px;
  padding-bottom: 10px;
}

.directory-card {
  min-height: 315px;
}

.talk-card h4,
.directory-card h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.talk-card p,
.directory-card p {
  margin-top: 0;
}

#videoTestimonialsRow iframe,
#bcs-video iframe {
  margin-left: auto;
  margin-right: auto;
}

#myInput {
  /*background-image: url('/css/searchicon.png'); !* Add a search icon to input *!*/
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.job_filters .showing_jobs a {
  padding: 0 0 0 10px;
}

.job-alert button {
  background-color: var(--darkest-grey);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.job-alert input {
  width: 50%;
  text-align: center;
}

ul.job_listings li.job_listing {
  background: white;
  border-bottom: 1px solid #eee;
}

ul.job_listings li.job_listing.job_position_featured {
  border-left: 3px solid var(--gold);
}

ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.job_listing a {
  background: white;
}

.header-buttons {
  margin-top: -150px;
  z-index: 100;
  position: relative;
  padding-bottom: 50px;
}

body.home .page-header .entry-title {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-top: 100px;
  margin-left: 100px;
  margin-right: 100px;
  text-align: center;
  position: relative;
  color: white;
  /*/  text-transform: none;*/
}

@media (max-width: 767px) {
  body.home .page-header .entry-title {
    background-color: rgba(0, 0, 0, 0.5);
    /*padding: 20px;*/
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: 300;
    font-size: 35px;
  }
}

.job_filters .search_jobs {
  zoom: 1;
  padding: 7px 0;
}

input#search_location,
input#search_keywords {
  background-color: white;
  border: 1px solid lightgrey;
  box-shadow: none;
}

.wp-block-button a,
.single_job_listing .application_button,
.job-alert .wp-block-button__link {
  text-transform: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem !important;
}

.wp-block-button a:hover {
  text-decoration: none;
}

.job_filters .job_types li {
  border-right: none;
}

.job_filters {
  background: white;
}

.pad-for-scroll::before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
  pointer-events: none;
}

/*.job_filters .job_types {*/
/*    margin-bottom: 5px;*/
/*}*/

/* Employer Profile Section */

/*#companyDetail {*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: rgba(45,45,45,0.125);*/
/*min-height: 100px;*/
/*padding-left: 15px;*/
/*padding-right: 15px;*/
/*margin-left: 15px;*/
/*    margin-right: 15px;*/
/*    width: auto;*/
/*}*/

/*@media (min-width: 992px) {*/
/*  #companyDetail #socialsRow {*/
/*    !*justify-content: right;*!*/
/*    !*text-align: right;*!*/
/*    !*align-items: center;*!*/
/*    !*display: flex;*!*/
/*  }*/

/*  #companyDetail #companyLogoRow {*/
/*    !*justify-content: left;*!*/
/*    !*display: flex;*!*/
/*    !*align-items: center;*!*/
/*  }*/
/*}*/
/*@media (max-width: 992px) {*/
/*  #companyDetail #socialsRow {*/
/*    !*align-items: center;*!*/
/*    !*text-align: center;*!*/
/*    !*display: flex;*!*/
/*  }*/

/*  #companyDetail #companyLogoRow {*/
/*    !*justify-content: center;*!*/
/*    !*display: flex;*!*/
/*    !*align-items: center;*!*/
/*  }*/
/*}*/

/*#companyDetail #companyLogoRow img {*/
/*  max-width: 30%;*/
/*  !*max-height: 100px;*!*/
/*  border: none;*/
/*  !*max-height: 50px;*!*/
/*  !*max-width: 100%;*!*/
/*  width: auto;*/
/*  height: auto;*/
/*  !*padding-bottom: 10px;*!*/
/*}*/

#expiredCompanyLogos,
#expiredCompanyLogos > div.profile-box,
#currentCompanyLogos,
#currentCompanyLogos > div,
#courseTitles,
#courseTitles > div {
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 90px;
}

.grey-image {
  opacity: 0.4;
  filter: grayscale(1); /* msie */
}
.profile-box {
  height: 150px;
  margin: 10px;
  background: white;
}

.academy-item,
.academy-item-wide {
  border: none !important;
}

#currentCompanyLogos img,
#expiredCompanyLogos img,
#courseTitles img {
  /*max-width: 30%;*/
  border: none;
  max-height: 90px;
  max-width: 200px;
  /*width: auto;*/
  /*height: 50%;*/
  /*padding-bottom: 10px;*/
}

#expiredCompanyLogos .reg-height,
#currentCompanyLogos .reg-height,
#courseTitles .reg-height {
  height: 50px;
}

#expiredCompanyLogos .mid-height,
#currentCompanyLogos .mid-height,
#courseTitles .mid-height {
  height: 50px;
}

#expiredCompanyLogos .small-height,
#currentCompanyLogos .small-height,
#courseTitles .small-height {
  height: 35px;
}

#socialsRow a {
  font-size: 15px;
  line-height: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*color: white;*/
  color: var(--darkest-grey);
  /*border-radius: 100%;*/
  outline: none;
  /*background-color: var(--darkest-grey);*/
  text-align: center;
  margin: 5px;
}

/*#socialsRow #contact-section {*/
/*    margin: 20px;*/
/*}*/

#employerProfile #subText {
  margin-bottom: 25px;
}

.hide-profile-jobs,
.hide-company-detail,
.hide-activities,
.hide-company-logos,
.hide-events,
.hide-articles {
  display: none !important;
}
.show-profile-jobs,
.show-activities,
.show-company-logos,
.show-events,
.show-articles {
  display: block;
}

.show-company-detail {
  display: flex;
}

.company-article {
  display: inline-block;
}

.company-description {
  font-weight: 300;
  margin: 30px 0 40px 0;
}

.meta-item,
.company-item,
.academy-item,
.academy-item-wide {
  /* margin-right: 0.12rem;
  margin-left: 0.12rem;
  margin-bottom: 0.25rem; */
  margin: 0.5em 0.12em;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.company-item,
.academy-item,
.academy-item-wide {
  height: 100px;
  align-items: center;
  place-content: space-evenly;
}

.academy-item-wide {
  height: 150px;
}

.meta-value {
  font-weight: 300;
}

.company-description h4 {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .meta-item,
  .company-item,
  .academy-item {
    max-width: calc(33% - 0.25rem);
  }

  .academy-item-wide {
    max-width: calc(50% - 0.6rem);
  }
}
.meta-key {
  font-weight: 900;
}

.btn-outline-primary {
  color: var(--gold);
  border-color: var(--gold);
}

/*.btn-primary {*/
/*  background-color: var(--gold);*/
/*  border-color: var(--gold);*/
/*}*/

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: var(--gold) !important;
  border-color: var(--gold) !important;
  color: white;
}

.btn-outline-primary:active,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#activitiesRow h4 {
  font-weight: 500;
  font-size: 150%;
  margin: 30px 0 20px 0;
  padding-top: 0;
}

img.company-image {
  width: 80%;
  max-height: 50%;
  display: block;
  object-fit: contain;
}

.profile-events .card,
#jobsRow.show-profile-jobs .card {
  border-radius: 0;
}

.profile-events,
.profile-jobs {
  padding-left: 0;
  padding-right: 0;
}

#jobsRow .card-title {
  margin-bottom: 0;
}

/* End Of Employer Profile*/

#accordion-bcs .card,
#accordion-bcs .card .card-header,
.faqs .card,
.faqs .card .card-header,
#bcs-press .card,
#bcs-press .card .card-header {
  border-radius: 0;
  border: 0;
}

.faqs .card,
#accordion-bcs .card,
#bcs-press .card {
  padding-bottom: 5px;
  background-color: inherit;
}

#accordion-bcs .fa-angle-down,
.faqs .fa-angle-down {
  float: right;
}

section#bcs h3 {
  padding-top: 15px;
}

section#kong img {
  max-width: 100%;
}

.bcs-press-text {
  display: inline;
}

.bcs-press-img {
  width: 20%;
  display: inline;
}

.bcs-press-img img {
  width: inherit;
}

#seenin img {
  height: 35px;
  width: auto;
  filter: grayscale(1);
}

#seenin .row div {
  padding: 15px;
}

#branding-logos img {
  max-width: 250px;
}

#branding-logos div.row,
#branding-logos h3,
#branding-logos h2 {
  margin-top: 25px;
}

.company-banner {
  padding: 0 0 0 0;
}

@media (min-width: 992px) {
  .company-banner {
    padding: 0 15px 0 0;
  }
}

.company-banner img {
  width: 100%;
}

#eventsRow .card {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%), 0 8px 10px 0 rgb(0 0 0 / 5%);
  border: none;
}

#eventsRow .card a.btn {
  background-color: var(--darkest-grey);
  border-color: var(--darkest-grey);
}

.full-width-banner {
  background-color: var(--dark-grey);
  color: whitesmoke;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.academy-title {
  color: var(--white);
  font-weight: 800;
  font-size: xx-large;
  align-items: center;
  text-align: left;
  text-transform: uppercase;
}

#mentoring .academy-title {
  color: var(--darkest-grey);
}

.academy-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}

#return2tech ul#eligibility,
#return2tech ul#gchq-eligibility {
  list-style-type: disclosure-closed;
}

/*#return2tech ul#eligib///////content*/

.course-header {
  background: var(--dark-grey);
  padding: calc(var(--gap) * 3) 0;
}

@media (max-width: 991px) {
  .course-header {
    background: var(--white);
    padding-bottom: 0;
  }

  .academy-title {
    color: var(--dark-grey);
    font-weight: 800;
    font-size: xx-large;
    align-items: center;
    text-align: center;
  }

  .academy-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
}

.action-button-row {
  padding-top: 15px;
}

@media (max-width: 575px) {
  #programme-header div img {
    max-width: 50%;
    padding: 15px;
  }

  #programme-header div h2.section-heading,
  #programme-header div h3.section-subheading {
    text-align: center !important;
  }

  #programme-header div h2.section-heading {
    font-size: 25px;
  }

  .full-width-banner h3 {
    font-size: 20px;
    font-weight: 400;
  }

  section.programmes-page h3.section-subheading {
    margin-bottom: 10px;
  }
}

.error-row {
  padding-bottom: 0 !important;
  min-height: 25px;
}

a.anchor {
  display: block;
  position: relative;
  top: -135px;
  visibility: hidden;
}

/* div.notifications {
  position: fixed;
  width: 100%;
  padding: 5px 10px 0 10px;
  overflow: hidden;
  background-color: var(--gold);
  z-index: 9999;
  color: #fff;
  text-align: center;
  height: 30px;
}

div.notifications div {
  color: var(--darkest-grey);
  font-weight: bold;
  text-transform: uppercase;
  animation: notification-animation 30s linear infinite;
  min-width: 700px;
}

div.notifications a {
  color: var(--darkest-grey);
}

@keyframes notification-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
} */

.header-arrow-right {
  width: 0;
  height: 0;
  border-top: 100px solid;
  border-bottom: 100px solid transparent;
  border-left: 100px solid var(--purple);
}

.header-arrow-left {
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-right: 100px solid var(--purple);
}

#restart-youtube-video {
  width: 75%;
  height: 400px;
}

@media (max-width: 575px) {
  #restart-youtube-video {
    width: 75%;
    height: auto;
  }
}

/* #course-banner {
  margin-top: -15px;
}

@media (max-width: 992px) {
  #course-banner {
    margin-top: -50px;
  }
} */

.academy-key {
  color: var(--purple);
  font-size: small;
  text-transform: uppercase;
}

.academy-item-wide > .academy-key {
  color: var(--purple);
  font-size: small;
  text-transform: none;
}

.academy-data {
  color: var(--purple);
  font-weight: bold;
  font-size: large;
}

/*#awsrestart {*/
/*  padding: 100px 0 0 0;*/
/*}*/

/*@media (min-width: 992px) {*/
/*  #awsrestart {*/
/*    padding: 150px 0 0 0;*/
/*  }*/
/*}*/

#mentoring > div > p {
  margin: calc(var(--gap) * 4) 0;
}

#mentoring .card {
  padding: calc(var(--gap) * 4);
}

#mentoring .card > * {
  margin: calc(var(--gap) * 2) 0;
}
