





*,
*:before,
*:after{
  box-sizing: border-box;
  margin:0;
  padding: 0;
  font-family: 'Good Sans Regular', Arial, sans-serif;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1D1D1D;
  font-family: 'Good Sans Regular', Arial, 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: 104px;
}

.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
}

.align-content-center {
  margin: 0 auto;
  text-align:center;
}

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

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

.margin-auto{
  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:'Good Sans Bold', "Arial Bold", sans-serif;
margin: 0;
} */

p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Good Sans Regular", Arial, sans-serif;
  margin-bottom: 30px;
}

p strong, p b {
  font-family: "Good Sans Bold", "Arial Bold", sans-serif;
}

p em, p i {
  font-style: italic;
}

.content-container p:last-of-type {
  margin-bottom: 0px;
}

p a {
  font-family:'Good Sans Bold', "Arial Bold", sans-serif;
  font-weight: 700;
  color: #0070B2;
  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:hovered {
  color: #ED9663;
}

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

ul, ol {
  /*   margin-top: -30px; */
  margin-bottom: 30px;
}

li {
  margin-top: 20px;
}

h1 {
  font-size: 80px;
  line-height: 100%;
  font-family: "Good Sans Regular", "Arial Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 50px;
  line-height: 110%;
  font-family: "Good Sans Medium", "Arial Bold", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Good Sans Medium", "Arial Bold", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Good Sans Medium", "Arial Bold", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

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

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

.font-regular {
  font-family: "Good Sans Regular", "Arial", sans-serif;
}

.font-medium {
  font-family: "Good Sans Medium", "Arial Bold", sans-serif;
}

.font-bold {
  font-family: "Good Sans Bold", "Arial Bold", sans-serif;
}




.font-size-80 {
  font-size: 80px;
  line-height: 100%;
}

.font-size-74 {
  font-size: 74px;
  line-height: 100%;
}

.font-size-70 {
  font-size: 70px;
  line-height: 100%;
}

.font-size-60 {
  font-size: 60px;
  line-height: 100%;
}

.font-size-50 {
  font-size: 50px;
  line-height: 110%;
}

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

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

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

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

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

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

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

@media(max-width: 767px) {

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

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

  h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }

  .font-size-80 {
    font-size: 80px;
    line-height: 100%;
  }

  .font-size-70 {
    font-size: 70px;
    line-height: 100%;
  }

  .font-size-60 {
    font-size: 60px;
    line-height: 100%;
  }

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

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

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

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

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

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






.color-black {
  color: #262625;
}

.color-blue {
  color: #0070B2;
}

.color-light-black {
  color: rgba(29, 29, 29, 0.7);
}

.color-white {
  color: #FFFFFF;
}

.color-light-white {
  color: rgba(255, 255, 255, 0.7);
}






.bg-blue-100 {
  background-color: #0070B2;
}

.bg-blue-25 {
  background-color: #BFDBEC;
}

.bg-blue-10 {
  background-color: #E5F1F7;
}

.bg-navy {
  background-color: #1A4259;
}

.bg-ivory {
  background-color: #FAFAF2;
}

.bg-green {
  background-color: #35C39C;
}

.bg-teal {
  background-color: #008F9C;
}

.bg-orange {
  background-color: #ED9663;
}

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

.bg-gray {
  background-color: #F5F5F5;
}






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

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

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

.cta,
.btn {
  display: inline-block;
  font-family: "Good Sans Bold", "Arial Bold", sans-serif;
  text-align: center;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  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-blue,
.btn-navy:hover {
  color: #FFFFFF;
  background-color: #0070B2;
}

.btn-navy,
.btn-blue:hover {
  color: #FFFFFF;
  background-color: #1A4259;
}

section.bg-navy .btn-blue:hover {
  background-color: #FFFFFF;
  color: #1A4259;
}

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





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

@media(max-width: 767px) {

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

}






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

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

/* Form label */
form label {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "Good Sans Regular", "Arial Bold", sans-serif;
}

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

ul.no-list.hs-error-msgs.inputs-list li {
  margin-top: 0px;
}

/* 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 {
  font-family: "Good Sans Regular", "Arial", sans-serif;
  background: rgba(229, 241, 247, 0.3);
  border: 1px solid rgba(29, 29, 29, 0.1);
  padding: 7px 10px;
  height: 40px;
}

form select {
  background: url("https://www.c-next.com/hubfs/2023%20-%20CNEXT/icons/blue%20chevron%20arrow%20down.svg") rgba(229, 241, 247, 0.3);
  appearance: none;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 98%;
  padding-right: 45px !important;
}

/* Form placeholder text */


.form-container .hs-form-field {
  margin-bottom: 20px;
  position: relative;
}

.form-container form fieldset, 
.form-container form input, 
.form-container form select {
  max-width: 100% !important;
  width: 100% !important;
}


.form-container .form-columns-2 .hs-form-field:first-of-type .input {
  margin-right: 20px;
}

.form-container .hs-form-required {
  display: none;
}

@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: 2px solid #0070B2;
} */

.form-container input:focus-visible,
.form-container select:focus-visible {
  border: 2px;
  outline-color: #0070B2;
  outline-style: solid
}

/* 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 {
  color: rgba(29, 29, 29, 0.3);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

form select.not-active::placeholder {
  color: rgba(29, 29, 29, 0.3);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

form select.not-active::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.3);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

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 {
  color: rgba(29, 29, 29, 0.3);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

/* Form Error Messages */
.form-container .form-columns-1 .hs-error-msgs, 
.form-container .form-columns-2 .hs-error-msgs, 
.form-container .form-columns-2 .hs-error-msgs label {
  font-size: 12px!important;
  letter-spacing: 0;
  line-height: 14px!important;
  list-style-type: none;
}

/* .form-container .form-columns-2 .hs-form-field:last-of-type .hs-error-msgs {
margin-left: 20px!important;
margin-right: 8px!important;
}

.form-container .form-columns-1 .hs-form-field .hs-error-msgs label, 
.form-container .form-columns-2 .hs-form-field:last-of-type .hs-error-msgs label {
margin-left: 0!important;
} */

.form-container .hs-form-field .hs-error-msgs label {
  color: #e21111;
}

/* 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 {
  display: inline-block;
  background: #0070B2;
  font-family: "Good Sans Regular", "Arial Bold", sans-serif;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 0px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

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

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;
}




@media only screen and (max-width: 767px){
  .align-content-center-sm {
    margin: 0 auto;
    text-align:center !important;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
}