/*
	Theme Name: Wallace Community College
	Theme URI: http://pushcrankpress.com
	Description: PushCrankPress Default Theme
	Version: 1.0
	Author: PushCrankPress (webmaster@pushcrankpress.com)
	Author URI: http://pushcrankpress.com
	Tags: Default, HTML5, CSS3, PHP, JS

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------------------------------------------------------*\
***----------------- Import theme-options.css -----------------***
*** Includes default font, link, paragraph, span, etc. styling ***
\*--------------------------------------------------------------*/

@import "theme-options.css";
@import "megamenu.css";
@import "accordion.css";

/*--------------------------*\
--------Global Styles---------
\*--------------------------*/

.admissions-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
  column-gap: 2rem;
}

.vc_tta-color-red .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #8e1537 !important;
  color: #fff !important;
}

.vc_tta-color-gray .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: #808080 !important;
	color: #fff !important;
}



.col-middle-chat-welcome h4 {
	color: #8e1537 !important;
	font-family: itc-galliard,serif !important;
	font-weight: 900 !important;
	font-size: 1.4em !important;
}
.bottom-cols a {
	color: #8e1537 !important;
	font-size: 1.2em !important;
	padding: 1em 0;
}
.chat-slide {
	border-radius: 50%;
	overflow: hidden;
}


/*--- See theme-options.css to define global styles ---*/

b {
	color: #8e1537;
}

.tui-fee-header {
	padding: 25px 5px;
    background-color: #8e1537;
    color: #fff;
    font-weight: 600;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.tui-fee-header p {
	margin-bottom: 0;
}
.tui-fee-row {
	background-color: #fff;
	height: 2.5em;
}
.tui-fee-row:nth-child(odd) {
	background-color: #eeeeee;
}
.tui-fee-row p {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.tui-fee-amounts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tui-fee-title {
	display: none;
}


.search-result i {
	padding-left: 15px;
	font-size: .75em;
	position: relative;
	bottom: .25em;
	opacity: 0;
	left: -20px;
	transition: all .25s ease;
}
.search-result:hover > i{
	opacity: 1;
	left: -10px;
}
#s {
	border: none;
	width: 225px;
}
#searchsubmit {
	display: none;
}

/*#iama {
	display: none;
}*/
.iama-dropdown {
	background: #000;
    padding: 0 20px;
    position: absolute;
    display: flex;
    top: 46px;
    right: 1px;
    width: fit-content;
    min-width: 198px;
}
.iama-dropdown ul {
	position: relative;
	top: 10px;
	padding: 0 10px;
}
.iama-dropdown ul li {
	list-style: none;
	margin-bottom: .5em;
}
.iama-dropdown ul li a {
	font-size: 1em;
	color: #fff;
	background-color: #000;
	border: solid 1px #000;
}
#iama {
    padding: 5px 10px;
    display: none;
    position: absolute;
    top: 46px;
}
.open-iama {
	display: flex !important;
}

nav.navbar {
	padding: 0px 40px !important;
}
#navbar-main {
	background-color: #8e1537;
	position: relative;
	z-index: 1000;
	max-height: 120px;
}
.navbar-super {
	justify-content: initial;
}
.navbar-brand {
	width: 15%;
}
.navbar-brand img {
	width: 90%;
}
.navbar-right {
	width: 15%;
	display: block;
	height: 75px;
	position: relative;
	top: -16px;
	white-space: nowrap;
}
.navbar-right-button {
	width: calc(100% + 90px);
    display: flex;
    height: 45px;
    position: relative;
    right: 75px;
}
.navbar-right-button a {
	width: 50%;
	background-color: #6A0A25;
	border: solid 1px #8e1537;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	text-decoration: none;
}
.navbar-right-icons {
	width: 100%;
	display: flex;
	height: 60px;
	font-size: 24px;
	position: relative;
	right: 25px;
}
.account-icon {
	width: 49%;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 25px;
	color: #fff;
	height: 100%;
	text-align: right;
	text-decoration: none;
}
.bookstore {
	color: #000;
	background-color:#fff;
}

.search-icon {
	width: 49%;
	display: inline-flex !important;
	justify-content: flex-start;
	align-items: center;
	padding-left: 25px;
	color: #fff;
	height: 100%;
	text-decoration: none;
}



