/*!
Theme Name: HHTD
Theme URI: https://hh.ucla.edu
Author: UCLA H&H
Author URI: https://hh.ucla.edu*/
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

a.dabar {
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  text-decoration: underline;
}

/*Typography*/
h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 64px;
  color: #4e4e4e;
  letter-spacing: -0.06em;
}

strong,
b {
  font-weight: 700;
}

img.side-molecule {
  position: absolute;
  z-index: 12;
  right: 0;
  width: 80px;
  top: 485px;
}

.tax-program_category img.side-molecule,
.post-type-archive-event img.side-molecule {
  top: 485px;
}

h1.hero {
  color: #fff;
  min-width: 500px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 16px;
}

h1.hero.sub-hero {
  margin-top: 16px;
  margin-left: 8px;
}

h1.hero span {
  background: #2774ae;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
}

h1.hero span:after {
  content: '';
  background: #2774ae;
  position: absolute;
  height: 100%;
  width: 9px;
  left: -9px;
  top: 0;
}

h1.hero span:before {
  content: '';
  background: #2774ae;
  position: absolute;
  height: 100%;
  width: 9px;
  right: -9px;
  top: 0;
  z-index: -1;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
  letter-spacing: -0.06em;
}

h2.rule {
  margin-left: 24px;
  position: relative;
  display: block;
  width: 100%;
}

h2.rule:before {
  content: "";
  background: #ffd100;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -24px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: -1px;
}

h4 {
  color: #2774af;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-program h4,
.single-event h4 {
  color: #2f2f2f;
  text-transform: none;
  letter-spacing: -.03em;
}

p {
  color: #596065;
  margin-bottom: 16px;
}

a {
  color: #007ac0;
}

/***********************************************
/*Helper Styles */
.hide {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.25;
}

/* Reset Container */
main#main-content {
  overflow: hidden;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

/*body styles*/
body {
  font-family: Arial, Helvetica, 'sans-serif';
}

/* Site Wide Styles */
.full-pad-section {
  padding: 100px 0;
}

.half-pad-section {
  padding: 0 0 100px;
}

.gray-bg {
  background: #e9ecee;
}

/* UI */
/* buttons */
.btn {
  border-radius: 0px;
  background: #eee;
  padding: 12px 24px;
}

.blue-btn {
  background: #00588b;
  color: #fff;
  font-weight: 700;
}

.blue-btn:hover {
  background: #2774ae;
  color: #fff;
  font-weight: 700;
}

.blue-btn.open-btn {
  background: #fff;
  color: #00588b;
  border: 3px solid #00588b;
  font-weight: 700;
}

.blue-btn.open-btn:hover {
  background: #fff;
  color: #00588b;
  border: 3px solid #00588b;
  font-weight: 700;
}

/* HH-Bar */
#hh-bar {
  background: #2773ae;
  padding: 8px 0;
}

.hh-container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hh-bar-left {
  width: 50%;
}

.hh-bar-right {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 667px) {
  .hh-bar-left {
    width: 100%;
  }
  a.dabar {
    display: block;
    width: 100%;
    position: relative;
    background: #034e88;
    padding: 8px;
    margin: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 12px;
  }
}

.hh-site-list-icon {
  margin-top: 4px;
}

/********
* NAV *
*********/
#site-logo {
  font-weight: 700;
  font-size: 24px;
  color: #080808;
  letter-spacing: -.08em;
}

