/* Media CSS changes */
@media screen and (max-width: 990px) {
	.other-news .col-md-6:nth-child(odd) h2 {
		background: rgba( 120, 156, 72, .7 );
	}
	.other-news .col-md-6:nth-child(even) h2 {
		background: rgba( 0, 74, 135, .7 );
	}
}
@media screen and (max-width: 767px) {
	#utilityNav, #mainNav {
		min-height: 0;
	}
	#mainNav .dropdown-menu > li.dropdown-title a,
	#mainNav .dropdown-menu > li span.dropdown-title,
	#mainNav.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-title > a,
	#mainNav.navbar-default .navbar-nav .open .dropdown-menu > li.dropdown-subtitles > a {
		color: #fff;
	}
	.dropdown-menu-horizontal li.dropdown-subtitles-horizontal {
		clear: both;
	}
	.logo {
		margin-top: 10px;
	}
	.schedule-area .btn-orange {
		font-size: 4.5vw;
		line-height: 4.5vw;
		margin-top: 10px;
	}
	.schedule-area .btn-lightblue {
		font-size: 4.5vw;
		line-height: 4.5vw;
	}
	.schedule-num {
		font-size: 5vw;
	}
	.schedule-num a {
		font-size: 8vw;
	}
   .blue-search-btn {
		background-image: url('/img/search-mobile.png');
		background-repeat: no-repeat;
		border-radius: 0;
      display: inline-block;
      margin-top: 10px;
		width: 50px;
		height: 50px;
   }
   .blue-navicon-btn {
		background-image: url('/img/navicon-mobile.png');
		background-repeat: no-repeat;
		border-radius: 0;
      display: inline-block;
      margin-top: 10px;
		width: 50px;
		height: 50px;
   }
	.navbar-toggle {
		margin-right: 5px;
	}
	.content,
	.widget,
	.calendar-wrapper,
	.calendar-quicklinks {
		margin-top: 8px;
	}
	.provider h6 {
		white-space: normal;
	}
	.provider-badge {
		float: none;
		margin: auto;
	}
	.calendar-wrapper {
		padding: 1%;
	}
	.calendar-day .day-num {
		font-size: 12px;
	}
	.calendar-day .count {
		font-size: 13px;
		padding-top: 30%;
	}
	.internal-header h1 {
		font-size: 26px;
	}
	.footer p {
		text-align: center;
	}
	.footer .footer-social.list-inline {
		text-align: center;
	}
}
