





*,
*:before,
*:after{
  box-sizing: border-box;
  margin:0;
  padding: 0;
}

body {
  font-size: 1em;
  line-height: 1.75em;
  font-weight: 400;
  color: #262625;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid rgba(208, 208, 208, 0.17);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  height: 0;
  overflow: visible;
  background-color: transparent;
}

.body-container-wrapper {
/* 	padding-top: 87px; */
  padding-top: 118px;
/*    padding-top: 168px;  */ /* if banner top is visible */
}

@media(max-width: 1450px) {
  .body-container-wrapper {
    padding-top: 86px;
/*     padding-top: 136px;  */ /* if banner top is visible */
  }
}

@media(max-width: 425px) {  
  .body-container-wrapper {
    padding-top: 76px;
/*     padding-top: 125px; */ /* if banner top is visible */
  }
}

.dnd-section > .row-fluid {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.for-desktop {
  display: block;
}

.for-mobile {
  display: none;
}

@media only screen and (max-width: 767px){
  .for-desktop {
    display: none !important;
  }

  .for-mobile {
    display: block;
  }
}





.cm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 12em;
  padding-bottom: 12em;
}

.cm-row .cm-row {
  padding-top: 0;
  padding-bottom: 0;
}

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

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

/* for max-width Alignments */
.align-MaxCenter{
  margin: 0 auto;
  text-align:center;
}

.align-MaxLeft{
  margin-left: auto;
  text-align:left;
}

.align-MaxRight{
  margin-right: auto;
  text-align:right;
}

.marginAuto{
  margin: 0 auto;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  -webkit-box-pack: justify!important;
  justify-content: space-between!important;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  -webkit-box-pack: center!important;
  justify-content: center!important;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px){
  .col-md {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-md-block {
    display: block!important;
  }

  .d-md-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
  }

  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem!important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem!important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem!important;
  }
  .d-md-none {
    display: none!important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width: 992px){
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-lg-none {
    display: none!important;
  }
  .d-lg-block {
    display: block!important;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem!important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem!important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem!important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
  }
}







html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'OPTIEdgarBold-Extended', sans-serif;
	margin: 0;
}

a {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
  color: #262625;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

p a:hover {
	text-decoration: underline;
}

a.not:(.btn),
a.not:(.btn:hover),
p a:hover {
	text-decoration: underline;
}

p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 30px;
}

strong {
  font-family:'Open Sans Bold', sans-serif;
}


h1 {
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
}

h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
}

h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
}

.font-light {
  font-family:'Open Sans Light', sans-serif; 
}

.font-semi-bold {
  font-family:'Open Sans', sans-serif;
}

.font-bold {
  font-family:'Open Sans Bold', sans-serif;
}

.font-OPTIEdgarBold {
  font-family:'OPTIEdgarBold-Extended', Open Sans Bold,  sans-serif;
}




.font-70-h {
	font-weight: 700;
	font-size: rem(70);
	line-height: 1.1em;
}

 

.font-50-h {
	font-size: 50px;
	line-height: 60px;
}

.font-36-h {
	font-size: 36px;
	line-height: 40px;
}

.font-30-h {
	font-size: 30px;
	line-height: 36px;
}

.font-30-p {
	font-size: 30px;
	line-height: 36px;
}

.font-24-h {
	font-size: 24px;
	line-height: 30px;
}

.font-24-p {
	font-size: 24px;
	line-height: 30px;
}

.font-20-p {
	font-size: 20px;
	line-height: 26px;
}

.font-16-p {
	font-size: 16px;
	line-height: 26px;
}



@media(max-width: 767px) {
	
	h1,
	.font-70-h {
		font-size: 24px;
		line-height: 30px;
	}
	
	h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.font-50-h {
		font-size: 2.25em;
		line-height: 1.25em;
	}
	
	.font-36-h {
		font-size: 24px;
		line-height: 30px;
	}

	.font-30-p {
		font-size: 1em;
		line-height: 1.25em;
	}
	
	.font-24-p {
		font-size: 1.25em;
		line-height: 1.25em;
	}
	
	.font-20-p {
		font-size: 1em;
		line-height: 1.5em;
	}

	
	
}






.color-black {
  color: #262625;
}

.color-light-black {
  color: rgba(38, 38, 37, 0.70);
}

.color-light {
  color: #EDECE8;
}

.color-green {
  color: #CCFF00;
}

.color-blue {
  color: #00AAE5;
}

.color-white {
  color: #ffffff;
}






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

.bg-light-black {
  background-color: rgba(38, 38, 37, 0.70);
}

.bg-light {
  background-color: #EDECE8;
}

.bg-green {
  background-color: #CCFF00;
}

.bg-blue {
  background-color: #00AAE5;
}

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

.bg-lightgray {
  background-color: #EDECE8;
}

