@charset "UTF-8";
/*  homepage - bucket blue - mobile  */
.front .l-quicklinks {
    max-width: 1024px;
	width: 90%;
    background-color: #fff;
	margin: 0 auto;
}
.front .quick-links-box {
    margin-top: 20px;
}
.front .quick-links-box .quick-links-box-inner {
    background-color: #dde8f9;
    border-radius: 4px;    
}
.front .quick-links-box .quick-links-box-inner ul {
    display: block;
    list-style: none;
    margin: 0;
    padding:8px 0 48px 12px;
}  
.front .quick-links-box .quick-links-box-inner ul li {
    padding: 8px 0 8px 8px;
    list-style: none;
    margin: 0;
    font-size: 1em;
	line-height: 1.2em;
}
.front .quick-links-box .quick-links-box-inner h3 {
    font-size: 24px;
    padding:0 0 8px 0;
	line-height: initial;
	text-align: center;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    color: #4B4C4C;
	margin: 0 auto;
}
.front .quick-links-box h3:before {
	content: " ";
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #FFFAFA;
    margin: -20px 0 0;
    clear: both;
}
.front .quick-links-box h3, .front .quick-links-box .view-events .views-field-title > .field-content, .view-events .quick-links-box .views-field-title > .field-content {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    color: #4B4C4C;
    padding: 12px 24px 0 18px;
}
.l-quick-link-1 h3:before, .l-quick-link-1 .view-events .views-field-title > .field-content:before, .view-events .l-quick-link-1 .views-field-title > .field-content:before {
    background-image: url("../images/DOR_Bus_lg.png");
}
.l-quick-link-2 h3:before, .l-quick-link-2 .view-events .views-field-title > .field-content:before, .view-events .l-quick-link-2 .views-field-title > .field-content:before {
    background-image: url("../images/DOR_Prof_lg.png"); 
}
.l-quick-link-3 h3:before, .l-quick-link-3 .view-events .views-field-title > .field-content:before, .view-events .l-quick-link-3 .views-field-title > .field-content:before {
    background-image: url("../images/DOR_Gen_lg.png"); 
}
.front .quick-links-box h3 a.block-title-link {
  padding: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.front .quick-links-box .quick-links-box-inner p {
    padding-top: .75em;
    padding-bottom: .75em;
    margin-bottom: 0px;
    margin-right: 1em;
}
@media screen and (max-width: 767px) {
	.front .l-quicklinks{
		margin-top: 40px;
	}
	
}
