@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, del, li, blockquote, em, strong, .wpcf7-not-valid-tip, .single-post .post-content .post-internal-content > span, 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; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

/* *****************************************
		VARIABLES
******************************************** */
.row {
  position: relative;
  width: 100%;
  padding: 60px 10%;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap; }
  .row.no-margin {
    margin: 0; }
  .row.no-side-padding {
    padding-left: 0;
    padding-right: 0; }
  .row.reverse {
    flex-direction: row-reverse; }
  @media screen and (max-width: 880px) {
    .row.tablet-reverse {
      flex-direction: column-reverse; } }
  @media screen and (max-width: 568px) {
    .row {
      padding-left: 15px;
      padding-right: 15px; } }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding: 0 6px; }

.no-padding {
  padding: 0; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media screen and (max-width: 880px) {
  .col-tablet-1 {
    width: 8.33333%; }
  .col-tablet-2 {
    width: 16.66667%; }
  .col-tablet-3 {
    width: 25%; }
  .col-tablet-4 {
    width: 33.33333%; }
  .col-tablet-5 {
    width: 41.66667%; }
  .col-tablet-6 {
    width: 50%; }
  .col-tablet-7 {
    width: 58.33333%; }
  .col-tablet-8 {
    width: 66.66667%; }
  .col-tablet-9 {
    width: 75%; }
  .col-tablet-10 {
    width: 83.33333%; }
  .col-tablet-11 {
    width: 91.66667%; }
  .col-tablet-12 {
    width: 100%; } }

@media screen and (max-width: 568px) {
  .col-mobile-1 {
    width: 8.33333%; }
  .col-mobile-2 {
    width: 16.66667%; }
  .col-mobile-3 {
    width: 25%; }
  .col-mobile-4 {
    width: 33.33333%; }
  .col-mobile-5 {
    width: 41.66667%; }
  .col-mobile-6 {
    width: 50%; }
  .col-mobile-7 {
    width: 58.33333%; }
  .col-mobile-8 {
    width: 66.66667%; }
  .col-mobile-9 {
    width: 75%; }
  .col-mobile-10 {
    width: 83.33333%; }
  .col-mobile-11 {
    width: 91.66667%; }
  .col-mobile-12 {
    width: 100%; } }

@media (min-width: 880px) {
  .col-offset-1 {
    margin-left: 8.33333%; }
  .col-offset-2 {
    margin-left: 16.66667%; }
  .col-offset-3 {
    margin-left: 25%; }
  .col-offset-4 {
    margin-left: 33.33333%; }
  .col-offset-5 {
    margin-left: 41.66667%; }
  .col-offset-6 {
    margin-left: 50%; }
  .col-offset-7 {
    margin-left: 58.33333%; }
  .col-offset-8 {
    margin-left: 66.66667%; }
  .col-offset-9 {
    margin-left: 75%; }
  .col-offset-10 {
    margin-left: 83.33333%; }
  .col-offset-11 {
    margin-left: 91.66667%; } }

.double-pad {
  padding: 0 12px; }

.no-pad {
  padding: 0; }

@media screen and (max-width: 568px) {
  .hidden-mobile {
    display: none; } }

@font-face {
  src: url("/wp-content/themes/springboard/dist/fonts/Volte/Volte.otf");
  font-family: 'Volte';
  font-display: swap; }

@font-face {
  src: url("/wp-content/themes/springboard/dist/fonts/Volte/Volte-Regular-Italic.otf");
  font-family: 'Volte-Italic';
  font-display: swap; }

@font-face {
  src: url("/wp-content/themes/springboard/dist/fonts/Volte/Volte-Semibold.otf");
  font-family: 'Volte-Semibold';
  font-display: swap; }

@font-face {
  src: url("/wp-content/themes/springboard/dist/fonts/Volte/Volte-Bold.otf");
  font-family: 'Volte-Bold';
  font-display: swap; }

html {
  -webkit-font-smoothing: antialiased; }

p, del, li, blockquote, em, strong, .wpcf7-not-valid-tip, .single-post .post-content .post-internal-content > span {
  font-size: 16px;
  font-family: "Volte", sans-serif;
  line-height: 1.7; }
  p.large, del.large, li.large, blockquote.large, em.large, strong.large, .large.wpcf7-not-valid-tip, .single-post .post-content .post-internal-content > span.large {
    font-size: 28px; }
  p.light, del.light, li.light, blockquote.light, em.light, strong.light, .light.wpcf7-not-valid-tip, .single-post .post-content .post-internal-content > span.light {
    opacity: 0.5; }

h1, .h1 {
  font-size: 64px;
  font-family: "Volte-Semibold", sans-serif; }
  @media screen and (max-width: 880px) {
    h1, .h1 {
      font-size: 42px; } }

h2, .h2 {
  font-size: 34px;
  font-family: "Volte-Semibold", sans-serif; }

h3, .h3 {
  font-size: 48px;
  font-family: "Volte-Semibold", sans-serif; }

h4, .h4 {
  font-size: 36px;
  font-family: "Volte-Semibold", sans-serif; }

h5, .h5 {
  font-size: 24px;
  font-family: "Volte-Bold", sans-serif; }

h6, .h6 {
  font-size: 20px;
  font-family: "Volte-Bold", sans-serif; }

em {
  font-family: "Volte-Italic", sans-serif; }

strong {
  font-family: "Volte-Bold", sans-serif; }

blockquote {
  padding: 10px 10px 8px 30px;
  border-left: 3px solid #25A778;
  background: rgba(88, 89, 91, 0.05); }

html {
  scroll-behavior: smooth; }

body {
  position: relative;
  color: #2D2D2E; }

a {
  text-decoration: none;
  color: #2D2D2E; }
  a.color-green {
    transition: color .3s ease-out; }
    a.color-green:hover {
      color: #1c7d5a; }

hr.light {
  border-color: rgba(88, 89, 91, 0.3);
  border-top: 0; }

hr.small {
  width: 30px;
  margin: 10px auto 15px; }

ul, ol {
  margin-left: 20px;
  margin-bottom: 10px; }

.capper, .capper-max {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .capper-max {
    max-width: 1600px; }

.loading {
  opacity: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

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

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.vert-center {
  align-self: center; }

.uppercase {
  text-transform: uppercase; }

.bg-white {
  background: white; }

.bg-black {
  background: #2D2D2E; }

.bg-grey {
  background: #58595B; }

.bg-grey-dark {
  background: #454545; }

.bg-grey-light {
  background: #F2F4F5; }

.bg-blue {
  background: #14B1E7; }

.bg-green {
  background: #25A778; }

.bg-yellow {
  background: #FFC80A; }

.color-white {
  color: white; }

.color-black {
  color: #2D2D2E; }

.color-blue {
  color: #14B1E7; }

.color-green {
  color: #25A778; }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.button, .edit-link {
  display: flex;
  border: solid 1px #2D2D2E;
  padding: 14px 60px 12px;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 350px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.0;
  font-family: "Volte-Bold", sans-serif;
  letter-spacing: 0.7px; }
  .button > *, .edit-link > * {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.0;
    font-family: "Volte-Bold", sans-serif;
    letter-spacing: 0.7px; }
  .button i, .edit-link i {
    margin-right: 10px; }
  .button.small, .small.edit-link {
    max-width: 220px;
    padding: 14px 20px 12px; }
  .button.bg-blue, .bg-blue.edit-link, .button.bg-green, .bg-green.edit-link, .button.bg-yellow, .bg-yellow.edit-link {
    border-color: transparent;
    color: white; }
  .button.bg-transparent, .bg-transparent.edit-link {
    border-color: white;
    color: white; }
  .button.bg-white, .bg-white.edit-link {
    border-color: #14B1E7;
    color: #14B1E7; }
    .button.bg-white > *, .bg-white.edit-link > * {
      color: #14B1E7; }
  .button.bg-white:hover, .bg-white.edit-link:hover {
    background: #e6e6e6; }
  .button.bg-blue:hover, .bg-blue.edit-link:hover {
    background: #108db8; }
  .button.bg-green:hover, .bg-green.edit-link:hover {
    background: #1c7d5a; }
  .button.bg-yellow:hover, .bg-yellow.edit-link:hover {
    background: #d6a600; }
  .button.bg-transparent:hover, .bg-transparent.edit-link:hover {
    background: white;
    color: #14B1E7; }

.link {
  position: relative;
  font-family: "Volte-Bold", sans-serif;
  font-size: 16px; }
  .link.color-green {
    color: #25A778; }
  .link:after {
    content: '>';
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    transform: translate(0, -45%);
    transition: transform 0.25s ease-in; }
  .link:hover:after {
    transform: translate(5px, -45%); }

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

.wpcf7-submit {
  margin-bottom: 10px !important; }

.wpcf7-mail-sent-ok {
  border: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-family: "Volte", sans-serif;
  color: green; }

.wpcf7-validation-errors {
  border: none !important;
  margin-top: -30px !important;
  font-family: "Volte", sans-serif;
  color: red;
  font-size: 14px;
  padding-left: 0 !important;
  margin-left: 0 !important; }

@media screen and (max-width: 568px) {
  .hide-mobile {
    display: none; } }

.wpcf7-response-output {
  text-align: center;
  margin-top: 30px !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85%; }
  @media screen and (max-width: 880px) {
    .wpcf7-response-output {
      margin-top: 0 !important; } }

.wpcf7-not-valid-tip {
  position: absolute;
  padding-left: 20px;
  transform: translateY(-30px);
  letter-spacing: initial; }

form label, form input, form textarea, form select {
  font-family: "Volte", sans-serif; }

.widget form input[type="search"], .widget form input[type="email"] {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-appearance: none;
  border: 1px solid #F2F4F5;
  border-right: 0px;
  padding: 10px 20px; }

.widget form input[type="submit"] {
  position: relative;
  -webkit-appearance: none;
  padding: 10px;
  background: #FFC80A;
  border: 0px;
  border-radius: 50px;
  z-index: 10; }

.widget form .screen-reader-text {
  opacity: 0; }

form select {
  -webkit-appearance: none;
  appearance: none;
  font-family: Volte, sans-serif;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 30px;
  border: none;
  background: #f8f8f8;
  line-height: 1.5;
  padding: 10px 20px !important;
  color: #999;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px top 15px !important;
  background-size: .65em auto, 100% !important;
  width: 100%; }

form input {
  margin-bottom: 30px; }

input {
  transition: all 0.25s ease-in; }
  input:focus {
    border-color: rgba(242, 244, 245, 0.3) !important;
    -webkit-box-shadow: 0px 0px 15px -9px black; }

::placeholder {
  color: #F2F4F5; }

a.color-blue {
  transition: color .3s ease-out; }
  a.color-blue:hover {
    color: #108db8; }

.notification-bar {
  background: #444; }
  .notification-bar .row {
    padding-top: 8px;
    padding-bottom: 6px; }
  .notification-bar p, .notification-bar del, .notification-bar li, .notification-bar blockquote, .notification-bar em, .notification-bar strong, .notification-bar .wpcf7-not-valid-tip, .notification-bar .single-post .post-content .post-internal-content > span, .single-post .post-content .notification-bar .post-internal-content > span {
    color: white;
    font-family: "Volte-Bold", sans-serif;
    line-height: 1.2; }
  .notification-bar a {
    color: #FFC80A;
    font-family: "Volte-Bold", sans-serif; }
  @media screen and (max-width: 1300px) {
    .notification-bar .row {
      padding-left: 5%;
      padding-right: 5%; }
    .notification-bar .col-12 {
      padding: 0; } }

header .site-top-bar {
  padding-top: 7px;
  padding-bottom: 5px; }
  @media screen and (max-width: 1300px) {
    header .site-top-bar {
      position: fixed;
      z-index: 1000;
      bottom: 0;
      pointer-events: none;
      opacity: 0; } }
  header .site-top-bar .row {
    padding-top: 0;
    padding-bottom: 0; }
  header .site-top-bar .menu-top-bar-container {
    width: 100%; }
  header .site-top-bar .menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0; }
    @media screen and (max-width: 1300px) {
      header .site-top-bar .menu {
        display: block; } }
    header .site-top-bar .menu li {
      margin-right: 30px;
      font-size: 13px; }
      header .site-top-bar .menu li a {
        color: white; }
      header .site-top-bar .menu li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1300px) {
        header .site-top-bar .menu li {
          text-align: center;
          margin: 5px 0;
          padding: 5px 0;
          font-size: 15px; } }

header .site-branding {
  padding-bottom: 15px; }

header #site-navigation {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1300px) {
    header #site-navigation {
      display: block;
      height: auto;
      max-height: 100%;
      overflow-y: scroll; } }
  header #site-navigation .menu-main-menu-container, header #site-navigation #menu-main-menu {
    height: 100%;
    align-items: center; }
  header #site-navigation #menu-main-menu {
    position: relative;
    display: flex;
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    margin-bottom: 0; }
    @media screen and (max-width: 1300px) {
      header #site-navigation #menu-main-menu {
        display: block;
        padding-top: 20vh;
        text-align: center;
        margin-left: 0; } }
    header #site-navigation #menu-main-menu > li {
      position: relative;
      padding: 10px 30px 31px 30px;
      white-space: nowrap; }
      header #site-navigation #menu-main-menu > li > a {
        position: relative;
        padding-bottom: 5px;
        overflow: hidden; }
        header #site-navigation #menu-main-menu > li > a:hover:after {
          transform: translateX(0);
          opacity: 1; }
      header #site-navigation #menu-main-menu > li > a:after {
        content: '';
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        width: 100%;
        height: 2px;
        background: #14B1E7;
        transform: translateX(-20%);
        transition: all 0.25s ease-in;
        pointer-events: none;
        opacity: 0; }
      header #site-navigation #menu-main-menu > li:hover > a {
        color: #14B1E7; }
      header #site-navigation #menu-main-menu > li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
    header #site-navigation #menu-main-menu li {
      font-family: "Volte-Bold", sans-serif;
      letter-spacing: 1.1px; }
    header #site-navigation #menu-main-menu a {
      color: #58595B; }
    header #site-navigation #menu-main-menu .excerpt {
      display: none; }
    header #site-navigation #menu-main-menu .menu-item-has-children:after {
      content: '';
      height: 10px;
      width: 10px;
      position: absolute;
      right: 10px;
      background: url("/wp-content/themes/springboard/dist/images/menu_arrow_icon.svg") center no-repeat;
      background-size: contain;
      top: 22px;
      transform: translate(0, -50%);
      transition: 0.25s ease-in-out; }
    header #site-navigation #menu-main-menu .menu-item-has-children:hover:after {
      transform: translate(0, -50%) rotate(180deg); }
    header #site-navigation #menu-main-menu .sub-menu {
      position: absolute;
      width: 160px;
      top: 100%;
      left: 0;
      background: #727B84;
      padding: 20px 20px 25px;
      z-index: 100;
      opacity: 0;
      list-style: none;
      border-top: 0px;
      pointer-events: none; }
      header #site-navigation #menu-main-menu .sub-menu a {
        color: white; }
      header #site-navigation #menu-main-menu .sub-menu li {
        padding: 10px 0;
        white-space: normal;
        line-height: 1.4; }
        header #site-navigation #menu-main-menu .sub-menu li a:hover {
          color: #14B1E7; }
        header #site-navigation #menu-main-menu .sub-menu li:last-child .excerpt {
          display: block; }
        header #site-navigation #menu-main-menu .sub-menu li .excerpt {
          position: absolute;
          display: block;
          top: 0;
          left: 100%;
          width: 290px;
          height: -webkit-fill-available;
          overflow: hidden;
          background: #F2F4F5;
          padding: 42px 28px 20px;
          pointer-events: none;
          opacity: 0;
          transform: translateX(-5px);
          z-index: -1;
          transition: all 0.35s ease-in-out;
          border: 1px solid white;
          white-space: normal; }
          header #site-navigation #menu-main-menu .sub-menu li .excerpt p, header #site-navigation #menu-main-menu .sub-menu li .excerpt del, header #site-navigation #menu-main-menu .sub-menu li .excerpt li, header #site-navigation #menu-main-menu .sub-menu li .excerpt blockquote, header #site-navigation #menu-main-menu .sub-menu li .excerpt em, header #site-navigation #menu-main-menu .sub-menu li .excerpt strong, header #site-navigation #menu-main-menu .sub-menu li .excerpt .wpcf7-not-valid-tip, header #site-navigation #menu-main-menu .sub-menu li .excerpt .single-post .post-content .post-internal-content > span, .single-post .post-content header #site-navigation #menu-main-menu .sub-menu li .excerpt .post-internal-content > span {
            text-transform: none; }
          header #site-navigation #menu-main-menu .sub-menu li .excerpt p, header #site-navigation #menu-main-menu .sub-menu li .excerpt del, header #site-navigation #menu-main-menu .sub-menu li .excerpt li, header #site-navigation #menu-main-menu .sub-menu li .excerpt blockquote, header #site-navigation #menu-main-menu .sub-menu li .excerpt em, header #site-navigation #menu-main-menu .sub-menu li .excerpt strong, header #site-navigation #menu-main-menu .sub-menu li .excerpt .wpcf7-not-valid-tip, header #site-navigation #menu-main-menu .sub-menu li .excerpt .single-post .post-content .post-internal-content > span, .single-post .post-content header #site-navigation #menu-main-menu .sub-menu li .excerpt .post-internal-content > span {
            font-size: 14px; }
        header #site-navigation #menu-main-menu .sub-menu li:hover .excerpt {
          opacity: 1;
          pointer-events: auto;
          transform: translateX(0); }
  header #site-navigation .button, header #site-navigation .edit-link {
    margin-top: 0;
    transform: translateY(-2px);
    padding-top: 12px;
    margin-bottom: 25px;
    white-space: nowrap; }
    @media screen and (max-width: 1300px) {
      header #site-navigation .button, header #site-navigation .edit-link {
        margin: 20px auto; } }

header .primary-menu-wrapper, header .site-top-bar {
  transition: opacity 0.35s ease-in; }

header .primary-menu-wrapper {
  padding-top: 25px;
  padding-bottom: 0px; }
  @media screen and (max-width: 1300px) {
    header .primary-menu-wrapper {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: white;
      z-index: 900;
      pointer-events: none;
      opacity: 0;
      padding: 25px 5%; }
      header .primary-menu-wrapper .logo-wrapper {
        position: absolute;
        top: 25px;
        left: 5%;
        padding-left: 0; }
      header .primary-menu-wrapper .col-8.col-tablet-12 {
        margin: 0 auto; } }

header.open .site-top-bar, header.open .primary-menu-wrapper {
  opacity: 1;
  pointer-events: auto; }

header.open .mobile-header .burger {
  border-color: white;
  height: 15px; }
  header.open .mobile-header .burger > div {
    transform: rotate(-30deg); }

header.open .mobile-close div {
  opacity: 1; }

header .site-branding {
  width: 200px; }

header .mobile-header {
  padding: 25px 5% 0;
  display: none; }
  @media screen and (max-width: 1300px) {
    header .mobile-header {
      display: block;
      padding-top: 15px; } }
  header .mobile-header .burger {
    position: absolute;
    right: 5%;
    top: 66px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-top: 3px solid #14B1E7;
    border-bottom: 3px solid #14B1E7;
    transition: all 0.25s ease-in; }
    @media screen and (max-width: 656px) {
      header .mobile-header .burger {
        top: 85px; } }
    header .mobile-header .burger > div {
      height: 3px;
      width: 100%;
      background: #14B1E7;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.25s ease-in; }

header .mobile-close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 35px;
  right: 5%;
  cursor: pointer;
  display: none; }
  header .mobile-close > div {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #14B1E7;
    opacity: 0;
    transition: all 0.45s ease-in; }
    header .mobile-close > div:first-child {
      transform: translate(-50%, -50%) rotate(-45deg); }
    header .mobile-close > div:last-child {
      transform: translate(-50%, -50%) rotate(45deg); }
  @media screen and (max-width: 1300px) {
    header .mobile-close {
      display: block; } }

.edit-link {
  position: fixed;
  bottom: 40px;
  right: 20px; }
  .edit-link:hover {
    background: #2D2D2E; }
    .edit-link:hover a {
      color: white; }

footer {
  overflow: hidden; }
  footer p, footer del, footer li, footer blockquote, footer em, footer strong, footer .wpcf7-not-valid-tip, footer .single-post .post-content .post-internal-content > span, .single-post .post-content footer .post-internal-content > span {
    color: white; }
  footer .footer-logo {
    max-width: 90%;
    width: 205px; }
  footer .menu {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 20px; }
    @media screen and (max-width: 880px) {
      footer .menu {
        padding-left: 0; } }
    footer .menu a {
      color: white;
      font-family: "Volte-Bold", sans-serif; }
    footer .menu li {
      margin-bottom: 11px;
      font-size: 12px; }
      footer .menu li:last-child {
        margin-bottom: 0; }
  footer .social {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-bottom: 20px; }
    @media screen and (max-width: 880px) {
      footer .social {
        justify-content: flex-start;
        margin: 30px auto 40px; } }
    footer .social li {
      margin: 0 10px; }
    footer .social li:last-child {
      margin-right: 0; }
    footer .social img {
      height: 18px;
      width: 18px; }
  footer .seal-wrapper {
    display: flex;
    align-items: center; }
    footer .seal-wrapper p, footer .seal-wrapper del, footer .seal-wrapper li, footer .seal-wrapper blockquote, footer .seal-wrapper em, footer .seal-wrapper strong, footer .seal-wrapper .wpcf7-not-valid-tip, footer .seal-wrapper .single-post .post-content .post-internal-content > span, .single-post .post-content footer .seal-wrapper .post-internal-content > span {
      width: calc(100% - 50px);
      font-size: 12px; }
  footer .seal {
    height: 40px;
    width: 40px;
    background: blue;
    margin-right: 10px; }
  footer #custom_html-2 {
    padding-right: 20px; }
    @media screen and (max-width: 880px) {
      footer #custom_html-2 {
        width: 50%;
        padding-top: 40px; } }
    @media screen and (max-width: 568px) {
      footer #custom_html-2 {
        width: 75%; } }
    footer #custom_html-2 form {
      display: flex;
      border: 2px solid rgba(88, 89, 91, 0.6);
      border-radius: 5px;
      margin-bottom: 15px;
      height: 40px;
      white-space: nowrap; }
      footer #custom_html-2 form p, footer #custom_html-2 form del, footer #custom_html-2 form li, footer #custom_html-2 form blockquote, footer #custom_html-2 form em, footer #custom_html-2 form strong, footer #custom_html-2 form .wpcf7-not-valid-tip, footer #custom_html-2 form .single-post .post-content .post-internal-content > span, .single-post .post-content footer #custom_html-2 form .post-internal-content > span {
        width: 100%;
        position: relative; }
      footer #custom_html-2 form input {
        height: 100%;
        -webkit-appearance: none;
        border: 0px;
        color: white;
        background: transparent; }
      footer #custom_html-2 form input[type="text"], footer #custom_html-2 form .your-email {
        width: 70%;
        background: transparent; }
        footer #custom_html-2 form input[type="text"] input, footer #custom_html-2 form .your-email input {
          width: 70%;
          border-radius: 0; }
      footer #custom_html-2 form input[type="submit"] {
        width: 30%;
        background: url("data:image/svg+xml,%3Csvg id='send' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E %3Cpath id='send-2' data-name='send' d='M10,16,8,8,0,6,16,0Z' fill='%23fff'/%3E %3C/svg%3E") center no-repeat;
        color: transparent;
        border-radius: 0;
        box-shadow: none; }
      footer #custom_html-2 form .wpcf7-response-output {
        display: none !important; }
      footer #custom_html-2 form span[role="alert"] {
        position: absolute;
        top: -3px;
        left: -13px; }
      footer #custom_html-2 form.sent input {
        opacity: 0.1;
        pointer-events: none; }
      footer #custom_html-2 form.sent .wpcf7-response-output {
        display: block !important;
        color: white;
        width: 100%;
        position: absolute;
        top: -30px;
        white-space: normal; }
    footer #custom_html-2 p, footer #custom_html-2 del, footer #custom_html-2 li, footer #custom_html-2 blockquote, footer #custom_html-2 em, footer #custom_html-2 strong, footer #custom_html-2 .wpcf7-not-valid-tip, footer #custom_html-2 .single-post .post-content .post-internal-content > span, .single-post .post-content footer #custom_html-2 .post-internal-content > span {
      font-size: 11px; }
  footer .copyright {
    text-align: center;
    background: #5F5F5F;
    color: white;
    padding: 7px 20px; }
    footer .copyright p, footer .copyright del, footer .copyright li, footer .copyright blockquote, footer .copyright em, footer .copyright strong, footer .copyright .wpcf7-not-valid-tip, footer .copyright .single-post .post-content .post-internal-content > span, .single-post .post-content footer .copyright .post-internal-content > span {
      font-size: 12px; }
    footer .copyright a {
      color: white; }

