/* @import url('http://example.com/example_style.css'); */

@font-face { font-family: 'RidleyGrotesk-MediumItalic'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-MediumItalic.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-Medium'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-Medium.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-LightItalic'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-LightItalic.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-Light'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-Light.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-Italic'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-Italic.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-ExtraBoldItalic'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-ExtraBoldItalic.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-ExtraBold'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-ExtraBold.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-Bold'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-Bold.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-BoldItalic'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-BoldItalic.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-BlackItalic'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-BlackItalic.otf') format("opentype");}
@font-face { font-family: 'RidleyGrotesk-Black'; src: url('https://8481443.fs1.hubspotusercontent-na1.net/hubfs/8481443/Website%20fonts/Radomir%20Tinkov%20-%20RidleyGrotesk-Black.otf') format("opentype");}


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

 
 


body {
  font-family: 'RidleyGrotesk-Light', 'Helvetica', sans-serif;
}

h1, h2, h3 {
  color: #003e7e;
  font-family:'RidleyGrotesk-Bold', 'Helvetica', sans-serif;
}


.csat-styles h1 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 24px
}

.csat-styles p {
  font-size: 20px;

}

.csat-styles li {
  font-size: 18px;

}

.flex-img-container > span > div > span {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

.banner-image > div > span > img {
  width: 100%;
  max-width: none;
}

.bluebackground {
  background-color: #003e7e;
}

.logoblock {
  margin: 1%; 
  background-color: white;
}


.content-container {
 padding: 2% 5%;
}

.video-wrapper {
  padding: 2.2em 2.0em;
}

.video-wrapper .video-js {
  max-width: 600px !important;
}

.border-bottom-red h1 {
    display: inline-block;
    border-bottom: 3px solid #d31f44;
    margin: 20px 0;
    padding-bottom: 5px;
    text-align: center;
}


.form-outer {
 /* border: 1px solid rgb(221, 221, 221); */
}

.form-gradient-stripe{
 height: 10px;
 background-color: #003e7e;
 background-image: linear-gradient(to right, #003e7e, #6cbddd);
  
}

 
}

.formbox {
  background-color:white;
}
  
 

/* Base Forms */

form {
  background-color: white;
  border: none;
  border-radius: 18px;
/*  padding: 2% 5% 3% 5%; */
}

.hs-form-field {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 2% 2% 2%;
  position: relative;
  width: 96%;
}

.hs-form-field:nth-child(even) {
  padding-top: 1%;
}

.hs-form-field:nth-child(4n+1), .hs-form-field:nth-child(4n+2) {
  background-color: #f0f3f4;
}

.hs-form-field:nth-child(n+10) {
  background-color: #ffffff;
  border-bottom: 1px solid #d0d3d4;
  padding-top: 2%;
}

/* Form Title */

.form-title {
  background-color: white;
  border-radius: 18px 18px 0 0;
  color: #003e7e;
  margin: 0;
  padding: 1.5rem;
  text-align: left;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  color: #000000;
  display: inline-block;
  font-family: 'RidleyGrotesk-Medium', 'Helvetica', sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.35rem;
  margin-right: 0.7rem;
  padding: 6px 0;
  text-align: left;
  width: 100%;
/*  max-width: 250px; */
}

.not-bold {
  font-style: italic;
  font-weight: 400;
}


/*
.hs-form-field:nth-of-type(35) > label,
.hs-form-field:nth-of-type(37) > label,
.hs-form-field:nth-of-type(39) > label,
.hs-form-field:nth-of-type(41) > label
{
  font-style: italic;
  font-weight: 400;
}

*/


/* Help Text - Legends */

.hs-form-field legend {
  color: #000000;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
  width: 70%;
  max-width: 726px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #003e7e;
  border-radius: 0px;
  color: #000000;
  display: inline-block;
  font-family: 'RidleyGrotesk-Light', 'Helvetica', sans-serif;
  font-size: 16px;
  padding: 0.75rem;
  width: 90% !important; 
}

select::-ms-expand {
  display: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: 1px solid #6cbddd;
}

.hs-fieldtype-textarea.hs-form-field > label {
  width: 90% !important;
  max-width: 90%;
}

fieldset {
  max-width: 90%% !important;
}

::-moz-placeholder {
  color: #d0d0d0;
}

:-ms-input-placeholder {
  color: #d0d0d0;
}

::placeholder {
  color: #d0d0d0;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

div.hs_n5_0_1_2024__on_average__why_do_you_place_business_with_employers__please_select_all_that_apply____.hs-n5_0_1_2024__on_average__why_do_you_place_business_with_employers__please_select_all_that_apply____.hs-fieldtype-checkbox.field.hs-form-field > div > ul {
  display: block;
}

div.hs_n5_0_2_2024__why_did_you_select_employers_as_your_workers__compensation_carrier__please_select_all_.hs-n5_0_2_2024__why_did_you_select_employers_as_your_workers__compensation_carrier__please_select_all_.hs-fieldtype-checkbox.field.hs-form-field > div > ul {
  display: block;
}


form .inputs-list:not(.no-list) label {
  color: #000000;
  font-family: 'RidleyGrotesk-Light', 'Helvetica', sans-serif;
  font-size: 16px;
 
}

.inputs-list > li {
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

.inputs-list > li.hs-form-radio {
  display: inline;
  text-align: center; 
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.5rem;
  padding: 0;
  width: auto;
  
}



.csat-styles input[type='radio'] {
  display: block;
  margin: 0 auto 8px auto;
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
  transform: scale(1.5);
}


.hs-form-checkbox label {
 display: flex; 
}

.csat-styles input[type='checkbox'] {
  align-self: flex-start;
  vertical-align: text-top;
}

  

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: relative;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1e2b33;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #003e7e;
}

.fn-date-picker td.is-today .pika-button {
  color: #003e7e;
}

.fn-date-picker td.is-selected .pika-button {
  background: #fff9e3;
  border-radius: 0;
  box-shadow: none;
  color: #003e7e;
}

.fn-date-picker td .pika-button:hover {
  background-color: #00c6ab !important;
  border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  color: #000;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  line-height: 1.25;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg,
.hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  background-color: #003e7e;
  border: 1px solid #003e7e;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  margin: 1.5rem;
  padding: 0.7rem 2.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: 50%;
}

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

form input[type='submit']:active,
form .hs-button:active {
  background-color: #6cbddd;
  border-color: #6cbddd;
}






/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  background-color: #003e7e;
  border-color: transparent;
  color: #fff;
  padding: 2.8rem;
}





@media (max-width: 900px) {
  form {
  padding: 2% 0% 3% 0%;
}
/*  form .hs-richtext {
    padding: 0 4% 0 4%;
  }  */
  
  .hs-form-field {
  padding: 2% 4% 4% 4%;
  width: 92%;
}
  
  
  .hs-form-field > label {
    width: 100%;
   max-width: 100%;
}
  
  .inputs-list > li {
    margin: 0.7rem 0.2rem 0.7rem 0.2rem;
  }
  
  .input {
  width: 100%;
}
  
  input[type='radio'] {
    width: 100%
  }
  

}



@media (max-width: 600px) {
form .inputs-list {
    display: block;
  }
  
  .inputs-list > li.hs-form-radio {
    display: list-item;
    text-align: left;
  }
  
  .csat-styles input[type='radio'] {
    display: inline-block;
    margin-right: 0.5rem;
    width: auto;
  }
  
  
  
  }