.homepage-menu ul {
	list-style-type: none;
	margin-left: 0;
}

.homepage-menu li {
	display: inline-block;
	margin-right: 0;
}

.homepage-menu a {
	color: #f0f0f0;
	transition: .3s;
	font-weight: 300;
}

.homepage-menu a:hover {
	color: #1cb7ef;
}

.homepage-menu li:after {
	content: "|";
	margin-right: 8px;
	margin-left: 13px;
}

.homepage-menu li:last-child:after {
	content: "";
}

.copyright {
	display: none;
}

.footer-bg-accent:after {
	content: "© 2021 High Tech High Mesa Parents Association";
}

.button, .footer-contact-boxes .footer-bg-accent {
	background-color: #efb23f;
}

.wpcf7-submit {
	border: 0 !important;
}

.navigation-bar {
	background: rgba(0,0,0,0.3);
}

.tg {
	border-collapse: collapse;
	border-color: #9ABAD9;
	border-spacing: 0;
}

.tg td {
	background-color: #EBF5FF;
	border-color: #9ABAD9;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg th {
	background-color: #409cff;
	border-color: #9ABAD9;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.tg .tg-baqh {
	text-align: center;
	vertical-align: top;
}

.tg .tg-ddb2 {
	font-family: serif !important;
	text-align: center;
	vertical-align: top;
}

.tg .tg-0lax {
	text-align: left;
	vertical-align: top;
}

#features-2 {
	background-color: #f5fafd;
}

#features-1 {
	background-color: #228ae6;
}

#features-1 a {
	display: block;
}

#features-1 a.link {
	margin-bottom: .1rem;
}

.mec-widget .mec-event-list-classic .mec-event-article {
	padding-left: 0;
}

.mec-event-list-classic .mec-event-date, .mec-event-list-classic .mec-event-time {
	margin-right: 0;
}

.mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt {
	height: 40px;
}

.bg-color1 {
	background: url(https://hthmpa.org/wp-content/uploads/2021/07/Have_a_great_summer.png) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2, #cta-1 h3, #content-1 h3, .twae-description a:hover, .eael-tabs-content a:hover {
	color: #228ae6;
/*	font-style: italic; */
}

#cta-1 h4, .p1, #features-4 h2 {
	color: #228ae6 !important;
}

#cta-1 h3 {
	color: #fff !important;
}

#cta-1 h4 {
	color: #fff100 !important;
	font-style: italic;
}

#contact-1 {
	display: none;
}

.elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated {
	padding: 0;
}

.twae-description a, .eael-tabs-content a {
	color: #e0a638;
}

div.eael-infobox:hover {
	color: #FFF100;
}

/* college info page*/
/* Tooltip container */
.tooltip, .tooltip-paradigm {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* Tooltip text */
.tooltip .tooltiptext,.tooltip-paradigm .paradigmtext {
	visibility: hidden;
	width: 150px;
	background-color: #444;
	color: #fff;
	text-align: center;
	line-height: normal;
	padding: 5px;
	border-radius: 6px;
	font-size: 10px;
/* Position the tooltip text - see examples below! */
	position: absolute;
	top: 5px;
	right: 105%;
	z-index: 1;
}

.tooltip .tooltiptext::after, .tooltip-paradigm .paradigmtext::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 100%;
/* To the right of the tooltip */
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #444;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip-paradigm:hover .paradigmtext {
	visibility: visible;
}

@media (min-width: 1228px) {
	.section-title-col {
		max-width: 80%;
	}
}

@media only screen and (min-width: 768px) {
	.infobox-content {
		min-height: 110px;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.homepage-menu li:after {
		content: " |";
		margin-right: 0;
		margin-left: 0;
	}
	
	.homepage-menu a {
		letter-spacing: -1px;
	}
	
	.tg {
		width: auto !important;
	}
	
	.tg col {
		width: auto !important;
	}
	
	.tg-wrap {
		overflow-x: auto;
	}
}