body {
	background: #f7f7fc;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#emphasizedText {
	font-size: 24px;
	font-weight: bold;
}

.btn-primary {
	background-color: #f7f7fc;
	border-color: #f7f7fc;
}

.btn-primary:hover {
	background-color: #f7f7fc;
	border-color: #f7f7fc;
}

.btn-primary:active {
	background-color: #f7f7fc;
	border-color: #f7f7fc;
}

.btn:active {
	background-color: #f7f7fc;
	border-color: #f7f7fc;
}

.cycler {
	position: relative;
}

.cycler img {
	z-index: 1;
}

.cycler img.active {
	z-index: 3;
}

#cyclerAbsoluteImage {
	position: absolute;
	margin-top: 0px; /* otherwise the margin of the other image is added and they don't line up */
}

#cyclerRelativeImage {
	position: relative;
}

#servicePageGlyph {
	margin-top: 70px;
	font-size: 10.0em;
}

#frontPageLogo {
	width: 323px;
	height: 336px;
}

#frontPageLogoContainer {
	top: 50%;
	margin-top: -168px;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.featurette-divider {
	margin: 40px 0;
}

.featurette-divider-top {
	margin: 60px 0;
}

#serviceSummarySectionHeader {
	background-color: #a8d1fc;
	border-radius: 4px 4px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

.serviceMiniButton {
	float: right;
	margin-left: 5px;
}

#addressSummary, #serviceSummary {
	border: 2px solid black;
	border-radius: 5px;
	margin-left: 100px;
	margin-right: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#addressSummary, #serviceSummary {
		margin-left: 80px;
		margin-right: 80px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#addressSummary, #serviceSummary {
		margin-left: 40px;
		margin-right: 40px;
	}
	
	#servicePageGlyphContainer {
		height: 0px;
		width: 0px;
		visibility: hidden;
	}
}

@media (max-width: 767px) {
	#addressSummary, #serviceSummary {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#servicePageGlyphContainer {
		height: 0px;
		width: 0px;
		visibility: hidden;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.carousel-inner > .item > img {
		height: auto;
		min-height: 100%;
	}
}

.carousel .item {
	width: inherit;
}

.container.marketing {
	background-color: white;
	border-radius: 5px;
	box-shadow: 8px 8px 6px;
}

.navbar-nav {
	font-size: 16px;
}

.dropdown-menu {
	font-size: 16px;
}

.navbar-static-top {
	border-bottom-width: 0px;
}

.navbar-inverse {
	background-color: #ff8f3f;
	border-color: initial;
	box-shadow: 2px 2px 3px 2px rgba(127, 127, 127, 0.4);
	color: #ffffff;
}

footer {
	background-color: #ff8f3f;
	color: #ffffff;
	padding: 5px;
	border-radius: 0px 0px 5px 5px;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-link {
	color: #ffffff;
}

.row-centered {
    text-align:center;
}

#col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}

#serviceInfoContainer {
	text-align: left;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
	font-weight: bold;
}

.featurette-image {
	margin-top: 40px;
}

.featurette-heading {
	margin-top: 40px;
}

#frontpageGlyphicon {
	font-size: 10.0em;
}

a.right.carousel-control {
	color: #bbb;
}

a.left.carousel-control {
	color: #bbb;
}

.carousel-caption {
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}

#hidden {
	height: 0px;
	margin: 0px;
	visibility: hidden;
}

@media (max-width: 767px) {
	.glyphicon-chevron-right {
		visibility: hidden;
	}
}

@media (max-width: 767px) {
	.glyphicon-chevron-left {
		visibility: hidden;
	}
}

@media (max-width: 767px) {
	.dropdown-menu > li > a {
		color: #333;
		background-color: transparent;
	}
}