/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* defaults to import */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/*
    Add your custom styles here
*/


.hbspt-form { color: #fff; }
.hbspt-form fieldset { max-width: 100% !important; padding-bottom: 15px !important; }  
.hbspt-form .hs-input { width: 100% !important; }
.hbspt-form .field > label { display: none; }
.hbspt-form  input:not([type=submit]):not([type=checkbox]):not([type=radio]) { height: 45px; border-radius: 5px;  outline: none !important; }
.hbspt-form input[type=submit] { color: #fff; background-color: var(--e-global-color-0adc5a9); background-image: linear-gradient(90deg, var(--e-global-color-0adc5a9) 0%, var(--e-global-color-15ecd18) 100%); border: none; padding: 18px 30px; font-weight: 700; outline: none !important; }
.hbspt-form input[type=submit]:hover { background-color: var(--e-global-color-15ecd18); background-image: linear-gradient(90deg, var(--e-global-color-15ecd18) 0%, var(--e-global-color-0adc5a9) 100%); }
.hs_error_rollup { padding-bottom: 20px; }
.hbspt-form select { height: 45px; border-radius: 5px; }

@media (max-width: 480px) {
	.hbspt-form fieldset { padding-bottom: 0 !important; }
	.hbspt-form .hs-form-field { padding-bottom: 20px !important; }
}

.post-password-form {
	position:relative;
	z-index: 1000;
} 


body .slick-slider { position: relative; width: 100%; }
body .slick-slider.slick-dotted { margin-bottom: 60px; }

body .slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; width: 100%; }
body .slick-list:focus { outline: none; }
body .slick-list.dragging { cursor: pointer; cursor: hand; }
body .slick-slider .slick-track, body .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
body .slick-track { position: relative; top: 0; left: 0; display: block; }
body .slhttps://worksafe.delaware.gov/wp-admin/themes.php?page=hello-theme-settingsick-track:before, .slick-track:after { display: table; content: ''; }
body .slick-track:after { clear: both; }
body .slick-loading .slick-track { visibility: hidden; }
body .slick-slide { display: none; float: left; width: 100%; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
body .slick-slide.slick-loading img { display: none; }
body .slick-slide.dragging img { pointer-events: none; }
body .slick-initialized .slick-slide { display: block; }
body .slick-loading .slick-slide { visibility: hidden; }
body .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
body .slick-arrow.slick-hidden { display: none; }

body .slick-slider .slick-arrow, body .slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); display: inline-block; width: 30px; height: 30px; line-height: 30px; font-size: 0; cursor: pointer; padding: 0; outline: none !important; border: none !important; background: none !important; border-radius: 100%; left: -15px;  text-align: center; box-shadow: none !important; }  
body .slick-slider .slick-arrow i { font-size: 20px; color: #003A62; }
body .slick-slider .slick-arrow:hover i { color: #26aae1; }
body .slick-slider .slick-arrow.slick-next { left: auto; right: -15px; } 
 
body .white-arrow .slick-arrow i { color: #fff !important; }
body .white-arrow .slick-arrow:hover i { color: #fff !important; opacity: 0.8; }

body .slick-slider .slick-arrow.slick-disabled, body  .slick-arrow.slick-disabled { display: none; }
 
body .slick-slider .slick-arrow svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
body .slick-slider .slick-list, body .slick-slider .slick-track, body .slick-slider .slick-slide { display: flex; }
    
body .article-slide .elementor-container { width: 100%; }

@media (max-width: 767px) { 
	body .article-slider .slick-arrow.slick-next { left: -25px; }
	body .article-slider .slick-arrow.slick-prev { right: -25px; }
}

body .inputs-list { margin: 0; padding: 0; list-style: none; }
body .inputs-list .hs-form-checkbox-display , body .inputs-list .hs-form-booleancheckbox , body .inputs-list li.hs-form-radio { display: block; padding: 0 0 8px 25px; position: relative; }
body .inputs-list input[type="checkbox"] , body .inputs-list input[type="radio"] { position: absolute; left: 0; margin: 0; top: 0; opacity: 0; width: 20px; height: 20px; }
body .inputs-list input[type="radio"] { top: 3px; }
body .inputs-list input[type="checkbox"] + span { line-height: 22px; position: relative; display: block; }
body .inputs-list input[type="checkbox"] + span:before  { position: absolute; left: -25px; top: 0;  content: ''; width: 20px; height: 20px; border: 1px solid #dadada; color: #fafafa; background: #fafafa; }
body .inputs-list input[type="checkbox"]:checked + span:before { background: var(--e-global-color-primary); color: #fff; border-color: var(--e-global-color-primary); }
body .inputs-list input[type="checkbox"]:checked + span:after { text-align: center; color: #fff; position: absolute; left: -25px; top: 0;  content: "\f00c"; font-family: 'FontAwesome'; width: 20px; line-height: 20px; }

body .inputs-list input[type="radio"] + span:before { position: absolute; left: -2px; top: 2px;  content: ''; width: 20px; height: 20px; border: 1px solid #dadada;  background: #fafafa; border-radius: 100%; }
body .inputs-list input[type="radio"]:checked + span:after { position: absolute; left: 2px; top: 6px;  content: ''; width: 12px; height: 12px; border-color: var(--e-global-color-primary); background: #fff;  border-radius: 100%; }
body .hs_type_of_support > label { display: block !important; padding-bottom: 20px; }
body .consultation-form .hbspt-form .field > label { display: block !important; padding-bottom: 10px !important; }

@media (min-width: 768px){  
  body .inputs-list.multi-container { display: flex; flex-wrap: wrap; } 
  body .inputs-list.multi-container .hs-form-checkbox { padding-right: 15px; width: 33.33%; }
}

body .arrow-link svg { transition: all .4s ease-in-out; }
body .arrow-link:hover svg { transform: translateX(10px); }
body .arrow-link .elementor-button-icon { margin-bottom: -4px; }

body .news-img a { width: 100%; }

body .faq-style .elementor-accordion-item { background: rgba(255,255,255,0.8); border-radius: 10px; margin: 10px 0; }
body .faq-style .elementor-tab-title { background: #fff; border-radius: 10px; padding: 20px 25px; display: flex; align-items: center; }
body .faq-style .elementor-accordion-icon-closed svg { width: 42px !important; height: auto !important;  }
body .faq-style .elementor-accordion-icon-opened svg { width: 20px !important; height: auto !important;  }
body .faq-style .elementor-tab-title  .elementor-accordion-icon { margin-right: 15px; width: 42px !important; height: 42px !important; display: flex; align-items: center; justify-content: center; }
body .faq-style .elementor-tab-content { padding: 30px 6%; }

body .testimonial-slider2 .elementor-testimonial__image img { width: auto  !important; height: auto !important; max-width: 200px; }
body .testimonial-slider2 h4 { font-weight: 700; color: #27AAE1; }

body a.link-style  { color: #fff; background-color: var(--e-global-color-0adc5a9); background-image: linear-gradient(90deg, var(--e-global-color-0adc5a9) 0%, var(--e-global-color-15ecd18) 100%); border: none; padding: 18px 30px; font-weight: 700; outline: none !important; }
body a.link-style:hover { background: #fff; color: var(--e-global-color-0adc5a9); }

body .close-banner { cursor: pointer; padding: 2px; }

body .title-style .elementor-heading-title span {  color: #26AAE1; }
body .title-style2 .elementor-heading-title span {  color: var(--e-global-color-66848a0); }
body .title-style3 .elementor-heading-title { position: relative; padding-bottom: 15px; margin-bottom: 10px; } 
body .title-style3 .elementor-heading-title:before { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; width: 4000px; background: var(--e-global-color-66848a0); }
body .left-space .title-style3 .elementor-heading-title:before { left: auto; right: 0; }
body .left-space ul, body .right-space ul { padding-left: 20px; }

body .why-box > div:hover { border-color: var(--e-global-color-66848a0) !important; }
body .why-box > div:hover .elementor-icon { background: var(--e-global-color-66848a0) !important; }


body .faq-style2 .elementor-accordion-item { margin: 10px 0; }
body .faq-style2 .elementor-tab-title { z-index: 5; position: relative; background: rgba(255,244,235,0.9); border: 3px solid #F49E3E !important; border-radius: 10px; padding: 20px 25px; display: flex; align-items: center; }
body .faq-style2 .elementor-accordion-icon-closed svg { width: 42px !important; height: auto !important;  }
body .faq-style2 .elementor-accordion-icon-opened svg { width: 42px !important; height: auto !important;  }
body .faq-style2 .elementor-tab-title  .elementor-accordion-icon { margin-right: 15px; width: 42px !important; height: 42px !important; display: flex; align-items: center; justify-content: center; }
body .faq-style2 .elementor-tab-content { padding: 30px 6%; background: rgba(255,244,235,0.6); border: 3px solid #F49E3E !important; border-top: none; border-radius: 0 0 10px 10px; margin-top: -7px; }

body .faq-style2 ul ul { list-style: disc; padding-bottom: 10px; }
body .program-form .hs_submit { text-align: center; }
body .program-form .hs-type_of_support { padding: 30px 0 10px; }
body .program-form .hbspt-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) { height: 60px !important; border-color: #E5E5E5; } 
body .program-form .inputs-list input[type="checkbox"] + span:before { background: rgba(255,255,255,0.13); border: 1px solid #fff; border-radius: 3px; }


body .info-box { width: auto !important; }
body .info-box .elementor-widget-wrap { display: initial !important; }
body:not(.elementor-editor-active) .tab-content { display: none !important; }
body:not(.elementor-editor-active) .tab-content.active { display: block !important; }
body .tab-link { border: 2px solid #fff; position: relative; margin: 10px; }
body .tab-link.active, body .tab-link:hover { border: 2px solid #26AAE1; border-radius: 10px; box-shadow: 0px 0px 7.4px 0px rgba(0, 0, 0, 0.15); }
body .tab-link.active:before { content: ''; position: absolute; left: 50%; transform: translatex(-50%); top: 100%; background: url(//worksafe.delaware.gov/wp-content/uploads/2025/11/arrow.png) no-repeat; width: 52px; height: 30px; }

@media (max-width: 767px){  
	body .tab-link { margin-bottom: 35px; }
}


body:not(.elementor-editor-active) .wheel-content-section { display: none; }

@media(max-width:767px){

  body .wheel-content-cover{
    display:none;
  }

  .wheel-section.hide-wheel{
    display:none;
  }

  .wheel-content-cover.show-result{
    display:block;
  }
 
}

.wheel-section {  
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 28px solid #fff;
  margin: 0 auto 15px;
}

canvas { display: block; }


button:hover { opacity: 0.8; }
button:disabled { opacity: 0.45; cursor: default; }

.btn-spin {
  background: var(--e-global-color-8ddcf91);
  color: #fff;
  border: 2px solid var(--e-global-color-8ddcf91);
  padding: 12px 25px;
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%; 
  margin-top: 20px;
}

.btn-spin:hover { 
  background: none;
  color: #fff;
  border-color: #fff;
}

.result-panel {
  width: 100%; 
  min-height: 160px;
  border: 2px solid #fff;
  border-radius: 8px;
  background: rgba(0,58,98,0.3);
  display: flex;
  position: relative;
  overflow: hidden; 
  padding: 10px;
  font-family: "Rubik", Sans-serif;
  font-size: 14px; 
  line-height: 26px;
  backdrop-filter: blur(6px);
}

.result-panel .elementor-heading-title {
  font-family: "Rubik", Sans-serif; 
} 

.result-panel p {
  margin: 0;
  padding: 5px 0;
}

.result-blur {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  background: rgba(212,212,212,0.6);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #003A62;
  transition: opacity 0.4s;
  font-family: "Rubik", Sans-serif;
}

.result-content {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.4s;
}

.result-content.visible { 
  display: flex; opacity: 1; 
}

.wheel-canvas { 
    width: 100%;
    display: flex;
    justify-content: center;
}    

.consultation-form a {
	color: #fff;
	text-decoration: underline;
}

body .consultation-form a:hover {
	color: #fff;
	text-decoration: none !important;
}

