/*!
Theme Name: FOH 2023
Theme URI: https://fohproductions.net/
Author: KEO Marketing
Author URI: https://keomarketing.com/
Description: FOH 2023 Theme With Bootstrap
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variable
# Mixin
# Typography
# Header + Navigation
# Footer + Navigation
# Content
# Forms
--------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans_Condensed-Bold';
  src: url("fonts/OpenSans_Condensed-Bold.ttf");
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("fonts/OpenSans-Bold.ttf");
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Medium';
  src: url("fonts/OpenSans-Medium.ttf");
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("fonts/OpenSans-Regular.ttf");
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("fonts/OpenSans-SemiBold.ttf");
  font-style: normal; }
body {
  font-family: "OpenSans-Regular";
  font-style: normal;
  color: #232323;
  font-size: 18px;
  line-height: 24px; }

h1 {
  font-family: "OpenSans_Condensed-Bold";
  font-size: 40px;
  line-height: 48px; }
  @media (max-width: 991px) {
    h1 {
      font-size: 36px;
      line-height: 44px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 38px; } }

h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: "OpenSans_Condensed-Bold"; }
  @media (max-width: 991px) {
    h2 {
      font-size: 30px;
      line-height: 36px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 26px;
      line-height: 32px; } }

h4 {
  font-size: 20px;
  line-height: 26px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600; }

hr {
  opacity: 1; }

.semibold {
  font-family: 'OpenSans-SemiBold'; }

.kt-btn-inner-text {
  font-size: 16px;
  font-family: 'OpenSans-SemiBold'; }

a,
a:hover {
  color: #0e76bc;
  text-decoration: none; }

.entry-content figure {
  margin: 0; }

strong,
.bold {
  font-family: 'OpenSans-Bold'; }

.extra-bold {
  font-family: 'OpenSans_Condensed-Bold'; }

.blue-cta {
  font-family: 'OpenSans-SemiBold';
  background-color: #0e76bc;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .blue-cta:hover {
    background-color: #fff;
    color: #232323; }

.white-cta {
  background-color: #fff;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .white-cta:hover {
    background-color: #0e76bc;
    color: #fff; }

a.kb-button {
  text-decoration: none; }

.container {
  max-width: 1250px; }

header#masthead {
  padding: 10px 50px;
  position: fixed;
  z-index: 11;
  width: 100%;
  background: #000000d9; }
  @media (max-width: 991px) {
    header#masthead {
      padding: 10px 20px; } }
  @media (max-width: 991px) {
    header#masthead .navbar {
      justify-content: center; } }
  header#masthead .navbar .custom-toggler.navbar-toggler {
    border-color: #fff; }
  header#masthead .navbar .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  header#masthead .navbar .navbar-brand {
    margin-right: 50px; }
    @media (max-width: 991px) {
      header#masthead .navbar .navbar-brand {
        margin-right: 80px; } }
    header#masthead .navbar .navbar-brand img {
      display: block;
      max-width: 100%;
      height: auto; }
      @media (max-width: 991px) {
        header#masthead .navbar .navbar-brand img {
          max-width: 170px; } }
  header#masthead .navbar .collapse {
    width: auto;
    justify-content: flex-end; }
    header#masthead .navbar .collapse .menu-primary-container {
      width: 100%; }
  header#masthead .navbar .navbar-nav {
    width: 100%;
    padding-left: 100px;
    justify-content: space-between; }
    header#masthead .navbar .navbar-nav > li.menu-item > a:hover {
      color: #fff; }
    header#masthead .navbar .navbar-nav > li.menu-item-has-children > a:after {
      content: "\f107";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      margin-left: 5px;
      line-height: 22px;
      font-size: 16px; }
    header#masthead .navbar .navbar-nav li.menu-item a {
      padding: 10px 15px;
      text-decoration: none;
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        header#masthead .navbar .navbar-nav li.menu-item a {
          padding: 6px 15px;
          font-size: 16px;
          line-height: 22px;
          display: block; } }
      header#masthead .navbar .navbar-nav li.menu-item a :hover {
        text-decoration: none;
        color: #0e76bc; }
    header#masthead .navbar .navbar-nav li.menu-item-has-children {
      position: relative; }
      header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu {
        display: none;
        position: absolute;
        background: #f4faff;
        z-index: 9999;
        padding: 0;
        left: 0;
        width: 220px;
        min-width: 200px;
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.08);
        list-style: none;
        font-weight: 600; }
        header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li {
          line-height: 22px;
          margin-left: 0;
          padding: 10px;
          width: 100%;
          position: relative; }
          header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li:hover {
            background: #0e76bc; }
            header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li:hover a {
              color: #fff; }
          header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li a {
            padding: 5px 10px;
            font-size: 16px;
            line-height: 22px;
            display: inline-block;
            color: #232323; }
          header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu {
            left: 222px;
            background: #fff;
            top: 0; }
            header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu li:hover {
              border-left: 4px solid #0e76bc;
              background: #f1f1f1; }
            header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu li ul.sub-menu li a {
              color: #232323; }
      header#masthead .navbar .navbar-nav li.menu-item-has-children:hover > ul.sub-menu {
        display: block; }

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }

  header#masthead .navbar .navbar-nav li.menu-item-has-children > ul.sub-menu {
    position: relative; }

  .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease; }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out; }

  header#masthead
  .navbar
  .navbar-nav
  li.menu-item-has-children
  > ul.sub-menu
  li
  ul.sub-menu {
    left: 0;
    background: #fff;
    top: inherit; }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out; }

  header#masthead .navbar .navbar-nav {
    padding: 40px 0 0 0; }

  header#masthead
  .navbar
  .navbar-nav
  li.menu-item-has-children
  > ul.sub-menu
  li
  ul.sub-menu {
    left: -10px;
    background: #fffc;
    top: 10px; }

  header#masthead .navbar .collapse {
    background: #000000e6;
    height: 100%;
    top: 0; } }
footer #footer-bottom {
  background: #141e25;
  padding: 50px 0 20px 0; }
  footer #footer-bottom .footer-logo {
    margin: 40px 0; }
  footer #footer-bottom ul.menu {
    font-size: 16px;
    list-style: none;
    padding: 0 20px 0 0;
    display: flex;
    width: 80%;
    margin: 30px auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      footer #footer-bottom ul.menu {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center; } }
    footer #footer-bottom ul.menu a {
      color: #ffffffb3; }
    footer #footer-bottom ul.menu li.menu-item-has-children a {
      color: #ffffffb3;
      font-size: 22px;
      line-height: 28px;
      font-weight: 600;
      text-decoration: none;
      display: block;
      margin: 10px auto; }
    footer #footer-bottom ul.menu li.menu-item-has-children ul.sub-menu {
      list-style: none;
      padding: 0; }
      footer #footer-bottom ul.menu li.menu-item-has-children ul.sub-menu li a {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize;
        text-decoration: none;
        margin: 0 0 5px 0;
        color: #6e8ca1; }
        footer #footer-bottom ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
          color: #f4faff; }
  footer #footer-bottom .footer-contact {
    color: #ffffffb3; }
    @media (max-width: 767px) {
      footer #footer-bottom .footer-contact .col-md-12 {
        flex-wrap: wrap; } }
    footer #footer-bottom .footer-contact > div > div {
      border-right: 2px solid #72787c;
      padding: 0 15px; }
      @media (max-width: 767px) {
        footer #footer-bottom .footer-contact > div > div {
          width: 100%;
          border-right: none;
          padding: 5px 0;
          text-align: center; } }
      footer #footer-bottom .footer-contact > div > div:last-child {
        border-right: none;
        padding: 0 0 0 15px; }
    footer #footer-bottom .footer-contact a {
      text-decoration: none;
      color: #ffffffb3;
      font-size: 18px;
      font-weight: 400; }
    footer #footer-bottom .footer-contact .location p {
      margin-bottom: 0; }
    footer #footer-bottom .footer-contact .location p,
    footer #footer-bottom .footer-contact .location a,
    footer #footer-bottom .footer-contact .phone p,
    footer #footer-bottom .footer-contact .phone a,
    footer #footer-bottom .footer-contact .email p,
    footer #footer-bottom .footer-contact .email a {
      font-size: 16px;
      font-weight: 400; }
    footer #footer-bottom .footer-contact .location i,
    footer #footer-bottom .footer-contact .phone i,
    footer #footer-bottom .footer-contact .email i {
      color: #0e76bc;
      border-radius: 5px;
      padding: 5px;
      margin-right: 5px; }
    footer #footer-bottom .footer-contact ul.social {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        footer #footer-bottom .footer-contact ul.social {
          justify-content: center; } }
      footer #footer-bottom .footer-contact ul.social li {
        margin-right: 15px; }
        footer #footer-bottom .footer-contact ul.social li:last-child {
          margin-right: 0px; }
        footer #footer-bottom .footer-contact ul.social li a.footer-social-cta i {
          height: 28px;
          width: 28px;
          border-radius: 5px;
          text-align: center;
          line-height: 28px;
          background-color: #0e76bc;
          color: #fff; }
  footer #footer-bottom .footer-copyright {
    border-top: 1px solid #2c353b;
    padding-top: 10px;
    margin-top: 20px;
    color: #ffffffb3;
    font-size: 14px;
    font-weight: 400; }

.container {
  max-width: 1240px !important;
  width: 100% !important; }

.home-testimonial .kt-svg-testimonial-global-icon-wrap {
  text-align: left; }
.home-testimonial .kt-testimonial-content-wrap {
  text-align: left;
  font-family: 'OpenSans-SemiBold'; }
.home-testimonial .kt-testimonial-meta-name-wrap {
  display: flex;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 12px 0;
  margin-top: 10px;
  margin-bottom: 10px; }
.home-testimonial .kt-testimonial-occupation-wrap {
  margin-left: 20px;
  position: relative; }
  .home-testimonial .kt-testimonial-occupation-wrap::before {
    content: '|';
    display: inline-block;
    position: absolute;
    left: -15px; }
.home-testimonial .splide__arrow--prev {
  bottom: 40px !important;
  top: inherit !important;
  left: 92px !important;
  height: 2rem !important;
  background: #25aae1 !important;
  border: 1px solid #25aae1 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: 0.3s; }
  .home-testimonial .splide__arrow--prev:hover {
    background: #fff !important;
    color: #25aae1 !important;
    transition: 0.3s; }
.home-testimonial .splide__arrow--next {
  bottom: 40px !important;
  top: inherit !important;
  left: 132px !important;
  height: 2rem !important;
  background: #25aae1 !important;
  border: 1px solid #25aae1 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: 0.3s; }
  .home-testimonial .splide__arrow--next:hover {
    background: #fff !important;
    color: #25aae1 !important;
    transition: 0.3s; }

.gform-theme-button {
  background: #0e76bc;
  font-size: 20px;
  border: 1px solid #0e76bc;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif; }

.contact-form .gravity-theme {
  background: #f4f6f9;
  padding: 30px;
  border-radius: 5px; }

.gform_button {
  background: #006fb9;
  font-size: 20px;
  border: 1px solid #006fb9;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: "Source Sans Pro", sans-serif; }

.hbspt-form #hsForm_8c25bd1c-c7db-4ab3-b5e2-a0a036b7a717 .hs_has_the_potential_donor_ever_had___experienced_any_of_the_following___please_select_all_that_apply_ ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
  .hbspt-form #hsForm_8c25bd1c-c7db-4ab3-b5e2-a0a036b7a717 .hs_has_the_potential_donor_ever_had___experienced_any_of_the_following___please_select_all_that_apply_ ul li label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: auto; }

.hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a {
  background: #fff;
  padding: 30px;
  border-radius: 5px; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 fieldset, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a fieldset {
    max-width: 100%; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 h2, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a h2 {
    font-size: 20px;
    line-height: 26px; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 legend.hs-field-desc, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a legend.hs-field-desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 .hs-form-field label, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a .hs-form-field label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 .hs-form-field input, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a .hs-form-field input {
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px;
    width: 100% !important; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 .hs-form-field textarea, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a .hs-form-field textarea {
    height: 100px;
    width: 100% !important;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 .hs-form-field ul.hs-error-msgs, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a .hs-form-field ul.hs-error-msgs {
    list-style: none;
    padding: 0; }
    .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 .hs-form-field ul.hs-error-msgs label, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a .hs-form-field ul.hs-error-msgs label {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0px;
      padding: 0;
      color: red; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 ul.multi-container, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a ul.multi-container {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 ul.multi-container li, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a ul.multi-container li {
      margin-right: 15px; }
      .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 ul.multi-container li label, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a ul.multi-container li label {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: max-content; }
        .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 ul.multi-container li label input, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a ul.multi-container li label input {
          margin-bottom: 0;
          margin-right: 5px;
          width: max-content !important; }
        .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 ul.multi-container li label span, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a ul.multi-container li label span {
          line-height: 16px; }
  .hbspt-form #hsForm_5ce8b107-ed49-4330-97bd-0715975be3e6 .hs-button, .hbspt-form #hsForm_c06fe22f-929e-4691-897c-d06c890e056a .hs-button {
    background: #0e76bc;
    font-size: 20px;
    border: 1px solid #0e76bc;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "Source Sans Pro", sans-serif; }

.hbspt-form form {
  background: #f4f6f9;
  padding: 30px;
  border-radius: 5px; }
  .hbspt-form form fieldset {
    max-width: 100%; }
  .hbspt-form form h2 {
    font-size: 20px !important;
    line-height: 26px; }
  .hbspt-form form h3 {
    font-size: 18px !important;
    line-height: 26px;
    color: #f4faff;
    font-weight: 600; }
  .hbspt-form form .hs-form-field label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0; }
  .hbspt-form form .hs-form-field input, .hbspt-form form .hs-form-field select {
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px;
    width: 100% !important; }
  .hbspt-form form .hs-form-field textarea {
    height: 100px;
    width: 100% !important;
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 8px; }
  .hbspt-form form .hs-form-field ul.hs-error-msgs {
    list-style: none;
    padding: 0; }
    .hbspt-form form .hs-form-field ul.hs-error-msgs label {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0px;
      padding: 0;
      color: red; }
  .hbspt-form form ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .hbspt-form form ul.inputs-list li label {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      width: max-content; }
      .hbspt-form form ul.inputs-list li label input {
        margin-bottom: 0;
        margin-right: 5px;
        width: max-content !important; }
      .hbspt-form form ul.inputs-list li label span {
        line-height: 16px; }
  .hbspt-form form .hs-button {
    background: #0e76bc;
    font-size: 20px;
    border: 1px solid #0e76bc;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: "Source Sans Pro", sans-serif; }

/*# sourceMappingURL=style.css.map */
