@media only screen and (min-width: 1024px) {
    .title-2-text {
    	font-size: 1.75rem !important;
    }

    .title-3-text {
    	font-size: 3.125rem !important;
    }
    
    .title-5-text {
	    font-size: 1.75rem !important;
    }
    
    .title-6-text {
	    font-size: 2.25rem !important;
    }
    
    .body-2-text {
    	font-size: 2rem !important;
    }
    
    .body-3-text {
    	font-size: 1.375rem !important;
    }
    
    .body-4-text {
    	font-size: 1.125rem !important;
    }
    
    .body-5-text {
    	font-size: 1.5rem !important;
    }
    
    .body-6-text {
	    font-size: 1.25rem !important;
    }
    
    .footnote-text {
    	font-size: 0.875rem !important;
    }
    
    .reference-text {
    	font-size: 0.688rem !important;
    }
  }

/**umb_name:Title 1*/
.title-1-text {
	font-size: 1.625rem;
	line-height: 1.2;
}

/**umb_name:Title 2*/
.title-2-text {
	font-size: 1.5rem;
	line-height: 1.2;
}

/**umb_name:Title 3*/
.title-3-text {
	font-size: 1.875rem;
	line-height: 1.3;
}

/**umb_name:Title 4*/
.title-4-text {
	font-size: 2.25rem;
	line-height: 1.3;
}

/**umb_name:Title 5*/
.title-5-text {
	font-size: 2rem;
	line-height: 1.3;
}

/**umb_name:Title 6*/
.title-6-text {
	font-size: 2.5rem;
	line-height: 1.2;
}

/**umb_name:Body 1*/
.body-1-text {
	font-size: 1.25rem;
	line-height: 1.6;
}

/**umb_name:Body 2*/
.body-2-text {
	font-size: 1.625rem;
	line-height: 1.3;
}

/**umb_name:Body 3*/
.body-3-text {
	font-size: 1.25rem;
	line-height: 1.2;
}

/**umb_name:Body 4*/
.body-4-text {
	font-size: 1rem;
	line-height: 1.2;
}

/**umb_name:Body 5*/
.body-5-text {
	font-size: 1.25rem;
	line-height: 1.3;
}

/**umb_name:Body 6*/
.body-6-text {
	font-size: 1.375rem;
	line-height: 1.2;
}

/**umb_name:Footnote*/
.footnote-text {
	font-size: 0.75rem;
	line-height: 1.5;
}

/**umb_name:Resource Date*/
.resource-date-text {
	font-size: 0.938rem;
	line-height: 1.5;
}

/**umb_name:Resource*/
.resource-text {
	font-size: 1.125rem;
	line-height: 1.5;
}

/**umb_name:References*/
.reference-text {
	font-size: 0.625rem;
	line-height: 1.5;
}

/**umb_name:Dark Grey Text*/
.has-dark-grey-text {
	color: #5A5961 !important;
}

/**umb_name:Green Text*/
.has-green-text {
	color: #A1C94E !important;
}

/**umb_name:Avocado Text*/
.has-avocado-text {
	color: #6B803A !important;
}

/**umb_name:Magenta Text*/
.has-magenta-text {
	color: #7A185C !important;
}

/**umb_name:Onyx Grey Text*/
.has-onyx-grey-text {
	color: #383E43 !important;
}

/**umb_name:Pink Text*/
.has-pink-text {
	color: #E0007A !important;
}

/**umb_name:Light Font Weight*/
.has-light-font-weight {
	font-weight: 300 !important;
}

/**umb_name:Regular Font Weight*/
.has-regular-font-weight {
	font-weight: 400 !important;
}

/**umb_name:Medium Font Weight*/
.has-medium-font-weight {
	font-weight: 500 !important;
}

/**umb_name:Semi-Bold Font Weight*/
.has-semi-bold-font-weight {
	font-weight: 600 !important;
}

/**umb_name:Bold Font Weight*/
.has-bold-font-weight {
	font-weight: 700 !important;
}
