/*
 Theme Name:     Brand Hub Theme
 Description:    Divi child theme for brand hub
 Author:         Voice & Reason
 Author URI:     https://voiceandreason.agency/
 Template:       Divi
 Version:        1.0.0
*/

@font-face {
  font-family: "Industry Ultra";
  src: url("fonts/industry-ultra.woff2") format("woff2"),
    url("fonts/industry-ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Black";
  src: url("fonts/industry-black.woff2") format("woff2"),
    url("fonts/industry-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Bold";
  src: url("fonts/industry-bold.woff2") format("woff2"),
    url("fonts/industry-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Demi";
  src: url("fonts/industry-demi.woff2") format("woff2"),
    url("fonts/industry-demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Medium";
  src: url("fonts/industry-medium.woff2") format("woff2"),
    url("fonts/industry-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Book";
  src: url("fonts/industry-book.woff2") format("woff2"),
    url("fonts/industry-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Light";
  src: url("fonts/industry-light.woff2") format("woff2"),
    url("fonts/industry-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Industry Thin";
  src: url("fonts/industry-thin.woff2") format("woff2"),
    url("fonts/industry-thin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Industry Book";
  font-size: 16px;
  image-rendering: -webkit-optimize-contrast;
}

.page-template-assets-page  #page-container {
  display: none;
}

#divi-login-toggle {
  cursor: pointer;
}

#divi-login-form {
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

.show-login-form {
  visibility: visible !important;
  margin-top: 0px !important;
  opacity: 1 !important;
}

.et-fb-root-ancestor #page-container {
  display: block !important;
  opacity: 1 !important;
}

.page-template-assets-page .et_pb_section {
  padding: 0 !important;
}

.fullpage-wrapper .et_pb_section .et_pb_row:first-child {
  padding-top: 150px !important;
}
.fullpage-wrapper .et_pb_section .et_pb_row:last-child {
  padding-bottom: 150px !important;
}

.page-template-assets-page #et-boc .et-l #et_pb_root .et_pb_section {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.et_pb_image .et_pb_image_wrap img[src*=".svg"] {
  width: 100%;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Industry Book";
}

p a,
.et_pb_text_inner a {
  color: inherit;
  font-family: "Industry Bold", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Industry Bold", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 90px;
  color: #002855;
}

h3 {
  color: #002855;
  font-size: 32px;
}

h3 span {
  font-family: "Industry Light";
  color: #0072ce;
}

h4 {
  color: #0072ce;
  font-size: 20px;
}

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

@media all and (max-width: 980px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
}

.light-blue,
.light-blue * {
  color: #0072ce;
}

.navy,
.navy * {
  color: #002855;
}

.orange,
.orange * {
  color: #ff8e27;
}

.green {
  color: #14b937;
}

.red {
  color: #d6123f;
}

.light-blue-bg,
.light-blue-bg * {
  background-color: #0072ce;
}

.navy-bg,
.navy-bg * {
  background-color: #002855;
}

.orange-bg,
.orange-bg * {
  background-color: #ff8e27;
}

#et-boc .et_pb_button,
#et-boc .et_pb_button:hover,
#et-boc .et_button_no_icon .et_pb_button,
#et-boc .et_button_no_icon .et_pb_button:hover {
  border: none !important;
  color: #fff !important;
  background: #ff8e27 !important;
  font-family: "Industry Bold", sans-serif;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 3px !important;
  padding: 10px 50px !important;
}

#page-container .blue-underline-link {
  background: none !important;
  padding: 0 0 15px !important;
  font-size: 14px !important;
  color: #53565a !important;
  font-family: "Industry Black", sans-serif !important;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: normal !important;
  text-decoration: none !important;
}

#page-container .blue-underline-link::after {
  content: "" !important;
  display: block;
  width: 50px;
  height: 6px;
  background: #0072ce;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fa-solid {
  font-size: 20px;
  margin-right: 8px;
}

.typeface .et_pb_column p {
  font-size: 20px;
  line-height: 1.2;
  font-family: inherit !important;
  color: #53565a;
}

.typeface .et_pb_column:first-child p {
  font-size: 90px;
  line-height: 0.8;
  color: #0072ce;
}

@media all and (min-width: 981px) {
  .typeface .et_pb_column {
    width: 41% !important;
    margin-right: 5% !important;
  }

  .typeface .et_pb_column:first-child {
    width: 8% !important;
  }

  .typeface .et_pb_column:last-child {
    margin-right: 0 !important;
  }
}

#sidebar {
  display: none;
}

