/*Main Library Footer Styles*/


/* STYLES TO FIX FOOTER TO BOTTOM OF PAGE -sms */

body {
	height: 100%;
}

#page-wrapper { /* added this div in the header and footer includes to allow fixing footer to the bottom */
	min-height: 100%;
	position: relative;
}

#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 25px;
	/*padding-bottom: 100px;*/
}

/*****************************************/
/*        Top Footer styles              */
/*****************************************/
#footer-buckets-home {
    background-color: #467AAA;
    color: #FFFFFF;
	min-height: 379px;
}

#footer-buckets-home h2 {
	margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.500em;
	font-weight: 700;
	line-height: 1.0em;
    word-wrap: break-word;
}

.bucket-box-home {
    margin: 0 13%; 
}

.bucket-box-home a {
    color:white;
}

.bucket-box-home a:hover {
    text-decoration:underline;
}

.bucket-box-home ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
}

.bucket-box-home li {
    padding-bottom:8px;
	font-size: 13px;
}

.bucket-box-home ul li a {
    color: #FFFFFF;
    border-left: none;
    padding: 0;
}

.bucket-box-home ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/*small tablet portrait*/
@media screen and (max-width: 650px) {
    .bucket-box-home {
        margin: 0;
        padding: 20px; 
    }
}

/*****************************************/
/*        Bottom Footer styles           */
/*****************************************/
#footer {
	width: 100%;
	padding: 0;  /* any padding breaks alignment with other containers */
    background-color: #2f5272; /*was #467AAA;*/
    color: #FFFFFF;
    text-align: right;
	max-width: none;
	height: 149px;
}

#footer-wrapper {
	margin: 0;
	padding: 2em 10%;  /*adding left and right padding removed from #footer*/
	height: 44px;
}

#footer-logo {
    float: left;
	width: 95%;
}

#footer-logo img {
	max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

ul.footer-menu {
    list-style-type: none;
    width: 100%;
    padding: .5em 0 0 0;
}

ul.footer-menu li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
}

.footer-menu li a {
    border-left: 1px solid #cccccc;
    padding: 0 8px;
}

.footer-menu > li:first-child > a {
    border: none;
	padding: 0 8px 0 0;
}

#footer-address {
    padding-top: 0;
}

#footer-address li {
    border-left: 1px solid #ccc;
    padding: 0 8px;
	color: #fff;
}

#footer-address > li:first-child  {
    border-left: medium none;
    padding: 0 8px 0 0;
}

#footer-address > li > a  {
    border-left: none;
    padding: 0;
}

#footer a {
    color: #FFFFFF;
	font-weight: 400;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.menu-footer-menu-container {
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/*small tablet portrait*/
@media screen and (max-width: 650px) {
    #footer {
        text-align: left;
        max-width: none;
    }

    #footer-logo {
        float: none;
        margin-bottom: 1em;
    }
}


/*hides the logo default title/logo used in responsive theme 
#logo a, #logo a img {display:none} */

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	/*margin-bottom: 2.127659574468%;*/
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: right;
	list-style: none;
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

@media screen and (max-width: 980px) {
	body {
	}

	.grid {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
}
	
@media screen and (max-width: 650px) {
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	
	.grid {
		float: none;
	}
}
	
@media screen and (max-width: 480px) {
	.footer-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}
	
	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	
	.grid {
		float: none;
	}
}
	
/* Overriding styles in responsive/core/style.css **/
/** to change mobile breakpoints **/

@media screen and (max-width: 980px) {
    .grid {
        float: left !important;
        margin-bottom: 2.127659574468%;
        padding-top: 0;
    }
}