:root 
{
	/* bodewell THEME START*/
    --mya-new-bodewell-theme-color-primary: #FFC01F;
    --mya-new-bodewell-theme-color-secondary: #12212E;
	--mya-new-bodewell-theme-color-white: #FFFFFF;
	--mya-new-bodewell-theme-color-dark: #12212E;
	--mya-new-bodewell-theme-color-light: #F7F1E7;
	--mya-new-bodewell-theme-color-medium: #6F6D6A;
	
	--mya-new-bodewell-theme-color-primary-textlink-default: #245B83;
	--mya-new-bodewell-theme-color-primary-textlink-hover: #728A9C;
	
	--mya-new-bodewell-theme-color-primary-button: #245B83;
	--mya-new-bodewell-theme-color-primary-button-hover: #728A9C; 
	--mya-new-bodewell-theme-color-primary-button-border: #245B83;
	--mya-new-bodewell-theme-color-primary-button-border-hover: #728A9C;
	--mya-new-bodewell-theme-color-primary-button-text: #F7F1E7;
	--mya-new-bodewell-theme-color-primary-button-text-hover: #F7F1E7;
	
	--mya-new-bodewell-theme-color-secondary-button: #FFFFFF;
	--mya-new-bodewell-theme-color-secondary-button-hover: #245B83;
	--mya-new-bodewell-theme-color-secondary-button-border: #245b83;
	--mya-new-bodewell-theme-color-secondary-button-border-hover: #245B83;
	--mya-new-bodewell-theme-color-secondary-button-text: #245B83;
	--mya-new-bodewell-theme-color-secondary-button-text-hover: #F7F1E7;
	
	
    --mya-new-bodewell-theme-color-success: #56783D;
	
	--mya-new-bodewell-theme-color-error: #CB1640;
	
	--mya-new-bodewell-theme-color-accent1: #0E2D44; /* denim blue */
	--mya-new-bodewell-theme-color-accent2: #F3E5C1; /* beige */
	--mya-new-bodewell-theme-color-accent3: #DED1B1; /* tan */
	--mya-new-bodewell-theme-color-accent4: #728A9C; /* dusty blue */
	--mya-new-bodewell-theme-color-accent5: #3E5769; /* slate */
	--mya-new-bodewell-theme-color-checkbox-accent1 : #245B83;
        
    --mya-new-bodewell-theme-font-family1: "neue haas grotesk";
	--mya-new-bodewell-theme-font-family2: "helvetica";
	--mya-new-bodewell-theme-font-family3: "sans-serif";
	--mya-new-bodewell-theme-font-style-normal: normal;
    --mya-new-bodewell-theme-font-style-italic: italic;
	
    --mya-new-bodewell-theme-font-weight-bold: 700;
	--mya-new-bodewell-theme-font-weight-semibold: 600;
    --mya-new-bodewell-theme-font-weight-normal: 400;
	--mya-new-bodewell-theme-font-weight-light: 300;
	
    --mya-new-bodewell-theme-font-size-base: 1rem; /* 1rem = 16px */
	--mya-new-bodewell-theme-line-spacing-base: 1.5rem;
	--mya-new-bodewell-theme-character-spacing-base: 0.4px;
	
    --mya-new-bodewell-theme-font-size-small: 0.875rem;
	--mya-new-bodewell-theme-line-spacing-small: 1.25rem;
	--mya-new-bodewell-theme-character-spacing-small: 0.35px;
	
    --mya-new-bodewell-theme-font-size-h1: 2.625rem;
	--mya-new-bodewell-theme-line-spacing-h1: 3.875rem;
	--mya-new-bodewell-theme-character-spacing-h1: 2px;
	
    --mya-new-bodewell-theme-font-size-h2: 2rem;
	--mya-new-bodewell-theme-line-spacing-h2: 2rem;
	--mya-new-bodewell-theme-character-spacing-h2: 1.5px;
	
    --mya-new-bodewell-theme-font-size-h3: 1.375rem;
	--mya-new-bodewell-theme-line-spacing-h3: 1.5rem;
	--mya-new-bodewell-theme-character-spacing-h3: 1px;
	
    /* bodewell THEME END*/
}

