
/* Reset
-------------------------------------------------- */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


/* Pix
-------------------------------------------------- */
img {
	display: block;
	max-width: 100%;
}

.inprogress {
	width:715px;
	height:350px;
	text-align:center;
}


/* Links
-------------------------------------------------- */
a {
	color: #26797d;
	text-decoration: none;
}
a:hover {
	color: #26797d;
	text-decoration:underline;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
	content: "";
	display: table;
	clear: both;
}


/* Site
-------------------------------------------------- */
html {
	height: 101%;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0!important;
	width: 100%;
	background: #fff;
	color: #222;
	font-size: .85em;
	line-height: 1.5em;
}
center {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1050px;
}
content {
	text-align:left;
}


/* Header
-------------------------------------------------- */
.color_bar_home, .color_bar_work, .color_bar_personal, .color_bar_about, .color_bar_resources, .color_bar_contact {
	width:100%;
	height:15px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}
.color_bar_home {
	background:url(../images/color_bar_home.jpg) repeat-x;
}
.color_bar_work {
	background:url(../images/color_bar_work.jpg) repeat-x;
}
.color_bar_personal {
	background:url(../images/color_bar_personal.jpg) repeat-x;
}
.color_bar_about {
	background:url(../images/color_bar_about.jpg) repeat-x;
}
.color_bar_resources {
	background:url(../images/color_bar_resources.jpg) repeat-x;
}
.color_bar_contact {
	background:url(../images/color_bar_contact.jpg) repeat-x;
}
.header {
	padding: 15px 16px 10px 0;
}
.logo {
	margin:0 0 0 15px;
	display: block;
	width: 270px;
	height:106px;
	background:url(../images/logo.jpg) no-repeat;
}
.logo a {
	display: block;
	width: 270px;
	height:106px;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
.logo {
	background:url(../images/logo.svg) no-repeat;
}
}
.bottom {
	position:fixed!important;
	left:0px;
	bottom:0px;
	width:100%;
	height:15px;
}

/* Navigation
-------------------------------------------------- */
.menu {
	margin-top:68px;
	font-family:"Arvo", serif;
	font-weight:400;
	border-right: 1px dashed #e26f04;
	text-transform:lowercase;
}
.menu a {
	display: block;
	color: #26797d;
}
.menu a:hover {
	color: #26797d;
	text-decoration: none;
}
.menu .active {
	color: #26797d;
}
.menu li {
	list-style: none;
	border-left: 1px dashed #e26f04;
}
.menu > li {
	position: relative;
}
.menu > li > a {
	padding: .35em 0;
}
.submenu {
	position: absolute;
	z-index: 1;
	display: none;
	left: .25em;
	margin-top:.15em;
}
.submenu:before {
	position: absolute;
	z-index: -1;
	content: '';
	top: -.35em;
	left: .5em;
	border-left: .35em solid transparent;
	border-right: .35em solid transparent;
	border-bottom: .35em solid #e5e2d0;
}
.submenu li {
	color: #26797d;
	font-size: .85em;
	font-weight: 400;
	border:none;
}
.submenu a {
	padding: .35em 1em;
	background: #e5e2d0;
	white-space: nowrap;
}
.submenu a:hover {
	background: #efede2;
	color: #26797d;
}
.subsubmenu {
	background: #e5e2d0;
}
.subsubmenu ul {
	margin:0;
	padding:0;
}
.subsubmenu li {
	font-size: .95em!important;
	list-style:disc inside!important;
}
.subsubmenu a {
	padding:0 18px 3px 18px;
	white-space: nowrap;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Arvo", Georgia, serif;
	font-weight:600;
	font-size:1.4em;
	color:#fff;
	text-decoration: none;
	margin: 20px 0 0 0;
	padding:12px 0 0 50px;
	height:43px;
	display: none;
	cursor:pointer;
	background:url(../images/menu.svg) no-repeat left #26797d;
	border-top: 1px solid #dddccc;
	border-bottom: 1px solid #dddccc;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
@media screen and (min-width: 606px) {
body {
	padding: 3em;
}
.logo {
	float: left;
}
.menu {
	float: right;
	margin-right: -1em;
}
.menu > li {
	float: left;
}
.menu > li > a {
	padding: .35em 1em;
	border: 0;
}
.menu > li:hover .submenu {
	display: block;
}
}


/* Headings
-------------------------------------------------- */
h1 {
	font-family: "Arvo", Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: .5em;
	color: #26797d;
}
h2 {
	font-family: "Arvo", Georgia, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: .4em;
	color: #26797d;
}
h3 {
	font-family: "Arvo", Georgia, serif;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: .4em;
	color: #a09457;
}
h4 {
	font-family: "Arvo", Georgia, serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: .5em;
	color: #a09457;
}
h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	border: 0 !important;
}


/* Main
-------------------------------------------------- */
.main {
	padding-bottom: 2.5em;
	border-bottom: 1px solid #ccc;
}
.main hr {
	margin: 0 0 15px 0;
	padding:0;
	height: 1px;
	background: #ddd;
}
.main p, .main figure, .main ul, .main ol {
	margin-bottom: 1.5em;
}

/* Text blocks */
.text ul, .text ol {
	margin-left: 3em;
}


/* Columns
-------------------------------------------------- */
.columns {
	padding:0;
	margin:0 auto;
	overflow:hidden;
}
.column_left_home {
	float:left;
	width:60%;
	margin:0 0 -1000px 0;
	padding:0 0 1000px 0;
}
.column_right_home {
	float:right;
	width:35%;
	margin:0 0 -1000px 0;
	padding:0 0 1000px 35px;
	border-left: 1px dashed #e26f04;
}
.column_left {
	float:left;
	width:75%;
	margin:0 0 -1000px 0;
	padding:0 35px 1000px 0;
	border-right: 1px dashed #e26f04;
}
.column_right {
	float:right;
	width:21%;
	margin:0 0 -1000px 0;
	padding:0 0 1000px 0;
}