.navbar {
  padding: 24px 0;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.navbar-nav .nav-item a.nav-link {
  color: #00588b;
  font-weight: 700;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}

.navbar-nav .nav-item.active a.nav-link {
  color: #00588b;
}

/* active */
.navbar-nav .nav-item.active a.nav-link:after {
  content: "";
  background: #ffd100;
  width: 90%;
  height: 4px;
  bottom: 0;
  left: 0;
  margin: 0 4px;
  position: absolute;
}

/* hover */
.navbar-nav .nav-item a.nav-link:hover {
  color: #00588b;
}

.navbar-nav .nav-item a.nav-link:hover:after {
  content: "";
  background: #ffd100;
  width: 90%;
  height: 4px;
  bottom: 0;
  left: 0;
  margin: 0 4px;
  position: absolute;
}

/* HERO */
@media (min-width: 900px) {
  #hero {
    min-height: 580px;
  }
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 580px;
  max-height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.hero-copy {
  padding: 24px 24px 24px 0;
  width: 360px;
  line-height: 24px;
  color: #1e1e1e;
  margin-bottom: 0;
}

/* Services Area */
.service {
  background: #fff;
  padding: 24px 24px 8px;
  -webkit-box-shadow: 0px 2px 8px -2px rgba(126, 127, 128, 0.6);
          box-shadow: 0px 2px 8px -2px rgba(126, 127, 128, 0.6);
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-transition: margin .2s ease-out, -webkit-box-shadow .2s ease-out;
  transition: margin .2s ease-out, -webkit-box-shadow .2s ease-out;
  transition: margin .2s ease-out, box-shadow .2s ease-out;
  transition: margin .2s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
  border-radius: 8px;
}

.service:hover {
  margin-top: 6px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(194, 198, 206, 0.6);
          box-shadow: 0px 4px 20px 0px rgba(194, 198, 206, 0.6);
}

span.icon-container {
  padding: 12px;
  background: #deecf7;
  display: inline-block;
  border-radius: 100px;
  height: 56px;
  width: 56px;
  margin-bottom: 4px;
}

.service-icon {
  height: auto;
  width: 100%;
  margin-bottom: 8px;
}

.service h3 {
  color: #00598c;
}

.service p {
  font-size: 14px;
  line-height: 18px;
}

/* Programs Area */
a.h5.text-dark.float-right {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0px;
}

.scrolling-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.scrolling-track {
  max-width: 1200px;
  margin: 0 auto;
}

.scrolling-container {
  width: 3546px;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.arrow-track {
  position: relative;
  max-width: 1200px;
  height: 0px;
  z-index: 2;
  margin: 0 auto;
}

img.track-arrows {
  position: absolute;
  right: 20px;
  top: 539px;
  z-index: 24;
}

img.track-arrows.left-arrow {
  position: absolute;
  right: 60px;
  top: 539px;
  z-index: 24;
}

body.home .col-md-4.scrolling-card {
  width: 394px;
  display: inline-block;
}

.program-header .post-thumbnail {
  margin: 0 0 50px;
  /*box-shadow: 0px 3px 15px -4px rgba(0,0,0,.3);*/
  border-radius: 4px;
}

@media only screen and (max-width: 1200px) {
  body.home .col-md-4.scrolling-card {
    width: 360px;
    display: inline-block;
  }
}

.scrolling-track .card {
  min-height: 512px;
  border-radius: 8px;
  overflow: hidden;
}

.scrolling-track .card p {
  margin-bottom: 0;
}

.card {
  background: #fff;
  margin-bottom: 24px;
  border: none;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(194, 198, 206, 0.54);
          box-shadow: 0px 2px 8px 0px rgba(194, 198, 206, 0.54);
  -webkit-transition: margin .2s ease-out, -webkit-box-shadow .2s ease-out;
  transition: margin .2s ease-out, -webkit-box-shadow .2s ease-out;
  transition: margin .2s ease-out, box-shadow .2s ease-out;
  transition: margin .2s ease-out, box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
  border-radius: 0px;
}

.card:hover {
  margin-top: -4px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(194, 198, 206, 0.6);
          box-shadow: 0px 4px 20px 0px rgba(194, 198, 206, 0.6);
}

.card-image {
  max-height: 228px;
}

.card-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-copy {
  min-height: 276px;
  padding: 24px;
  background: #fff;
}

.card-categories {
  margin-bottom: 12px;
  margin-left: -4px;
}

.card-categories li {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 8px;
  background: #deecf7;
  border-radius: 100px;
}

.card-categories a {
  color: #002d47;
  font-size: 14px;
}

.program-list {
  margin-bottom: 24px;
}

.program-list li {
  display: inline-block;
}

.program-list li a {
  font-weight: 700;
  color: #677077;
  margin-right: 12px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
}

.program-list li a:hover {
  color: #2774ae;
}

/* 
  In Person Area
*/
.in-person-card {
  margin-left: -180px;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 80px 60px;
}

.in-person-card p {
  margin-bottom: 24px;
}

img.training-img {
  width: 100%;
  height: auto;
}

/* Events */
.event-image {
  max-height: 150px;
  position: relative;
}

.event-info {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 700;
  color: #596065;
}

.event-icon {
  float: left;
  margin-right: 8px;
}

.event-info div {
  padding-top: 4px;
  padding-bottom: 4px;
}

.time-info {
  line-height: 22px;
}

.location-icon {
  margin-top: 4px;
}

.date-container {
  position: absolute;
  background: #ffd302;
  top: 0;
  left: 0;
  padding: 8px;
}

.m-day,
.m-month {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  display: block;
  font-weight: 700;
}

.m-date {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.subset-text {
  font-size: 12px;
  display: inline-block;
  float: right;
  margin-top: 4px;
}

.event-button-container .btn {
  width: 100%;
  margin-top: 8px;
}

/* program single styles */
.training-meta {
  width: 100%;
  margin-top: 48px;
}

.program-details {
  padding: 12px 24px 12px 80px;
}

.sidebar-meta {
  padding: 12px 0;
}

.program-meta {
  margin-bottom: 32px;
}

.faq-detail {
  border-bottom: 1px solid #ddd;
}

.faq-detail div.accordion {
  font-size: 18px;
  color: #007ac0;
  font-weight: 700;
  padding: 24px;
  border-top: 1px solid #ddd;
  position: relative;
}

.faq-detail div.accordion:after {
  content: '';
  position: absolute;
  background: url("img/chevron-right.jpg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: 24px;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.faq-detail div.accordion.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-detail .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}

.category-detail {
  margin-top: 16px;
}

.category-detail li {
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 24px;
  position: relative;
}

.category-detail li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 24px;
  background: url("img/program-check.jpg") no-repeat;
  background-size: 100%;
  top: 2px;
  left: 0;
}

.category-detail strong {
  font-weight: 700;
  color: #007ac0;
}

.program-card {
  padding: 48px 32px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.12);
}

.program-card.lg {
  padding: 48px;
}

.program-card.interest-list-card {
  background: #eef9ff;
}

.program-card.interest-list-card .btn {
  color: #fff;
  background: #007ac0;
  width: 100%;
  font-weight: 700;
}

a.register-now.btn {
  border: 2px solid #2772ae;
  color: #2772ae;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  font-weight: 700;
  margin-top: 8px;
}

.program-card.interest-list-card p {
  color: #020e15;
  margin-bottom: 24px;
  line-height: 24px;
}

.program-card.interest-list-card p.small-label {
  color: #6c757a;
  margin-bottom: 8px;
}

.program-info-container {
  background: #f6f8f8;
}

/* program single */
.program-header {
  padding: 100px 0 24px;
  /* background: url(img/molecule-header.png) no-repeat 0 40px;*/
  max-width: 1310px;
  margin: 0 auto;
}

.page-template-about-page .program-header {
  max-width: 100%;
}

.tax-program_category .program-header,
.post-type-archive-event .program-header {
  padding: 156px 0 140px;
}

.entry-header {
  position: relative;
}

.tax-program_category .entry-header,
.post-type-archive-event .entry-header {
  top: -40px;
}

.entry-header:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  top: -74px;
  left: -150px;
  z-index: -1;
  background: url(img/svg-molecule.svg) no-repeat 0 0px;
  background-size: cover;
  margin: 0 auto;
}

.page-template-about-page .entry-header:before,
.tax-program_category .entry-header:before,
.post-type-archive-event .entry-header:before {
  content: none;
}

h2.header-description.mt-1.h4 {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
  color: #54565a;
  margin-top: 12px !important;
  margin-left: 4px;
}

.tax-program_category .header-description.mt-1.h4,
.post-type-archive-event .header-description.mt-1.h4 {
  margin-left: 0;
}

.program-header .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  padding-left: 40px;
}

.single-program .post-thumbnail,
.single-event .post-thumbnail,
.tax-program_category .post-thumbnail,
.post-type-archive-event .post-thumbnail {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 420px;
}

.page-template-about-page .single-program .post-thumbnail {
  top: 0;
}

.tax-program_category .post-thumbnail,
.post-type-archive-event .post-thumbnail {
  position: absolute;
  top: 0;
}

.tax-program_category .post-thumbnail img,
.post-type-archive-event .post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-program .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-thumbnail {
  position: relative;
}

/*.single-program .post-thumbnail:after, .single-event .post-thumbnail:after, .tax-program_category .post-thumbnail:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 101%;
  background: url("img/molecule.png") no-repeat center bottom;
  background-size: cover;
}*/
.program-header-rule {
  border-top: 1px solid #efefef;
}

.g-modal {
  position: fixed;
  width: 100%;
  z-index: 3;
  height: 100%;
  top: 0;
  background: url("img/molecules.png") no-repeat center top rgba(255, 255, 255, 0.97);
  max-height: 0px;
  opacity: 0;
  -webkit-transition: max-height .3s ease-out, opacity .3s ease-out;
  transition: max-height .3s ease-out, opacity .3s ease-out;
  overflow: hidden;
}

.g-modal.show-modal {
  max-height: 5000px;
  opacity: 1;
}

.sidebar-area {
  background: #fff;
  border-bottom: 6px solid #ffd302;
  /* border-radius: 24px; */
  padding: 24px 32px;
  margin-left: 32px;
  /* margin-top: -32px; */
  position: relative;
  top: 100px;
  /* box-shadow: 0px 2px 20px -14px rgba(0, 0, 0, 0.7), 0px 1px 6px -6px rgba(0, 0, 0, 0.6); */
}

.single-event .sidebar-area {
  top: 0;
}

/* form */
.form-wrapper {
  position: absolute;
  width: 420px;
  top: 50%;
  right: 39%;
  border: none;
  padding: 60px 48px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 6px -4px rgba(0, 0, 0, 0.1), 0px 21px 35px -6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 6px -4px rgba(0, 0, 0, 0.1), 0px 21px 35px -6px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.form-wrapper h3 {
  color: #212529;
  text-align: center;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
  border: 1px solid #b7b7b7;
  border-radius: 4px !important;
}

.gfield_label {
  color: #767777 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 12px !important;
  padding-top: 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #e0e1e1 !important;
}

.ginput_container_select {
  position: relative;
}

.form-wrapper .ginput_container_select:after {
  content: "";
  background: #ddd;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 2px;
  padding-right: 32px;
  background: url(img/chevron-down-gray.jpg) no-repeat center center #fff;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  width: 100% !important;
  padding: 16px;
  background: #007ac0;
  border: none;
  color: #fff;
  border-radius: 4px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 4px !important;
}

/*content */
.entry-content p {
  color: #596065;
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 18px;
}

.eligibility {
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* sidebar */
/*Breadcrumbs */
ul.breadcrumbs {
  font-weight: 700;
  margin-bottom: 12px;
}

ul.breadcrumbs li {
  display: inline;
}

/* page default */
.page-template-default .entry-header {
  background: #2774ae;
  padding: 80px 48px;
  margin-bottom: 60px;
}

.page-template-default .entry-header h1 {
  color: #fff;
  margin: 0 !important;
}

/* footer */
body.home .site-footer,
.single-program .site-footer {
  margin-top: 0;
}

.site-footer,
.site-footer p {
  color: #fff;
  line-height: 24px;
}

a.site-footer-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.06em;
}

footer#colophon h3 {
  color: #fff;
  margin-top: -4px;
  font-size: 18px;
}

footer#colophon a.footer-sub-link {
  color: #fff;
  display: block;
  opacity: .8;
  margin-bottom: 8px;
}

