/* Media CSS changes */
@media screen and (min-width: 768px) and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
	#utilityNav, #mainNav {
		min-height: 0;
	}
	.dropdown-menu-horizontal li.dropdown-subtitles-horizontal{
		clear: both;
	}
   .logo {
      margin-top: 10px;
      max-width: 120px;
   }
   .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;
	}
   .schedule-num {
      display:block;
      font-size:14pt !important;
      text-align: right;
   }
   .schedule-area .btn-red {
		font-size: 12px;
      margin-top: 5px;
      margin-bottom: 5px;
		padding: 4px 8px;
   }
	.schedule-area .btn-blue {
		float: right;
		font-size: 12px;
      margin-top: 5px;
      margin-bottom: 5px;
		padding: 4px 8px;
	}
   .latest-news-title {
      width: 95%;
   }
	.provider h6 {
		white-space: normal;
	}
	.calendar-wrapper {
		padding: 1%;
	}
	.calendar-day .day-num {
		font-size: 12px;
	}
	.calendar-day .count {
		font-size: 13px;
		padding-top: 30%;
	}
	.news-photo {
		float: none;
		max-width: 100%;
		padding-left: 0;
	}
	.internal-header h1 {
		font-size: 26px;
	}
}
