html {
	font-size:14px;
	line-height:18px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	font-size:1rem;
}

.container {
    max-width: 1140px;
}

a, a:visited {
	text-decoration:none !important;
	color:#333;
}

a:hover {
	color:#000;
}

.sc-content-block-quick-insert {
	display:none !important;
}

.sc-content-block-menu-addcontent {
	display:none !important;
}

header .container {
	padding-top:15px;
	padding-bottom:15px;
}

	header .headerContainer {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: center;
	}
	
		header .logo {
			width:250px;
		}
		
			header .logo img {
				width:100%;
				height:auto;
			}
			
		header nav {
			display: flex;
			flex-grow: 1;
			justify-content: end;
		}


.btnMobileMenu {
	display:none;
	float:right;
	font-size:60px;
	line-height:60px;
	padding: 0 10px;
	color:#7f7f7f;
}

.btnMobileMenu, .btnMobileMenu:active, .btnMobileMenu:focus {
	color:#000;
	background:none;
}

.btnMobileMenu:hover {
	color:#000;
}

.btnMobileMenu span {
    padding: 10px 0 10px 10px;
	font-size:40px;
	line-height: 40px;
	float:right;
}

nav.mobile {
	position:relative;
	display:none;
}

/* SCROLL UP */

#scrollUp {
	bottom: 5px;
	right: 20px;
	padding: 5px;
	font-size:42px;
	line-height:24px;
	opacity:0.50;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4d5d;
}

#scrollUp:hover {
	opacity:0.9;
}

.ScrollUpLabel {
	font-size:18px;
	line-height:18px;
	display:block;
	padding-top:3px;
}

footer {
	padding-top:30px;
	padding-bottom:30px;
	font-size: 12px;
}

.standardContainer {
	font-size:1.5em;
	padding-top:15px;
	padding-bottom:15px;
	line-height: 2em;
}

h1 {
	font-weight:600;
	font-size:2em;
	color:#7f7f7f;
	line-height:1em;
	margin: 0.5em 0;
}

h2 {
	font-weight:600;
	font-size:1.85em;
	color:#000;
	line-height:1em;
	margin: 0.5em 0;
}

h3 {
	font-weight:600;
	font-size:1.6em;
	color:#7f7f7f;
	line-height:1em;
	margin: 0.5em 0;
}

h4 {
	font-weight:600;
	font-size:1.45em;
	color:#000;
	line-height:1.25em;
	margin: 0.5em 0;
}

h5 {
	font-weight:600;
	font-size:1.35em;
	color:#7f7f7f;
	line-height:1em;
	margin: 0.5em 0;
}

h6 {
	font-weight:600;
	font-size:1em;
	color:#000;
	line-height:1.5em;
	margin: 0.5em 0;
}

ul {
	margin-left:1em;
}

ul ul {
	margin-left:2em;
}

ul.serviceList {
	margin-top:1.5em;
	font-size:0.8em;
	line-height:2em;
}

ul.twoColList {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
		
	-webkit-column-gap: 45px;
	-moz-column-gap: 45px;
	column-gap: 45px;
}

.btn {
	border-radius:0;
	border:none;
}

.btn-primary {
	background:#7f7f7f;
}

.btn-primary:hover, .btn-primary:active {
	background:#000 !important;
	border:none !important;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow:none !important;
}

.greenText {
	color:#000;
}

.coralText {
	color:#7f7f7f;
}

.nowrap {
	white-space:nowrap;
}


.submissionForms {
	max-width:640px;
	margin:0 auto;
}