.header-quick-links {
	background: #8e1537;
	width: fit-content;
	height: 40px;
	position: absolute;
	left: calc(50% - 120px);
	bottom: -40px;
	z-index: 1;
}
.header-quick-links ul {
	margin-left: -40px;
	display: flex;
}
.header-quick-links ul li {
	list-style: none;
	margin: 0;
	display: inline-flex;
}
.header-quick-links ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #6A0A25;
	border-bottom: solid 3px transparent;
}

.header-quick-links ul li ul.sub-menu {
	background-color: #000;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 240px;
    display: none;
}
.header-quick-links ul li ul.sub-menu:hover {
	display: block;
}
.header-quick-links ul li a:hover {
    width: 40px;
    height: 40px;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #8E1537;
	border-bottom: solid 3px #fff;
}

.header-quick-links ul li a:hover + ul.sub-menu {
	display: block;
	z-index: 10000;
}
.header-quick-links ul li ul li {
	display: block;
	text-align: right;
}
.header-quick-links ul li ul li a {
	width: 100%;
	font-size: 1em;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	background: none;
	padding: 20px;
}
.header-quick-links ul li ul li a:hover {
	width: 100%;
	font-size: 1em;
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	background: none;
	padding: 20px;
	background: none;
	border-bottom: solid 3px transparent;
}
a:not([href]):not([tabindex]) {
	color: #fff !important;
}

.page-title-area {
	background-color: #eee;
	padding: 50px 0 15px;
}
.page-title-area h1 {
	position: relative;
	background-color: #eee;
	width: fit-content;
	padding-right: 25px;
	font-size: 2.4em;
	z-index: 50;
}
.page-title:after{
	content: '';
	display: inline-flex;
	height: 1px;
	width: 100%;
	background-color: #8E1537;
	position: relative;
	bottom: 47px;
	z-index: 40;
}
.course-description-title {
	display: flex;
	justify-content: flex-end;
}
.course-description-title h3 {
	font-size: 1.6em;
    text-align: right;
    background-color: #eee;
    position: relative;
    top: 11px;
    z-index: 45;
    width: fit-content;
    justify-content: flex-end;
    display: flex;
    padding-left: 15px;
}
.course-title {
	color: #8E1537;
	font-weight: 400;
}
.interior-feat-img {
	height: 55vh;
    background-color: #ddd;
    width: 100%;
    margin-bottom: 50px;
    background-size: cover;
    background-position: 50% ;
}
@media only screen and (min-width:1920px) {
	.interior-feat-img {
		height: 60vh;
		background-position: 50% 40%;
	}
}
.footer p {
	margin: 0;
	text-align: left;
	font-size: 0.9em;
}
.footer-disclaimer p {
	font-size: .7em;
	width: 70%;
	text-align: center;
	margin: 0 auto 25px;
}

.footer-top {
	width: 80%;
	margin: 25px auto 0;
	display: flex;
	align-items: center;
}
.footer-top-1 {
	display: flex;
	justify-content: flex-end;
}
.footer-top-2 p{
	text-align: center;
}
.footer-top-3 {
	display: flex;
	justify-content: center;
	column-gap: 4px;
}
.wcc-social-icons {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 28px;
	background: #fff;
	border-radius: 8px;
	color: #817370;
	margin-right: 5px;
	text-decoration: none;
}
.wcc-social-icons:hover {
	text-decoration: none;
	color: #817370;
}
.translator {
	margin-bottom: 25px;
}
.footer-bottom {
	margin: 25px auto 25px;
}
.footer-bottom p {
	text-align: center;
}