.back-to-arrow {
  font-size: 14px;
  margin-right: 2px;
}

.site-footer {
  background: #2874af;
  padding-top: 80px;
  padding-bottom: 0;
  text-align: left;
  margin-top: 0;
}

.site-copyright {
  margin-top: 40px;
}

.site-footer img {
  margin: 0 auto;
  width: 100%;
}

/* Slide area */
.slide-content-overlay {
  z-index: 64;
}

.slide-container {
  height: 580px;
  position: absolute;
  width: 95%;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .slide-container {
    height: 580px;
    position: absolute;
    width: 88%;
    right: 0;
  }
}

.slide {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.slide.active {
  opacity: 1;
  z-index: 60;
}

.slide-text-container {
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  bottom: 44px;
  width: 100%;
  height: 100px;
  right: 20px;
}

.inner-slide-container {
  position: absolute;
  max-width: 100%;
  margin: 0 auto;
  bottom: 0;
  right: 60px;
  width: 320px;
  border-left: 4px solid #ffd100;
  padding-left: 24px;
}

.slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111111;
  background: linear-gradient(333deg, #111111 9%, rgba(17, 17, 17, 0) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#111111", GradientType=1);
}

.slide-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.slide-description {
  color: #fff;
  opacity: .8;
}

a.slide-sign-up {
  margin-top: 16px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.dot-container {
  height: 48px;
  position: absolute;
  text-align: left;
  z-index: 62;
  max-width: 100%;
  margin: 0 auto;
  bottom: -8px;
  right: 60px;
  width: 320px;
}

.dot {
  width: 48px;
  height: 48px;
  background: transparent;
  margin-left: 4px;
  display: inline-block;
  opacity: .4;
  position: relative;
}

.dot:after {
  content: "";
  width: 48px;
  height: 4px;
  background: #fff;
  margin-left: 4px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

.dot.active {
  opacity: 1;
}

/* Archive */
a.see-all-link {
  position: absolute;
  top: 38px;
  right: 12px;
  font-weight: 700;
  font-size: 18px;
}

.cat-sub-tagline,
h2.cat-description {
  color: #8b888a;
  font-weight: 400;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 24px;
  letter-spacing: initial;
  line-height: 32px;
}

.col-cat-group-wrapper {
  /*border-bottom: 1px solid #ededed;*/
  padding: 50px 0 0;
}

.col-cat-group-container {
  padding-bottom: 50px;
}

/* Archive Sub Nav */
.program-subnav {
  border-bottom: 1px solid #efefef;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow .2s ease-out;
  transition: -webkit-box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
}

.program-subnav.container-fluid.fixed-top {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.program-subnav-item-link {
  font-weight: 700;
  color: #363636;
  display: inline-block;
  padding-right: 4px;
  padding: 2rem;
  padding-left: 0;
  white-space: nowrap;
}

.program-subnav-item-link:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .program-subnav-item-link {
    white-space: inherit;
  }
  .program-subnav .row.flex-nowrap {
    overflow-x: scroll;
  }
}

/* 
 * EVENTS
*/
.card.card-events .event-listitem-date {
  top: 0;
  position: absolute;
  padding: 0.75rem;
  background-color: #ffd001;
  text-align: center;
  display: block;
}

.event-listitem-date > span {
  display: block;
  color: #343a40;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
}

.event-listitem-date > span:last-child {
  font-size: 1.5rem;
  padding: 0;
  text-transform: none;
}

.event-listitem-date > span:last-child sup {
  margin-left: -0.4rem;
  font-size: .75rem;
}

.card.card-events h3 {
  font-size: 1.25rem;
  letter-spacing: -0.05rem;
  color: #2276b4;
}

.card.card-events ul.event-detail {
  color: #8b888a;
  font-size: .95rem;
}

.event-info img {
  vertical-align: middle;
}

/* add BS4 styles back */
.btn.bs4-btn.btn-secondary {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-secondary.bs4-btn {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.x-wrapper {
  width: 1200px;
  padding: 30px 0;
  overflow-x: scroll;
}

.x-wrapper-inner {
  width: 1400px;
}

/* sign up area */
.sign-up-form.td-form-styles {
  background: rgba(0, 0, 0, 0.15);
  padding: 48px;
  border-radius: 4px;
}

.sign-up-form a {
  color: #fff;
}

.sign-up-section {
  background: #2773ae;
}

.sign-up-section .gform_wrapper .gsection {
  border-bottom: 1px solid #5d8eb6;
}

.sign-up-section h1,
.sign-up-section p {
  color: #fff;
}

.sign-up-form h2,
.sign-up-form h3,
.sign-up-form h4 {
  color: #fff;
  text-align: left;
}

.sign-up-form,
.sign-up-form p {
  color: #c1dbf1;
}

.sign-up-form .gform_fields input {
  border: 1px solid #e0e1e1 !important;
  border-radius: 0px !important;
  min-height: 48px;
  background: #003b5d;
  color: #fff;
}

.sign-up-form label.gfield_label,
.sign-up-form label,
.sign-up-form .gform_wrapper .gfield_required,
.sign-up-form .gfield_description {
  color: #fff;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.sign-up-form label {
  margin-top: 4px !important;
}

.sign-up-form label.gfield_label {
  margin-top: 4px;
}

.sign-up-form .gfield_description {
  color: #c1dbf1;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.sign-up-form .ginput_container input {
  width: 100% !important;
  border: none !important;
  border-radius: 2px !important;
}

.sign-up-form .ginput_container input {
  width: 100% !important;
  padding: 10px 12px !important;
  height: 42px !important;
}

.sign-up-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

body .sign-up-form .gform_wrapper ul li.gfield {
  margin-top: 12px !important;
  padding-top: 0;
}

.sign-up-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 1px;
  width: 100%;
  background: #fff;
  border: none !important;
  height: 48px;
  border-radius: 2px !important;
  background: #003b5d;
  color: #fff;
}

.sign-up-form .ginput_container_select {
  position: relative;
}

/*.sign-up-form .ginput_container_select:after {
    content: "";
    background: #ddd;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 2px;
    padding-right: 32px;
    background: url(img/chevron-down-gray.jpg) no-repeat center center #fff;
}*/
.sign-up-form .gform_wrapper .gform_footer input.button,
.sign-up-form .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  width: 100% !important;
  padding: 16px;
  background: #007ac0;
  border: none;
  color: #fff;
  border-radius: 4px;
}

body .sign-up-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 4px !important;
}

/* Search */
#search-menu {
  width: 32px;
  height: 32px;
  text-align: center;
}

#search-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: inherit;
  height: inherit;
  position: inherit;
}