/* Character Styles */
/* bodewell THEME START*/
.body-bold {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-normal);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-small);
  line-height: var(--mya-new-bodewell-theme-line-spacing-base);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-base);
  color: var(--mya-new-bodewell-theme-color-dark);
}

.body-paragraph {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
	font-style: var(--mya-new-bodewell-theme-font-style-normal);
	font-weight: var(--mya-new-bodewell-theme-font-weight-normal);
	font-size: var(--mya-new-bodewell-theme-font-size-base);
	line-height: var(--mya-new-bodewell-theme-line-spacing-base);
	letter-spacing: var(--mya-new-bodewell-theme-character-spacing-base);
	color: var(--mya-new-bodewell-theme-color-dark);
}

.error-text {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-italic);
  font-weight: var(--mya-new-bodewell-theme-font-weight-normal);
  font-size: var(--mya-new-bodewell-theme-font-size-small);
  line-height: var(--mya-new-bodewell-theme-line-spacing-small);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-small);
  color: var(--mya-new-bodewell-theme-color-error);
}

.note-required {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-normal);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-small);
  line-height: var(--mya-new-bodewell-theme-line-spacing-small);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-small);
  color: var(--mya-new-bodewell-theme-color-success);
}

.note {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-italic);
  font-weight: var(--mya-new-bodewell-theme-font-weight-normal);
  font-size: var(--mya-new-bodewell-theme-font-size-small);
  line-height: var(--mya-new-bodewell-theme-line-spacing-small);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-small);
  color: var(--mya-new-bodewell-theme-color-dark);
}

.body-text {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-normal);
  font-weight: var(--mya-new-bodewell-theme-font-weight-normal);
  font-size: var(--mya-new-bodewell-theme-font-size-small);
  line-height: var(--mya-new-bodewell-theme-line-spacing-base);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-base);
  color: var(--mya-new-bodewell-theme-color-dark);
}

.h3 {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-normal);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-h3);
  line-height: var(--mya-new-bodewell-theme-line-spacing-h3);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-h3);
  color: var(--mya-new-bodewell-theme-color-dark);
}

.h2 {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-normal);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-h2);
  line-height: var(--mya-new-bodewell-theme-line-spacing-h2);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-h2);
  color: var(--mya-new-bodewell-theme-color-dark);
}

.h1 {
font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-style: var(--mya-new-bodewell-theme-font-style-normal);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-h1);
  line-height: var(--mya-new-bodewell-theme-line-spacing-h1);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-h1);
  color: var(--mya-new-bodewell-theme-color-dark);
}

.small-title {
  font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2) !important;
  font-style: var(--mya-new-bodewell-theme-font-style-normal) !important;
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold) !important;
  font-size: var(--mya-new-bodewell-theme-font-size-h2) !important;
  line-height: var(--mya-new-bodewell-theme-line-spacing-h2) !important;
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-h2) !important;
  color: var(--mya-new-bodewell-theme-color-dark) !important;
}

.text-link {
  color: var(--mya-new-bodewell-theme-color-primary-textlink-default) !important;
  text-decoration: underline !important;
  font-size: var(--mya-new-bodewell-theme-font-size-small) !important
 }

.text-link:hover {
  color: var(--mya-new-bodewell-theme-color-primary-textlink-hover) !important;
  text-decoration: underline !important;
}

.light-background {
	background-color: var(--mya-new-bodewell-theme-color-light);
}

.medium-border {
	border: solid 2px var(--mya-new-bodewell-theme-color-medium);
}

.dark-background-mod {
	background-color: var(--mya-new-bodewell-theme-color-dark);
	opacity: 0.4;
}

.white-background {
	background-color: var(--mya-new-bodewell-theme-color-white);
}

