@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: none;
}
html {
	min-height: 100%;
	padding-bottom: 1px;
}

/* this is to remove the border that the modernizer js causes 
html.js {
	left: 0px;
	top: 0;
	width: 100%;
	margin-left: -30px;
}*/
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* responsive image size */
img {
	max-width: 100%;
	height: auto;
}

/* Remove annoying border on linked images. */
a img {
	border: none;
	outline: none;
}
alt {
	display: none;
	visibility:hidden;
	}

/* END RESET */

/* UNIVERSAL CLASSES */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left img {
	margin: 0px 15px 15px 0px;
}
.right img {
	margin: 0px 0px 15px 15px;
}
.no-show {
	display: none;
}

.mobile-only {
	display: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 11px;
}
big {
	font-size: 15px;
}
a {
	/*color: #db9e2d;*/
	color: #0193cf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
/* remove dotted line border */
a:focus { 
    outline: none; 
}

a.button {
	color: #ffffff;
	background-color: #0193cf;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 15px;
}

a.button:hover {
	text-decoration: none;
	background-color: #34C1FE;
	cursor:pointer;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #444444;
	line-height: 21px;
	background-position: 0px 0px;
	background-color: #ffffff;
	
}
h1, h2, h3, h4{
	font-weight: normal;
	color: #005757;
	font-family: 'Montserrat', sans-serif;
	padding-top: 1px;
}

h1 {
	font-size: 30px;
	padding-bottom: 20px;
	line-height: 34px;
}
h1.home {
	font-size: 22px;
	line-height: 28px;
	text-align:center;
}
h2 {
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 26px;

}
h3 {
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 19px;

}
h4 {
	font-size: 16px;
	padding-bottom: 15px;
	line-height: 18px;
	
}
h5 {
}

p {
	padding-bottom: 19px;
	margin: 0px;
}

ul{
	list-style: none; 
	margin: 0px 0px 25px 0px; 
	padding: 0px;
}
ol {
	margin: 0 0 15px;
	list-style: decimal;
}

ol.alpha {
	list-style: lower-alpha;
}

.row ul li::before {
	content: "•"; 
	color: #a14c99;
  	display: inline-block; 
	width: 1em;
	margin-left: -1em;
	font-size: 19px;
}

.row ul li {
	padding-left: 20px;
}

/*ul li{
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}*/
ol li{
	margin: 8px 0px 8px 30px;
	line-height: 18px;
}
.top {
	font-size: 11px;
	background-image: url(../images/icon_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 0px;
	padding: 3px 0px 10px 28px;
	height: 22px;
	
}
p.large {
	font-size: 20px;
	line-height: 24px;
}
/* BEGIN FORMATTING */


#wrapper {
	max-width: 960px;
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 25px;
}

#content {
	padding-top: 36px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}

.row {
	padding-top: 36px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}

.row.purple {
	background: #f0e3f0;
}

.content {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 25px 25px;
}

#left-column {
	float: left;
	width: 25%;
	padding: 5% 30px 0 0;
}
#left-column img {
	padding-bottom: 20px;
}
#left-column p{
	font-size: 12px;
	line-height: 16px;
}
#left-column .quote p {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #3b1f39;
	clear: both;
	font-style: italic;
	
}
#left-column .quote p.attribution {
	font-size: 11px;
	text-align: right;
	margin-top: -7px;
	line-height: 15px;
	color: #3b1f39;
	font-weight: bold;
}

#right-column {
	float: left;
	width: 70%;
}
.sidenav {
	float: right;
	width: 140px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 11px;
}
.sidenav ul li {
	line-height: 10px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 25px;
}

.sidenav ul li.vcard {
	background-position: -2px -2px;
	background-image: url(../images/icon_vcard.jpg);
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
}
.sidenav ul li.linkedin {
	background-position: 0px 0px;
	background-image: url(../images/icon_linkedin.jpg);
	margin-bottom: 0px;
	margin-left: 0px;
	height: 22px;
	padding-top: 4px;
}
/*
span.vcard {
	background-position: 0px 2px;
	background-image: url(../images/icon_vcard.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 23px;
	height: 20px;
}
.video {
	float: right;
	width: 130px;
	padding-left: 30px;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	padding-bottom: 15px;
}
.video img {
	padding-bottom: 4px;
}
*/
/* HEADER */