/* Column Contents
-------------------------------------------------- */
.column_right_home img {
	padding: 0 10px 5px 0;
}
.column_right {
	font-size:.85em;
}
.column_left img {
	max-width:100%;
	border:1px solid #ccc;
}
.right {
	float:right;
	margin:0 0 10px 20px;
	max-width:350px;
}
.left {
	float:left;
	margin:0 20px 10px 0;
	max-width:350px;
}
.column_right img {
	max-width:220px;
	border:1px solid #ccc;
	margin:0 0 10px 0;
	max-width:100%;
}
.workshop {
	width:100%;
	height:209px;
	margin:0 0 30px 0;
	background: url(../images/womens_retreat.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.workshop_title {
	padding:154px 0 0 0;
}
.workshop h2 {
	height:55px;
	font-size:1.06em;
	line-height:1.3em;
	text-align:center;
	padding:10px 10px;
	margin:0;
	background:#e5e2d0;
	opacity:0.85;
}
.testimonials {
	padding:0 0 15px 0;
	margin:0 0 30px 0;
	font-size:.85em;
	line-height:1.4em;
	border-bottom:1px solid #ccc;
}
.book {
	font-size:.85em;
	line-height:1.4em;
}

.column_right .next_step {
	font-size:1.1em;
	line-height:1.4em;
	margin:0 0 30px 0;
}
.side_box {
	width:100%;
	padding:20px;
	font-size:1.1em;
	margin-bottom:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#efede2;
}

.side_box p {
	padding:0;
	margin:0;
}


/* Banners
-------------------------------------------------- */
.banner_home, .banner_inside, .banner_work, .banner_personal, .banner_about, .banner_resources, .banner_contact {
	width:100%;
	margin: 15px 0 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
.banner_home h3, .banner_inside h3, .banner_work h3, .banner_personal h3, .banner_about h3, .banner_resources h3, .banner_contact h3 {
	font-family: "Arvo", Georgia, serif;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 400;
	font-style:italic;
	color:#fff;
	margin-bottom: .5em;
}
.banner_inside, .banner_work, .banner_personal, .banner_about, .banner_resources, .banner_contact {
	height:135px;
	padding:50px 0 0 0;
}
.banner_home {
	height:205px;
	padding:85px 0 0 0;
	background:url(../images/banner_home.jpg);
}
.banner_inside {
	background:url(../images/banner_home.jpg);
}
.banner_work {
	background:url(../images/banner_work.jpg);
}
.banner_personal {
	background:url(../images/banner_personal.jpg);
}
.banner_about {
	background:url(../images/banner_about.jpg);
}
.banner_resources {
	background:url(../images/banner_resources.jpg);
}
.banner_contact {
	background:url(../images/banner_contact.jpg);
}


/* Next Step
-------------------------------------------------- */
.next_step {
	width:100%;
	padding:20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:url(../images/next_step.jpg) top left no-repeat #efede2;
}

.next_step p {
	padding:0;
	margin:25px 0 0 0;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
.next_step {
	background:url(../images/next_step.svg) top left no-repeat #efede2;
}
}

/* More / Less Controls
-------------------------------------------------- */
.more {
	font-style:italic;
	line-height:1.6em;
	padding:0 10px 5px 0;
	display:block;
}
.morecontent span {
    display: none;
}
.morelink {
	font-style:normal;
    /*display: block;*/
}


/* Footer
-------------------------------------------------- */
.footer {
	padding: 1em 0 6em;
	font-size: .8em;
	color:#ccc;
}
.copyright {
	float: right;
	text-align:right;
}
.bar_bottom {
	width:100%;
	height:15px;
	background:#ccc;
	border-bottom:3px solid #fff;
}


/* Responsive
-------------------------------------------------- */

@media screen and (max-width: 800px) {
.logo, .logo a {
	width: 200px;
	height:80px;
	margin:0;
	background-size:100%;
}
.menu {
	margin-top:48px;
}
}

@media screen and (max-width: 710px) {
.logo, .logo a {
	width: 155px;
	height:60px;
	margin:0;
	background-size:100%;
}
.menu {
	font-size:.9em;
	margin-top:32px;
}
.column_left img {
	float:none;
	margin:10px 0;
	max-width:100%;
}
}

@media screen and (max-width: 605px) {
.header {
	padding:0;
}
.logo, .logo a {
	width: 220px;
	height:90px;
	margin:0 auto;
	padding:0;
	background-size:100%;
}
.nav {
	height:auto;
	padding-top:20px;
}
.menu {
	float:none;
	position:static;
	display:none;
	border:none;
	font-size:1.1em;
	margin-top:5px;
}
.menu li, .menu li a {
	border:none;
	width: 100%;
}
.menu li a:hover  {
	display: block;
}
.menu > li:hover .submenu {
	display: block;
	position:static;
}
.submenu:before {
	display:none;
}
.show-menu {
		display:block;
}
.banner_home, .banner_inside, .banner_work, .banner_personal, .banner_about, .banner_resources, .banner_contact  {
	width:100%;
	height:auto;
	margin:10px 0 5px 0;
	padding:25px 25px 0 25px;
	text-align:center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.column_left_home, .column_right_home, .column_left, .column_right {
	float:none;
	width:100%;
	border:none;
	margin:0;
	padding:10px 0 0 0;
}
.copyright {
	float: left;
	text-align:left;
}	
}