/* CSS */
a {
	color: var(--meeder-red)
}

a:hover {
	color: var(--meeder-dark-blue) !important
}

/* CSS */
.header-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.header-menu li {
	list-style-image: none;
	margin: 0;
}

.header-menu li a {
	display: block;
	font-family: var(--font-family-sohne_mono);
	font-size: 1vw;
	color: #58595b;
	padding-right: 1vw;
}

@media (max-width: 768px) {
	.header-menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.header-menu li a {
		width: 100%;
	}
}

@media (max-width: 1199.98px) {
	.header-menu li a {
		font-size: 1.8rem;
	}
}

@media (max-width: 991.98px) {
	.header-menu li a {
		font-size: 1.2rem;
		margin-bottom: 5%;
	}
}

@media (max-width: 575.98px) {
	.header-menu li a {
		font-size: 1.2rem;
	}
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.footer-menu li {
	margin-bottom: 2px;
	list-style-image: none;
}

.footer-menu a {
	text-decoration: none;
	color: var(--white);
	font-family: var(--font-family-sohne-buch);
	font-size: var(--font-size-m);
	font-style: normal;
	font-weight: 400;
}

.footer-menu a:hover {
	color: #000;
}

.home .content-block-copy {
	position: relative;
}

.home .daily-plan-performance-fund-table {
	max-width: 552px;
}

.home .content-block-copy a {
	color: var(--meeder-red)
}

.gform-body input {
	border: none !important;
	border-bottom-style: solid !important;
	padding-bottom: .25em !important;
	padding-top: 1em !important;
	padding-left: 0 !important;
	border-bottom-width: 2px !important;
	width: 95% !important;
	max-width: 300px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 16px !important;
	height: 46px !important;
}

.gform-body input::placeholder {
	color: #808080;
}

.gfield_contains_required .ginput_container {
	position: relative;
}

.gfield_contains_required .ginput_container:before {
	position: absolute;
	color: var(--meeder-red);
	content: "*";
	top: 20px;
	left: -8px;
	font-size: 16px;
}

.gform-body .textarea {
	border-style: solid;
	padding-bottom: .25em;
	padding-top: 1em;
	border-width: 2px;
	width: 95%;
	max-width: 300px;
	min-block-size: 10rem !important;
}

.gform-body label {
	padding-top: 2em;
	padding-bottom: 1em;
	font-size: 16px !important;
}

.gform_fields {
	row-gap: 0 !important
}

.gform-footer .gform_button {
	background: #f79b31 !important;
	height: 52px !important;
	width: 120px !important;
	border-radius: 50px !important;
}

.gform-footer .gform_button:hover {
	color: var(--meeder-dark-blue) !important
}

/* Accordion Style */
.resource-toggle-container .ex-drawer-forms-wrapper {
	display: block;
}

.ex-drawer-forms-toggle-image {
	cursor: pointer;
}

.ex-drawer-forms-wrapper {
	display: none;
}

.ex-drawer-forms-toggle-image.rotated {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.ex-drawer-resource-name .wp-block-group__inner-container {
	display: flex;
}

.ex-drawer-forms-container a {
	color: var(--mountain-mist);
}

/*Document Page*/
.single-heading-wrapper {
	padding-top: 100px !important;
}

@media (max-width: 768px) {
	.single-heading-wrapper {
		padding-top: 60px !important;
	}
}


.flex-align-center {
	align-items: center !important;
}

.texas-connect-banner-image-copyblock-right {
	margin-top: 5%;
	margin-right: 15%;
	margin-bottom: 10%;
	margin-left: 40%;
}

.texas-connect-banner-image-copyblock-left {
	margin-top: 5%;
	margin-right: 40%;
	margin-bottom: 15%;
	margin-left: 15%;
}

.texas-connect-banner-image-figure img {
	border-radius: 50%;
	max-width: 40vw;

}

.texas-float-left img {
	float: left;
}

.texas-float-right img {
	float: right;
}

.texas-connect-banner-image-left-figure img {
	margin-top: 0;
	margin-right: 0;
	margin-left: -5%;
	margin-bottom: 0;
}

.texas-connect-banner-image-right-figure img {
	margin-top: 12%;
	margin-right: -5%;
	margin-bottom: 0;
	margin-left: 0;
}

.texas-connect-banner-container {
	background-image: url(../../img/ellipse-49-1243x546.png?rev=04a4a92…);
}

.texas-connect-main-heading {
	font-size: 3vw;
}


@media (max-width: 575.98px) {
	.texas-connect-banner-image-left-figure img {
		margin-left: -20%;
		margin-top: 5%;
	}
}

.f-32 li {
	font-size: 32px;
}

.approach-item .wp-block-group__inner-container {
	display: inherit;
}

.approach-item figure {
	margin-bottom: 0px;
	margin-bottom: 0px;
}

.approach-item p.approach-item-content-text {
	padding-bottom: 1em;
}

.three-col-table-row .wp-block-columns {
	width: 100%;
}

h1.texas-connect-main-banner-embedded-header-text span {
	display: block;
}

.no-flex {
	display: block !important;
}

.texas-connect-banner-image-copyblock-about {
	margin-top: 10%;
	margin-right: 20%;
	margin-bottom: 10%;
	margin-left: 40%;
}

@media (max-width: 991.98px) {
	.texas-connect-banner-image-left-figure img {
		margin-left: -10%;
		margin-top: 35%;
	}
}

@media (max-width: 575.98px) {
	.texas-connect-banner-image-left-figure img {
		margin-left: -10%;
		margin-top: 5%;
	}
}

.texas-connect-main-banner-embedded-header-text {
	line-height: 1;
}


@media (max-width: 575.98px) {
	.texas-connect-banner-container {
		margin-left: -13% !important;
	}
}

.enroll-invest-wrapper .approach-item {
	align-items: start;
	margin-top: 1em;
	margin-bottom: 0;
}

.enroll-invest-wrapper .approach-item-grouping {
	align-items: start;
}

.education-banner {
	margin-left: 10px;
}

.education-banner .education-banner-content {
	margin-top: 10%;
	margin-bottom: 15%;
}

.education-banner .education-banner-content .texas-connect-main-banner-embedded-text {
	line-height: 1;
}

.education-banner .education-image-content img {
	margin-left: -17%;
	max-width: 40vw;
}

.education-banner-content {
	margin-left: 5%;
}

.education-banner p {
	line-height: 1;
}

.main-blog-wrapper {
	padding-top: 50px;
}

.about-approach-container-wrapper .approach-item {
	margin-top: .85em;
	margin-bottom: 1em;
}

.about-bottom-trow .approach-item {
	margin-top: .5em;
	margin-bottom: -1em;
}

.word-break-normal {
	word-break: normal;
}

.approach-item-title-text {
	word-break: normal;
}

@media screen and (max-width: 991.98px) {
	.approach-item-number img {
		max-height: 82px;
		max-width: 82px;
	}
}

@media (max-width: 575.98px) {
	.approach-item p.approach-item-content-text {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.about-bottom-trow .approach-item .wp-block-group__inner-container {
		flex-direction: column;
		align-items: initial;
	}

	.about-bottom-trow .approach-item-number .wp-block-group__inner-container {
		flex: none;
		width: 8vw;
	}
}