#search-button svg#close-search-svg {
  display: none;
}

#search-button svg#search-svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

#search-button svg#search-svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

#search-button svg#search-svg path {
  fill: #00598C;
}

/* Hover */
#search-menu:hover {
  background: #2774AE;
}

#search-menu:hover #search-button svg#search-svg path {
  fill: #FFFFFF;
}

/* Search area */
div#searchform-container {
  width: 100%;
  border-bottom: 3px solid #2773ae;
  padding: 48px;
  text-align: center;
  background: #f0f2f3;
  position: absolute;
  z-index: 100;
}

form.search-form {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#searchform-container label {
  width: 79%;
  margin-right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.search-field {
  width: 100%;
  height: 48px;
  border: none;
  padding: 12px;
}

input.search-submit {
  color: #fff;
  background: #00578a;
  padding: 0 48px;
  font-weight: 700;
  width: 20%;
}

.about-template-content-wrapper header.entry-header {
  margin-top: 80px;
}

.about-template-content {
  margin-top: 12px;
}

/*  Mobile Styles */
@media only screen and (max-width: 1999px) {
  .program-subnav.container-fluid.fixed-top {
    overflow-x: scroll;
  }
  .program-subnav.container-fluid.fixed-top .row.flex-nowrap {
    width: 1200px;
  }
}

@media only screen and (max-width: 899px) {
  .no-p-mobile {
    padding: 0;
  }
  .slide-height-mobile {
    height: 468px;
  }
  .no-m-mobile {
    margin: 0;
  }
  .navbar {
    padding: 16px 16px;
  }
  #hh-bar {
    background: #2773ae;
    padding: 0 16px 8px;
  }
  .full-mobile {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .slide-container {
    height: 480px;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .inner-slide-container {
    position: absolute;
    max-width: 100%;
    margin: 0;
    bottom: 12px;
    right: 20px;
    width: 320px;
    border-left: 4px solid #ffd100;
    padding-left: 24px;
  }
  .dot-container {
    bottom: 12px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 320px;
    text-align: left;
    right: 20px;
  }
  .dot {
    height: 28px;
  }
  .hero-slide {
    min-height: 480px;
    max-height: 480px;
  }
  h1.hero {
    color: #fff;
    min-width: initial;
    width: 100%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 50px;
  }
  .hero-copy {
    width: 65%;
    margin-bottom: 16px;
  }
  .hero-text-container {
    padding: 0 24px 24px;
    position: relative;
    top: 0;
  }
  .slide-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .slide-description {
    color: #fff;
    opacity: .8;
    font-size: 12px;
  }
  a.slide-sign-up {
    margin-top: 8px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
  }
  #services {
    margin-top: 0;
  }
  .full-pad-section {
    padding: 60px 12px;
  }
  .half-pad-section {
    padding: 0 0 60px;
  }
  img.footer-img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .entry-header:before {
    content: none;
  }
  a.h5.text-dark.float-right {
    display: block;
    text-align: left;
    float: none !important;
  }
  header.entry-header {
    margin-top: 200px;
    background: #fff;
    text-align: center;
    padding: 24px;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
  }
  .about-template-content-wrapper header.entry-header {
    margin-top: 200px;
  }
  .in-person-card {
    margin-left: 8%;
    background: #fff;
    margin-top: -8%;
    margin-bottom: 60px;
    padding: 48px 24px;
  }
  .top-mobile {
    z-index: 2;
  }
  h1.hero {
    font-size: 50px;
  }
  h1.entry-title {
    font-size: 42px;
    background: #fff;
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: -12px;
    line-height: 50px;
  }
  .hero-copy {
    width: 100%;
    margin-bottom: 16px;
  }
  .single-program .post-thumbnail,
  .tax-program_category .post-thumbnail,
  .post-type-archive-event .post-thumbnail {
    position: absolute;
    top: -100px;
    width: 100%;
    height: 320px;
    right: 0;
  }
  /*.single-program .post-thumbnail:after {
    background: none;
  }*/
  ul.breadcrumbs {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 12px;
  }
  .program-details {
    padding: 0px 0px 12px 0px;
  }
  span.icon-container {
    float: left;
    margin-right: 12px;
  }
  .service {
    background: #fff;
    padding: 32px 32px 16px;
    min-height: 140px;
  }
  span.icon-container {
    padding: 24px;
    background: #deecf7;
    display: inline-block;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    margin-bottom: 4px;
  }
  .scrolling-track {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: scroll;
    margin-right: -12px;
  }
  .sidebar-area {
    margin-left: 0;
    top: 0;
  }
}

/* SEARCH */
.card-image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  a.see-all-link {
    position: relative;
    right: initial;
    display: block;
    top: initial;
    font-size: 14px;
    padding-bottom: 12px;
  }
  .program-header .post-thumbnail img {
    padding-left: 0;
  }
  img.side-molecule {
    display: none;
  }
  .tax-program_category .program-header,
  .post-type-archive-event .program-header {
    padding: 100px 0 0px;
  }
}