/* Primary Button Default State */
.button-style-primary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding-top: 17px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 16px;
  border-radius: 30px;
  opacity: 1;  
  width: 100%;
  border: 1px solid var(--mya-new-bodewell-theme-color-primary-button-border);  
  background: var(--mya-new-bodewell-theme-color-primary-button);

font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-base);
  line-height: var(--mya-new-bodewell-theme-line-spacing-base);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-base);
  color: var(--mya-new-bodewell-theme-color-primary-button-text);
  text-transform: uppercase;
}

/* Primary Button Hover State */
.button-style-primary:hover {
  border: 1px solid var(--mya-new-bodewell-theme-color-primary-button-border-hover);  
  background: var(--mya-new-bodewell-theme-color-primary-button-hover);
  opacity: 1; 
}

/* Secondary Button State */
.button-style-secondary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding-top: 17px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 16px; 
  border-radius: 30px;
  opacity: 1;  
  width: 100%;
  border: 1px solid var(--mya-new-bodewell-theme-color-secondary-button-border);  
  background: var(--mya-new-bodewell-theme-color-secondary-button);

font-family: var(--mya-new-bodewell-theme-font-family1), var(--mya-new-bodewell-theme-font-family2), var(--mya-new-bodewell-theme-font-family3);
  font-weight: var(--mya-new-bodewell-theme-font-weight-bold);
  font-size: var(--mya-new-bodewell-theme-font-size-base);
  line-height: var(--mya-new-bodewell-theme-line-spacing-base);
  letter-spacing: var(--mya-new-bodewell-theme-character-spacing-base);
  color: var(--mya-new-bodewell-theme-color-secondary-button-text);
  text-transform: uppercase;

}

/* Secondary Button Hover State */
.button-style-secondary:hover {
  border: 1px solid var(--mya-new-bodewell-theme-color-secondary-button-border-hover);  
  background: var(--mya-new-bodewell-theme-color-secondary-button-hover);
  color: var(--mya-new-bodewell-theme-color-secondary-button-text-hover);
}

.button-style-secondary:hover span {
  color: var(--mya-new-bodewell-theme-color-secondary-button-text-hover);
}

.input-box {
    --slds-c-input-color-border: var(--mya-new-bodewell-theme-color-medium);
	--slds-c-input-radius-border: 0;
    --slds-c-input-color-border-focus: var(--mya-new-bodewell-theme-color-medium);
    --slds-c-input-shadow-focus: none;
    /* Error state */
    --slds-c-input-color-border-error: var(--mya-new-bodewell-theme-color-error);
    --slds-c-input-color-foreground-error: var(--mya-new-bodewell-theme-color-error);    
}

.bot-border-secondary {
  border-bottom: solid 1px var(--mya-new-bodewell-theme-color-accent4);
}

.all-border-secondary {
  border: solid 1px var(--mya-new-bodewell-theme-color-light);
}

.light-background {
  background-color: var(--mya-new-bodewell-theme-color-light);
}

.medium-border {
  border: solid 2px var(--mya-new-bodewell-theme-color-medium);
}

.dark-background-mod {
  background-color: var(--mya-new-bodewell-theme-color-dark);
  opacity: 0.4;
}

.white-background {
  background-color: var(--mya-new-bodewell-theme-color-white);
}

.custom-input-style {
  border: 1px solid var(--mya-new-bodewell-theme-color-medium);
  border-radius: 0;
  width: 100%;
}

.custom-input-style:focus {
  border-color: var(--mya-new-bodewell-theme-color-medium);
  box-shadow: none;
  outline: none;
}

.input-error-style {
  width: 100%;
  border-color: var(--mya-new-bodewell-theme-color-error);
  color: var(--mya-new-bodewell-theme-color-error);
}
.primary-checkbox-style {
  accent-color : var(--mya-new-bodewell-theme-color-checkbox-accent1) !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px var(--mya-new-bodewell-theme-color-white) inset !important;
}

/* bodewell THEME END*/