.footer-bottom-location,
.footer-bottom-address,
.footer-bottom-phone,
.footer-bottom-fax {
	display: inline;
}
.footer-bottom-location {
	font-weight: 700;
}
.footer-bottom-location:after {
	content: ' - ';
	font-weight: 300;
}
.footer-bottom-address:after,
.footer-bottom-phone:after {
	content: ' • ';
}
.pcp-attribution p {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 25px;
}
.home-page-slider {
	width: 100%;
	height: 70vh;
	background-color: yellow;
}
.home-info-section ul {
	margin-left: -20px;
}
.red-button {
	display: flex;
}
.red-button a {
	background-color: #8E1537;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
}
.red-button-big a {
	background-color: #8e1537;
	color: #fff;
	padding: 15px 30px;
}
.home-about {
	background: #8E1537;
    padding: 50px !important;
}
.home-about h2,
.home-about p {
	color: #fff;
}
.home-about p {
	font-size: 1em;
}
#overlay {
    position: relative;
}
#overlay::before {
    background-image: linear-gradient( right,
            rgba( 0, 0, 0, 0 ) 0%,
            rgba( 0, 0, 0, 0.75 ) 100% );
        background-image: -moz-linear-gradient( right,
            rgba( 0, 0, 0, 0 ) 0%,
            rgba( 0, 0, 0, 0.75 ) 100% );
        background-image: -ms-linear-gradient( right,
            rgba( 0, 0, 0, 0 ) 0%,
            rgba( 0, 0, 0, 0.75 ) 100% );
        background-image: -o-linear-gradient( right,
            rgba( 0, 0, 0, 0 ) 0%,
            rgba( 0, 0, 0, 0.75 ) 100% );
        background-image: -webkit-linear-gradient( right,
            rgba( 0, 0, 0, 0 ) 0%,
            rgba( 0, 0, 0, 0.75 ) 100% );
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;
}
.hero-slider {
	height: 75px;
}
.flexslider {
	border: none !important;
}
.flex-direction-nav a {
	height: 60px !important;
}
.flex-direction-nav a:before {
	color: rgba(256,256,256,0.75) !important;
}
.flex-control-nav {
    width: fit-content;
    position: absolute;
    bottom: 1em !important;
    text-align: center;
    left: 50% !important;
    transform: translate(-50%);
}
.flex-control-paging li a {
	background: rgba(256,256,256,0.4) !important;
}
.flex-control-paging li a.flex-active {
	background: #e6e6e6 !important;
}
.content-area .wpb_content_element {
	margin-bottom: 0;
}
.sidebar ul {
	margin-left: -40px;
}
.sidebar ul li {
	list-style: none;
	line-height: 2em;
	font-size: 1em;
}
.sidebar li {
	list-style: none;
	line-height: 2em;
	margin-bottom: 1em;
}
.sidebar li a:hover {
	text-decoration: underline;
	color: #8E1537;
}
.sidebar a {
	display: block;
	font-weight: 200;
	text-decoration: none;
}
.sidebar li a.current {
	font-weight: 900;
	color: #8E1537;
}
.slide-text-area {
	width: 60%;
	max-width: 625px;
	position: relative;
	top: calc(50% - 150px);
	left: 50px;
	max-height: 400px;
}
.slide-text-area h1 {
	color: #fff;
	line-height: 1;
}
.slide-text-area .separator {
	margin: 25px 0;
	width: 50px;
	height: 1px;
	background-color: #fff;
}
.slide-text-area p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}
.slide-text-area a {
	background-color: transparent;
	color: #fff;
	border: solid 1px #fff;
	padding: 5px 15px;
	position: relative;
	top: 20px;
	text-decoration: none;
}
.sidebar ul li a {
	font-family: tablet-gothic-wide, sans-serif;
	font-weight: 200;
}
.sidebar ul li.current_page_item a {
	font-weight: 900;
	color: #8E1537;
}
.program-info-box {
	border: solid 1px #8E1537;
	margin-top: 50px;
}
.program-info-box-title {
	background-color: #8E1537;
	padding: 20px;
}
.program-info-box-title:after {
	content: '';
    width: 100%;
    display: block;
    height: 1px;
    background-color: #fff;
    position: relative;
    bottom: 13px;
    z-index: 45;
}
.program-info-box-title strong {
	color: #fff;
    background-color: #8E1537;
    position: relative;
    z-index: 50;
    padding-right: 10px;
}
.program-info-box-content {
	padding: 20px;
}
.program-info-box-content strong {
	font-weight: 400;
	color: #000;
}
.program-info-box-content a {
	color: #8E1537;
	font-weight: 400;
}
.pathway-map {
	margin-bottom: 0;
}
.event-slider-info {
	background-color: rgba(142,21,55,0.9);
    position: relative;
    top: calc(100% - 65px);
    width: 70%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.event-slider-info p {
	margin-bottom: 0;
	display: contents;
}
.event-slider-link {
	background-color: rgba(0,0,0,0.9);
    position: relative;
    top: calc(100% - 65px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    color: #fff;
}
.event-slider-link-image-only a {
	position: absolute;
    top: 100%;
    background-color: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.event-slider-link a {
    width: 100%;
    height: 100%;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.event-slider-link a:hover {
	color: #fff;
}
.news-category ul {
	display: inline-block;
	margin-bottom: 0;
}
.news-category ul li a {
	font-weight: 400;
}
.moretag {
	display: block;
	background-color: #8E1537;
	color: #fff;
	width: fit-content;
	padding: 5px 15px;
	font-weight: 300;
	text-transform: lowercase;
	margin-top: 15px;
}
.moretag:hover {
	color: #fff;
}




ul.page-numbers {
    list-style: none;
    margin: 35px 0 15px;
    padding: 0;
    display: flex;
}

/*.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}*/

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span {
	padding: 0;
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #8E1537;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

.wcc-pagination .prev,
.wcc-pagination .next {
	background-color: #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 5px 15px;
}
.emsi .footer {
	background-color: #fff;
}
.cc-card {
	padding: 0 15px;
}
.cc-content-title {
	margin-bottom: 25px !important;
}
.cc-content-salary {
	margin-bottom: 15px !important;
	color: #8E1537 !important;
}
.cc-content-link {
	background-color: #8E1537 !important;
	font-weight: 400 !important;
	width: 100% !important;
}
.cc-content-link:hover {
	color: #fff;
}
.play-pause-button {
	margin-left: 20px !important;
}
.column-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: fit-content;
}
.sidebar {
	border-right: solid 1px #8E1537;
	order: 1;
}
.main-content {
	padding-left: 40px;
	order: 2;
}
.home-about-img {
	min-height: 25vh !important;
}
#toggle-burger {
	display: none;
}

.post_prevnext_nav {
	width: 100%;
	position: relative;
}

.post_prev,
.post_next {
	display: inline-block;
}
.post_prev {
	position: absolute;
	left: 15px;
}
.post_next {
	position: absolute;
	right: 15px;
}
.see-all-posts {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.club-org strong {
	color: #444;
	font-weight: 400;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background: #8E1537;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
}
.gform_wrapper .gf_step span.gf_step_number {
	font-family: itc-galliard, serif !important;
	color: #8E1537;
	font-size: 2em !important;
	font-weight: 900;
}
.btn-link{
	white-space:normal;
}

.sidebar .children {
	display: none;
}





.bow-photo {
	background-color: #ddd;
	background-size: cover !important;
    background-position: center !important;
    min-height: 25vh;
}
.bow-content {
	background-color: #8E1537;
	padding: 50px !important;
}
.bow-content h2 {
	color: #fff;
}
.bow-content h2:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #fff;
	margin: 20px 0;
}
.bow-content p {
	color: #fff;
	font-size: 1.2em;
}
.bow-quote {
	background-color: rgba(0,0,0,0.85);
    color: #fff;
    padding: 15px 15px 15px 40px;
    position: absolute;
    bottom: 35px;
    left: -15px;
    width: 95%;
    font-size: 2em;
    font-family: itc-galliard,serif;
    font-weight: 600;
    line-height: 1.2;
}
.bow-quote span {
	font-size: .8em;
	font-family: tablet-gothic-wide, sans-serif;
	font-style: italic;
	font-weight: 200;
}

/*---Omnilert (WCC Alert) Styling---*/
#sc-smartboard-container {
	position: relative;
    z-index: 9999999999999999;
    background-color: #fac150;
    color: #000;
    text-align: center;
    padding: 25px;
}
.sc-smartboard-subject {
	font-size: 1.8em;
	font-weight: 900;
	text-transform: uppercase;
}
.sc-smartboard-datetime {

}
.sc-smartboard-message {
	font-size: 1.2em;
}




.sports-schedule {
	margin: 50px auto;
}
.sports-schedule-header {
	padding: 25px 5px;
	background-color: #8e1537;
	color: #fff;
	font-weight: 900;
}
.game-listing {
	padding: 25px 5px;
	border-bottom: solid 1px #f2f2f2;
}
.game-listing-title {
	display: none;
}
.athletics-date,
.athletics-day,
.athletics-opponent,
.athletics-site,
.athletics-time,
.athletics-result {}

.athletics-result {
	text-align: center;
}
tr {
	vertical-align: baseline;
}
.benefits-header {
	display: block;
}
.benefits-instructor:before {
	display: none;
	content: 'Instructor';
	font-size: 1em;
	font-weight: 900;
	position: relative;
	left: 1em;
	margin: 1em 0 0.5em;
}
.benefits-non-instructor:before {
	display: none;
	content: 'Non-Instructor';
	font-size: 1em;
	font-weight: 900;
	position: relative;
	left: 1em;
	margin: 1em 0 0.5em;
}

.benefits-instructor p,
.benefits-non-instructor p {
	position: relative;
	left: 1em;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 25px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.tui-info-box {
	padding: 2rem;
	border: 2px solid #8e1537;
}


.wcc-list {

}
.wcc-list li {
	list-style-type: none;
    list-style-position: outside;
    text-indent: -1.5em;
    padding-left: 1em;
    margin-bottom: 1.5em;
}
.wcc-list li:before {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/themes/wallacecommunitycollege/img/wcc-circle.png');
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px;
	left: -10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.event-archive {
	 padding-bottom: 25px;
	 margin-bottom: 25px;
	 border-bottom: solid 1px #eee;
}
.event-archive:last-child {
	border-bottom: none;
}
.table-header {
	background-color: #8e1537;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.table-body {
	text-align: center;
	padding: 20px 15px;
}
.table-body:nth-child(odd) {
	background: #eee;
}
.table-body:last-child {
	margin-bottom: 20px;
}
.table-footer {
	background-color: #817370;
	padding: 15px;
	text-align: center;
	color: #fff;
}
.table-mobile-title {
	display: none;
}

.calendar-entry {
	margin: 50px 0 50px;
	display: block;
}
.calendar-header {
	background-color: #8e1537;
	font-size: 1.4em;
	color: #fff;
	height: 50px;
	display: flex;
	align-items: center;
	line-height: 1;
}
.calendar-row {
	min-height: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}
.calendar-row:nth-child(odd) {
	background: #eeeeee;
}
.calendar-row:last-child {
	border-bottom: solid 1px #eee;
}
.calendar-col p {
	margin-bottom: 0;
}
.calendar-col ul {
	margin-bottom: 0;
}

.privacy-policy-link {
	color: #fff;
}
.privacy-policy-link:hover {
	color: #fff;
}


.cta-boxes {

}
.cta-boxes {

}


.vc_tta-color-wcc_red {
	background-color: #fff !important;
}
.vc_tta-color-wcc_red .vc_tta-tabs-container {

}
.vc_tta-color-wcc_red .vc_tta-tab {
	background-color: #ddd;
	color: #444;
}
.vc_tta-color-wcc_red .vc_active {
	background-color: #6A0A25;
	color: #fff;
}
.vc_tta-color-wcc_red .vc_tta-panel {
	background-color: #f6f6f6;
	color: #444;
}

.transcript-equal-height .vc_cta3_content-container {
	display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
	height: 100%;
}

/* Cost Calculator */

#cost-calculator {
	display: inline-block;
	border: 1px solid #8e1537;
	border-radius: 1rem;
	padding: 1rem;
}

#cost-calculator .flex-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 1rem;
	row-gap: 2rem;
}

#cost-calculator input,
#cost-calculator .output {
	display: grid;
	place-items: center;
	width: 197px;
	height: 40px;
	background-color: white;
	border: 1px solid #333;
	color: #333;
	font-size: 28px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#cost-calculator input {
	text-align: center;
	padding-left: 1rem;
}

#cost-calculator .equal-sign {
	font-size: 40px;
}