.bg_blue {
	background: linear-gradient(86deg, #1A74E2 0%, #3FA0EF 100%);
}





.btn-group .hs-cta-wrapper {
  padding-right: 20px;
}

.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.cta-wrapper .cta:first-of-type {
  margin-right: 30px;
}

.cta-wrapper .btn:first-of-type {
  margin-right: 30px;
}

.cta {
  font-family:'Open Sans Bold', sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 1.25em 2.5em;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.5em;
  color: #232323;
}

.btn {
	display: inline-block;
  font-family:'Open Sans Bold', sans-serif;
  text-align: center;
  padding: 0.75em 1.5em;
  font-weight: 800;
	font-size: 1em;
	line-height: 1.5em;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
	
}

.btn-gradient {
	position: relative;
	overflow: hidden;
	color: #262625!important;
	Background-color: #CCFF00;
}

.btn-gradient-white {
	position: relative;
	overflow: hidden;
	color: #262625!important;
	Background-color: #FFFFFF;
}

.btn-gradient-black {
	position: relative;
	overflow: hidden;
	color: #ffffff!important;
	Background-color: #262625;
}

.btn-gradient-black span,
.btn-gradient-white span,
.btn-gradient span {
  position: relative;
}

.btn-gradient::before {
  --size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #6ED17F, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
}

.btn-gradient-white::before {
  --size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #EDECE8, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
}

.btn-gradient-black::before {
  --size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, #393939, transparent);
	transform: translate(-50%, -50%);
	transition: width 0.2s ease, height 0.2s ease;
}

.btn-gradient-black:hover::before,
.btn-gradient-white:hover::before,
.btn-gradient:hover::before {
  --size: 200px;
}

.btn-text-only-white {
	color: #FFFFFF;
	background-color: transparent;
}

.btn-text-only-black {
	color: #262625;
	background-color: transparent;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.btn-blue {
	position: relative;
	color: #ffffff!important;
	Background-color: #00ABE5;
	text-decoration: none;
}

.btn-blue:hover {
	text-decoration: none!important;
	background: #3FA0EF;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-unlink,
.btn-unlink:hover {
	color: #262625;
	background: #D7D7D7;
	cursor: default;
}





.marB50-heading {
	margin-bottom:50px;
}

@media(max-width: 767px) {
	
	.marB50-heading {
		margin-bottom: 30px;
	}
	
}






form,
.submitted-message {
  color: #262625;
  font-weight: 500;
}

/* Form title */
.form-title {
  color: #262625;
}

/* Form label */
form label {
  color: #262625;
  font-size: 1em;
}

ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  margin-left: 0px;
  margin-bottom: 0;
  margin-top: -25px;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea, #hs-pwd-widget-password {
  color: #262625;
  background: #FFFFFF;
  font-size: 0.9em;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  height: 60px;
  padding: 18px 20px;
  margin-bottom: 25px;
  border: 0;
}

form select {
  background: url(https://dirtworld.com/hubfs/2022%20-%20Dirt%20World/icons/black%20chevron%20arrow%20down%20icon.svg) #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 97%;
}

.form-container form label, 
.form-container form ul li:before {
  display: none !important;
}


@media only screen and (max-width: 767px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea, #hs-pwd-widget-password {
    padding: 13px 20px;
  }
}


form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #000000;
}

/* Form placeholder text */
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=email]::placeholder
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number::placeholder,
form textarea::placeholder,
form select::placeholder {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
}

form select.not-active::placeholder {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
}

form select.not-active::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
}

form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=number]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.3);
}


/* form checkbox */
ul.inputs-list.multi-container {
  margin-bottom: 0px;
  position: relative;
}

li.hs-form-checkbox label,
li.hs-form-booleancheckbox label {
  display: block;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  user-select: none;
}

li.hs-form-checkbox input,
li.hs-form-booleancheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

li.hs-form-checkbox span,
li.hs-form-booleancheckbox span {
  position: relative;
}

li.hs-form-checkbox span:before,
li.hs-form-booleancheckbox span:before {
  display: none;
  position: absolute;
  content: "";
  top: 6px;
  left: -25px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
  z-index: 1;
}

li.hs-form-checkbox input:checked ~ span:before,
li.hs-form-booleancheckbox input:checked ~ span:before {
  background: #FF9E00;
  display: block;
}

li.hs-form-checkbox input:checked ~ span:after,
li.hs-form-booleancheckbox input:checked ~ span:after {
  background: #FF9E00;
  display: block;
}

li.hs-form-checkbox span:after,
li.hs-form-booleancheckbox span:after {
  background-color: #FFFFFF;
  border: 1px solid rgba(208, 208, 208, 0.28);
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  display: block;
  top: 0;
  left: -35px;
  z-index: 0;
  border-radius: 3px;
}

.hs-fieldtype-date .input .hs-dateinput:before {
  color: 262625;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 262625;
}

.fn-date-picker td .pika-button:hover {
  background-color: 262625 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 262625;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #232323;
  border: 0;
  color: #edece8;
  padding: 20px 36px;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #262625;
  color: #FFFFFF;
}


form input[type=submit]:active,
form .hs-button:active {
  background-color: #262625;
  color: #FFFFFF;
}

form label.hs-error-msg {
  color: #f41212;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 5px;
  display: block !important;
}





table {
  border-color: rgba(3, 41, 89, 0.3);
}

th,
td {
  border-color: rgba(3, 41, 89, 0.3);
  color: #262625;
}

thead th,
thead td {
  background-color: none;
  border-bottom-color: rgba(3, 41, 89, 0.3);
  color: #262625;
}

tfoot td {
  background-color: none;
  color: #262625;
}






.video-js button:hover, 
.video-js button:focus, 
.video-js .button:hover, 
.video-js .button:focus,
.video-js.bc-player-default_default .vjs-big-play-button:hover,
.video-js.bc-player-default_default:hover .vjs-big-play-button,
.video-js.bc-player-default_default .vjs-play-progress{
	background-color: #7A7C6F!important;
}

.video-js .vjs-dock-text {
	display: none!important;
}