/* Add here all your css styles (customizations) */

ul.breadcrumb {
	display:none !important;
}

.no-left-padding {
	padding-left:0;
}

#cta-banner {
	background:#fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
	padding:5px;
}

#ad-expand-tab {
	background:#fff;
	color:#ccc;
  cursor:pointer;
  display:none;
	margin:0;
	padding:0 10px 5px 10px;
}

#ad-expand-tab:hover {
	background: #f9f9f9;
	color:#555;
}

#cta-banner .top-banner {
	float:none;
}

.cta-banner-content {
    width: auto;
    text-align: center;
    border:0px !important;
    padding:0px !important;
}
.cta-contents {
    width: 100%;
    margin: 0 auto;
}

.img-lfc-al {
	max-height:100px;
	width:auto;
	overflow:hidden;
}

.simple-block-link {
	color: #004479;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
	padding:5px 0;
	text-align:left;
}

.simple-block .overflow-hidden {
	max-height:90px;
	overflow:hidden;
}

.simple-block .thumbnail {
	max-width: 100%;
	max-height:100px;
	overflow:hidden;
	margin-bottom:2px;
}

.lf-title {
	font-weight:normal;
	line-height:1em;
}

.coll-num {
	font-size:14px;
	font-weight:700;
	padding:2px 6px;
	color:#ffffff;
	background:#00a6f0;
	text-shadow:none;
	text-align:center;
}

.btn-intro-jrn-list {
	color: #004479;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: 1em;
	margin: -4px 0 0;
	padding: 4px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.btn-pearl-sd {
	color: #004479;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin: 5px 0 20px 0;
	padding: 4px 12px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}

.btn-pearl-sd-span {
	font-size:24px;
	line-height:1em;
	font-variant:small-caps;
	font-weight:900;
	display:block;
}

.btn-pearl-sd:hover .btn-pearl-sd-span {
	color:#f9d73f;
}

.btn-pearl-sd:hover {
	background:#004479;
	color:#ffffff;
	text-shadow:none;
}s

@media (max-width:990px) {
	.simple-block .thumbnail {
		max-height:220px;
	}
}

@media (max-width:767px) {
	.simple-block .thumbnail {
		max-height:180px;
	}

	.btn-intro-jrn-list {
		margin:0;
	}
}