.uta_page {
	padding: 0;
}
.uta_page .container {
	padding: 0 2%;
}
.uta_page .uta_hero {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 100px 0;
}
.uta_page section {
	padding: 60px 0;
}

.uta_hero p {
	max-width: 500px;
}
.uta-regions .row {
	display: flex;
	flex-wrap: wrap;
}
.uta-regions  .region-map-wrapper {
	height: 630px;
    margin-top: -120px;
}

.uta-regions h4 {
	margin-bottom: 30px;
}
.regions {
	margin: 0;
	padding: 0
}
.regions li {
	list-style: none;
}
.regions li a {
	display: block;
    position: relative;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 2px;
    text-decoration: none;
	background: #eaecf0;
    color: #2e3152;
    font-weight: bold;
    padding: 15px 15px 15px 35px;
    margin-bottom: 10px;
	border-bottom: 0!important;
}
.region-map-wrapper svg {
	height: 100%;
}
.region_practitioner {
	background-color: #eaecf0;
	padding: 15px;
	margin: 20px 0;
	max-width: 350px;
}
.region_practitioner  a {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	border-bottom: none;
}
.counties {
	margin-bottom: 20px;
}
.counties span {
	font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: #2e3152;
    display: inline-block;
    text-transform: capitalize;
}
.uta_support {
	background-color: #eaecf0;
}
.accordion ul {
	margin: 0;
	padding: 0;
}
.accordion li {
	list-style: none;
}
.accordion_link {
	display: block;
    position: relative;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #2e3152;
    font-weight: bold;
    padding: 15px 15px 15px 35px;
    background: #fff;
    margin-bottom: 10px;
	border-bottom: 0!important;
}
.accordion_link::before  {
	position: absolute;
	content: '+';
	top: 50%;
	transform: translateY(-50%);
	color: #2e3152;
	left: 10px;
}
.accordion_link.accordion-active::before {
	content: '-';
} 
.accordion_content {
	display: none;
	padding: 15px;
}
.uta_card .col-pad {
	margin-top: 80px;
}
@media (min-width: 1040px) {
	.uta_card {
		padding-top: 90px!important;
	}
}

.uta_card .row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}
.uta_card .card {
	background-color: #11c9b9;
    color: #fff;
	padding: 70px 30px 20px 30px;
	position: relative;
	text-align: center;
	height: 100%;
	border-bottom-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
	margin-bottom: 15px;
}
.card_icon {
	position: absolute;
	top: -50px;
	z-index: 1;
	background-color: #eaecf0;
	width:120px;
	height: 120px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	left: 50%;
    transform: translateX(-50%);
}
.card_body {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	height: 100%;
}
.card .btn {
	max-width: 100px;
    margin: auto auto 0 auto;
}
.card_icon img {
	width: 70px;
}
.card h4 {
	color: #2e3152;
}
.uta_upcoming-classes {
	background-color: #eaecf0;
}
.uta_upcoming-classes .class h4{
	width: 80px;
    background-image: linear-gradient(0deg,#33c1d2,#3a8db7);
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}
.class h3 {
	line-height: 100%;
}
.class h3 span  {
	font-size: 15px;
    color: #000;
}
.text-center {
	text-align: center;
}
.class {
	background-color: #fff;
	padding: 20px;
	display: flex;
    flex-wrap: wrap;
	border-bottom-left-radius: 1.875rem;
	border-top-right-radius: 1.875rem;
}
.class_description-link  {
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	margin: 15px 0;
	display: block;
	border-bottom: none!important;
	transition: height 0.35s ease-in-out;
}
.class_description-link + div {
	transition: height .5s ease;
    overflow  : hidden;
}
.class_description-link + div:not(.active) {
    display: none;
}
.class_bottom {
	margin-left: auto;
	border-top: 1px solid #2e3152;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.catgeories{
	text-align: right;
}
.catgeories span {
	display: inline-block;
    margin-left: 10px;
	margin-bottom: 10px;
    background-color: #eaecf0;
    padding: 3px 18px;
    border-radius: 15px;
}
.uta_modal {
	display: none;
	place-items: center;
	position: fixed;
	top: 0;
	height: 100vh;
	overflow-y: scroll;
	width: 100%;
	background-color: rgba(0,0,0, 0.8);
	z-index: 10;
}
.uta_modal.active {
	display: grid;
}
.uta_modal-body {
	background: #fff;
	padding: 80px;
	width: 100%;
	max-width: 800px;
	position: relative;
}
.uta_modal-body .close_button {
	width: 30px;
    height: 30px;
	cursor: pointer;
}
.uta_model-link {
	color: #2e3152;
	text-decoration: none;
}
.close_button svg {
	width: 100%;
    height: 100%;
}
.d-flex {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
.region-map-wrapper polygon.dark-gray,
.region-map-wrapper .body-of-water {
	fill: #9b9b9b!important;
}
.region-map-wrapper svg {
	cursor: pointer;
}
.class_utils {
	padding-left: 30px;
}
.class_utils .class_icon {
	font-size: 40px;
    color: #687c8d;
	display: block;
}
.class_location {
	color: #FF9322;
	font-size: 23px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
@media (max-width: 480px) {
	.uta-regions .col.col-pad.s-7 {
		order: 2;
	}
	.uta-regions h4 {
		margin-bottom: 10px;
	}
	.uta-regions .region-map-wrapper {
		height: auto;
		width: 80%;
		margin: -109px auto 20px auto;
	}
	.uta_page section {
		padding: 45px 0;
	}
	.uta_page h1 {
		font-size: 40px;
		line-height: 120%;
	}
	.uta_page h2 {
		font-size: 30px;
		line-height: 120%;
	}
	.uta_modal-body {
		padding: 20px;
	}
	
	.uta_card .col-pad{
		margin-top: 90px;
	}
	.uta_upcoming-classes .btn {
		margin-bottom: 25px;
	}
}
.mailchimp-form {
  accent-color: var(--red-orange);
  color: var(--white);
  background: var(--teal-6);
  padding: 20px;
}
.mailchimp-form h2 {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 20px;
}
.mailchimp-form .mc-image,
.mailchimp-form .mc-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.mailchimp-form .mc-image img {
  display: block;
}
.mailchimp-form .mc-logo-inner {
  background-color: rgba(234,236,240,.9);
  padding: 20px;
}
.mailchimp-form .asterisk {
  color: red;
}
.mailchimp-form .indicates-required {
  text-align: right;
  margin-bottom: 15px;
}
.mailchimp-form :is(input[type="text"], input[type="email"], input[type="password"], input[type="phone"], input[type="date"], textarea, select) {
  border-color: var(--red-orange);
  margin-bottom: 0;
}
.mailchimp-form select {
  height: 41px;
}
.mailchimp-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mailchimp-form ul li {
  display: flex;
  align-items: baseline;
}
.mailchimp-form .mc-field-groups {
  display: grid;
  gap: 20px;
}
.mailchimp-form .mc-description {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.mailchimp-form .mc-field-group > label,
.mailchimp-form .mc-field-group > strong {
  display: block;
  font-size: 18px;
  color: var(--yellow);
  margin-bottom: 10px;
}
.mailchimp-form :is(input[type="checkbox"], input[type="radio"]) ~ label {
  user-select: none;
}