.full-width-cta {
  position: relative;
  padding-top: 120px;
  padding-bottom: 112px; }
  .full-width-cta:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("/wp-content/themes/springboard/dist/images/background-pattern.png") center no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: multiply; }
  .full-width-cta.bg-blue {
    background: linear-gradient(#14B1E7, #1187AF); }
  .full-width-cta .button-wrapper {
    justify-content: center; }
    @media screen and (max-width: 568px) {
      .full-width-cta .button-wrapper {
        flex-wrap: wrap; } }
    .full-width-cta .button-wrapper .button, .full-width-cta .button-wrapper .edit-link {
      margin: 30px 20px 0; }
      @media screen and (max-width: 880px) {
        .full-width-cta .button-wrapper .button, .full-width-cta .button-wrapper .edit-link {
          margin: 30px 10px 0; } }
  .full-width-cta .wpcf7-form .button-wrapper {
    margin-top: 50px;
    justify-content: center; }
    @media screen and (max-width: 880px) {
      .full-width-cta .wpcf7-form .button-wrapper {
        flex-wrap: wrap; } }
  .full-width-cta .wpcf7-form input {
    -webkit-appearance: none;
    padding: 10px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid transparent;
    color: white;
    font-family: "Volte", sans-serif; }
  .full-width-cta .wpcf7-form input[type="submit"] {
    background: #FFC80A;
    width: 150px;
    margin-left: 25px; }
    @media screen and (max-width: 880px) {
      .full-width-cta .wpcf7-form input[type="submit"] {
        margin-top: 30px; } }
  .full-width-cta .wpcf7-form .wpcf7-mail-sent-ok {
    color: #F2F4F5; }
  .full-width-cta .wpcf7-form.sent .button-wrapper {
    opacity: 0.1;
    pointer-events: none; }
  .full-width-cta .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    top: calc(50% + 20px); }

.testimonials .header {
  margin-bottom: 40px; }

.testimonials .testimonial {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 880px) {
    .testimonials .testimonial {
      margin-bottom: 40px; }
      .testimonials .testimonial:last-child {
        margin-bottom: 0; } }
  .testimonials .testimonial img {
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0 auto; }
  .testimonials .testimonial h2 {
    margin-bottom: 5px; }
  .testimonials .testimonial .light {
    opacity: 0.5;
    margin-bottom: 10px; }
  .testimonials .testimonial .image-wrapper {
    height: 140px;
    width: 140px;
    border-radius: 70px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: flex;
    justify-content: center; }

@media screen and (max-width: 880px) {
  .tablet-reverse .image-content:last-child {
    margin-bottom: 40px; } }

.card-block .intro {
  padding-bottom: 40px; }

.card-block .card {
  height: 100%;
  background: white;
  border: 1px solid #F2F4F5;
  overflow: hidden;
  transition: box-shadow 0.25s ease-in;
  padding-bottom: 50px; }
  .card-block .card:hover {
    box-shadow: -1px 9px 41px -10px rgba(0, 0, 0, 0.57); }
  .card-block .card .entry-content {
    padding: 35px 30px;
    text-align: center; }
    .card-block .card .entry-content a {
      font-family: "Volte-Bold", sans-serif; }
    .card-block .card .entry-content .button, .card-block .card .entry-content .edit-link {
      margin: 30px auto 0; }
  .card-block .card > .button, .card-block .card > .edit-link {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-color: #F2F4F5;
    color: #2D2D2E; }
  .card-block .card > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200; }
  .card-block .card:hover > .button, .card-block .card:hover > .edit-link {
    background: #FFC80A;
    color: white; }

@media screen and (max-width: 1024px) {
  .card-block .col-4, .card-block .col-6 {
    width: 100%;
    margin-bottom: 40px; }
    .card-block .col-4:last-child, .card-block .col-6:last-child {
      margin-bottom: 0; } }

.carousel {
  position: relative; }
  .carousel .headline {
    margin-bottom: 40px; }
  .carousel .track {
    position: relative;
    display: flex;
    width: fit-content;
    height: auto;
    margin-bottom: 40px;
    overflow: hidden; }
  .carousel .slide {
    position: absolute;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
    grid-auto-flow: column;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate3d(110%, 0, 0); }
    .carousel .slide.active {
      position: relative;
      z-index: 100;
      opacity: 1;
      transform: translate3d(0%, 0, 0); }
    .carousel .slide.leaving {
      position: absolute;
      left: 0; }
    .carousel .slide img {
      width: 100%;
      height: auto;
      display: inline-block; }
  .carousel .dots-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    .carousel .dots-wrapper .dot {
      background: #58595B;
      margin: 0 10px;
      height: 10px;
      width: 10px;
      border-radius: 5px;
      transition: background 0.25s ease-in;
      pointer-events: none; }
      .carousel .dots-wrapper .dot.active {
        background: #14B1E7; }
  .carousel .controls {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    @media screen and (max-width: 568px) {
      .carousel .controls {
        z-index: 200;
        height: 30px;
        top: 100%; } }
    .carousel .controls .next, .carousel .controls .prev {
      position: absolute;
      height: 40px;
      width: 35px;
      background: blue;
      top: calc(50% - 25px);
      cursor: pointer;
      background: url("/wp-content/themes/springboard/dist/images/menu_arrow_icon.svg") center no-repeat;
      background-size: 12px; }
    .carousel .controls .prev {
      left: -40px;
      transform: translate(0, -50%) rotate(90deg); }
      @media screen and (max-width: 568px) {
        .carousel .controls .prev {
          left: 0; } }
    .carousel .controls .next {
      right: -40px;
      transform: translate(0, -50%) rotate(-90deg); }
      @media screen and (max-width: 568px) {
        .carousel .controls .next {
          right: 0; } }

.block-3 div.border {
  border-right: 1px solid #F2F4F5; }

@media screen and (max-width: 880px) {
  .block-3 .content {
    margin-bottom: 80px; }
    .block-3 .content:last-child {
      margin-bottom: 0; } }

.block-3 .bg-number {
  position: absolute;
  top: 80%;
  left: 50%;
  font-size: 180px;
  font-family: "Volte", sans-serif;
  transform: translate(-50%, -50%);
  opacity: 0.03;
  font-weight: 800;
  z-index: -1;
  pointer-events: none; }

@media screen and (max-width: 568px) {
  .text-block .button-wrapper {
    display: block; } }

.text-block .button-wrapper .button, .text-block .button-wrapper .edit-link {
  margin: 30px 10px 0; }
  .text-block .button-wrapper .button:first-child, .text-block .button-wrapper .edit-link:first-child {
    margin-left: 0; }
  @media screen and (max-width: 568px) {
    .text-block .button-wrapper .button, .text-block .button-wrapper .edit-link {
      margin: 30px 0 0; } }

@media screen and (max-width: 880px) {
  .text-block .image-content {
    margin-bottom: 30px; } }

.contact-form-block .contact-details img {
  margin-bottom: 40px;
  max-width: 60%;
  width: 250px; }

.contact-form-block .contact-details ul {
  list-style: none;
  margin-left: 0; }

.contact-form-block .contact-details li.headline {
  text-transform: uppercase; }

.contact-form-block .contact-details li:not(.headline) {
  margin-bottom: 20px; }

.contact-form-block .contact-details a {
  font-size: 22px;
  font-family: "Volte-Semibold", sans-serif; }

@media screen and (max-width: 880px) {
  .contact-form-block .contact-details {
    margin-bottom: 40px; } }

.contact-form-block .contact-info {
  margin-bottom: 40px; }
  .contact-form-block .contact-info > * {
    margin-bottom: 15px; }
    .contact-form-block .contact-info > *:last-child {
      margin-bottom: 0; }

.contact-form-block .wpcf7-form .half {
  display: flex;
  margin-bottom: 20px; }
  .contact-form-block .wpcf7-form .half > p, .contact-form-block .wpcf7-form .half > del, .contact-form-block .wpcf7-form .half > li, .contact-form-block .wpcf7-form .half > blockquote, .contact-form-block .wpcf7-form .half > em, .contact-form-block .wpcf7-form .half > strong, .contact-form-block .wpcf7-form .half > .wpcf7-not-valid-tip, .contact-form-block .wpcf7-form .single-post .post-content .post-internal-content.half > span, .single-post .post-content .contact-form-block .wpcf7-form .post-internal-content.half > span {
    width: 50%; }
    .contact-form-block .wpcf7-form .half > p:first-child, .contact-form-block .wpcf7-form .half > del:first-child, .contact-form-block .wpcf7-form .half > li:first-child, .contact-form-block .wpcf7-form .half > blockquote:first-child, .contact-form-block .wpcf7-form .half > em:first-child, .contact-form-block .wpcf7-form .half > strong:first-child, .contact-form-block .wpcf7-form .half > .wpcf7-not-valid-tip:first-child, .contact-form-block .wpcf7-form .single-post .post-content .post-internal-content.half > span:first-child, .single-post .post-content .contact-form-block .wpcf7-form .post-internal-content.half > span:first-child {
      margin-right: 20px; }

.contact-form-block .wpcf7-form label {
  padding-left: 20px; }

.contact-form-block .wpcf7-form input, .contact-form-block .wpcf7-form textarea {
  background: #F2F4F5;
  -webkit-appearance: none;
  border: 1px solid transparent;
  width: 100%;
  padding: 10px 20px; }

.contact-form-block .wpcf7-form input {
  border-radius: 25px; }

.contact-form-block .wpcf7-form textarea {
  border-radius: 15px; }

.contact-form-block .wpcf7-form input[type="submit"] {
  background: #14B1E7;
  color: white;
  width: 320px;
  max-width: 70%;
  margin: 50px auto 0;
  text-transform: uppercase;
  font-family: "Volte-Semibold", sans-serif; }
  .contact-form-block .wpcf7-form input[type="submit"].bg-green {
    background: #25A778;
    color: white; }

.contact-form-block .col-10 input[type="submit"] {
  display: block; }

.featured-blog hr {
  margin-top: 40px;
  margin-bottom: 30px;
  border-color: #F2F4F5;
  border-top: 0; }

.featured-blog h6 {
  margin-bottom: 40px; }

.featured-blog .featured-image-wrapper {
  height: 100px;
  width: 100px;
  margin-bottom: 20px; }

.featured-blog .featured-image-mask {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  overflow: hidden; }
  .featured-blog .featured-image-mask img {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: 100%;
    width: auto; }

@media screen and (max-width: 880px) {
  .featured-blog .post {
    margin-bottom: 30px; } }

.education-links-block {
  position: relative;
  overflow: hidden; }
  .education-links-block .grid-wrapper {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 30px; }
  .education-links-block .grid-2x {
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 880px) {
      .education-links-block .grid-2x {
        grid-template-columns: 1fr; } }
  .education-links-block .grid-3x {
    grid-template-columns: 1fr 1fr 1fr; }
    @media screen and (max-width: 880px) {
      .education-links-block .grid-3x {
        grid-template-columns: 1fr; } }
  .education-links-block .logo {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 10px auto 0; }
  .education-links-block .card {
    position: relative;
    background: white;
    border-radius: 5px;
    padding-bottom: 70px; }
    .education-links-block .card .content {
      padding: 20px 30px;
      text-align: center; }
      .education-links-block .card .content .button-wrapper {
        display: flex;
        justify-content: center; }
  .education-links-block .white-circle {
    height: 55vw;
    width: 55vw;
    border-radius: 28vw;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(5%, -35%);
    z-index: 0;
    pointer-events: none;
    max-width: 900px;
    max-height: 900px; }

.qa-block h3 {
  margin-bottom: 30px; }

.qa-block ul {
  list-style: none; }

.qa-block li {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #F2F4F5;
  padding: 0 40px 20px 20px;
  cursor: pointer; }
  @media screen and (max-width: 880px) {
    .qa-block li {
      padding-left: 0; } }
  .qa-block li .indicator {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.002' height='9.008' viewBox='0 0 17.002 9.008'%3E %3Cpath id='Arrow_copy' data-name='Arrow copy' d='M6690.493,1853a.987.987,0,0,1-.72-.269l-7.5-7.166a.89.89,0,0,1,0-1.3.994.994,0,0,1,1.362,0l6.856,6.55,6.854-6.55a1,1,0,0,1,1.363,0,.892.892,0,0,1,0,1.3l-7.5,7.166a.985.985,0,0,1-.682.27Z' transform='translate(-6681.991 -1843.992)' fill='%23666366'/%3E %3C/svg%3E") center center no-repeat;
    transform: rotate(-90deg);
    transition: all 0.25s ease-in; }
  .qa-block li.open .indicator {
    transform: rotate(0deg); }

.qa-block .internal {
  height: 0;
  overflow: hidden;
  cursor: auto; }
  .qa-block .internal p, .qa-block .internal del, .qa-block .internal li, .qa-block .internal blockquote, .qa-block .internal em, .qa-block .internal strong, .qa-block .internal .wpcf7-not-valid-tip, .qa-block .internal .single-post .post-content .post-internal-content > span, .single-post .post-content .qa-block .internal .post-internal-content > span {
    padding-top: 15px; }

.hero {
  position: relative; }
  @media screen and (max-width: 880px) {
    .hero.with-content {
      background-position: 15% center !important;
      min-height: 65vh;
      background-size: cover !important; }
      .hero.with-content img {
        display: none; }
      .hero.with-content .hero-content {
        width: 100%;
        height: 100%;
        padding: 35% 5% 0 15%;
        background: rgba(0, 0, 0, 0.13);
        transform: none;
        top: inherit;
        right: inherit; } }
  .hero .hero-content {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 40%;
    transform: translateY(-50%);
    color: white;
    text-align: right; }
    .hero .hero-content .button, .hero .hero-content .edit-link {
      margin-right: 0;
      margin-left: auto; }
    @media screen and (max-width: 1100px) {
      .hero .hero-content h1 {
        font-size: 42px; }
      .hero .hero-content p.large, .hero .hero-content del.large, .hero .hero-content li.large, .hero .hero-content blockquote.large, .hero .hero-content em.large, .hero .hero-content strong.large, .hero .hero-content .large.wpcf7-not-valid-tip, .hero .hero-content .single-post .post-content .post-internal-content > span.large, .single-post .post-content .hero .hero-content .post-internal-content > span.large {
        font-size: 18px; }
      .hero .hero-content .button, .hero .hero-content .edit-link {
        margin-top: 0; } }
    @media screen and (max-width: 568px) {
      .hero .hero-content {
        width: 60%; }
        .hero .hero-content .buton {
          width: 300px; } }

.home .hero {
  background: #14B1E7;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 120px 10%; }
  .home .hero img, .home .hero video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home .hero .hero-content {
    position: relative;
    left: initial;
    top: initial;
    right: initial;
    transform: initial;
    width: calc(40% - 20px);
    text-align: left; }
    .home .hero .hero-content a.button, .home .hero .hero-content a.edit-link {
      margin-left: 0; }
  .home .hero .vid-wrap {
    position: relative;
    width: calc(60% - 20px); }
    .home .hero .vid-wrap .play-btn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      cursor: pointer; }
    .home .hero .vid-wrap video {
      width: 100%; }
  @media screen and (max-width: 880px) {
    .home .hero {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px; }
      .home .hero .hero-content {
        width: 100%; }
      .home .hero .vid-wrap {
        width: 100%; }
        .home .hero .vid-wrap video {
          position: relative; }
        .home .hero .vid-wrap .play-btn {
          transform-origin: 0 0;
          transform: scale(0.65) translate(-50%, -50%); } }

.entry-header {
  background: #58595B;
  color: white;
  padding-top: 12px;
  padding-bottom: 10px; }
  .entry-header a, .entry-header p, .entry-header del, .entry-header li, .entry-header blockquote, .entry-header em, .entry-header strong, .entry-header .wpcf7-not-valid-tip, .entry-header .single-post .post-content .post-internal-content > span, .single-post .post-content .entry-header .post-internal-content > span {
    color: white; }
  .entry-header p:first-child, .entry-header del:first-child, .entry-header li:first-child, .entry-header blockquote:first-child, .entry-header em:first-child, .entry-header strong:first-child, .entry-header .wpcf7-not-valid-tip:first-child, .entry-header .single-post .post-content .post-internal-content > span:first-child, .single-post .post-content .entry-header .post-internal-content > span:first-child {
    margin-right: 15px; }
  .entry-header p:last-child, .entry-header del:last-child, .entry-header li:last-child, .entry-header blockquote:last-child, .entry-header em:last-child, .entry-header strong:last-child, .entry-header .wpcf7-not-valid-tip:last-child, .entry-header .single-post .post-content .post-internal-content > span:last-child, .single-post .post-content .entry-header .post-internal-content > span:last-child {
    margin-left: 15px; }
  .entry-header > div {
    display: flex;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center; }

.entry-content p, .entry-content del, .entry-content li, .entry-content blockquote, .entry-content em, .entry-content strong, .entry-content .wpcf7-not-valid-tip, .entry-content .single-post .post-content .post-internal-content > span, .single-post .post-content .entry-content .post-internal-content > span, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px; }
  .entry-content p:last-child, .entry-content del:last-child, .entry-content li:last-child, .entry-content blockquote:last-child, .entry-content em:last-child, .entry-content strong:last-child, .entry-content .wpcf7-not-valid-tip:last-child, .entry-content .single-post .post-content .post-internal-content > span:last-child, .single-post .post-content .entry-content .post-internal-content > span:last-child, .entry-content h1:last-child, .entry-content h2:last-child, .entry-content h3:last-child, .entry-content h4:last-child, .entry-content h5:last-child, .entry-content h6:last-child {
    margin-bottom: 0; }

.entry-content ul li {
  position: relative;
  list-style: none; }
  .entry-content ul li:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #FFC80A;
    left: 0;
    top: 5px;
    transform: translate(-20px, 0); }

.entry-content li {
  margin-bottom: 0px; }

.entry-content .bullhorn-sidebar li:before {
  display: none; }

.text-block-no-padding .image-no-padding {
  height: 100%;
  position: absolute;
  top: 0; }
  @media screen and (max-width: 880px) {
    .text-block-no-padding .image-no-padding {
      height: 420px;
      width: 100% !important; } }

@media screen and (max-width: 880px) {
  .text-block-no-padding {
    padding-top: 460px; } }

.text-block.extra-padding, .text-block-no-padding.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px; }
  @media screen and (max-width: 880px) {
    .text-block.extra-padding, .text-block-no-padding.extra-padding {
      padding-top: 460px;
      padding-bottom: 80px; }
      .text-block.extra-padding .image-no-padding, .text-block-no-padding.extra-padding .image-no-padding {
        background-position: center top !important; } }

@media screen and (max-width: 880px) {
  .text-block-no-padding.mobile-reverse {
    padding-top: 80px;
    padding-bottom: 500px; }
    .text-block-no-padding.mobile-reverse .image-no-padding {
      top: inherit;
      bottom: 0; } }

.block-spacer {
  height: 80px; }
  @media screen and (max-width: 880px) {
    .block-spacer {
      display: none; } }

.course-directory h1 {
  margin-bottom: 30px; }
  @media screen and (max-width: 880px) {
    .course-directory h1 {
      text-align: center;
      margin-bottom: 0; } }

.course-directory .search-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px; }
  @media screen and (max-width: 880px) {
    .course-directory .search-wrapper {
      justify-content: flex-start;
      margin-bottom: 30px; } }

@media screen and (max-width: 880px) {
  .course-directory .filter-wrapper {
    text-align: center; } }

.course-directory .filter-wrapper span {
  padding-bottom: 3px;
  cursor: pointer; }

.course-directory .filter-wrapper .active {
  border-bottom: 4px solid #FFC80A; }

.course-directory .filter-wrapper hr {
  margin-top: 20px; }

.course-directory .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  padding-top: 40px; }
  @media screen and (max-width: 1200px) {
    .course-directory .grid-wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 880px) {
    .course-directory .grid-wrapper {
      grid-template-columns: 1fr; } }

.course-directory .course {
  background: white;
  border-radius: 7px;
  padding-bottom: 20px;
  display: block; }
  .course-directory .course.hidden {
    display: none; }
  .course-directory .course h2 {
    font-family: "Volte", sans-serif;
    text-align: center;
    padding: 0 5px;
    text-transform: uppercase; }
  .course-directory .course h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 30px 40px 0; }
  .course-directory .course .featured-image-wrapper {
    width: 100%;
    overflow: hidden;
    height: 180px; }
  .course-directory .course .featured-image {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Volte", sans-serif;
    font-size: 34px;
    color: white; }
  .course-directory .course .duration, .course-directory .course .learn-more {
    width: 50%; }
  .course-directory .course .button, .course-directory .course .edit-link {
    padding: 10px 15px 9px;
    width: 160px;
    max-width: 100%; }
    .course-directory .course .button > *, .course-directory .course .edit-link > * {
      font-size: 12px; }
  .course-directory .course .content-wrapper {
    padding: 10px 40px 0; }
  .course-directory .course .duration {
    display: flex;
    align-items: flex-end; }
    .course-directory .course .duration img {
      width: 16px;
      height: 16px;
      margin-bottom: 8px;
      margin-right: 5px; }