#cost-calculator .label {
	display: grid;
	place-items: center;
	width: 197px;
	height: 40px;
	background-color: #8e1537;
	color: white;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media only screen and (max-width: 550px) {
	#cost-calculator {
		text-align: center;
	}
	#cost-calculator .flex-wrapper {
		display: block;
	}
	#cost-calculator input,
	#cost-calculator .output,
	#cost-calculator .label {
		width: 100%;
	}
}


/*------------------------------*\
--------   MISC STYLES   ---------
\*------------------------------*/

.line-height-2 ol {
	line-height: 2;
}

.wpb_video_heading {
	font-size: 24px !important;
}



/*------------------------------*\
--------RESPONSIVE STYLES---------
\*------------------------------*/

@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1199px) {
	.footer-top {
		width: 95%
	}
	.footer-bottom {
		margin-bottom: 0;
	}
	.footer-bottom p {
		margin-bottom: 25px;
	}
	.footer-bottom-location,
	.footer-bottom-address,
	.footer-bottom-phone,
	.footer-bottom-fax {
		display: block;
	}
	.footer-bottom-location:after {
		content: '';
	}
	.footer-bottom-address:after,
	.footer-bottom-phone:after {
		content: '';
	}
}
@media only screen and (max-width:1140px) {
	.navbar-brand {
		width: 10%;
	}
}
@media only screen and (max-width:1090px) {
	#s {
		width: 100%;
	}
}
@media only screen and (max-width:991px) {
	#toggle-burger {
		display: block;
		position: absolute;
		right: 30px;
	}
	.navbar-right {
		display: none;
	}
	nav.navbar {
		padding: 11px 40px !important;
	}
	.column-1-data {
		font-weight: 900;
		font-size: 1.2em;
	}
	.table-header {
		display: none;
	}
	.table-body {
		text-align: left;
	}
	.table-mobile-title {
		display: inline;
	}
	.table-footer {
		text-align: left;
	}
	.table-footer strong {
		color: #fff;
	}
}
@media only screen and (max-width:991px) {
	.mobile-menu-dropdown-icon.primary {
		transform: translate(-35px, 7px) scale(0.95) !important;
	}
	.mobile-menu-dropdown-icon.secondary .icon-lines {
		transform: scale(0.75);
	}
	.sub-menu {
		display: none;
	}
	.desktop-mega {
		display: none;
	}
	.search-container.mobile {
		position: static !important;
		display: block !important;
	}
	#search-form {
		width: 100%;
	}
	.footer-top-1 {
		display: flex;
		justify-content: center;
		margin-bottom: 25px;
	}
	.footer-top-2 p {
		text-align: center;
		margin-bottom: 0;
	}
	.copyright-name-date {

		font-size: 1em;
	}
	.copyright-phone {
		font-size: 1em;
	}
	.footer-top-3 {
		display: flex;
		justify-content: center;
	}
	.column-wrapper {
		display: flex;
		flex-direction: column
	}
	.sidebar {
		border-right: none;
		order: 2;
		border-top: solid 1px #ddd;
		margin-top: 50px;
	}
	.sidebar ul {
		padding-top: 50px;
	}
	.sidebar a {
		text-align: center;
	}
	.main-content {
		padding-left: 15px;
		order: 1;
	}
	.page-title-area h1 {
		text-align: center;
		width: 100%;
		padding-right: 0;
	}
	.page-title:after{
		display: none;
	}
	.course-description-title h3 {
		text-align: center;
		justify-content: center;
		padding-left: 0;
		width: 100%;
		padding-bottom: 10px;
	}
	.navbar-brand {
		width: 15%;
	}
	.burger-line {
		background-color: #fff !important;
	}
	.navbar-collapse {
	  top: 118px !important;
    background-color: rgba(0,0,0,0.9) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
		width: 100% !important;
	}
	.slide-text-area {
		left: 0;
		padding: 0;
		width: 100%;
	}
	.slide-text-area h1 {
		font-size: 1.8em;
	}
	.slide-text-area p {
		font-size: 1.1em;
	}
	.bow-photo {
		height: 50vh;
	}
	.bow-quote {
		font-size: 1.4em;
	}
	.sports-schedule-header {
		display: none;
	}
	.game-listing-title {
		display: inline-block;
		font-weight: 900;
	}
	.athletics-date,
	.athletics-day,
	.athletics-opponent,
	.athletics-site,
	.athletics-time,
	.athletics-result {
		text-align: center;
	}
	nav.navbar {
		padding: 11px 40px !important;
	}
	.navbar-brand {
		width: 260px;
	}
	.navbar-right {
		display: none;
	}
	.tui-fee-header {
		display: none;
	}
	.tui-fee-row {
		height: fit-content;
		padding: 30px 15px;
	}
	.tui-fee-row p {
		display: inline;
	}
	.tui-fee-amounts {
		display: block;
	}
	.tui-fee-title {
		display: inline-block;
		font-weight: 600;
		color: #8e1537;
		width: 50%;
	}
	.tui-fee-total {
		margin-top: 15px;
		padding-top: 15px;
	}
}
@media only screen and (max-width:767px) {

	.bow-quote {
		font-size: 1.2em;
	}
	.benefits-header {
		display: none;
	}
	.benefits-instructor .vc_column-inner,
	.benefits-non-instructor .vc_column-inner {
		padding-top: 0 !important;
	}
	.benefits-instructor:before,
	.benefits-non-instructor:before {
		display: block;
	}
	.calendar-row {
		height: unset;
		padding: 15px;
	}
	.calendar-col {
		padding: 0;
	}
	.calendar-col:last-child {
		padding-left: 15px;
	}
}
@media only screen and (max-width:640px) {
	.tui-fee-title {
		width: 80%;
	}
}
@media only screen and (max-width:480px) {
	.navbar-brand {
		width: 200px;
	}
	.mobile-menu-container {
		top: 98px !important;
	}
}

