.page-vocabulary-sections h1 {
	font-size: 24px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.section-breadcrumb h1,
.section-breadcrumb .views-row {
	margin-left: 0;
	padding-left: 0;
}
a.section-breadcrumb-home {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 3px;
	display: block;
}
.page-vocabulary-sections a,
.page-vocabulary-sections a:hover,
.page-vocabulary-sections a:visited,
.page-vocabulary-sections a:active {
	text-decoration: none;
	color: #000;
}

.section-top-story h2 {
	font-size: 20px;
}

.banner-ad-728x90-region {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.section-top-story .views-row {
	display: flex;
}
.section-top-story {
	margin-bottom: 40px;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 40px;
}
.section-top-story p {
	margin-bottom: 0;
}
.section-top-story .views-field-field-image {
	padding-right: 20px;
	flex: 0 0 300px;
}
.section-top-story img {
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height: 200px;
}

.section-other-stories .views-field-field-image,
.section-other-stories .thumbnail-image {
	padding-right: 20px;
	width: 150px;
}
.section-other-stories .views-field-field-image .list-group-item,
.section-other-stories .views-field-field-image .list-group-item:first-child,
.section-other-stories .views-field-field-image .list-group-item:last-child {
	border-radius: 0px !important;
	padding: 0px !important;
}
.sectiion-other-stories .views-field-field-image img {
	width: 100%;
	max-width: 175px;
	height: auto;
	max-height: 75px;
}
.section-other-stories h3 {
	font-size: 16px;
	margin-bottom: 4px;
}
.section-other-stories .view-content {
	font-size: 14px;
	margin-bottom: 20px;
}
.section-other-stories .views-row {
	display: flex;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
	.section-top-story .views-field-field-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.section-top-story .views-field-field-image {
		margin-right: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
  .page-vocabulary-sections .section-breadcrumb {
  	margin-bottom: 0px !important;
  }
}