/* Notes */
/*
  Fonts being used:
  Body Text > font-family:'Manrope',Sans-Serif;
*/
/*
	Colors being used:
	KBA Hover state > #34aadc
*/
/*
	Font sizing used:
	font-size: 75%; = 12px
	font-size: 1rem; = 12px
*/
/* Notes */

/* Imported Fonts */
/* Imported Fonts */

/* Default Styles */
* {
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  padding: 0px;
  font-size: 75%;
  /* 12px */
  scroll-behavior: smooth;
  visibility: hidden;
  text-rendering: optimizeLegibility;
}

/* Header / Navigation */
header:after {
	background: #75cd8c !important;
}
/* Header / Navigation */

body,
button,
input,
select,
td,
textarea,
th {
  line-height: normal !important;
  /* outline: none !important; */
  border: none !important;
}

/*
input:focus,
select:focus,
a:focus {
	box-shadow: 0 0 3px 5px #3a97f9;
}
*/

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Manrope', Sans-Serif;
  font-size: 1rem;
  background-color: #fff;
}
a:link,
a:visited {
  transition: all 0.1s ease;
}
/*
a:hover {
	transition: background-color 5s ease;
	transition: box-shadow 5s ease;
	transition: color 0.9s ease;
	transition: color 0.9s ease;
	transition: color 0.9s ease;
}
*/

