/*Calendar navigation buttons - 8393386 - CN */

.calendar_titlebar a.prevMonth, .calendar_titlebar a.prevYear, .calendar_titlebar a.nextMonth, .calendar_titlebar a.nextYear {
background: rgba(102, 102, 102, 1);
}

/*/////////////////////////////////////////////////////////////////////

SECTION INFO
SECTION: Nav Indentation
Ticket Info:

Ticket 3870-8400901: Design concern

Author: Jacob John

////////////////////////////////////////////////////////////////////*/

#leftbanner .navmodsub li[class^="nav3_"] a,
#leftbanner .navmodsub li[class^="navon3_"] a {

	padding: 5px 15px 5px 45px !important;

}

#leftbanner .navmodsub li[class^="nav4_"] a,
#leftbanner .navmodsub li[class^="navon4_"] a {

	padding: 5px 15px 5px 55px !important;

}

/*/////////////////////////////////////////////////////////////////////

END SECTION

////////////////////////////////////////////////////////////////////*/

/**
*
*   Date: 08/15/2016
*   Ticket 3870-8452754 
*   Author: Kosha Burnett
*   Description: add social media links to site footers
*/

.footerInfo, .socialLinks {
	display: inline-block;
}

.footerInfo {
	width: 76%;
}

.socialLinks {
	width: 23%;
	text-align: center;
}

.socialLinks a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #73809d;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 0;
	text-align: center;
        margin: 0 5px;
}

.socialLinks a:hover {
	text-decoration: none;
	background-color: #62708d;
}

.socialLinks a:before {
	font: normal 24px/40px fontAwesome;
}

.socialLinks .facebook:before {
	content: '\f09a';
}

.socialLinks .twitter:before {
	content: "\f099";
}

.socialLinks .instagram:before {
	content: '\f16d';
}

/* End Section */


/*
*  Ticket 8471986
*  12/01/16 - James B
*  Move homepage news up more so footer has space.
*  Change position of footer.
*/

.page_1 .footer, .page_1 .footer {
    bottom: 0;
}

.page_1 .news-title, .page_1 .newstitle {
    padding: 60px 0 0 0;
}

#bottombanner span {
    margin: 0 10px;
}

.socialLinks span {
    display: block !important;
}

.socialLinks a.media-mashup {
    width: auto;
    font-size: inherit;
    background: none;
    color: #73809d;
}
.socialLinks a.media-mashup:hover {
    opacity: 0.8;
}

/* End Section */