#header {
	position: relative;
	height: 97px;
	background-color: #005757;
	padding: 0 10px;
}
#logo {
	float: left;
	position: relative;
	top: 3px;
}

.social {
	top: 19px;
	float: right;
	position: relative;
	text-align:right;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
}

.social a {
	color: #ffffff;
}
.social a:hover {
	text-decoration: underline;
}
.social p {
	padding-bottom: 5px;
}

/* NAV */

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


#nav {
	line-height: 14px;
	font-size: 13px;
	font-stretch:wider;
}

#nav ul, #nav ul li {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#nav ul {
	/*float:right;*/
	float: none;
	margin: 0 auto;
	position:relative;
	top: 69px;
	left: 20%;
}

#nav ul li {
	float: left;
	padding-left: 30px;
	display: block;
	background-image: none;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover, #nav a.selected{
	color: #BCFB00;
}

ul.slicknav_nav li {
	/*float: left;
	display:block;*/
	background-image: none;
	list-style-image:none;
}


/* HOME SLIDES */
/*----------------------------------------------------------- */

#slideshow{
	/*width: 941px;*/
	width: 100%;
	height: 181px;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 20px 0px;
	font-family: 'Montserrat', sans-serif;
	/*background-color: #faebdb;
	-moz-box-shadow: inset 0px 0px 30px 15px #d1bfac;
	-webkit-box-shadow: inset 0px 0px 30px 15px #d1bfac;
	box-shadow: inset 0px 0px 30px 15px #d1bfac;
	box-shadow: 0px 5px 3px 1px rgba(0, 0, 0, 0.3);*/
}

#slideshow .slide{
	/*width: inherit;*/
	width: 100%;
	height: 181px;
}

#slideshow .btn {
	width: 15%;
	max-height: 181px;
	float: left;
	display: inline-block;
	padding: 7% 0 0 0;
	margin: 0 0 0 75px;
}

#slideshow .img{
	/*max-width: 382px;*/
	float: left;
	display: inline-block;
	height: 181px;
}

#slideshow .text{
	width: 30%;
	max-height: 181px;
	float: left;
	display: inline-block;
	text-align: center;
	padding: 4% 0 0 15px;
	font-size: 18px;
	line-height: 30px;
	color: #0193cf;
}


/*#slideshow .text p em {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	font-style: normal;

}

#slideshow #arrows:hover .prev{
	display: block;
	background-position: left 50%;
	background-image: url('images/img_arrow_prev-hover.png');
}

#slideshow #arrows:hover .next{
	display: block;
	background-position: right 50%;
	background-image: url('images/img_arrow_next-hover.png');
}*/

#slideshow #arrows{
	position: absolute;
	overflow: hidden;
	width: 100%;
	/*height: 640px;
	height: 525px;*/
	height: 50px;
	z-index: 7777;
	top: 35%;	
	/*margin-top: 50%;*/
}

#slideshow .prev{
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 50px;
	background-position: left 0;
	background-image: url(../images/arrow-prev.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	
	
}

#slideshow .next{	
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 50px;
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	background-position: right 0;
	display: block;
	float: right;
	cursor: pointer;
	
}

/*#slideshow #arrows {
	height: 100%;
	z-index: 7777;
}

#slideshow #arrows .prev {
	background-image: url(../images/arrow-prev.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	float: left;
}
#slideshow #arrows .next {
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	float: right;
}*/

#slideshow-nav{
	position: relative;
	z-index: 8888;
	height: 19px;
	width: auto;
	float: right;
	bottom: 25px;
	margin-right: 10px;
}
#slideshow-nav a {
	margin-right: 5px;
	width: 6px;
	height: 12px;
	display: inline-block;
	/*background-image: url(images/slide-nav.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;*/
	padding: 0px 0px 0px 25px;
	padding: 0px 0px 0px 7px;
	text-indent: -9999px;
	background-color: #a2a2a2;
	-moz-border-radius: 15px;
	border-radius: 15px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#slideshow-nav a:hover {
	/*background-position: 0px -14px;*/
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#slideshow-nav a.activeSlide {
	/*background-position: 0px -14px;*/
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

