.elementor-1440 .elementor-element.elementor-element-02a332b > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1440 .elementor-element.elementor-element-02a332b > .elementor-container{min-height:300px;}.elementor-1440 .elementor-element.elementor-element-02a332b:not(.elementor-motion-effects-element-type-background), .elementor-1440 .elementor-element.elementor-element-02a332b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1440 .elementor-element.elementor-element-02a332b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:70px 0px 70px 0px;}.elementor-1440 .elementor-element.elementor-element-02a332b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1440 .elementor-element.elementor-element-e582c07 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1440 .elementor-element.elementor-element-e582c07{text-align:center;}.elementor-1440 .elementor-element.elementor-element-e582c07 .elementor-heading-title{font-size:53px;font-weight:600;}.elementor-1440 .elementor-element.elementor-element-c935e12 > .elementor-container{max-width:1012px;}.elementor-1440 .elementor-element.elementor-element-c935e12{padding:100px 0px 100px 0px;}.elementor-1440 .elementor-element.elementor-element-caa9970{text-align:center;}/* Start custom CSS */h1, h2 {
   overflow-wrap: normal; 
}
h2 span {
    color: #fcd504;
    font-weight: 600;
}
h3 sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -1em;
}
.gform_confirmation_wrapper {
    background-color: #399348;
    padding:20px;
    margin-top: 20px;
}
.gform_confirmation_message p {
    color: #ffffff;
    margin:0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}
body .gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
    margin: 0;
    padding: 0;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
    margin-bottom: 0;
}
.stla_grid_root_wrapper .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.gform_wrapper .top_label li.row li.gfield:not(.col-md-12) textarea {
    width: 100%;
}
body #gform_wrapper_1 .gform_footer input[type=submit] {
    text-transform: none;
    font-weight: 700;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
    font-weight: 500;
}

/* Base for Checkbox label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
 /* box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  /*content: '\2713\0020';*/
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #023966;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
/*[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}*/

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}
/* PAGE SCROLL TO ID */
.she-header + .elementor-sticky__spacer {
   position: relative;
   min-height: 101px;
}
/******************************/
/****** MOBILE REPONSIVE ******/
/******************************/
/* Medium devices (landscape tablets, 1023px and down) */
@media only screen and (max-width: 1023px) {
   
}
/* Small devices (phones, 767px and down) */
@media only screen and (max-width: 767px) {
.elementor-menu-toggle {
    padding:0;
}
}


/* Hubspot Styling */
.hbspt-form fieldset {
    max-width: 100% !important;
}
.hbspt-form {
    color : #54595F !important;
  font-family: 'Montserrat';
  font-size : 16px !important;
  font-weight: 500;
}

::placeholder, .form-dropdown {
    /* Firefox, Chrome, Opera */ 
    font-size : 15px !important;
    color : #54595F !important;
  font-family: 'Montserrat';
  font-weight: 500;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */ 
    font-size : 15px !important;
    color : #54595F;
  font-family: 'Montserrat';
}


.hbspt-form input[type=email], .hbspt-form input[type=text], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field select {
    background-color: #F8F9FC;
    border: 1px solid #E6EAF4;
  color: #1e3d42 !important;
    padding: 10px;
    width: 100% !important;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  font-weight: 600;
  border-radius: 50px;
}
.hs-fieldtype-textarea.hs-input {
    resize: vertical;
    width: 100% !important;
    height: 100px;
    border: 1px solid #E6EAF4;
  margin-bottom: 20px !important;
	font-size: 15px !important;
  font-weight: 500;
  background-color: #F8F9FC;
}
.hs-form input[type="file"] {
	border: 1px dashed !important;
	width: 100% !important;
	justify-content: center;
	border-radius: 4px;
    padding: 30px;
    margin-bottom: 30px;
}
.hs-input select {
  color: #54595F !important;
  border-radius: 50px;
}

.hbspt-form ul {
  list-style: none !important;
}

.hs-error-msg {
  font-size: 14px !important;
  line-height: 1em !important;
  color: #fd5585;
}
.hs-form-required {
  color: #fd5585;
}

.hs-button {
  color : #fff !important;
    border-width : 0px!important;
    border-radius : 50px !important;
    border-color : #034a84 !important;
  border-style: solid;
    font-size : 16px !important;
    line-height : 1em;
    font-weight : 600!important;
    background-color : #034a84 !important;
    font-family : 'Montserrat' !important;
    padding : 12px 30px !important;
    /*max-width : 160px !important;*/
}
.hs-button:hover {
 color : #fff!important;
    border-width : 0px!important;
    border-radius : 50px !important;
    background-color : #00A0E0 !important;
  border-style: solid;
  cursor: pointer;
}
.hs_submit {
    text-align: center;
}

/*.hs-form .hs-form-field {
margin-bottom: -10px;
}*/
.hs-recaptcha {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
/* End Hubspot Form Styling */

.post li::marker {
    color: #005cb9 !important;
}/* End custom CSS */