/*
Theme Name: MAC Theme
Description:
Author: James Connor
*/

body {
	background: #fff;
	font: 16px/24px "Open Sans", sans-serif;
	color: #666666;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a {
	color: #367dcd;
	text-decoration: none;
}

.columns p {
	margin-bottom: 10px !important;
}

#alert-banner {
	width: 100%;
	font-size: 14px;
	padding: 5px 0;
	color: #fff;
	background-color: #005583;
	text-align: center;
}

#alert-link {
	color: #f3eba5;
}

.scale-with-grid {
	width: 100%;
	height: auto;
}

/* Remove reCAPTCHA badge from all pages except inquiry form */
body:not(.page-id-734) .grecaptcha-badge {
	display: none;
}

/* Hero Styles */
.small-hero {
	height: 500px;
	position: relative;
}
.small-hero .small-slide {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 9500;
}
.small-hero .small-slide .hero-message {
	margin-top: 250px;
	text-align: left;
	background-color: none;
}

.small-hero .small-slide .hero-message h1 {
	color: #fff;
	font-size: 45px;
	line-height: 46px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px black !important;
}

@media (max-width: 767px) {
	.small-hero .small-slide .hero-message h1 {
		font-size: 36px;
	}
}

/* Header */

.nav {
	position: fixed;
	width: 100%;
	height: 120px;
	margin-top: 0px;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9999;
	box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#inner-nav {
	display: flex;
	flex-direction: row;
}

.nav-up {
	top: -160px;
}

.nav-down {
	top: 0px;
}

#logo {
	margin: 25px 10px;
	height: 70px;
}

.header-logo {
	height: 100%;
	width: auto;
}

#main-menu {
	width: 90%;
}

#vert-menu {
	display: none;
}

#menu-items {
	float: right;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}

#vert-menu-items {
	text-align: center;
}

.expandable {
	color: #005583;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}

.expandable:after {
	vertical-align: bottom;
	font-size: 12px;
	content: ' \25BA';
}

.expandable:hover {
	color: #00aeef;
}

.expanded:after {
	font-size: 12px;
	content: "\25BC";
	color: #00aeef;
}

#vert-menu-items .content div {
	font-size: 14px;
	margin: 20px 0px;
}

#menu-items a, #vert-menu-items a {
	text-decoration: none;
}

.nav-menu-item {
	padding-top: 45px;
}

.nav-menu-item a {
	color: #005583;
	margin: 20px;
	font-size: 15px;
	position: relative;
	padding: 12px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.nav-menu-item:hover > a {
	color: #00aeef;
}

.vert-menu-item {
	padding-top: 30px;
	font-size: 18px;
}

.vert-menu-item a {
	color: #005583;
	margin: 1.5vw;
	position: relative;
	padding: 12px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.vert-menu-item:hover a {
	color: #00aeef;
}

.sub-menu-item a {
	color: #005583;
	letter-spacing: 0px;
	margin: 0;
	font-size: 14px;
	position: relative;
	padding: 12px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

#vert-menu-items .content div {
	margin: 10px 0px;
}

.sub-menu-item:hover a {
	color: #00aeef;
}

#programming:hover {
	color: #00aeef;
	background-color: #fff;
}

#about:hover {
	color: #00aeef;
	background-color: #fff;
}

#admissions:hover {
	color: #00aeef;
	background-color: #fff;
}

#programming:hover > #programming-sub-menu {
	display: block;
}

#about:hover > #about-sub-menu {
	display: block;
}

#admissions:hover > #admissions-sub-menu {
	display: block;
}

.nav-sub-menu {
	padding: 5px 15px;
	position: absolute;
	display: none;
	top: 100%;
	z-index: 99;
	background-color: #fff;
}

#admissions-sub-menu {
	width: 115px;
}

#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#calendar:hover {
	background-color: #fff;
}

#contact:hover {
	background-color: #fff;
}

.sub-menu-item {
	padding: 5px 0px;
}

.divider {
	margin: 0px;
}

#hamburger {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 45px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#hamburger.is-active {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamburger.is-active .line:nth-child(2),
#hamburger.is-active .line:nth-child(3){
	width: 0px;
}