.archive-list .pull-up {
  margin-top: -150px; }
  @media screen and (max-width: 880px) {
    .archive-list .pull-up {
      margin-top: 0; } }

.archive-list .archive-container {
  position: relative;
  padding-top: 60px; }
  @media screen and (max-width: 880px) {
    .archive-list .archive-container {
      padding-top: 0; } }
  .archive-list .archive-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 150px;
    background: white;
    height: 100%; }
  .archive-list .archive-container h1 {
    margin-bottom: 30px;
    padding-right: 20px; }

.archive-list .post {
  padding: 20px 40px 20px 0; }
  .archive-list .post hr {
    border-color: #F2F4F5;
    border-top: 0px; }

.archive-list .featured-image-wrapper {
  width: 75px; }
  .archive-list .featured-image-wrapper .featured-image-mask {
    position: relative;
    border-radius: 85px;
    height: 85px;
    width: 85px;
    overflow: hidden; }
    .archive-list .featured-image-wrapper .featured-image-mask img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      height: 100%;
      width: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: none; }

.archive-list .content-wrapper {
  width: calc(100% - 85px);
  padding-left: 40px; }
  .archive-list .content-wrapper .info {
    font-size: 12px;
    margin-bottom: 5px; }
  .archive-list .content-wrapper h5 {
    margin-bottom: 10px;
    font-family: "Volte-Semibold", sans-serif; }
  .archive-list .content-wrapper .read-more {
    text-transform: uppercase;
    margin-bottom: 40px; }