/*

Styling for English Pilot Program Form Page
============================================== */
@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/sf-pro-display_regular.woff2") format("woff2");
  src: url("./fonts/sf-pro-display_regular.woff2") format("woff2"), url("./fonts/sf-pro-display_regular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/sf-pro-display_semibold.woff2") format("woff2");
  src: url("./fonts/sf-pro-display_semibold.woff2") format("woff2"), url("./fonts/sf-pro-display_semibold.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

.page-template-template-english-pilot-program--dark {
  background: url("./img/university-aerial.jpg") 100%/cover;
  color: #fff;
}

.page-template-template-english-pilot-program--dark:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.page-template-template-english-pilot-program--dark form {
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(233, 233, 233, 0.31);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-template-template-english-pilot-program--dark form input:not(.btn),
.page-template-template-english-pilot-program--dark form textarea {
  background: transparent;
  border: 1px solid rgba(233, 233, 233, 0.31);
  color: #fff;
}

.page-template-template-english-pilot-program--dark form:hover, .page-template-template-english-pilot-program--dark form:focus {
  background-color: #181818;
  border-color: rgba(233, 233, 233, 0.61);
}

.page-template-template-english-pilot-program--dark .field_sublabel_below .ginput_complex.ginput_container label,
.page-template-template-english-pilot-program--dark .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 6px 0 9px 1px !important;
}

.page-template-template-english-pilot-program--dark h1,
.page-template-template-english-pilot-program--dark h2 {
  color: #FFD100;
}

.page-template-template-english-pilot-program--dark h1 {
  font-size: 38px;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program--dark h1 {
    font-size: 60px;
  }
}

.page-template-template-english-pilot-program--dark h2 {
  font-size: 28px;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program--dark h2 {
    font-size: 32px;
  }
}

.page-template-template-english-pilot-program--dark h3,
.page-template-template-english-pilot-program--dark h4 {
  font-weight: 100;
}

.page-template-template-english-pilot-program--dark h4 {
  color: #fff;
  margin-bottom: 0;
}

.text-underline {
  text-decoration: underline;
}

.page-template-template-english-pilot-program,
.page-template-template-supervisor-questionnaire {
  color: #262626;
  font-family: "SF Pro Display", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
}

.page-template-template-english-pilot-program .register-link,
.page-template-template-supervisor-questionnaire .register-link {
  cursor: pointer;
}

.page-template-template-english-pilot-program .register-link:hover,
.page-template-template-supervisor-questionnaire .register-link:hover {
  text-decoration: underline;
}

.page-template-template-english-pilot-program .row,
.page-template-template-supervisor-questionnaire .row {
  margin-left: -15px;
  margin-right: -15px;
}

.page-template-template-english-pilot-program [class*="col"],
.page-template-template-supervisor-questionnaire [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-english-pilot-program .col-auto,
.page-template-template-supervisor-questionnaire .col-auto {
  width: auto;
  max-width: none;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program .col-lg-auto,
  .page-template-template-supervisor-questionnaire .col-lg-auto {
    width: auto;
    max-width: none;
  }
}

.page-template-template-english-pilot-program .row--less-padding,
.page-template-template-supervisor-questionnaire .row--less-padding {
  margin-left: -12px;
  margin-right: -12px;
}

.page-template-template-english-pilot-program .row--less-padding [class*="col"],
.page-template-template-supervisor-questionnaire .row--less-padding [class*="col"] {
  padding-left: 12px;
  padding-right: 12px;
}

.page-template-template-english-pilot-program strong,
.page-template-template-supervisor-questionnaire strong {
  font-weight: bold;
}

.page-template-template-english-pilot-program .text-black,
.page-template-template-supervisor-questionnaire .text-black {
  color: #262626;
}

.page-template-template-english-pilot-program .text-blue,
.page-template-template-supervisor-questionnaire .text-blue {
  color: #2774AE;
}

.page-template-template-english-pilot-program .container,
.page-template-template-supervisor-questionnaire .container {
  max-width: 1140px;
}

.page-template-template-english-pilot-program img,
.page-template-template-supervisor-questionnaire img {
  max-width: 100%;
}

.page-template-template-english-pilot-program .logos img,
.page-template-template-supervisor-questionnaire .logos img {
  height: 20px;
}

.page-template-template-english-pilot-program h1,
.page-template-template-english-pilot-program h2,
.page-template-template-english-pilot-program h3,
.page-template-template-supervisor-questionnaire h1,
.page-template-template-supervisor-questionnaire h2,
.page-template-template-supervisor-questionnaire h3 {
  letter-spacing: -0.015em;
}

.page-template-template-english-pilot-program h1,
.page-template-template-supervisor-questionnaire h1 {
  font-size: 26px;
  line-height: 1.3;
  color: #2774AE;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program h1,
  .page-template-template-supervisor-questionnaire h1 {
    font-size: 32px;
  }
}

.page-template-template-english-pilot-program h2,
.page-template-template-supervisor-questionnaire h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program h2,
  .page-template-template-supervisor-questionnaire h2 {
    font-size: 24px;
  }
}

.page-template-template-english-pilot-program h3,
.page-template-template-supervisor-questionnaire h3 {
  font-size: 18px;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program h3,
  .page-template-template-supervisor-questionnaire h3 {
    font-size: 20px;
  }
}

.page-template-template-english-pilot-program h4,
.page-template-template-supervisor-questionnaire h4 {
  color: inherit;
  font-weight: 100;
}

.page-template-template-english-pilot-program h6,
.page-template-template-supervisor-questionnaire h6 {
  font-size: 14px;
  font-weight: 200;
}

.page-template-template-english-pilot-program .indented-list,
.page-template-template-supervisor-questionnaire .indented-list {
  list-style-type: disc;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program .indented-list,
  .page-template-template-supervisor-questionnaire .indented-list {
    padding-left: 36px;
  }
}

.page-template-template-english-pilot-program .gform_wrapper,
.page-template-template-english-pilot-program .gf__custom-header,
.page-template-template-supervisor-questionnaire .gform_wrapper,
.page-template-template-supervisor-questionnaire .gf__custom-header {
  padding: 20px;
}

.page-template-template-english-pilot-program .ginput_container.ginput_container_consent,
.page-template-template-supervisor-questionnaire .ginput_container.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-template-english-pilot-program .ginput_container.ginput_container_consent input[type="checkbox"],
.page-template-template-supervisor-questionnaire .ginput_container.ginput_container_consent input[type="checkbox"] {
  margin-top: 4px;
}

.page-template-template-english-pilot-program .ginput_container.ginput_container_consent label.gfield_consent_label,
.page-template-template-supervisor-questionnaire .ginput_container.ginput_container_consent label.gfield_consent_label {
  margin-left: 4px;
}

.page-template-template-english-pilot-program .gform_wrapper,
.page-template-template-supervisor-questionnaire .gform_wrapper {
  background: #f5f5f5;
  margin-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.page-template-template-english-pilot-program .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.page-template-template-english-pilot-program .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.page-template-template-supervisor-questionnaire .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.page-template-template-supervisor-questionnaire .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 6px 0 9px 1px !important;
}

.page-template-template-english-pilot-program .gform_wrapper input:focus, .page-template-template-english-pilot-program .gform_wrapper input:active,
.page-template-template-english-pilot-program .gform_wrapper select:focus,
.page-template-template-english-pilot-program .gform_wrapper select:active,
.page-template-template-english-pilot-program .gform_wrapper textarea:focus,
.page-template-template-english-pilot-program .gform_wrapper textarea:active,
.page-template-template-supervisor-questionnaire .gform_wrapper input:focus,
.page-template-template-supervisor-questionnaire .gform_wrapper input:active,
.page-template-template-supervisor-questionnaire .gform_wrapper select:focus,
.page-template-template-supervisor-questionnaire .gform_wrapper select:active,
.page-template-template-supervisor-questionnaire .gform_wrapper textarea:focus,
.page-template-template-supervisor-questionnaire .gform_wrapper textarea:active {
  outline-color: #2774AE;
}

.page-template-template-english-pilot-program .gform_wrapper .gfield_description,
.page-template-template-supervisor-questionnaire .gform_wrapper .gfield_description {
  font-size: 13px !important;
}

.page-template-template-english-pilot-program .gform_wrapper .gfield_description:not(.gfield_validation_message),
.page-template-template-supervisor-questionnaire .gform_wrapper .gfield_description:not(.gfield_validation_message) {
  opacity: 0.75;
  padding-top: 4px !important;
}

.page-template-template-english-pilot-program .gform_wrapper .gfield_description:not(.gfield_validation_message):before,
.page-template-template-supervisor-questionnaire .gform_wrapper .gfield_description:not(.gfield_validation_message):before {
  content: "";
  background: url("./img/icon-help.svg") 100%/contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.page-template-template-english-pilot-program .gform_wrapper .gfield_description.gfield_validation_message,
.page-template-template-supervisor-questionnaire .gform_wrapper .gfield_description.gfield_validation_message {
  padding: 12px;
}

.page-template-template-english-pilot-program .gform_wrapper .validation_message,
.page-template-template-supervisor-questionnaire .gform_wrapper .validation_message {
  font-size: 13px !important;
  padding: 12px;
}

.page-template-template-english-pilot-program .gf__custom-help,
.page-template-template-supervisor-questionnaire .gf__custom-help {
  background: #ebebeb;
  text-align: center;
  padding: 10px 20px;
}

.page-template-template-english-pilot-program .gfield_consent_label,
.page-template-template-supervisor-questionnaire .gfield_consent_label {
  cursor: pointer;
}

.page-template-template-english-pilot-program .gform_confirmation_wrapper,
.page-template-template-supervisor-questionnaire .gform_confirmation_wrapper {
  text-align: center;
  padding: 15px;
}

.page-template-template-english-pilot-program .gform_confirmation_wrapper .gform_confirmation_message,
.page-template-template-supervisor-questionnaire .gform_confirmation_wrapper .gform_confirmation_message {
  font-weight: 200;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-animation: fade-in 0.6s forwards;
          animation: fade-in 0.6s forwards;
}

.page-template-template-english-pilot-program .gf__custom-header,
.page-template-template-supervisor-questionnaire .gf__custom-header {
  background: #FFD100;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.page-template-template-english-pilot-program .gform_footer,
.page-template-template-supervisor-questionnaire .gform_footer {
  padding-bottom: 0 !important;
}

@media (min-width: 992px) {
  .page-template-template-english-pilot-program .gfield.has-border-after,
  .page-template-template-supervisor-questionnaire .gfield.has-border-after {
    position: relative;
  }
  .page-template-template-english-pilot-program .gfield.has-border-after,
  .page-template-template-supervisor-questionnaire .gfield.has-border-after {
    padding-right: 60px !important;
  }
  .page-template-template-english-pilot-program .gfield.has-border-after:after,
  .page-template-template-supervisor-questionnaire .gfield.has-border-after:after {
    content: "";
    position: absolute;
    right: 30px;
    height: calc(100% + 16px);
    width: 2px;
    background: #ccc;
    top: 0;
    bottom: 0;
  }
  .page-template-template-english-pilot-program .gfield.has-border-after--last:after,
  .page-template-template-supervisor-questionnaire .gfield.has-border-after--last:after {
    height: 100%;
  }
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.focal-list li {
  display: inline-block;
}

.focal-list li a {
  display: block;
  font-size: 1.3rem;
  background-color: #ffd100;
  padding: 1.3rem 1.7rem;
  color: #333;
}
/*# sourceMappingURL=style.css.map */