/* Hide Header & Footer */
.page > .header { display: none !important; } 
/*footer.footer { display: none !important; }*/
.page > .content-new { padding-top: 0 !important; }
.product-registration .btnContinue { margin-bottom: 100px; }
.hidden2 { border: red solid 1px; }
.webform-component .input-checkbox label { margin-top: 15px; }
.node-type-webform form .webform-component .input-checkbox label { position: relative; }

.center-line {
  display: none;
}

.header_container {
  text-align: center;
  padding-bottom: 10px;
}
.header_container p {
  font-size: 22px;
}

.hero-banner {
  display: none !important;
}

.hero-banner h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font-weight: 600;
  background-color: rgba(0,115,153, .4);
}
.hero-banner h1 span {
  font-size: 50%;
  font-weight: 500;
  line-height: unset;
}





/* Two Column Checkboxes */
.two-column .form-checkboxes {
	display: flex;
	flex-wrap: wrap;
}
.two-column .form-checkboxes .form-type-checkbox {
	width: 48%;
	margin-right: 2%;
}

@media (max-width: 500px ) {
	.two-column .form-checkboxes {
		display: block;
	}
	.two-column .form-checkboxes .form-type-checkbox {
		width: 100%;
		margin-right: 0;
	}
}

.webform-component .input-checkbox label {
  margin: 0;
  padding-top: 0;
}


.webform-component-date .webform-container-inline .form-type-select {
  display: inline-block;
  width: 100%;
}
.webform-component-date .webform-container-inline .form-type-select select {
  display: inline;
}
@media (min-width: 992px) {
  .webform-component-date .webform-container-inline .form-type-select {
    /*width: 33%;*/
    width: calc(33% - 20px)
  }
}


/* Custom Form Styling */
form label {
  color: rgba(85,82,91,0.9);
}
.node-type-webform form .input-checkbox label::before {
  border: 1px solid #156db8;
}

.form-item {
	margin-bottom: 10px;
	margin-top: 10px;
}
input[value="Back"] {
        display: none !important;
}
/*Change icon for required*/
strong.error:before {
    width: 25px;
    height: 25px;
    filter: invert(24%) sepia(96%) saturate(7431%) hue-rotate(1deg) brightness(101%) contrast(120%);
    padding-right: 25px;
    margin-bottom: -4px;
    margin-left: -4px;
	display: inline-block;
    content: "";
    vertical-align: sub;
    background: url(/themes/custom/unified/icons/Error.svg) no-repeat;
    background-size: contain;
}
.form-item--error-message:before{
    content: none !important;
}
#edit-send-communications--description {
    margin-top: -27px;
    font-size: 16px;
    color: var(--acBlueText);
}