/* HOME Services BOXES */

.services {
	line-height: 18px;
}

.coaching, .consulting, .facilitation {
	width: 28%;
	display: inline-block;
	float: left;
}
.coaching, .consulting {
	margin-right:8%;
}
.coaching h3, .consulting h3, .facilitation h3 {
	font-size: 24px;
	line-height: 23px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 35px 0;
	margin: 0 0 15px 0;
}
.coaching h3 {
	background-color: #114f00;
}
.consulting h3 {
	background-color: #3b1f39;
}

.facilitation h3 {
	background-color: #1e3045;
}

.coaching h3 a, .consulting h3 a, .facilitation h3 a {
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
}

.coaching h3:hover {
	background-color: #1D8000;
}
.consulting h3:hover {
	background-color: #703A6B;
}

.facilitation h3:hover {
	background-color: #385A83;
}

/* VIDEOS */

.video-container {
	max-width: 100%;
	margin-top: 25px;
}

.video-container .single-video {
	width: 100%;
	max-width: 530px;	
	margin: 20px auto;
	padding: 0 20px;
}

.video-container .section {
	width: 100%;
	max-width: 430px;	
	margin: 20px auto;
	padding: 0 20px;
	float: left;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
	margin-bottom: 25px;
    position:relative;
    height:0;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* HOME grey box */

.greybox {
	background-color: #ebebeb;
	border: solid 1px #acacac;
	padding: 15px 15px 0 25px;
	overflow: hidden;
	margin-top: 10px;
}

.greybox h3 {
	color: #242424;
}

.greybox .clients, .greybox .about {
	float: left;
}

.greybox .clients {
	width: 33%;
	font-size: 13px;
	line-height: 17px;
	margin-right: 5%;
	
}

.greybox .clients p.attribution {
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	line-height: 15px;
}

.greybox .about {
	font-size: 16px;
	line-height: 22px;
	width: 60%;
}

.greybox p.connect {
	font-size: 14px;
	line-height: 19px;
}

/*testimonials*/

.testimonial {
	background-color: #ebebeb;
	border: solid 1px #acacac;
	padding: 20px 15px 0 60px;
	background-image:url(../images/quote.png);
	background-size: 35px 24px, cover;
	background-position: 12px 20px;
	background-repeat: no-repeat;
	margin: 0 0 25px 0;
}

.testimonial p {
	font-size: 15px;
	line-height: 22px;
}

.testimonial p.attribution {
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	text-align: right;
}

/* LOGOS */

#logo img {
	max-width: 150px;
	width: 100%;
	top: 5px;
	position: relative;
}

.logos {
	margin: 0 0 40px 0;
	clear: both;
	overflow:hidden;

}
.logos img {
	float: left;
	margin: 0 5% 5% 0;
	max-width: 100px;
	width: 100%;
}



/* FOOTER */

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #898383;
	font-size: 11px;
	text-align:right;
	margin-top: 25px;
}

#footer p {
	margin: 8px 0px;
	line-height: 14px;
}

#footer a {
	color: #898383;
}

#footer a:hover {
	text-decoration:underline;
}

/*  MOBILE */

@media screen and (min-width: 1551px) and (max-width: 1950px) {

}
@media screen and (min-width: 1225px) and (max-width: 1550px) {

}
@media screen and (min-width: 1024px) and (max-width: 1224px) {

}
@media screen and (min-width: 868px) and (max-width: 1023px) {
	

}

@media screen and (min-width: 668px) and (max-width: 1023px) {
	

}


@media screen and (min-width: 668px) and (max-width: 989px) {
	
	.video-container .section {
	max-width: unset;
	padding: unset;
	margin: 0 auto;
}	

}