@media all and (min-width: 981px) {
  #sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 150px 5% !important;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    z-index: 999999;
    position: fixed;
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transition: transform 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 1s,
      opacity 500ms linear 1s;
    -moz-transition: transform 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 1s,
      opacity 500ms linear 1s;
    -ms-transition: transform 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 1s,
      opacity 500ms linear 1s;
    -o-transition: transform 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 1s,
      opacity 500ms linear 1s;
    transition: transform 500ms cubic-bezier(0.63, 0.64, 0.3, 1) 1s,
      opacity 500ms linear 1s;
    width: 30%;
  }
  .fp-viewing-section-welcome #sidebar,
  .fp-viewing-section-intro #sidebar,
  .fp-viewing-section-promise #sidebar,
  .fp-viewing-section-questions #sidebar,
  .fp-viewing-section-statement #sidebar {
    transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    opacity: 0;
    -webkit-transition: transform 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s,
      opacity 300ms linear 0s;
    -moz-transition: transform 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s,
      opacity 300ms linear 0s;
    -ms-transition: transform 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s,
      opacity 300ms linear 0s;
    -o-transition: transform 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s,
      opacity 300ms linear 0s;
    transition: transform 300ms cubic-bezier(0.63, 0.64, 0.3, 1) 0s,
      opacity 300ms linear 0s;
  }

  .et_pb_section.with-sidebar {
    padding-left: 22% !important;
  }
}

#sidebar h3 {
  text-transform: none !important;
  color: #0072ce !important;
}

#sidebar ul {
  border-top: 1px solid #e6e6e6;
  margin-top: 15px;
}

#sidebar ul li {
  font-family: "Industry Bold";
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
}

#sidebar ul li a {
  padding: 20px 0;
  display: block;
  color: #002855;
}

#sidebar ul li span {
  display: inline-block;
  padding-right: 15px;
  color: #0072ce !important;
}

.wp-caption {
  border: none !important;
  text-align: center;
  background: none !important;
  margin-bottom: 10px;
  max-width: 96%;
  padding: 8px;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  color: #888b8d;
  border-top: 1px solid #d9d9d6;
  padding: 8px;
  margin-top: 20px;
}

@media all and (max-width: 980px) {
  .mobile-align-center .wp-caption {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.et_pb_module {
  clear: both;
}

.download {
  position: relative;
  padding: 20px 30px;
  border: 1px solid #d9d9d6;
  text-align: center !important;
}

.download.blue {
  background: #002855;
}

.download:before {
  content: "\f33d";
  font: var(--fa-font-solid);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  color: #d9d9d6;
}

#page-container .tml-message,
#page-container .tml-error {
  background: #0072ce;
  color: #fff;
  font-family: "Industry Demi";
  border: none;
  border-radius: 10px;
  padding: 20px 30px;
  line-height: 1.5;
  text-align: center;
}

#page-container .tml-error {
  background: #dc3232;
}

#page-container .tml-message *,
#page-container .tml-error * {
  color: #fff;
}

.tml-label {
  color: #d9d9d6;
  font-family: "Industry Black";
  text-transform: uppercase;
  letter-spacing: .05em;
}

.tml-rememberme-wrap .tml-label {
  font-family: "Industry Demi";
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
}

.tml-rememberme-wrap input {
  margin-left: 0;
  border: none;
}

.tml-field-wrap input[type=text],
.tml-field-wrap input[type=password],
.tml-field-wrap input[type=email] {
  padding: 15px;
  font-size: 16px;
}

.tml-field-wrap button {
  padding: 15px 30px;
  color: #fff;
  background: #0072ce;
  border: none;
  font-family: "Industry Black";
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  cursor: pointer;
}

.tml-links {
  display: flex;
  padding: 0 !important;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.tml-links li {
  list-style-type: none;
  font-family: "Industry Bold";
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  position: relative;
  padding-right: 20px;
}

.tml-links li:last-child {
  padding-right: 0;
}

.tml-links li:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #0072ce;
}

.tml-links li:last-child:after {
  display: none;
}

.tml-links li a {
  color: #d9d9d6;
}

.tml-indicator_hint-wrap p {
  color: #d9d9d6;
}

.tml-indicator-wrap #pass-strength-result,
.tml-indicator-wrap #pass-strength-result.empty {
  opacity: .2;
  border: none;
}

.tml-indicator-wrap #pass-strength-result.short,
.tml-indicator-wrap #pass-strength-result.bad {
  opacity: 1;
  background: #dc3232;
  color: #fff;
}

.tml-indicator-wrap #pass-strength-result.strong {
  opacity: 1;
  background: #3ebc5b;
  color: #fff;
}

.tml-indicator-wrap #pass-strength-result.good {
  opacity: 1;
  background: #f7ce04;
  color: #fff;
}

@media all and (max-width: 980px) {
  .tml-links {
    display: block;
    margin-top: 30px;
  }

  .tml-links li:after {
    display: none;
  }
}