/* button:focus {
	outline: none;
} */

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
hr {
  display: flex;
  width: 100%;
  height: 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0071eb),
    color-stop(30%, #16a7cb),
    color-stop(67%, #23c0a8),
    to(#33e776)
  );
  background: -webkit-linear-gradient(
    left,
    #0071eb,
    #16a7cb 30%,
    #23c0a8 67%,
    #33e776
  );
  background: linear-gradient(
    90deg,
    #0071eb,
    #16a7cb 30%,
    #23c0a8 67%,
    #33e776
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  border: none;
}
/* Default Styles */

/* Gobal Font Colors */
.electric_blue_font {
  color: #0071eb;
}

.electric_blue_font_shadow {
  color: #0071eb;
  text-shadow: 0px 0px 10px #000;
}

/* Global Font Colors */

/* KBA Colors 
background-color: #0071eb;
KBA Colors */

/* Page Wrap */
.hero_wrap {
  width: 90%;
  max-width: 1420px;
  height: auto;
  margin: 0px auto;
}
.page_wrap {
  width: 93%;
  max-width: 1420px;
  height: inherit;
  margin: 0px auto;
}

.sub_header_wrap {
  width: 80%;
  max-width: 1400px;
  height: auto;
  margin: 0px auto;
}
.mobile_page_wrap {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
@media screen and (max-width: 1000px) {
  .wp_hero_wrap {
    width: 100%;
  }
  .mobile_page_wrap {
    width: 90%;
    height: auto;
    margin: 0px auto;
  }
}

.tr_widget_navigation_wrap {
  width: 60%;
  max-width: 1431px;
  height: auto;
  margin: 0px auto;
}

.common_questions_wrap {
  width: 88%;
  max-width: 1100px;
  height: auto;
  margin: 0px auto;
}

/* Page Wrap */

@media screen and (max-width: 1000px) {
  .sub_header_wrap {
    width: 95%;
  }

  .hero_wrap {
    width: 95%;
    max-width: 1500px;
    height: auto;
    margin: 0px auto;
  }
}

/* Shared "steering wheel" */
.steering_wheel {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.steering_wheel_title {
  width: 100%;
  height: auto;
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}
.steering_wheel h2 {
  width: 100%;
  height: auto;
	font-family: 'NeulisSans', sans-serif !important;
  font-weight: 700;
	color: #1A1A1A;
  font-size: 2rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.filter-container {
  padding-bottom: 2rem;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 1px #000;
}
.filter {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
.filter label {
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: start;
  color: #000;
  font-weight: 800;
  width: 100%;
  position: relative;
  z-index: 1;
}

.filter input {
  font-family: 'Manrope', Sans-Serif;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  padding-left: 10px;
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
  font-size: 1.2rem;
    transition: box-shadow 0.25s;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(105, 105, 105) !important;
    border-image: initial !important;
}
.submit_btn {
  background-color: #fff !important;
  color: #1A1A1A !important;
  border: none !important;
  box-shadow: rgb(0, 131, 143) 0px 0px 0px 2px;
}
.filter input.submit_btn {
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-image: none !important;
  color: #1A1A1A !important;
  font-size: 1.333rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-family: 'NeulisSans', sans-serif !important;
  letter-spacing: 0 !important;
}
.submit_btn:hover {
  box-shadow: rgb(0, 131, 143) 0px 0px 0px 3px;
}

.filter select {
  font-family: 'Manrope', Sans-Serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 5px;
  margin-top: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  background-color: #f8f8f8;
  color: #1A1A1A;
  cursor: pointer;
  transition: box-shadow 0.25s;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgb(105, 105, 105) !important;
  border-image: initial !important;
}
/* Shared "steering wheel" */

/* 
.filter_app_left_col {
	width: 65%;
	max-width: 735px;
	height: auto;
}
*/

/* Filter app right will be a graphic */
/*
.filter_app_right_col {
	width: 50%;
	height: 300px;
	background-color: green;
}
*/
/* Filter app right will be a graphic */

/* Unsorted CSS */

/*
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  transition: 0.1s ease !important;
  outline: 2px solid #3e7ecc !important;
  outline-offset: 1px;						
}

a:focus {
  transition: 0.1s ease !important;
  outline: 2px solid #3e7ecc !important;
  outline-offset: 2px;
}
*/

/* .blue-outline {
	border: 1px solid #0d9ef8;
} */

/* .green-validation-outline {
	outline: 1px solid #0d9ef8 !important;
} */

.red-validation-outline {
  outline: 2px solid red !important;
}

.success {
  background-image: url("~@/assets/check_circle.svg");
  background-size: 25px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.input-group {
  color: white;
}

.incentive_cards {
  width: 100%;
  height: auto;
}
/*
.incentive_cards ul {
	list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.5rem;
    justify-content: center;
}
.tool_cards li {
	display: inline-block;
    position: relative;
    width: 30.5%;
    height: 480px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.incentive-placeholder {
	-webkit-animation: fadeIn .5s;
	-moz-animation: fadeIn .5s;
	-ms-animation: fadeIn .5s;
	-o-animation: fadeIn .5s;
	animation: fadeIn .5s;
	animation-timing-function: ease;
}
*/
/*
.incentive_cards li a:link, .incentive_cards li a:visited {
	background-color: #08070f;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3.5rem;
    justify-content: center;
}

.incentive-card:hover {
	transition: all 0.1s;
	box-shadow: 0px 0px 25px 25px rgba(0, 0, 0, 0.2);
	animation-timing-function: ease;
	transform: scale(1.02);
}
*/
.modal {
  -webkit-animation: slideDown 0.5s, fadeIn 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: slideDown 0.5s, fadeIn 0.5s;
  /* Firefox < 16 */
  -ms-animation: slideDown 0.5s, fadeIn 0.5s;
  /* Internet Explorer */
  -o-animation: slideDown 0.5s, fadeIn 0.5s;
  /* Opera < 12.1 */
  animation: slideDown 0.5s, fadeIn 0.5s;
  animation-timing-function: ease;
  position: fixed;
  z-index: 5500;
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 400px;
  max-width: 95%;
  top: 70px;
  background-color: black;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.modal-bg {
  -webkit-animation: fadein 0.2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.2s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.2s;
  /* Internet Explorer */
  -o-animation: fadein 0.2s;
  /* Opera < 12.1 */
  animation: fadein 0.2s;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
}

.close-btn {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 25px;
  right: 25px;
  z-index: 500;
}

.modal_video_container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  animation: fadein 0.2s;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube_video {
  border-radius: 10px;
}

.filter-label {
  margin-bottom: -10px;
  display: flex;
  align-self: flex-start;
  /* background-color: rgba(255, 255, 235, 0.1); */
  padding: 7px 7px 16px 7px;
  border-radius: 5px;
}
.filter-label p {
  font-size: 1.2rem;
  color: #000;
}

@keyframes slideDown {
  from {
    transform: translateY(-25px);
  }

  to {
    transform: translateY(0px);
  }
}

/* Firefox < 16 */
@-moz-keyframes slideDown {
  from {
    transform: translateY(-25px);
  }

  to {
    transform: translateY(0px);
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideDown {
  from {
    transform: translateY(-25px);
  }

  to {
    transform: translateY(0px);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

/* Firefox < 16 */
@-moz-keyframes slideUp {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slideUp {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

input,
select {
  outline: none;
  height: auto;
  border: none;
}

.jdp-gradient-bar {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0071eb),
    color-stop(30%, #16a7cb),
    color-stop(67%, #23c0a8),
    to(#33e776)
  );
  background-image: -webkit-linear-gradient(
    left,
    #0071eb,
    #16a7cb 30%,
    #23c0a8 67%,
    #33e776
  );
  background-image: linear-gradient(
    90deg,
    #0071eb,
    #16a7cb 30%,
    #23c0a8 67%,
    #33e776
  );
}

/* Unsorted CSS */

/* Iframe test */
.iframe-container {
  /* float:left; */
  width: 100%;
  min-height: 700px;
  height: auto;
  position: relative;
}

.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

/* IFrame Test */

/* Utility */
.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

.justify-self-center {
  justify-self: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.align-start {
  align-items: start;
}

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

.align-end {
  align-items: end;
}

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

.flex-end {
  justify-content: end;
}

.flex-space-between {
  justify-content: space-between;
}

.text-white {
  color: white;
}

.text-red {
  color: red;
}

.text-bold {
  font-weight: bold;
}

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

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

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

.no-underline {
  text-decoration: none !important;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mt-7 {
  margin-top: 3.5rem;
}

.mt-8 {
  margin-top: 4rem;
}

.mt-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.mb-7 {
  margin-bottom: 3.5rem;
}

.mb-8 {
  margin-bottom: 4rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.d-none {
  display: none !important;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-none {
  background: none;
}

.pointer {
  cursor: pointer;
}

.btn {
  min-width: 200px !important;
  font-family: 'Manrope', Sans-Serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  background-color: #fff;
  /* transition: .4s ease; */
  text-decoration: none;
  color: rgb(55, 54, 55);
  text-align: center;
  border-radius: 5px;
}

.btn:hover {
  /* transition: .4s ease; */
}
/*
.btn:focus {
	box-shadow: 0 0 0 1px #ffffff, 0 0 3px 5px #3a97f9;
}
*/
.btn-primary {
  display: flex;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
  height: auto;
  font-weight: 500 !important;
  text-decoration: none;
  font-size: 1.3rem !important;
  color: #fff;
  border-radius: 0.5rem;
  letter-spacing: 0.07rem;
  /* border: 1px solid #696969 !important; */
  cursor: pointer;
  text-transform: capitalize;
  /*
	background: linear-gradient(180deg, rgba(13,158,248,1) 0%, rgba(51,231,118,0) 100%) !important;
	background-color: #0d9ef8 !important;
	*/
  /* box-shadow: rgba(13,158,248,1) 0px 0px 0px 2px !important; */
}
/*
.btn-primary {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#0071eb), color-stop(30%, #16a7cb), color-stop(67%, #23c0a8), to(#33e776));
	background: -webkit-linear-gradient(left, #0071eb, #16a7cb 30%, #23c0a8 67%, #33e776);
	background: linear-gradient(90deg, #0071eb, #16a7cb 30%, #23c0a8 67%, #33e776);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
}
*/
/*
.btn-primary:hover {
	cursor: pointer;
	background: none;
	background-color: #34aadc !important;
}

.btn-primary:focus {
	outline: 3px solid #fff;
}

.btn-secondary {
	color: black;
	background-color: #bcbcbc;
}

.btn-secondary:hover {
	background-color: #ffffff;
}

.btn-secondary:focus {
	transition: .1s ease;
	outline: 2px solid #31e27c;
}
*/
.btn-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.btn-outline {
  background-color: black;
  color: white;
  outline: 1px solid #3c86f1;
}

.btn-primary-fake {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0071eb),
    color-stop(30%, #16a7cb),
    color-stop(67%, #23c0a8),
    to(#33e776)
  );
  background: -webkit-linear-gradient(
    left,
    #0071eb,
    #16a7cb 30%,
    #23c0a8 67%,
    #33e776
  );
  background: linear-gradient(
    90deg,
    #0071eb,
    #16a7cb 30%,
    #23c0a8 67%,
    #33e776
  );
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
}

.border-box {
  box-sizing: border-box;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.opacity-0 {
  opacity: 0;
}

.slide-fade {
  -webkit-animation: slideDown 300ms, fadeIn 300ms;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: slideDown 300ms, fadeIn 300ms;
  /* Firefox < 16 */
  -ms-animation: slideDown 300ms, fadeIn 300ms;
  /* Internet Explorer */
  -o-animation: slideDown 300ms, fadeIn 300ms;
  /* Opera < 12.1 */
  animation: slideDown 300ms, fadeIn 300ms;
  animation-timing-function: ease;
}

.animation-delay-1 {
  animation-delay: 50ms;
}

.animation-delay-2 {
  animation-delay: 100ms;
}

.animation-delay-3 {
  animation-delay: 150ms;
}

@media screen and (min-width: 701px) {
  .d-none-pc {
    display: none !important;
  }

  .w-auto-pc {
    width: auto;
  }
}

@media screen and (max-width: 700px) {
  /*
	.d-none-mobile {
		display: none !important;
	}
	*/

  .w-auto-mobile {
    width: auto;
  }

  .filter {
    flex-direction: column;
  }

  .filter > label {
    max-width: 100% !important;
  }
}

/* Utility */