@media print {
	.header {
		display: none;
	}
	.interior-feat-img {
		display: none;
	}
	.footer {
		display: none;
	}
	.sidebar {
		display: none;
	}
    .collapse,
    .collapse .collapse {
        height: auto !important;
    }
}

.wcc-accordion [data-vc-accordion] {
	border: 1px solid #8E1537 !important;
}

.wcc-accordion .vc_tta-panel-body {
	border: 1px solid #8E1537 !important;
	border-top: none !important;
	border-radius: 0px !important;
}

.wcc-accordion .vc_tta-panel-heading {
	border: none !important;
}

.wcc-accordion-2 .vc_tta-panel-title > a {
	background-color: #D7D2CB !important;
}

.wcc-accordion-3 .vc_tta-panel-title > a {
	background-color: #8F817C !important;
}

.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
	color: white !important;
}

.center-button .vc_cta3-actions {
	margin: 0 auto;
}

.display-inline-block {
	display: inline-block;
}

.center-content .vc_column-inner {
	display: flex;
	justify-content: center;
}

/* Giving Day Popup */

#giving-popup-wrapper {
	padding: clamp(1rem, 3vw, 3rem);
	text-align: center;	
}

#giving-popup-wrapper img.giving-popup.logo {
	width: 375px;
	max-width: 100%;
	margin-bottom: 1rem;
}