#hamburger.is-active .line:nth-child(1),
#hamburger.is-active .line:nth-child(4){
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

#hamburger.is-active .line:nth-child(1){
	width: 20px;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

#hamburger.is-active .line:nth-child(4){
	width: 20px;
	-webkit-transform: translateY(-13px) rotate(90deg);
	-ms-transform: translateY(-13px) rotate(90deg);
	-o-transform: translateY(-13px) rotate(90deg);
	transform: translateY(-13px) rotate(90deg);
}

.line {
	width: 35px;
	height: 3px;
	margin: 3px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#closebtn {
	display: none;
	position: absolute;
	text-decoration: none;
	right: 40px;
	top: 35px;
	font-size: 36px;
	margin-left: 50px;
	color: red;
}

#h1 {
	background-color: #962477;
}

#h2 {
	background-color: #f3732b;
}

#h3 {
	background-color: #ffc50b;
}

#h4 {
	background-color: #00a998;
}

.tooltiptext {
	font-size: 10px;
	visibility: hidden;
	width: 80px;
	background-color: #fff;
	color: #00aeef;
	text-align: center;
	border-radius: 6px;
	padding: 2px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

#parent-portal:hover .tooltiptext {
	visibility: visible;
}

@media (max-width: 960px) {
	#main-menu {
		display: none;
	}
	#hamburger {
		display: block;
	}
	.nav {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

/* Footer */

#mce-EMAIL::placeholder {
	color: #fff;
	opacity: 1;
}

#footer-site-map {
	display: flex;
}

#footer-links-left, #footer-links-middle {
	margin-right: 10px;
}

.footer-links ul {
	margin: 0;
	padding: 0;
}

.footer-links li {
	list-style: none;
}

.footer-links-sub {
	padding-left: 5px;
}

.footer-links-primary {
	font-weight: bold;
}

#footer-links-portal {
	color: #f7f0ad;
}

#secondary-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#accred-img {
    width: 400px;
    height: auto;
    margin: 40px 0px;
}

#niche-img {
    width: 150px;
    height: auto;
}

@media (max-width: 767px) {
    #secondary-footer-content {
        display: block;
        text-align: center;
    }
    #accred-img {
        width: 100%;
    }
    #niche-img {
        width: 50%;
    }
}
/* Slider (Warning: tharr be egregious hacks yonder!) */
/* It's !important that we help this slider figure out responsiveness */

/* .grayscale-right {
	-webkit-clip-path: polygon(19.97% -10px, 99.89% -9px, 99.84% 101.69%, 47.69% 101.69%);
	clip-path: polygon(19.97% -10px, 99.89% -9px, 99.84% 101.69%, 47.69% 101.69%);
	filter: grayscale(100%);
} MAYBE SOMEDAY
*/


/* Temp hack for presentation. We really need these elements to anchor to siblings so we can set margin and padding and not */
/* have to set each element's position individually, as that breaks easily; i.e., when one heading uses 1 line and another uses 2 lines, etc. */
/* Consider using HTML layer in slides to create a div around these elements and set position of that div here */

.slider-arrows {
	color: #fff;
	display: flex;
	font-size: 25px;
	font-weight: bold;
	text-shadow: none !important;
	width: 950px;
	margin: auto;
	margin-top: 500px;
}

.home-slider-arrow-left {
	position: absolute;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-shadow: none !important;
	left: -49vw;
}

.home-slider-arrow-right {
	position: absolute;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	left: 46vw;
}

.home-caret-left {
	margin: 2px 0 0 -5px !important;
}

.home-caret-right {
	margin: 2px 0 0 5px !important;
}

.next, .previous, .home-previous, .fac-previous, .enr-previous, .home-next, .fac-next, .enr-next{
	cursor: pointer;
}

.next, .home-next, .fac-next, .enr-next {
	margin-left: 10px;
}

.slide-number {
	padding-top: 4px;
}

.previous, .home-previous, .fac-previous, .enr-previous {
	margin-right: 10px;
}

.caret {
	width: 30px;
	height: 30px;
	border: 2px solid white;
	border-radius: 50%;
}

.fa-caret-right {
	margin-top: 2px;
	margin-left: 11px;
}