@media screen and (min-width: 569px) and (max-width: 667px) {


.wrapper {
	overflow: hidden;
}
#content {
	padding-top: 0;
	overflow: hidden;
}
	
#left-column {
	float: left;
	width: 100%;
	padding: 0 3px;
}

#right-column {
	float: left;
	width: 100%;
	padding: 0 3px;
}

#header {
	
}
#logo {
	float: left;
	position: relative;
	
}

.social {
	right: 0px;
	
}

.right {
	float: none;
	clear: both;
}
.left img {
	margin: 0px 0 15px 0px;
}
.right img {
	margin: 0px 0px 15px 0;
}

.coaching, .consulting, .facilitation {
	width: 100%;
	display: block;
	float: left;
}
.coaching, .consulting {
	margin-right:0;
}

.greybox .clients {
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	margin-right: 0;	
}

.greybox .about {
	font-size: 16px;
	line-height: 22px;
	width: 100%;
}
	
.video-container .section {
	max-width: unset;
	padding: unset;
	margin: 0 auto;
}

.mobile-only {
	display:inline;
}
	
.mobile-only img {
	margin: 0 auto 20px;
	display: block;
}

#slideshow, #slideshow-nav {
	display: none;
}


}


@media only screen and (min-width : 240px) and (max-width : 568px) {


.wrapper {
	overflow: hidden;
}
#content {
	padding-top: 0;
	overflow: hidden;
}
#left-column {
	float: left;
	width: 100%;
	padding: 0 3px;
}

#right-column {
	float: left;
	width: 100%;
	padding: 0 3px;
}

#header {
	height: 180px;
}
	
#logo {
	float: left;
	position: relative;
	/*top: 25px;*/
}

.social {
	/*bottom: 20px;*/
	right: 0px;
	/*position: absolute;*/
	
}

.right {
	float: none;
	clear: both;
}
.left img {
	margin: 0px 0 15px 0px;
}
.right img {
	margin: 0px 0px 15px 0;
}
.coaching, .consulting, .facilitation {
	width: 100%;
	display: block;
	float: left;
}
.coaching, .consulting {
	margin-right:0;
}
.greybox .clients {
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	margin-right: 0;
	
}

.greybox .about {
	font-size: 16px;
	line-height: 22px;
	width: 100%;
}
	
.video-container .section {
	max-width: unset;
	padding: unset;
	margin: 0 auto;
}

.mobile-only {
	display:inline;
}
	
.mobile-only img {
	margin: 0 auto 20px;
	display: block;
}

#slideshow, #slideshow-nav {
	display: none;
}


}

@media only screen and (min-width : 0px) and (max-width : 318px) {
	#header{
		height: 180px
	}
}

@media only screen and (min-width : 0px) and (max-width : 239px) {

.wrapper {
	overflow: hidden;
}

#content {
	padding-top: 0;
	overflow: hidden;
}

#left-column {
	float: left;
	width: 100%;
	padding: 0 3px;
}

#right-column {
	float: left;
	width: 100%;
	padding: 0 3px;
}

#header {
	height: 180px;
}
	
#logo {
	float: left;
	position: relative;
	/*top: 25px;*/
}

.social {
	/*bottom: 20px;*/
	right: 0px;
	/*position: absolute;*/
	
}
.right {
	float: none;
	clear: both;
}
.left img {
	margin: 0px 0 15px 0px;
}
.right img {
	margin: 0px 0px 15px 0;
}
.coaching, .consulting, .facilitation {
	width: 100%;
	display: block;
	float: left;
}
.coaching, .consulting {
	margin-right:0;
}
.greybox .clients {
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	margin-right: 0;	
}

.greybox .about {
	font-size: 16px;
	line-height: 22px;
	width: 100%;
}
	
.video-container .section {
	max-width: unset;
	padding: unset;
	margin: 0 auto;
}

.mobile-only {
	display:inline;
}
	
.mobile-only img {
	margin: 0 auto 20px;
	display: block;
}

#slideshow, #slideshow-nav {
	display: none;
}

}