#giving-popup-wrapper a.cta-button img {
	width: 325px;
	max-width: 100%;
	margin: 0 auto;
}

#giving-popup-wrapper p {
	margin: 0 auto;
	width: 725px;
	max-width: 100%;
	color: white;
}

#pum-18625 .pum-close {
	color: #838383 !important;
	font-weight: 100!important;
	font-size: 50px !important;
}

footer .site-information {
	margin-bottom: 1.5rem;
}

footer .site-information * {
	text-align: center !important;	
}

.hover-reverse-color a {
	text-decoration: none !important;
}

.hover-reverse-color.type-one:hover {
	background-color: white !important;
}

.hover-reverse-color.type-one:hover a {
	color: #8e1537 !important;
}

.hover-reverse-color.type-two:hover {
	background-color:#8e1537 !important;
}

.hover-reverse-color.type-two:hover a {
	color: white !important;
}

.wpb_text_column:has(.hover-reverse-color.type-one) {
	border-color: #8e1537 !important;
}

.program-directory .flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 1rem;
	flex-direction: column;
}

.program-directory .flex-item {
	max-width: 100%;
	padding: clamp(1rem, 2vw, 2rem);
	border-bottom: 1px solid #444;
	#color: #444;
}

.program-directory .flex-item:last-of-type {
	border-bottom: none;
}