.fa-caret-left {
	margin-top: 2px;
	margin-left: 8px;
}

.slide-content {
	width: 960px;
	margin: auto;
	color: #fff;
	text-shadow: 3px 3px 3px #282828;
}

.slide-content li {
	line-height: 1.2;
}

.slide-content strong {
	line-height: 1.2;
}

.main-slide-heading {
	width: 450px;
	font-size: 45px;
	line-height: 38px;
	font-weight: bold;
	margin-left: 10px;
}

.main-slide-subheading {
	width: 450px;
	font-size: 25px;
	margin-top: 20px;
	margin-left: 10px;
}

.main-slide-button {
	font-weight: bold;
	padding: 10px 15px;
	color: #fff;
	background-color: #00aeef;
	display: inline-block;
	border-radius: 10px;
	text-shadow: none;
	margin-top: 30px;
	cursor: pointer !important;
	margin-left: 10px;
}

.left-slide-heading {
	width: 450px;
	line-height: 1;
	font-size: 45px;
	line-height: 38px;
	font-weight: bold;
	margin-left: 10px;
}

.left-slide-text {
	margin-left: 10px;
	width: 450px;
	margin-top: 20px;
	font-size: 21px;
	line-height: 28px;
}

.right-slide-content {
	text-align: right;
}

.right-slide-heading {
	margin-left: auto;
	position: relative;
	width: 450px;
	font-size: 45px;
	line-height: 38px;
	font-weight: bold;
}

.right-slide-text {
	margin-left: auto;
	width: 450px;
	margin-top: 20px;
	font-size: 21px;
	line-height: 28px;
	margin-right: 10px;
}

.slide-caption {
	display: none;
	position: absolute;
	margin-top: 15vh;
	left: 75%;
	color: #fff;
	font-family: 'Open Sans';
	text-shadow: 3px 3px 3px #282828;
	font-size: 13px;
	line-height: 1.3;
	width: 17%;
}

#primary-caption-10 {
	margin-top: 8vh;
}

@media (max-width: 1280px) {
	.slide-caption {
		left: 70%;
		width: 25%;
	}
	.main-slide-heading, .right-slide-heading, .left-slide-heading {
		font-size: 36px;
	}
	.main-slide-text, .right-slide-text, .left-slide-text {
		font-size: 18px;
	}
}

@media (max-width: 960px) {
	.main-slide-content, .left-slide-content, .right-slide-content {
		width: 768px;
	}
	.slide-overlay-left {
		top: 0px !important;
		width: 4000px !important;
	}
	.slide-overlay-right {
		top: 0px !important;
		width: 3000px !important;
		left: -650px !important;
	}
	.slide-caption {
		left: 55%;
		width: 35%;
		font-size: 11px;
	}
	.slider-arrows, .home-slider-arrow-left, .home-slider-arrow-right {
		display: none;
	}
}

@media (max-width: 767px) {
	.main-slide-content, .left-slide-content, .right-slide-content {
		width: 90%;
	}
	.slide-caption {
		margin-top: 10vh;
		left: 45%;
		width: 45%;
	}
	#primary-caption-10 {
		margin-top: 2vh;
	}
	#footer-main {
		font-size: 14px;
		width: 50%;
	}
	.main-slide-button {
		font-size: 14px;
	}
}

@media (max-width: 645px) {
	.main-slide-heading, .left-slide-heading, .right-slide-heading {
		width: 80%;
		font-size: 27px;
		line-height: 36px;

	}
	.slide-overlay-left {
		width: 3000px !important;
	}
	.main-slide-text, .left-slide-text, .right-slide-text {
		width: 100%;
		font-size: 18px;
		line-height: 24px;

	}
	#footer-main {
		width: 100%;
	}
	.footer-links {
		display: none;
	}
}

@media (max-width: 321px) {
	.main-slide-heading, .left-slide-heading, .right-slide-heading {
		font-size: 24px;
		line-height: 21px;

	}
	.main-slide-text, .left-slide-text, .right-slide-text {
		font-size: 15px;
		line-height: 21px;

	}
	.main-slide-text p, .left-slide-text p, .right-slide-text p {
		margin: 0 0 8px 0;
	}
	.main-slide-text ul li, .left-slide-text ul li, .right-slide-text ul li {
		margin: 0 0 4px 0;
	}
	#footer-main {
		width: 100%;
	}
	.footer-links {
		display: none;
	}
}

