#tribute_content {
	display: table;
	width: 100%;
	padding-top: 5.5em;
	padding-bottom: 1em;
}
#tribute_content #tribute_photo,
#tribute_content #tribute_text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 7em;
}
#tribute_content #tribute_photo {
	padding-right: 2em;
	padding-top: 3em;
	padding-left: 7em;
}
#tribute_content #tribute_photo img {
	max-width: 12em;
}
#tribute_content #tribute_photo:empty {
	display: none;
}
#tribute_content p {
	margin-left: 0;
}

@media screen and (max-width: 517px) {
	#tribute_content,
	#tribute_content #tribute_photo,
	#tribute_content #tribute_text {
		display: block;
	}
	#tribute_content #tribute_photo {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 2em;
		padding-top: 4em;
		text-align: center;
	}
	#tribute_content #tribute_text  {
		padding-right: 0;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 2em;
	}
	#tribute_text p {
		font-size: 1em;
	}
}

#banner_logo img {
	width: 70%;
}
.scroller-navigator + .scroller .scroller-item .vertical-padding {
	padding-top: 0;
}
.scroller blockquote.quotation {
	margin-top: 1em;
}
#banner:hover div.static_page_element_image_toolbar {
	display: block;
}
#banner div.static_page_element_image_toolbar a {
	color: inherit;
	display: block;
	margin: -0.1em -0.2em -0.1em -1em;
	padding: 0.1em 0.2em 0.1em 1em !important
}

#banner_images,
#banner_images .banner-image {
	position: relative;
	left: 0; right: 0;
	top: 0em; bottom: 0;
	background: transparent none no-repeat scroll 50% 0;
	background-size: cover;
	min-height: 42em;
}
#banner_images .banner-image {
	overflow: hidden;
}
#banner_images .mobile-banner-image {
	display: none;
}
#banner_content {
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: rgba(40, 64, 86, 0.70);*/
	background-image: url('../../images/redslope.png');
	background-repeat: no-repeat;
	background-size: cover;
}
#banner_subtext ul, ol {
	margin-left: 0.5em !important;
}
.button-container a.button {
	margin: -1em 0;
}
hr.star-light {
	border-color: #fff;
	background-color: #fff;
}
hr.star-light, hr.star-primary {
	margin: 2.5em auto 2em;
	padding: 0;
	max-width: 250px;
	text-align: center;
	height: 0.1em;
}
#banner_subtext {
	display: inline-block;
	margin-top: 0.25em;
	max-width: 80%;
}
#banner_subtext p {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	font-size: 1.3rem;
	font-weight: 300;
	margin-top: 0.25em;	
}
#banner_link {
	top: 2.5em !important;
}
.banner-image .banner-image-content {
	display: inline-block;
	width: 100%;
	top: 4.5rem;
	position: relative;
	z-index: 1;
	line-height: 120%;
}
.banner-image .banner-image-content h1 {
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: -0.1rem;
	color: white;
	margin-bottom: 0;
}
.banner-image .banner-image-content h2 {
	font-size: 1.7rem;
	padding-left: 0.5em;
	color: white;
}
.banner-image .banner-image-content p {
	font-size: 90%;
	color: white;
}
.banner-limited-width {
	max-width: 54%;
	margin-top: 6.6em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#banner_progress {
	display: block;
	margin: 0;
	position: absolute;
	left: 14.6%;
	right: 15%;
	top: 97.5%;
	margin-top: -3em;
	text-align: center;
}
#banner_progress li {
	display: inline-block;
	background-color: transparent;
	width: 1.125em;
	height: 1.125em;
	border: 0.2em solid white;
	border-radius: 1em;
	margin: 0 0.375em;
	cursor: pointer;
	transition: background-color 0.5s, border-color 0.5s;
}
#banner_progress li.selected,
#banner_progress li:hover {
	background-color: #7fc703;
	border-color: white;
}
.section_heading {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.section_heading h2 {
	font-size: 2em;
}
#content_page_content {
	margin-top: 0em;
}
#portfolio_companies {
	position: relative;
	width: 100%;
	text-align: center;
}
#info_box_button_portfolio_company {
	text-align: center;
}
.info-box-portfolio-company-image .overlay {
	top: 0em !important;
	left: 0em !important;
	width: 100% !important;
	height: 100% !important;
}
#home_top_section {
	padding-top: 0em;
}
#about {
	background-color: #231666;
	color: white;
	margin-top: 4em;
	padding-bottom: 4em;
}
#two_columns {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	line-height: 1.5;
}
#home_page_contact {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	line-height: 1.5;
	font-size: 1.6em;
	background-color: white;
	color: black;
	min-height: 10em;
}
#footer {
	margin-top: 8em;
}
@media screen and (max-width: 1024px) {
	#banner_logo img {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.banner-image .banner-image-content {
		width: 100%;
		top: 1.5rem;
	}
	#banner_images, #banner_images .banner-image {
		min-height: 30em;
	}
	#banner_logo img {
		width: 100%;
	}
	#banner_subtext p {
	  font-size: 1rem;
	}
}
@media screen and (max-width: 740px) {
	#banner_images, #banner_images .banner-image {
		min-height: 30em;
	}
	.banner-image .banner-image-content {
		width: 100%;
		top: 1.5rem;
	}
	#banner_logo img {
		width: 100%;
	}
	#footer {
		margin-top: 5em !important;
	}
}
@media screen and (max-width: 517px) {
	#banner_images,
	#banner_images .banner-image {
		min-height: 23.5em;
	}
	.banner-image .banner-image-content {
		top: 1.5rem;
	}
	.banner-limited-width {
		max-width: 90%;
	}
	#banner_logo img {
		width: 100%;
	}
	#banner_subtext p {
		font-size: 0.8em;
	}
	.section_heading {
		width: 100%;
	}
	.info-box-portfolio-company-text {
		font-size: 1.2em !important;
	}
	#portfolio_companies {
		font-size: 0.9em;
	}
	#about {
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 3em;
	}
	.section_heading h2 {
	  font-size: 1em;
	}
	#two_columns {
		width: 100%;
		font-size: 0.7em;
	}
	#left_column {
		padding-left: 1em;
		padding-right: 0.5em;
	}
	#right_column {
		padding-left: 0.5em;
		padding-right: 1em;
	}
	.contact_form_width {
		margin-top: -1em;
		font-size: 0.6em;
	}
	form.contact table, form.contact table tbody, form.contact table tbody tr, form.contact table tbody tr th, form.contact table tbody tr td {
		font-size: 1.1em;
	}
	#footer {
		margin-top: 3.8em !important;
	}
}