.program-directory .flex-item :where(h4, p, strong, a) {
	color: #444;
}

.program-directory h4 {
	margin-bottom: 1rem;
}

.program-directory .program-link {
	display: inline-block;
	margin-top: 6px;
	background-color: #8e1537;
	color: white;
	padding: 0.5rem 1rem;
	text-decoration: none !important;
}

.program-directory a {
	text-decoration: none !important;
}

.program-directory .separator:last-of-type {
	display: none;
}

.ribbon-container .flex-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 50px;
}

.ribbon-container .flex-wrapper a {
	text-decoration: none !important;
	font-weight: 700;
}

.mobile-links-menu {
	display: none;
	width: 100%;
	z-index: 1000;
	color: #8e1537;
	background-color: white;
	padding: 10px 12px 12px 12px;
}

.mobile-links-menu a {
	display: block;
	text-align: center;
	font-weight: 700;
	color: #8e1537;
	text-decoration: none !important;
	margin-right: 12px;
}

.mobile-links-menu a:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 800px) {
	.ribbon-container {
		display: none;
	}
	.mobile-links-menu {
		display: inline-block;
	}
}

.sublist-items-alpha ol > li > ol {
	list-style-type: lower-alpha !important;
}

.carousel-flex .vc_images_carousel {
	width: 100% !important;
}