.archive-list .excerpt, .archive-list .excerpt * {
  color: #4F5362; }

.archive-list .excerpt {
  margin-bottom: 5px; }

.archive-list .pagination-controls h2 {
  display: none; }

.archive-list .pagination-controls .nav-links a, .archive-list .pagination-controls .nav-links span {
  height: 40px;
  width: 40px;
  background: #F2F4F5;
  margin: 0 2px;
  padding: 12px 16px;
  font-family: "Volte-Semibold", sans-serif;
  font-size: 13px; }

.archive-list .pagination-controls .nav-links span {
  background: #14B1E7;
  color: white; }

.archive-list .pagination-controls .nav-links .next, .archive-list .pagination-controls .nav-links .prev {
  background: transparent; }

.archive-list .widget-area {
  margin-top: 60px; }

.single-post .pull-up {
  margin-top: -150px; }
  @media screen and (max-width: 880px) {
    .single-post .pull-up {
      margin-top: 0; } }

.single-post .post-content {
  position: relative;
  padding-top: 60px; }
  @media screen and (max-width: 880px) {
    .single-post .post-content {
      padding-top: 0; } }
  .single-post .post-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 150px;
    background: white;
    height: 100%; }
  .single-post .post-content h1 {
    margin-bottom: 30px;
    padding-right: 20px; }
  .single-post .post-content .post-title {
    line-height: 1;
    margin-bottom: 10px; }
  .single-post .post-content .post-details {
    margin-bottom: 40px; }
  .single-post .post-content .entry-content {
    margin-top: 40px;
    padding-right: 40px; }
    .single-post .post-content .entry-content a {
      text-decoration: underline; }
  .single-post .post-content .post-internal-content > span > *:not(:last-child) {
    margin-bottom: 15px;
    margin-top: 10px; }
  .single-post .post-content .tags-container {
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #F2F4F5; }
    .single-post .post-content .tags-container a {
      font-family: "Volte-Semibold", sans-serif; }
  .single-post .post-content .read-more-blog-posts {
    padding-left: calc(75px + 40px); }
  .single-post .post-content .footer-content h6 {
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase; }

.widget-area section {
  padding: 40px 0;
  border-bottom: 1px solid #F2F4F5; }
  .widget-area section:last-child {
    border-bottom: 0px; }

.widget-area h2.widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Volte-Bold", sans-serif;
  margin-bottom: 20px; }

.widget-area .screen-reader-text {
  display: none; }

.widget-area form {
  white-space: nowrap;
  position: relative;
  display: flex; }
  .widget-area form ::placeholder {
    color: #58595B; }
  .widget-area form .search-field ::placeholder {
    text-transform: uppercase; }
  .widget-area form input {
    box-sizing: inherit;
    margin-bottom: 0; }
  .widget-area form.invalid input {
    margin-bottom: 35px; }
  .widget-area form.sent {
    pointer-events: none;
    opacity: 0.35; }
    .widget-area form.sent input {
      margin-bottom: 55px; }
  .widget-area form input[type="submit"] {
    position: absolute;
    width: 41px;
    height: 41px;
    right: 0;
    border-radius: 40px;
    color: #FFC80A; }
  .widget-area form label {
    width: 100%; }
    .widget-area form label input {
      width: calc(100% - 20px); }
  .widget-area form .wpcf7-response-output {
    margin-top: 70px !important;
    white-space: initial; }
  .widget-area form .button-wrapper {
    width: 100%; }
    .widget-area form .button-wrapper input[type="email"] {
      width: 100%; }
  .widget-area form .icon-search, .widget-area form .icon-subscribe {
    height: 41px;
    width: 41px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none; }
  .widget-area form .icon-search {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.914' height='15.912' viewBox='0 0 15.914 15.912'%3E %3Cpath id='Loupe_Icon' data-name='Loupe Icon' d='M3495.208,1190.6a.983.983,0,0,0,1.4,0,1.014,1.014,0,0,0,0-1.422l-3.064-3.063a6.966,6.966,0,1,0-1.412,1.416Zm-12.228-8.649a4.978,4.978,0,1,1,4.978,4.977A4.977,4.977,0,0,1,3482.98,1181.954Z' transform='translate(-3480.989 -1174.986)' fill='%23fff'/%3E %3C/svg%3E") center no-repeat; }
  .widget-area form .icon-subscribe {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.021' height='12.99' viewBox='0 0 8.021 12.99'%3E %3Cpath id='Nex_Icon' data-name='Nex Icon' d='M3485.362,2058.615a1.217,1.217,0,0,1,0-1.752l4.5-4.38-4.5-4.38a1.214,1.214,0,0,1,0-1.751,1.3,1.3,0,0,1,1.8,0l5.055,4.917a1.27,1.27,0,0,1,.418.272,1.386,1.386,0,0,1,0,1.887,1.271,1.271,0,0,1-.42.272l-5.055,4.917a1.3,1.3,0,0,1-1.8,0Z' transform='translate(-3484.989 -2045.988)' fill='%23fff'/%3E %3C/svg%3E") center no-repeat; }

.widget-area .tagcloud {
  padding: 0 15px;
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  border-radius: 5px; }
  .widget-area .tagcloud a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;
    font-family: "Volte-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 16px !important; }
    .widget-area .tagcloud a:last-child {
      border-bottom: 0px; }

:root {
  --color-green:#37b34a; }

.green {
  color: #25A778 !important; }

.page-application .content *, .page-skills .content *, .page-job-search .content * {
  font-family: "Montserrat", sans-serif; }

.page-job-search > .row, .page-application .row {
  max-width: 1440px;
  margin: 0 auto; }

.page-application h3,
.page-skills h3,
.page-job-search h3 {
  font-weight: 400; }

.page-application h4 {
  margin-bottom: 20px; }

.page-application label, .page-skills label, .page-job-search label {
  font-weight: 400; }

.page-application input, .page-application select {
  width: 100%; }

.job-descrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 25px;
  gap: 10px; }

.job-descrip p, .job-descrip del, .job-descrip li, .job-descrip blockquote, .job-descrip em, .job-descrip strong, .job-descrip .wpcf7-not-valid-tip, .job-descrip .single-post .post-content .post-internal-content > span, .single-post .post-content .job-descrip .post-internal-content > span, .job-descrip a {
  line-height: 1.2;
  text-align: left;
  font-family: Volte, sans-serif; }

div.job-descrip:nth-of-type(odd) {
  background: white; }

div.job-descrip:nth-of-type(even) {
  background: #f7f7f7; }

.job-results-wrap {
  position: relative;
  min-height: 300px;
  text-align: center; }

.job-results-wrap hr {
  margin: 60px -40px 40px; }

.job-results-wrap h4 {
  color: #2D2D2E; }

.job-results {
  display: none;
  background: #f7f7f7; }

.job-results-header {
  padding: 35px 25px 20px;
  justify-content: space-between;
  flex-wrap: initial !important;
  align-items: flex-end;
  gap: 10px;
  background: #f7f7f7;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  margin-bottom: 20px; }
  .job-results-header h4 {
    text-align: center;
    width: 20%; }
  .job-results-header h4:first-child {
    text-align: left; }
  .job-results-header h4:last-child {
    width: 16%; }

.total-job-results {
  display: none;
  background: #14B1E7;
  padding: 20px 25px; }

.page-job-search .total-job-results h4 {
  color: white;
  text-align: center; }

.job-descrip a {
  text-align: right;
  display: block;
  color: #25A778;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-family: "Volte-Bold", sans-serif;
  width: 16%; }

.job-descrip p, .job-descrip del, .job-descrip li, .job-descrip blockquote, .job-descrip em, .job-descrip strong, .job-descrip .wpcf7-not-valid-tip, .job-descrip .single-post .post-content .post-internal-content > span, .single-post .post-content .job-descrip .post-internal-content > span {
  width: 20%;
  font-size: 12px;
  font-weight: 600;
  color: #2D2D2E;
  text-align: center; }
  .job-descrip p:first-child, .job-descrip del:first-child, .job-descrip li:first-child, .job-descrip blockquote:first-child, .job-descrip em:first-child, .job-descrip strong:first-child, .job-descrip .wpcf7-not-valid-tip:first-child, .job-descrip .single-post .post-content .post-internal-content > span:first-child, .single-post .post-content .job-descrip .post-internal-content > span:first-child {
    text-align: left; }

.page-job-search .flex, .page-job-search .flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.page-job-search {
  min-height: 100vh; }

.page-job-search label {
  padding-left: 8px; }

.page-job-search h4 {
  font-size: 20px; }

@media screen and (max-width: 450px) {
  .job-descrip .job-id {
    display: none; }
  .job-results-header {
    padding: 10px 25px 10px; }
  .job-results-header h4 {
    font-size: 14px; }
  .job-results-header h4,
  .job-results-header h4:last-child, .job-descrip p, .job-descrip del, .job-descrip li, .job-descrip blockquote, .job-descrip em, .job-descrip strong, .job-descrip .wpcf7-not-valid-tip, .job-descrip .single-post .post-content .post-internal-content > span, .single-post .post-content .job-descrip .post-internal-content > span,
  .job-descrip a {
    width: 33.333% !important; }
  .job-id-header {
    display: none; } }

/* sidebar styles */
.bullhorn-sidebar {
  text-align: center;
  border-bottom: solid 1px #f8f8f8;
  padding-bottom: 20px;
  margin-bottom: 0; }
  .bullhorn-sidebar ul {
    list-style: none; }
  .bullhorn-sidebar li {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 0 6px; }
    .bullhorn-sidebar li a {
      color: #25A778;
      font-weight: 600;
      font-size: 18px;
      line-height: 1;
      font-family: "Volte-Semibold", sans-serif, sans-serif; }
    .bullhorn-sidebar li:not(:last-child):after {
      content: "";
      width: 2px;
      background: #2D2D2E;
      height: 14px;
      position: absolute;
      right: -3px;
      top: 4px; }
  .bullhorn-sidebar h3 {
    position: relative;
    padding: 0 10px !important;
    line-height: 1; }
    .bullhorn-sidebar h3:not(:last-child) a:after {
      content: "";
      width: 2px;
      background: #2D2D2E;
      height: 14px;
      position: absolute;
      right: -3px;
      top: 6px; }
  @media screen and (max-width: 568px) {
    .bullhorn-sidebar .checkbox-wrap {
      margin-bottom: 30px; } }

.page-application h3, .page-skills h3 {
  font-size: 22px; }

.page-application h3 a, .page-skills h3 a {
  font-size: 18px; }

.bullhorn-sidebar h3, .page-job-single h3 {
  text-transform: uppercase;
  position: relative;
  padding: 20px 0;
  margin: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px; }
  .bullhorn-sidebar h3 a, .page-job-single h3 a {
    color: #25A778; }

.bullhorn-sidebar h3.current a {
  color: #2D2D2E; }

.bullhorn-sidebar h3.underline, .page-job-single h3.underline {
  margin-bottom: 20px; }

.bullhorn-sidebar h3.underline:after, .page-job-single h3.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 70px;
  background: #25A778; }

.page-job-search .spinner, .page-application .spinner {
  position: absolute;
  left: calc(50% - 13px);
  top: 160px;
  background: linear-gradient(to right, #0e7ba1, #14B1E7);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: none;
  animation: spin 1.4s ease-in-out infinite; }

.page-application .spinner {
  top: 7px !important;
  left: calc(50% + 160px); }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.page-application .spinner {
  width: 30px;
  height: 30px;
  top: 11px; }

.page-application .spinner span {
  width: 26px !important;
  height: 26px !important; }

.page-job-search .bullhorn-sidebar .search-wrap {
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px; }

.page-job-search .bullhorn-sidebar .select-wrap {
  position: relative; }
  .page-job-search .bullhorn-sidebar .select-wrap img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    pointer-events: none; }

.page-job-search .bullhorn-sidebar .checkbox-wrap {
  padding: 25px 20px;
  background: #f8f8f8;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin-bottom: 30px;
  max-height: 400px;
  position: relative;
  overflow-y: scroll; }
  .page-job-search .bullhorn-sidebar .checkbox-wrap::-webkit-scrollbar {
    display: none; }
  .page-job-search .bullhorn-sidebar .checkbox-wrap a {
    color: #2D2D2E; }
  .page-job-search .bullhorn-sidebar .checkbox-wrap label {
    text-transform: uppercase;
    font-family: "Volte-Bold", sans-serif;
    border-bottom: solid 1px #dedede;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 14px; }
    .page-job-search .bullhorn-sidebar .checkbox-wrap label:last-of-type {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }

.page-job-search .bullhorn-sidebar .location-headline {
  margin-top: 30px;
  padding-top: 30px !important;
  border-top: solid 1px #ccc; }

.page-job-search .bh-submit {
  margin: 0 !important;
  width: 100%;
  background: #25A778 !important; }

input[type="submit"].bh-submit {
  display: flex;
  padding: 10px 40px 8px;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 300px;
  background: #14B1E7;
  color: white;
  font-size: 14px;
  margin: 0 auto;
  border: none;
  font-size: 16px;
  font-family: "Volte-Semibold", sans-serif, sans-serif; }

@media screen and (max-width: 650px) {
  input[type="submit"].bh-submit {
    margin-bottom: 20px; } }

#resume {
  background: none !important;
  display: inline-block;
  padding-left: 0;
  width: 250px;
  font-size: 16px; }
  #resume:focus {
    border: none; }

#resume::-webkit-file-upload-button {
  visibility: hidden !important;
  display: none; }

#resume::before {
  content: "SELECT FILE";
  display: block;
  color: white;
  -webkit-user-select: none;
  background: #25A778;
  cursor: pointer;
  border-radius: 25px;
  padding: 9px 20px 7px;
  text-align: center;
  font-weight: 600;
  font-family: "Volte-Semibold", sans-serif, sans-serif; }

.bh-button {
  font-weight: 600 !important;
  font-size: 14px;
  letter-spacing: 1.4px; }

.bh-button-wrap {
  position: relative;
  margin-top: 30px;
  display: flex; }

#resume:focus {
  outline: none; }

#filename {
  position: absolute;
  left: 247px;
  top: 9px; }

input[type="submit"].bh-submit.disabled {
  pointer-events: none;
  background: #008000 !important; }

.page-job-search .spinner span, .page-application .spinner span {
  display: block;
  position: relative;
  left: 2px;
  top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white; }

.page-job-search .bh-submit {
  max-width: 100% !important;
  font-family: "Volte-Semibold", sans-serif; }

/* Application Page */
.page-application .content h4 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07); }

.page-application input:not([type="file"]) {
  margin-bottom: 30px; }

.page-application input {
  font-weight: 500;
  background: #f8f8f8;
  border-radius: 25px;
  padding: 10px 20px;
  border: none;
  font-family: Volte, sans-serif; }

.page-application input::placeholder {
  color: #999;
  font-weight: 500;
  font-family: Volte, sans-serif; }

.skills-head {
  text-align: center !important; }

.page-application section {
  background: white;
  padding: 30px 20px;
  margin-bottom: 0px;
  text-align: left; }

.page-application input:not([type="date"]) {
  line-height: 1.5 !important; }

.page-application .date label {
  position: absolute;
  font-family: Volte, sans-serif;
  top: -8px;
  left: 0;
  color: #2D2D2E;
  display: block;
  margin-right: 5px; }

.page-application input[type="date"] {
  -webkit-display: initial;
  margin-top: 10px !important;
  color: #999;
  font-family: Volte, sans-serif; }

.page-application .add-job, .page-application .add-school {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: white !important;
  font-family: "Volte-Semibold", sans-serif, sans-serif;
  -webkit-user-select: none;
  background: #25A778;
  cursor: pointer;
  border-radius: 25px;
  padding: 10px 60px 8px;
  text-align: center;
  font-weight: 600; }

.page-application .remove-job, .page-application .remove-school {
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  font-family: "Volte-Semibold", sans-serif; }

.page-application #work-history div:last-of-type .remove-job,
.page-application #work-history div:last-of-type .remove-school {
  display: inline-block; }

.page-application #work-history div:first-of-type .remove-job,
.page-application #school-history div:first-of-type .remove-school {
  display: none; }

.page-application section div.school-chunk:not(:first-of-type),
.page-application section div.job-chunk:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.07);
  position: relative; }

.page-application input[type='checkbox'] {
  display: inline-block !important;
  margin-right: 10px !important;
  margin-left: initial !important; }

.page-application input[type="checkbox"], .page-job-search input[type="checkbox"], .page-skills input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkbox-wrap {
  position: relative;
  list-style-type: none; }

.checkbox-wrap label {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  color: #2D2D2E;
  text-align: left;
  font-family: Volte, sans-serif;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-wrap input:checked ~ .checkmark {
  background: #25A778 !important; }

.page-job-search .checkbox-wrap input:checked ~ .checkmark {
  background: #25A778 !important; }

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent !important;
  border: solid 1px #aaa; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox-wrap label {
  padding-left: 30px;
  margin-bottom: 20px; }

.page-application.full .radio-input input[type="radio"],
.page-application.quick .radio-input input[type="radio"],
.page-job-single .radio-input input[type="radio"] {
  opacity: 0;
  width: 16px;
  height: 16px;
  margin-bottom: 30px;
  margin-top: 10px;
  top: -5px;
  position: relative; }

.page-application.quick .radio-input input[type="radio"],
.page-job-single .radio-input input[type="radio"] {
  top: 3px;
  left: -9px; }

.page-application.full .radio-input label,
.page-application.quick .radio-input label,
.page-job-single .radio-input label {
  display: inline-block;
  position: relative;
  pointer-events: none;
  font-family: Volte, sans-serif; }

.radio-input {
  text-align: left; }

.page-application.full .radio-input label:after,
.page-application.quick .radio-input label:after,
.page-job-single .radio-input label:after {
  content: "";
  position: absolute;
  left: -29px;
  top: -1px;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 0;
  border: solid 1px #aaa; }

.page-job-single .radio-input label,
.page-application.quick .radio-input label {
  margin-right: 10px; }

.page-application.full .radio-input input[type="radio"]:checked + label:after,
.page-job-single .radio-input input[type="radio"]:checked + label:after {
  border-color: #25A778; }

.page-application.full .radio-input input[type="radio"]:checked + label:before,
.page-application.quick .radio-input input[type="radio"]:checked + label:before,
.page-job-single .radio-input input[type="radio"]:checked + label:before {
  background-color: #25A778;
  border: solid 1px #25A778;
  content: "";
  position: absolute;
  left: -28px;
  top: 0px;
  width: 16px;
  height: 16px;
  border-radius: 0; }

.sig-reload {
  position: absolute;
  cursor: pointer;
  max-width: 16px;
  right: 5px;
  top: -10px; }

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block; }

.checkbox-wrap input:checked ~ .checkmark {
  border: solid 1px #25A778; }

/* Style the checkmark/indicator */
label .checkmark:after {
  left: 6px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.page-application select, .page-job-search select, .page-job-search #search {
  -webkit-appearance: none;
  appearance: none;
  font-family: Volte, sans-serif;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 30px;
  border: none;
  background: #f8f8f8;
  line-height: 1.5;
  padding: 10px 20px !important;
  color: #999;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px top 15px !important;
  background-size: .65em auto, 100% !important; }

.page-job-search select, .page-job-search #search {
  width: 100%;
  color: #2D2D2E;
  background-image: none !important;
  font-size: 13px; }
  .page-job-search select::placeholder, .page-job-search #search::placeholder {
    color: #2D2D2E;
    font-size: 13px; }

.page-application select:focus, .page-job-search select:focus {
  color: #2D2D2E; }

.page-job-search .bullhorn-sidebar:not(.nav) h3 {
  display: block;
  text-align: left; }

.page-application form section .section-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end; }

.page-application form section .section-wrap > div {
  width: 100%; }

.page-application form div.half {
  width: calc(50% - 15px) !important;
  position: relative; }

@media screen and (max-width: 600px) {
  .page-application form div.half {
    width: 100% !important; } }

.page-application canvas {
  margin-top: 10px;
  border: none;
  background: #f8f8f8;
  width: 100%;
  height: 160px;
  border-radius: 10px; }

.page-application .required,
.page-application .email-valid {
  display: none;
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: 9px;
  left: 0;
  font-weight: 600;
  font-family: "Volte-Semibold", sans-serif; }

.page-application .date .required {
  top: 47px; }

.page-application .checkbox {
  display: flex;
  flex-wrap: wrap; }

.page-application .checkbox-wrap .required {
  position: relative;
  top: -8px; }

.page-application.full .radio-input {
  margin-bottom: -20px; }

.page-application .radio-input p, .page-application .radio-input del, .page-application .radio-input li, .page-application .radio-input blockquote, .page-application .radio-input em, .page-application .radio-input strong, .page-application .radio-input .wpcf7-not-valid-tip, .page-application .radio-input .single-post .post-content .post-internal-content > span, .single-post .post-content .page-application .radio-input .post-internal-content > span, .page-application .radio-input label {
  color: #2D2D2E; }

.page-application.full .radio-input input:last-of-type {
  margin-bottom: 0 !important;
  margin-left: 20px !important; }

.page-application.full .radio-input label {
  position: relative;
  top: -8px;
  margin-left: 6px; }

/* SKILLS CHECKLIST CSS */
.page-skills input:not([type="file"]),
.page-skills input:not([type="email"]) {
  margin-bottom: 0px !important; }

.page-skills input[type="email"] {
  margin-bottom: 30px !important; }

.page-skills .active a {
  color: #2D2D2E;
  font-weight: 600; }

.page-skills .radio-input {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-family: Volte, sans-serif; }

.page-skills .fancy-radio {
  position: relative;
  pointer-events: none;
  width: 16px;
  height: 16px;
  top: -3px;
  display: inline-block; }

.page-skills .fancy-radio:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -19px;
  width: 16px;
  height: 16px;
  border-radius: 0; }

.page-skills .fancy-radio:after {
  content: "";
  border: solid 1px #aaa;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 2px;
  top: -20px;
  border-radius: 0; }

.page-skills .radio-input input {
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  position: relative;
  top: 0px;
  display: block;
  -webkit-appearance: none;
  cursor: pointer; }

.page-skills input[type="text"] {
  margin-top: 10px !important;
  margin-bottom: 30px !important; }

.page-skills .radio-input input:checked + .fancy-radio:before {
  background: #25A778; }

.page-skills .radio-input input:checked + .fancy-radio:after {
  border: solid 1px #25A778; }

.page-skills h6 {
  font-size: 14px;
  font-family: "Volte", sans-serif;
  margin-bottom: 20px; }

.page-skills .radio-input.heading {
  background: white !important; }

.page-skills .radio-input label.required {
  color: red; }

.page-skills .radio-input label,
.page-skills .radio-input > h3 {
  width: 50%;
  padding-right: 30px; }

.page-skills .radio-input.heading h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
  font-size: 26px;
  color: #2D2D2E; }

.page-skills .radio-input .radio-options {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.page-skills .radio-input .radio-options > div {
  position: relative;
  height: 24px;
  width: 24px; }

.page-skills .radio-input .radio-options h3 {
  width: 20px;
  font-size: 16px;
  text-align: center; }

.page-skills section:not(.padded) > div {
  width: calc(100% + 40px);
  left: -20px;
  position: relative; }

.page-skills section:not(.padded) > div:nth-of-type(odd) {
  background: white; }

.page-skills section > div:nth-of-type(even) {
  background: #eeeeee; }

.page-skills strong {
  display: block;
  font-weight: 600;
  color: #2D2D2E;
  margin-bottom: 10px; }

/* job single page */
.page-job-single h3 {
  font-size: 24px; }

.page-job-single section {
  padding-left: 0;
  padding-right: 0; }

.page-job-single .bh-details-sidebar h3 {
  margin-left: 0; }

.page-job-single .bh-details-sidebar h4 {
  font-size: 24px;
  margin: 8px 0 0;
  padding-bottom: 6px;
  color: #2D2D2E; }

.page-job-single .bh-details-sidebar p, .page-job-single .bh-details-sidebar del, .page-job-single .bh-details-sidebar li, .page-job-single .bh-details-sidebar blockquote, .page-job-single .bh-details-sidebar em, .page-job-single .bh-details-sidebar strong, .page-job-single .bh-details-sidebar .wpcf7-not-valid-tip, .page-job-single .bh-details-sidebar .single-post .post-content .post-internal-content > span, .single-post .post-content .page-job-single .bh-details-sidebar .post-internal-content > span {
  padding-bottom: 10px; }

.page-job-single p, .page-job-single del, .page-job-single li, .page-job-single blockquote, .page-job-single em, .page-job-single strong, .page-job-single .wpcf7-not-valid-tip, .page-job-single .single-post .post-content .post-internal-content > span, .single-post .post-content .page-job-single .post-internal-content > span {
  line-height: 1.4; }

.page-job-single .job-details *, .page-job-single .job-details {
  font-family: Volte, sans-serif;
  font-size: inherit !important;
  line-height: 1.4; }

.page-job-single .job-details p, .page-job-single .job-details del, .page-job-single .job-details li, .page-job-single .job-details blockquote, .page-job-single .job-details em, .page-job-single .job-details strong, .page-job-single .job-details .wpcf7-not-valid-tip, .page-job-single .job-details .single-post .post-content .post-internal-content > span, .single-post .post-content .page-job-single .job-details .post-internal-content > span, .page-job-single .job-details ul {
  margin-bottom: 20px; }

.page-job-single .job-details p, .page-job-single .job-details del, .page-job-single .job-details li, .page-job-single .job-details blockquote, .page-job-single .job-details em, .page-job-single .job-details strong, .page-job-single .job-details .wpcf7-not-valid-tip, .page-job-single .job-details .single-post .post-content .post-internal-content > span, .single-post .post-content .page-job-single .job-details .post-internal-content > span, .page-job-single .job-details p span, .page-job-single .job-details del span, .page-job-single .job-details li span, .page-job-single .job-details blockquote span, .page-job-single .job-details em span, .page-job-single .job-details strong span, .page-job-single .job-details .wpcf7-not-valid-tip span, .page-job-single .job-details .single-post .post-content .post-internal-content > span span, .single-post .post-content .page-job-single .job-details .post-internal-content > span span {
  color: #2D2D2E;
  line-height: 1.4; }

.page-job-single .job-details ul {
  list-style-type: disc; }

.page-job-single .job-details li {
  margin-left: 20px; }

.page-job-single .job-details li span {
  color: #2D2D2E;
  line-height: 1.4; }

.page-job-single .ben-section {
  margin-top: 20px;
  justify-content: space-between;
  gap: 40px; }
  .page-job-single .ben-section > ul {
    width: 50%;
    margin-left: 12px; }
    .page-job-single .ben-section > ul a {
      color: #25A778;
      text-decoration: underline; }
  @media screen and (max-width: 568px) {
    .page-job-single .ben-section {
      gap: 5px; }
      .page-job-single .ben-section ul {
        margin-left: 0; } }

