/* Remove author information on a specific page */
.postid-13503 .banner-meta-category {
    display: none;
}

/* Remove the dot before the date */
.postid-13503 .banner-meta {
	  width: 200%;
}

/* Remove author information on a specific page */
.postid-13503 ::before {
    display: none;
}

/****************************************
 * HUBSPOT FORMS												*
 ****************************************/
/* GENERAL FORM LAYOUT */
.hs-form fieldset, .hs-form .hs-recaptcha, .hs-form .hs-submit {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* INPUTS */
/* General Inputs */
.hs-form input:not([type="file"]), .hs-form select, .hs-form textarea {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: white;
    padding: 8px;
}

.hs-form .hs-dependent-field {
	width: 100%;
}

.hs-form select {
	padding: 10px 7px;
}

.hs-form fieldset .input {
    margin-right: 0 !important;
}

.hs-form fieldset .hs-input {
    width: 100% !important;
}

.hs-form .field.hs-form-field {
    margin-bottom: 15px;
    width: 100% !important;
}

/* FILE UPLOADS */
.hs-form input[type="file"] {
    background-color: rgba(0,0,0,0.05);
  	border-radius: 14px;
  	border: 1px solid rgba(0,0,0,0.2);
  	padding: 15px;
}

.hs-form input[type="file"]::file-selector-button {
	background-color: #6CBC36;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	font-family: inherit;
	font-weight: 600;
	cursor: pointer;
	color: white;
	transition: .2s all ease;
}

.hs-form input[type="file"]::file-selector-button:hover {
	background-color: #f5ba33;
}
/* Light Text Styles */
.form-light-text .hs-form input[type="file"] {
	background-color: rgba(255,255,255,0.1);
	color: white;
	border: 1px solid rgba(255,255,255,0.3);
}

.form-button-white .hs-form input[type="file"]::file-selector-button {
	border: 2px solid white;
	background-color: white;
	color: #00A7B5;
}

.form-button-white .hs-form input[type="file"]::file-selector-button:hover {
	border: 2px solid white;
	background-color: transparent;
    color: white;
}

/* CHECKBOXES AND RADIOS */
.hs-form .inputs-list {
    list-style-type: none;
    padding-left: 0;
}

.hs-form ul.inputs-list li {
    margin: 3px 0;
}

.hs-form ul.inputs-list li label {
    position: relative;
}

.hs-form ul.inputs-list li label span {
    display: inline-block;
    margin-left: 25px;  /* Width of the new radio select and any additional spacing on the left */
    margin-right: 20px; /* Additional spacing on the right */
}

/* Hide Checkboxes/Radio Buttons */
.hs-form .inputs-list label input.hs-input {
    height: 24px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

/* Custom Checkboxes */
.hs-form .inputs-list .hs-form-booleancheckbox label span::before,
.hs-form .inputs-list .hs-form-checkbox label span::before {
    border: 2px solid;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 4px;
}

.hs-form .inputs-list .hs-form-booleancheckbox label span::after,
.hs-form .inputs-list .hs-form-checkbox label span::after {
    content: "";
  border: 3px solid white;
  border-left: 0;
  border-top: 0;
  height: 12px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  transition: opacity 0.1s ease-in-out;
  width: 6px;
}

/* Custom Radio Buttons */
.hs-form .inputs-list .hs-form-radio label span::before {
    border: 2px solid;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 50px;
}

.hs-form .inputs-list .hs-form-radio label span::after {
    content: "";
    background-color: #6CBC36;
    border-radius: 50px;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
}

/* Hover & Focus Styles */
.hs-form .inputs-list label input.hs-input label span::after:hover {
    background-color: #ccc;
}

/* Show when Selected */
.hs-form .inputs-list label input.hs-input:checked+span::after {
    opacity: 1;
}

.hs-form .inputs-list label input.hs-input:checked+span::before {
    border-color: #6CBC36;
}

.form-light-text .hs-form .inputs-list label input.hs-input:checked+span::before {
    border-color: white;
}

.hs-form .inputs-list .hs-form-booleancheckbox label input:checked+span::before, .hs-form .inputs-list .hs-form-checkbox label input:checked+span::before  {
    background-color: #6CBC36;
}

.form-light-text .hs-form .inputs-list .hs-form-booleancheckbox label input:checked+span::before, .form-light-text .hs-form .inputs-list .hs-form-checkbox label input:checked+span::before, .form-light-text .hs-form .inputs-list .hs-form-radio label span::after {
    background-color: white;
}

.form-light-text .hs-form .inputs-list .hs-form-booleancheckbox label span::after,
.form-light-text .hs-form .inputs-list .hs-form-checkbox label span::after {
    border-color: #00A7B5;
}

/* Style when focused */
.hs-form .inputs-list label input.hs-input:focus+span::after {
    outline: 3px solid transparent;
    /* For Windows high contrast mode. */
}

/* LABELS */
/* Default */
.hs-form label {
    margin-bottom: 0;
}

.hs-form label:not(.hs-error-msg) {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

/* Light Text Style */
.form-light-text .hs-form label:not(.hs-error-msg),
.form-light-text .hs-form .hs-richtext, .form-light-text .hs-form .hs-richtext span, .form-light-text .hs-form h1, .form-light-text .hs-form h2, .form-light-text .hs-form h3, .form-light-text .hs-form h4, .form-light-text .hs-form h5, .form-light-text .hs-form h6 {
    color: white !important;
}

.form-light-text .hs-form .hs-richtext a {
	color: #ffe19c;
}

.hs-form-required {
    color: #e10f0f !important;
    margin-left: 2px;
}

/* Error Messages */
.hs-error-msgs {
    color: #e10f0f;
    list-style-type: none;
    font-size: 14px !important;
    padding: 0 5px !important;
    margin: 0;
}

.hs-form ul li::before {
	display: none;
}

.hs-form label.hs-error-msg {
	 color: #e10f0f !important;
}

.form-light-text .hs-form label.hs-error-msg, .form-light-text .hs-form-required {
	color: #ff9595 !important;
} 

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
  border-color: #d0322682;
}

/* BUTTONS */
.hs-form .hs-submit .hs-button {
    background-color: #6CBC36;
    min-width: 100px;
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    transition: .2s ease all;
	border: none;
}

.hs-form .hs-submit .hs-button:hover {
    filter: brightness(.9) contrast(1.2);
    border-radius: 5px;
    color: white;
}

.form-button-white .hs-form .hs-submit .hs-button {
    border: 2px solid white;
    background-color: white;
    color: #00A7B5;
}

.form-button-white .hs-form .hs-submit .hs-button:hover {
    border: 2px solid white;
    border-radius: 50px;
    background-color: transparent;
    color: white;
}

/* CAPTCHA */
.hs-form .hs-recaptcha {
    margin-top: 20px;
}

/* MOBILE STYLES */
@media (max-width: 400px) {
	.hs-form fieldset {
		flex-wrap: wrap;
		gap: 0;
	}
	
	.hs-form fieldset .hs-form-field {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
}