.carousel-flex .vc_images_carousel img {
	height: auto !important;
}

/* 2025 Calendar */

#calendar-2025 h1, h2, h3, h4 {
	font-family: tablet-gothic-wide, sans-serif;
	font-weight: 600;
}

#calendar-2025 .calendar-events-list .event-item .title {
	font-size: 28px;
	margin-bottom: 1rem;
}

#calendar-2025 i.fa-landmark {
	transform: translateY(-1px);
}

#calendar-2025 p:last-of-type {
	margin-bottom: 0;
}

#calendar-2025 .filter-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

#calendar-2025 .filter-container input[type="date"] {
	padding: 8px 1rem 7px 1rem;
	border: 1px solid #8e1537;
	border-radius: 0.25rem;
	margin-right: 1rem;
}

#calendar-2025 .filter-container select {
	padding: 0.5rem 1rem;
	border: 1px solid #8e1537;
	border-radius: 0.25rem;
}



#calendar-2025 .calendar-events-list .event-item {
	display: flex;
	margin-bottom: 1rem;
	background-color: #eee;
}

#calendar-2025 .calendar-events-list .event-item .featured-image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 225px;
	width: 225px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-color: #8e1537;
}

#calendar-2025 .calendar-events-list .event-item .featured-image i {
	font-size: 2rem;
	color: white;
}

#calendar-2025 .calendar-events-list .event-item .content {
	padding: 1rem 1.5rem;
}

#calendar-2025 .calendar-events-list .event-item .content .category {
	font-weight: 700;
}

#home-events {
	margin-bottom: 3rem;
}

#home-events .heading.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2rem;
	row-gap: 1rem;
}

#home-events .post-container {
	margin-bottom: 1rem;
}

#home-events .post-container p {
	margin-bottom: 0.5rem;
}

#home-events .post-container p:last-of-type {
	margin-bottom: 0;
}

#home-events .post-container .flex-wrapper {
	display: flex;
	column-gap: 0.5rem;
}

#home-events .post-container .flex-wrapper .date-block {
	flex: 0 0 100px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#home-events .post-container .flex-wrapper .date-wrapper {
	width: 100%;
	aspect-ratio: 1 / 1;
	text-align: center;
	background: #8E1537;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 1.3;
}

#home-events .post-container .flex-wrapper .content-block {
	flex: 1;
	padding: 1rem;
	background-color: #eee;
}

#home-events .post-container .flex-wrapper .content-block .event-title h4 {
	font-size: 1rem;
}

#home-events .post-container .flex-wrapper i.fa-landmark {
	transform: translateY(-1px);
}



@media only screen and (max-width: 992px) {
	#calendar-2025 .calendar-events-list .event-item .featured-image {
		flex: 0 0 150px;
		width: 150px;
	}
}

@media only screen and (max-width: 767px) {
	#calendar-2025 .calendar-events-list .event-item .featured-image {
		display: none;
	}
	#calendar-2025 .calendar-events-list .event-item .title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 499px) {
	#calendar-2025 .calendar-events-list .event-item .title {
		font-size: 22px;
	}
	#home-events .post-container .flex-wrapper i {
		font-size: 0.9rem;
	}
}

.accordion-classic-alt .vc_tta-panel-title {
	padding: 0.5rem !important;
}

.accordion-classic-alt .vc_tta-panel-body {
	border: none !important;
}