/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  	font-size: 1.6rem;
  	font-family: "Open Sans", sans-serif;
  	color: #2c343b;
}

h1 {
	text-transform: uppercase;
	margin-bottom: 1em;
}

a {
  color: #d44457;
  text-decoration: none;
}

p {
	margin-bottom: 1em;
}

img {
  max-width: 100%;
}

object svg path {
    fill: rgba(0,0,0,0.5);
}

img {
    max-width: 100%;
}

header object {
    max-width: 100%;
    max-height: 80px;
    margin: 10px 0px;
}

section#contact {
  	background-color: #f2f2f2;
}

header nav {
	height: 100px;
}

header tel {
	position: absolute;
	right: 10px;
	top: 5px;
}

header nav ul {	
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 75px;
    width: 360px;
	float: right;
}

header nav ul li {
	text-align: right;
	font-weight: 600;
	flex: 1;
	text-transform: uppercase;
}

header nav a {
	color: Black;
}

header .container {
	position: relative;
}

section, footer {
	padding: 40px 0px;
}

section.cd-hero {
	padding: 0px;
}
 
p.copy {
 	line-height: 30px;
}

#navbar ul li a,
#navbar ul li {
	color: White;
	display: block;
	line-height: 23px;
}

#navbar ul {
	padding-bottom: 20px;
}

@media(min-width: 769px) {
	.navbar {
		display: none;
	}
}

@media(max-width: 768px) {
	header {
		padding-top: 50px;
	}
	header nav {
		display: none;
	}
}

hr {
	margin: 50px 0;
}

.btn-primary {
	background-image: none!important;
	border: none!important;
	border-radius: 0px;
}

label {
	text-align: left!important;
}

.cta {
	margin-top: 45px;
}

.contactMeta {
	display: none;
}

@media(min-width: 870px) {
	.contactMeta {
		display: block;
		position: absolute;
		top: 5px;
		right: 30px;
		text-align: right;
		line-height: 1.3;
	}
}