/* Debug
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.debug {
	border: 1px solid #ff0000;
}


/* Image Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.maxwidth { 
	max-width: 100%;
	height: auto;
}


/* Text Styling
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p.strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

h1.logo {
	font-size: 5.0rem; line-height: 1.5; letter-spacing: -.1rem; word-spacing: 0.5rem; font-weight: 900;
}

p.copyright {
	color: #bbb;
	font-size: 1.25rem;
	margin-top: 1rem;
}


/* Containers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	padding: 0 20px;
}
.container:first-of-type {
	padding: 20px 20px;
}

.boxshadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.TopLine {
border-top: 5px solid #d16727;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.noline {
	text-decoration: none;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nobullet {
list-style-type: none;
}


/* Margins
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.notopmargin {
	margin-top: 0;
	padding-top: 0;
}

.nobottommargin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.nomargin {
	margin: 0;
	padding: 0;
}

.InsetBox {
	padding: 20px;
	margin: 20px 0 20px 0;
}

.InsetEdge {
	padding: 20px 0 20px 20px;
	margin: 0;
}


/* Quotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
	padding: 1rem 2rem 2rem 2rem;
}

blockquote p {
	font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: -.05rem;
	font-weight: 400;
	font-style: italic;
	padding: 3rem 0 0 3rem;
}

blockquote p::before,
blockquote p::after {
	content: "\201C";
	font-family: Georgia;
	font-size: 5rem;
	margin: -2rem 0 0 -3rem;
	padding: 0 3rem 0 0;
	opacity: 0.25;
	position: absolute;
}

blockquote p::after {
	content: "\201D";
	margin: -1.75rem 0 0 0;
	padding: 0 1rem 0 0;
}

cite {
	font-style: normal;
	padding: 3rem 0 0 3rem;
	opacity: 0.70;
}

.cite {
	color: #515151;
	font-size: 1.25rem;
}

.cite-org {
	padding-left: 4.7rem;
}


/* Metrics
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.metric {
	font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-size: 4.5rem;
 	line-height: 1.2;
 	letter-spacing: -.1rem;
	font-weight: 900;
	color: #414141;
	margin: 0;
	text-align: center;
}
.metrictext {
	font-family: "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #414141;
	text-align: center;
}


/* Hero Video
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.video {
  position: absolute;
	max-width: auto;
	height: 115%;
  top: 0;
  left: 0;
}

.video-wrapper {
	background-color: #000;
	background-size: auto 100%;
  position: fixed;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
  overflow: hidden;
  z-index: -1;
}


/* Hero Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bgcontacthero {
	background-image: url('../images/services/contact_hero.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: cover;
	background-color: #000;
	color: #fff;
	max-width: 100%;
	height: 450px;
}

.bgdesignopshero {
	background-image: url('../images/services/designops_hero.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: cover;
	background-color: #000;
	color: #fff;
	max-width: 100%;
	height: 450px;
}
.bgcoachinghero {
	background-image: url('../images/services/coaching_hero.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: cover;
	background-color: #000;
	color: #fff;
	max-width: 100%;
	height: 450px;
}
.bgworkshopshero {
	background-image: url('../images/services/workshops_hero.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: cover;
	background-color: #000;
	color: #fff;
	max-width: 100%;
	height: 450px;
}

/* Mainbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mainbox {
	color: #fff;
	padding: 2rem;
	background-color: #414141;
}

.mainbox:hover {
	color: #fff;
	background-color: #993300;
}


/* Background Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bgcolorBrand {
	background-color: #993300;
}
.bgcolorWhite {
	background-color: #fff;
}
.bgcolorLightgray {
	background-color: #ccc;
}
.bgcolorGray{
background-color: #555;
}
.bgcolorTundora {
	background-color: #414141;
}
.bgcolorBlack {
	background-color: #000;
}

/* Text Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.brand {
	color: #993300;
}
.white {
	color: #fff;
}
.lightgray {
	color: #ccc;
}
.gray {
	color: #555;
}
.tundora {
	color: #414141;
}
.black {
	color: #000;
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
	background-color: rgba(65, 65, 65, 0.95);
}

.logo {
	background: #993300; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: #fff;
	text-align: center;
	position: -webkit-sticky; /* Safari */
  	position: sticky;
  	float: left;
	left: 7rem;
	top: 0;
	width: 30rem;
	height: 7rem;
	z-index: 10;
	padding-top: 1rem;
}


/* Desktop Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav {
	text-align: left;
	padding-left: 30%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	position: fixed;
  	width: 100%;
  	height: 6rem;
  	top: 0px;
  	z-index: 2;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 1.5rem;
  	word-spacing: 2rem;
  	text-decoration: none;
		line-height: 6rem;
		text-transform: uppercase;
}

.nav a:link {
	height: 5rem;
	color: #1786E5;
	text-decoration: none;
	padding: 2rem;
	vertical-align: middle;
	color: #fff;
}

.navon {
	height: 5rem;
	color: #fff;
	padding: 2rem;
	vertical-align: middle;
	background-color: #555;
}

.nav a:visited {
	height: 5rem;
	color: #fff;
	text-decoration: none;
	padding: 2rem;
	vertical-align: middle;
}

.nav a:hover {
	height: 5rem;
	color: #fff;
	text-decoration: none;
	padding: 2rem;
	vertical-align: middle;
	background-color: rgba(153, 51, 0, 0.94);
}

a.navon {
	height: 5rem;
	padding: 2rem;
	padding-left: 5rem;
}


/* Mobile Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.monav {
	line-height: 1.7;
	font-size: 1.25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
  	width: 100%;
  	height: 6rem;
  	bottom: 0px;
  	z-index: 1;
	color: #1eaedb;
	background-color: rgba(65, 65, 65, 0.95);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.monav a {
	line-height: 1.7;
	font-size: 1.25em;
	text-decoration: none;
}
.monav a:hover {
	line-height: 1.7;
	font-size: 1.25em;
	color: #fff;
	text-decoration: none;
}
.monavon {
	line-height: 1.7;
	font-size: 1.25em;
	color: #a6a6a6 !important;
	text-decoration: none;
}
.icon {
	width: 8rem;
	padding: 1rem;
  font-size: 1rem;
	text-align: center;
}
.icon:hover {
	background-color: rgba(153, 51, 0, 0.94);
}

.iconon {
	width: 8rem;
	padding: 1rem;
  font-size: 1rem;
	text-align: center;
	background-color: #555;
}
.iconon:hover {
	background-color: #555;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

textarea {
	height: 175px;
}


/* Spacing */

blockquote {
  margin-left: 0;
  margin-right: 0;
}

