@media (max-width: 979px) {

	.logo {
		width: 196px;
	}

	#menu {
		font-size: 13px;
	}

	.headerText {
	    padding: 20px;
	    text-align: left;
	    line-height: 1.2em;
	    color: #28A2DC;
	    font-size: 1.1em;
	}

	.graphic_label {
    bottom: 10px;
	}

	ul#qlinks li {
		width: 49%;
	}

	.qlinkTitle {
    width: 92%;
	}

	.homeNewsItem {
	    overflow: hidden;
	}

	.content {
	    padding: 20px 0px;
	}

	form#contactForm select {
	    width: 100%;
	}

	ul#footer {
	    margin: 10px 0px;
	}

	form#contactForm input[type="text"], form#contactForm textarea {
    width: 88%;
	}

	ul.footerBoxes {
		text-align: center;
	}

	.footerBoxes li {
		width: auto;
		margin-bottom: 20px;
	}

	input.buttonlink.contact {
		margin-right: 0;
	}

	.emailDisclaimer {
    width: 70%;
	}


	#calView {
		width: 50%;
	}

	#calDays {
		width: 50%;
	}

	.calDayDate {
		width: 35%;
	}

	.calDateEvents {
		width: 65%;
	}

	.pageContentBlock {
	    margin: 20px;
	}


	#sync1 .item, #sync1 .item img {
    height: auto;
	}

	.contactSection a, .contactSection a:visited {
		color: #fff;
		font-weight: normal;
	}


	/* ==========================================================================
	 	 nav
	   ========================================================================== */
	navbar-inner {
		z-index: 1010;
	}

	#nav {
		width: 100%;
		text-align: right;

	}

	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		color: #fff;
		font-weight: 400;

	}

	.navbar-collapse { max-height: 100% !important; }

	#socials {
		top: 0px;
		right: 54px;
	}

	.notificationNavLink {
		width: 110px;
		position: absolute;
		right: 100px;
	}
}