/* General */

h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
}

.dynamic-section ul {
	padding-left: 0px;
	margin: 25px 30px;
}

.intro {
	font-size: 24px;
	line-height: 32px;
	font-weight: lighter;
}

.secondary {
	font-size: 15px;
	line-height: 20px;
	background-color: #f4f4f0;
}

.tertiary {
	font-size: 15px;
	line-height: 20px;
	background-color: #e0e3e4;
}

.footer {
	margin: 65px 0px;
}

.section-heading {
	font-weight: bold !important;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 32px;
}

.section-subheading {
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}

.left-half {
	margin: 0 auto;
	width: 460px;
	padding-right: 500px;
}
.category {
	margin-top: 20px;
}

@media (max-width: 1280px) {
	.intro, h3 {
		font-size: 21px;
		line-height: 28px;
	}
	body {
		font-size: 15px;
		line-height: 20px;
	}
	.secondary {
		font-size: 14px;
		line-height: 21px;
	}
}

/* Home */

.column {
	margin-left: 0px !important;
}

.event {
	margin-bottom: 30px;
}

div.four.columns.event {
	margin-bottom: 30px;
}

.calendar-item {
}

#home-events-heading {
	font-weight: bold !important;
	margin-bottom: 25px !important;
	font-size: 24px;
	line-height: 32px;
}

#home-events-item-date {
	font-weight: bold !important;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

#home-events-item-title {
	font-weight: bold !important;
	color: #367dcd !important;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 21px;
}

#home-events-item-time {
	font-size: 14px;
	line-height: 21px;
}

#ql-heading {
	font-weight: bold !important;
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 32px;
	font-weight: lighter;
}

#ql-flex {
	display: flex;
	flex-wrap: wrap;
}


#ql-flex div {
	flex: 1 0 21%;
	margin-right: 30px;
	margin-bottom: 20px;
}

#ql-flex p {
	flex: 1 0 21%;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 21px;
}

#ql-flex a {
	font-weight: bold;
}

/* Programming */

.collapsible {
	margin: 20px 0px;
	font-size: 16px;
	color: #005583;
	cursor: pointer;
	font-weight: bold;
}

.collapsible:after {
	content: ' \25BA';
	float: right;
}

.active:after {
	content: "\25BC";
	color: #00aeef;
}

.accordion.collapsible.active {
	color: #00aeef;
}

.content {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	padding: 0;
	margin: 0;
}

.accordion.heading {
	color: #005583;
	font-weight: bold;
}

.accordion.collapsible {
	color: #005583;
	font-weight: bold;
}

.accordion-border {
	border-bottom: 1px solid #ddd;
}

.arc-image {
	float: left;
	height: 80px;
	width: auto;
	margin: 10px 20px 0 5px;
}

/* Inquiry Form styles */
/* All the CSS grid stuff */
.form-section{
	margin-bottom: 20px;
	display:grid;
	column-gap:1%;
	grid-gap:1%; /* grid-gap is deprecated in favor of column-gap, which doesn't seem to work in safari :\( */
	grid-template-columns:11% 37% 21% 28%;
}
.heading-div{
	grid-column:1 / span 2;
	margin-top:15px;
}
.input-left{
	grid-column:1 / span 2;
}
.input-right{
	grid-column:3 / span 2;
}
.input-full{
	grid-column:1 / span 4;
}
.comments{
	grid-column:1 / span 4;
	min-height:150px;
}
.input-label{
	grid-column:1 / span 4;
	font-weight:normal;
	line-height:3em ;
}
#gender-label{
	grid-column:1 / span 4;
}
#birthday-label{
	grid-column:1 / span 1;
}
#start-label{
	grid-column:3 / span 1;
}
.label-div{
	grid-column:1  / span 1;
}
/* end of grid formatting */
/* now just regular, old styles */
.error{
	padding:5px 9px;
	border:1px solid red;
	color:red;
	border-radius:3px;
}

