#page-top {
    background: rgb(0,128,131);
    background: -moz-linear-gradient(180deg, rgba(0,128,131,1) 0%, rgba(234,245,245,1) 95%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,128,131,1) 0%, rgba(234,245,245,1) 95%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(0,128,131,1) 0%, rgba(234,245,245,1) 95%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008083",endColorstr="#ffffff",GradientType=1);
    background-repeat: no-repeat;
}

.detail-panel {
    box-shadow: 1px 1px 5px gray;
  	background-color: #fafafa;
  	padding: 10px;
    font-size: 14px;	
	margin-bottom: 20px;
    margin-top: 20px;

}

.subheading {
    color: #20a3f0;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size:12px;
}

hr {
    margin-top: 0 !important;
}

section h2.section-heading {
    margin-bottom: 5px !important;
}

.line-highlight {
  color:#20a3f0;
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 1rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}

.line-highlight:before {
	content: "";
	width: 24px;
	height: 1px;
	border-bottom:1px solid;
	position: absolute;
	top: 50%;
    left: 100%;
	margin-top:-1px;
}
.line-highlight:after {
	content: "";
	width: 24px;
	height: 1px;
	border-bottom:1px solid;
	position: absolute;
	top: 50%;
    right: 100%;
	margin-top:-1px;
}

.detail-panel h4 {
    color: #2d9595;
}

.quote-panel p {
    font-size: 12px;
    color: #666666;
}

.quote-panel h2 {
    font-style: italic;
    color: #2d9595;
    font-weight: 500;
}

.top-pane {
    padding-left: 15px;
    padding-right: 15px;
}

.about-banner {
	width: 80%;
	margin-right: 10%;
	margin-bottom: 16px;
}

.border-light-1 {
    border: 1px solid lightgrey
}