.success{
	padding:5px 9px;
	border:1px solid green;
	color:green;
	border-radius:3px;
}

.form-heading{
	color:rgb(18,47,80);
	font-weight:bold;
}

.input, .input-left, .input-right, .input-far-right,
.input-lg, .input-full, .comments{
	margin:0 0 7px 0;
	background-color:rgb(204, 229, 255);
	border:0px solid #ccc;
	border-radius:0px;
	width:auto;
}

.radio-button{
	margin: 0px 5px;
	vertical-align:baseline;
}

.label-text{
	font-weight:bold;
}

#gender-other{
	display:none;
}

#referral-other{
	display:none;
}

@media (max-width: 975px) {
	#birthday-label{
		grid-column:1 / span 2;
	}
	#birthday-input{
		grid-column: 3 / span 2;
	}
	#start-label{
		grid-column:1 / span 2;
	}
	#start-input{
		grid-column:3 / span 2;
	}
}

/* Montessori Difference */

#table {
	width: 90%;
	display: inline-grid;
	grid-template-columns: 50% auto;
}

#left-heading {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	grid-column: 1 / span 1;
}

#right-heading {
	padding-left: 10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	grid-column: 2 / span 1;
}

.table-row {
	display: table-row;
}

.cell {
	padding: 10px 0px;
}

.left.cell {
	border-top: 1px solid;
}

.right.cell {
	padding-left: 10px;
	border-top: 1px solid;
}

/* Leadership */

.leadership-image {
	width: 70%;
	border-radius: 50%;
}

.leadership-name {
	/*margin-bottom: 0px;*/
}

/* Affiliations & Resources */

@media (max-width: 575px) {
	#affiliations-image {
		background-position-x: 60% !important;
	}
}

/* Facilities */

.facilities-slider {
	display: flex;
}


.fac-slider-arrow-left {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-shadow: none !important;
	width: 98%;
}

.fac-slider-arrow-right {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}


/* Enrichments */

.enrichment-slider {
	display: flex;
}


.enr-slider-arrow-left {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-shadow: none !important;
	width: 98%;
}

.enr-slider-arrow-right {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

/* Calendar */

.tribe-events-page-title {
	color: #666666;
}


.tribe-events-calendar th {
	font-size: 14px !important;
	background-color: #fff !important;
	color: #367dcd !important;
	text-transform: capitalize !important;
	border-right: 1px solid #ccc !important;
}

.tribe-events-nav-pagination {
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	color: #666666 !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] {
	background-color: #fff !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #367dcd !important;
	color: #fff !important;
}

.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
	color: #999 !important;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background-color: #fff !important;
}

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

#month-previous {
	margin: 0 0 0 6px !important;
}

#month-next {
	margin: 0 6px 0 0 !important;
}

.tribe-events-tooltip {
	border: none !important;

}

.entry-title a, .summary a {
	color: #fff !important;
	font-weight: bold !important;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	color: #fff !important;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip p a, .tribe-events-shortcode.view-week .tribe-events-tooltip p a, .tribe-events-week .tribe-events-tooltip p a {
	color: #ffc50b !important;
}

#tribe-events-content .tribe-events-tooltip h4 {
	padding: 8px 8px 0 8px !important;
	border-radius: 8px 8px 0 0 !important;
	background-color: #367dcd !important;
}

.tribe-events-event-body {
	padding: 0 8px 8px 8px !important;
	border-radius: 0 0 8px 8px !important;
	background-color: #367dcd !important;
}

.tribe-events-tooltip .tribe-events-arrow {
	background-image: none !important;
}

.caret-circle {
	border: 1px solid #367dcd;
	border-radius: 50%;
	width: 20px;
}

@media (max-width: 767px) {
	.tribe-events-calendar thead {
		display: none;
	}
	.tribe-events-sub-nav li a {
		background-color: #fff !important;
		color: #367dcd !important;
	}
	.tribe-events-calendar .tribe-events-present, .tribe-events-calendar .tribe-events-present.mobile-active div[id*="tribe-events-daynum-"], .tribe-events-calendar .tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a, .tribe-events-calendar td.tribe-events-present.mobile-active {		background-color: transparent !important;
		background-color: #367dcd !important;
	}
