:root {
	--green1: #0c7c02;
	--green-dark: #075a00;
	--yellow: #edf67d;
	--yellow-light: #e4edb9;
	--font-kit: "Trebuchet MS", Myriad, Arial, Helvetica, sans-serif;
	--condensed: 'Futura Condensed';
}
/* PLANTS = 218px wide */

@font-face {
	font-family: 'Futura Condensed';
	src: url('fonts/FuturaCondensed-CondensedBold.woff2') format('woff2'),
		url('fonts/FuturaCondensed-CondensedBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Futura Condensed';
	src: url('fonts/FuturaCondensed-CondMed.woff2') format('woff2'),
		url('fonts/FuturaCondensed-CondMed.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
* {
	box-sizing: border-box;
}
/* ==========================================================================
 STRUCTURE
 ========================================================================== */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	  width: 91.53%;
}
.span_10_of_12 {
	  width: 83.06%;
}
.span_9_of_12 {
	  width: 74.6%;
}
.span_8_of_12 {
	  width: 66.13%;
}
.span_7_of_12 {
	  width: 57.66%;
}
.span_6_of_12 {
	  width: 49.2%;
}
.span_5_of_12 {
	  width: 40.73%;
}
.span_4_of_12 {
	  width: 32.26%;
}
.span_3_of_12 {
	  width: 23.8%;
}
.span_2_of_12 {
	  width: 15.33%;
}
.span_1_of_12 {
	  width: 6.866%;
}
.mobile-book {
	display: none;
}
/*######## GENERAL ########*/
body {
  background: var(--yellow-light); 
  font: normal 1em/1.2em var(--font-kit);
  margin:0;
  padding:0;
}

img {
	border: 0 none;
}

/*######## LAYOUT ########*/
#wrap {
  margin: 35px auto 0 auto;
  position: relative;
  z-index: 10;
}
.plants {
	width: 218px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#head {
  height:52px;
  padding-left: 218px;
}
#menu {
  background-color: #C1EAED;
  height:39px;
  padding: 7px 0;
  border-radius: 0 20px 0 0;
  position: relative;
  left: -4%;
  padding-left: 34px;
  width: 104%;
  z-index: 50;
}
#main {
  margin:15px 0 30px 0;
  padding:10px 0 20px 0;
}
#content {
  padding-left: 218px;
  background-image: url(img/bg-content.webp), url(img/bg-content-green.webp);
  background-repeat: no-repeat, repeat-y; 
  background-position: 153px 0, -66px 0;
  background-size: 120%, auto;
  border: 1px solid #3d8504;
  border-radius: 0 20px 20px 0;
  border-left: 0 none;
  border-bottom: 0 none;
  margin-bottom: 35px;
  }
section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.first {
  flex-flow: row nowrap;
  padding: 0 0 20px 0;
  align-items: stretch;
  width: 92%;
  margin-left: 20px;
}
.left {
  width: 62%;
}
.right {
  width: 34%;
}
.book-promo {
	width: 92%;
	margin: 5px 20px 65px 20px;
	border-radius: 25px;
	border: 1px solid var(--green-dark);
	position: relative;
	top: 50px;
	background-color: #abf86a;
	padding-top: 20px;
}
.cover-wrap {
	position: absolute;
	height: 330px;
	width: 300px;
	left: 15px;
	overflow: hidden;
	bottom: 0;
}

.cover-wrap img {
	width: 100%;
}
#content .book-promo h2 {
	font: bold normal 450%/1.2em var(--condensed);
	color: black;
	position: relative;
	margin: -13px 0 0 0;
}
h2 span.badge {
	background-color: #d8ff00;
	border-radius: 50%;
	border: 1px solid var(--green1);
	font-size: 19px;
	font-family: var(--condensed);
	transform: rotate(20deg);
	height: 80px;
	width: 80px;
	display: block;
	text-align: center;
	color: var(--green-dark);
	line-height: 1.35em;
	padding-top: 19px;
	position: absolute;
	right: -20px;
	top: -20px;
}
span.badge strong {
	font-size: 35px;
	font-family: var(--font-kit);
	display: block;
}

.book-promo h3 {
	color: var(--green-dark);
	font-style: italic;
	font-size: 200%;
	margin: 0 0 13px 0;
	padding-right: 10px;
}
.book-promo_top {
	padding-left: 300px;
}
.book-promo_bottom {
	background-color: #48cd2e;
	width: 100%;
	border-radius: 0 0 25px 25px;
	padding: 20px 0 20px 300px;
	height: 115px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.products .book-promo_bottom {
	background-color: transparent;
	padding-left: 0;
}
#content .book-promo_bottom ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-right: 1px solid var(--green-dark);
	padding: 20px 30px 20px 20px;
	margin-top: 30px;
	list-style: none;
	position: relative;
	width: 65%;
}
.book-promo_bottom ul:before{
	content:attr(aria-label);
	color: black;
	font-style: italic;
	font-size: 17px;
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translate(-50%, 0);
}
#content .book-promo_bottom li {
	width: 30%;
	text-align: center;
}
#content .book-promo_bottom ul a:link {
	width: 100%;
	display: inline-block;
	background-color: #7efb65;
	border-radius: 10px;
	border: 1px solid var(--green-dark);
	color: var(--green-dark);
	text-decoration: none;
	padding: 10px 15px;
	font-size: 19px;
	font-weight: bold;
}
#content .book-promo_bottom ul a:visited {
	color: var(--green-dark);
}

#content .book-promo_bottom ul a:hover,
#content .book-promo_bottom ul a:active {
	background-color: #f4ff9a;
}
#content a.promo-sample {
	width: 20%;
	font: bold 21px/1em var(--condensed);
	color: #060;
	text-align: center;
	border: 1px solid var(--green-dark);
	border-radius: 10px;
	margin-right: 10%;
	text-decoration: none;
	padding: 15px 15px 10px 15px;
}
#content a.promo-sample:visited {
	color: #060;
}
#content a.promo-sample:hover,
#content a.promo-sample:active {
	background-color: #7efb65;
}

.divorce-specialist {
	width: 92%;
	margin: 5px 20px 30px 20px;
	background-color: #f4ff9a;
	border-radius: 25px;
	border: 1px solid var(--green-dark);
	padding: 15px 18px 25px 18px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#content .divorce-specialist p {
	font: 400 150%/1.1em var(--condensed);
}
a.button_find-out {
	display: block;
	width: 26%;
	margin-left: 69%;
	text-align: center;
}
a.button_find-out:link {
	border: 1px solid var(--green-dark);
	border-radius: 5px;
	background: transparent;
	font-size: 150%;
	color: var(--green-dark);
	padding: 10px 27px;
	text-decoration: none;
}
a.button_find-out:visited {
	text-decoration: none;
	color: var(--green-dark);
}
a.button_find-out:hover,
a.button_find-out:active {
	color: #f4ff9a;
	background-color: var(--green-dark);
}
img.badge-member {
	width: 45%;
	max-width: 490px;
	display: inline;
	margin: 0 3px;	
}
img.badge-nadp {
	width: 43%;
	max-width: 490px;
	display: inline;
	margin: 0 3px;	
}
.video,
#products {
  width: 95%;
}
.video img {
	width: 100%;
}
#announcements {
  background: var(--yellow);
  padding: 15px;
  width: 100%;
}
#side {
  background-color: rgba(221,244,251, 0.75);
  padding: 15px;
}
section.second {
  flex-flow: row wrap;
  padding: 0 20px;
  background-color: rgba(221,244,251, 0.75);
  border-radius: 20px;
  width: 92%;
  margin-left: 20px;
}
section.content {
  padding: 0 20px 20px 20px;
  background-color: rgba(221,244,251, 0.75);
  border-radius: 20px;
  width: 92%;
  margin-left: 20px;
}
.programs #content {
  /*min-height: 1280px;*/
}
.about #content {
  min-height: 1350px;
}
#products {
  background-color: rgba(221,244,251, 0.65);
  margin:5px 0 100px 0;
  padding:20px;
  display: grid;
  grid-template-columns: 58% 33%;
  grid-template-rows: minmax(30px, auto) minmax(200px, auto)  minmax(100px, auto);
  grid-gap: 20px 8%;
}
#products h3 {
	grid-area: 1 / 1 / 2 / 2;
}
#products img.book {
	grid-area: 1 / 2 / 4 / 3;
}
#products .text-content {
	grid-area: 2 / 1 / 3 / 2;
}
#products .book-promo_bottom {
	grid-area: 3 / 1 / 4 / 2;
}
.products #content a.promo-sample {
	margin-right: 0;
}
.products #content .book-promo_bottom ul {
	width: 70%;
}
.programs ul {
  margin-top: 5px;
}
.programs ul li {
  font-weight: bold;
}
.products #products,
.meetings #products {
  width:96%;
}

.rounded {
  border-radius: 20px;
}
#main img.rounded {
	margin-top: 15px;
  width: 100%;
}
.about #main img.rounded {
	width: 50%;
}
div.intro {
  width: 92%;
  padding: 20px;
  margin: 5px 20px 20px 20px;
}
#content .intro h2 {
  font: italic bold 250%/1.2em "Trebuchet MS", Myriad, Arial, Helvetica, sans-serif;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  text-align: center;
  color: white;
  margin: 0 !important;
}
#content .intro p {
	font-family: "Trebuchet MS", Myriad, Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 4px rgba(2, 57, 4, 0.7);
	font-size: 20px;
	color: white;
}
#content .intro a {
	color: white;
	text-decoration: underline;
}
#content .intro a:hover {
	color: var(--yellow);
}
#content p.testimonial {
  font: 95%/1.1em Arial, Helvetica, sans-serif;
}
#products p.from {
  font-size: 81.25%;
  font-style: italic;
}


/*######## TYPOGRAPHY ########*/
a:link,
a:visited {
  color:#060;
  text-decoration:underline;
}
a:hover {
  color:#063;
  text-decoration:none;
}
a:active {
  color:#9c0;
  text-decoration:none;
}
h1 {
	color: var(--green1);
	font: bold 400%/1.5em var(--condensed);
	margin: 0 0 5px 0;
}
#head h2 {
  font-size:50px;
  line-height:19px;
  font-style:italic;
  color:#000;
   margin:0 0 3px 0;
 }
#head h2 span {
  color:#067d00;
  font-size:19px;
  line-height:45px;
  text-transform:uppercase;
}
#content h2 {
  color:#006600;
  font-size:30px;
  font-style:italic;
  line-height: 27px;
}
h3 {
  font-size: 24px;
  color: #006600;
  font-style: italic;
  line-height: 1.1em;
  margin-bottom: 10px;
}
#content ul {
  font: 15px/20px Arial, Helvetica, sans-serif;
  color:#333;
  list-style:circle;
  margin-top: 5px;
  text-align: left;
}
#content ul.list {
	margin: 0;
}
#content ul.list:before {
	content:attr(aria-label);
	color: var(--green1);
	font: bold italic 120%/1em var(--condensed);
	margin-left:-15px;
 }
 #content ul.list li {
	 margin: 4px 0;
 }
#content p {
  font:17px/22px Arial, Helvetica, sans-serif;
  color:black;
  margin:6px 0 20px 0;
}
#content p.quote {
  line-height: 18px;
  font-style: italic;
}
#content p.callout {
  color:#060;
  font-size:16px;
  font-weight:bold;
  font-style:italic;
  margin-bottom: 5px;
}

#announcements h1,
#announcements p,
#announcements h3 {
	color:#006600;
	font-size:16px;
	font-style:italic;
	margin: 7px 0 0 10px;
	line-height: 22px;
}
#content #announcements h2 {
	color: var(--green1);
	font-size: 150%;
	font-style:italic;
	margin: 7px 0 15px 10px;
	line-height: 22px;
}
#content #announcements ul {
	columns: 2;
	font-weight: normal;
	font-size: 110%;
	line-height: 1.2em;
}
#content #announcements ul li {
	margin-bottom: 8px;
}
#content #announcements p {
	padding-right: 0;
}
#products h3 {
  color:#006600;
  font-size:33px;
  font-style:italic;
  margin:0 0 20px 0;
}
#products h4,
#content h4 {
  color:#360;
  font: bold italic 105%/1em Arial, Helvetica, sans-serif;
}
#products p.note {
  line-height:20px;
  font-size:12px;
}
#products p {
  line-height:22px;
  font-size:18px;
}
#products p em {
  color:#060;
}
#products p.testimonial,
#content p.testimonial {
  font: 15px/18px Arial, Helvetica, sans-serif;
}
#products {}
#side {
	text-align: center;
	width: 34%;
}
#side h3 {
  color: var(--green-dark);
  font: bold 170%/1.2em var(--condensed);
  margin: 30px 0 0 0;
}
#side h3 span {
  font-style: normal;
  font-weight: normal;
  font-size: 85%;
}
#side h3 em {
	font-family: var(--font-kit);
	font-style: italic;
}
#side p {
	margin:2px 0 0 0;
	color:#333;
	font-size:95%;
	line-height:1em;
 }
#side p.green {
	color: var(--green-dark);
	font-size: 115%;
	margin: 0 0 0 10px 0;
}
#side div.slider {
    width: 235px;
}
div.slider p.quote {
  font-style:italic;
  line-height:18px;
  color:#360;
}
.callout {
  color:#060;
   font-size:16px;
   font-weight:bold;
   font-style:italic;
 }
.testimonial {
  color:#060;
  font:italic 12px/15px Arial, Helvetica, sans-serif;
}

/*######## NAV ########*/
.slicknav_menu {
	display:none;
}
html #content #menu ul {
  list-style:none;
  font-size:16px;
  text-transform:uppercase;
  margin:3px 0 0 0;
  padding-right:0;
}
#menu li {
  display:inline;
  margin:0 20px 0 0;
  padding:0 35px 0 0;
  background: url(img/div-nav.png) no-repeat right top;
  font-weight: normal;
}
#menu li.last {
  background:none;
}
#menu a {
  color:#0989a0;
  text-decoration:none;
}
#menu a:hover {
  color:#18bda0;
  text-decoration:none;
}

/*######## CONTENT ########*/

.home #content h2 {
  /*margin:48px 0 0 0;*/
}
#content h3 {
  /*margin: 20px 0 10px 20px;*/
}
.meetings #content p {
  padding-right: 10px;
}
.products #content p {
  padding-right:10px;
}
.products section.first {
  flex-flow: row wrap;
}
#content .first h2 {
  margin-top: 14px;
}
.products .first h2,
.products .first p {
  width: 100%;
}
#products h4, #content h4 {
  margin:2px 0 0 0;
}
#products p.note {
  padding-right:0;
  margin:4px 10px 6px 30px;
}
#products div.product p {
  line-height:20px;
  font-size:14px;
  padding-right:0;
  margin:6px 0 20px 0;
}
.meetings section {
  flex-flow: column nowrap;
}
.meetings #products {
  background-color: transparent;
}
.meetings #content p {
  width: 90%;
  margin:8px 0;
}
#products div.product p.testimonial,
#content p.testimonial {
  margin:13px 0 5px 0;
}
form {
  width: 100%;
}
#products div.HTMLBlock, #side div.HTMLBlock  {
  padding-left: 0;
}

#side form h3 {
  margin-left: 0;
}
#side iframe.welcome,
iframe.restoration {
  border-radius: 10px;
  width: 100%;
  height: 220px;
}
iframe.restoration {
  margin-top: 5px;
  min-height: 500px;
}
#side p.articles {
    padding-left: 40px;
    background:url(img/ico/newspaper.png) no-repeat top left;
  }
#side p.meeting {
  padding-left: 40px;
  background:url(img/ico/calendar.png) no-repeat top left;
}
#side h3.book {
  padding-left: 40px;
  background:url(img/ico/book_open.png) no-repeat top left;
}

div.product {
  margin:10px 16px 0 16px;
  padding:0 0 10px 10px;
}
.products div.product {padding:5px 0 30px 30px; clear:both;}
div.product.last {border-bottom:0 none;}
div.product.book {background:url(img/ico/book_open.png) no-repeat top 5px;}
div.product.cd {background:url(img/ico/cd.png) no-repeat top 5px;}
div.product.combo {background:url(img/ico/combo.png) no-repeat top 5px;}

div.purchase {
	width:213px; float:right; padding:0 4px;
}

img.book {
  margin-top:-30px;
  width: 100%;
}
div.HTMLBlock {
  padding-left: 20px;
}
img.badge {
	width: 60%;
	margin: 0 auto;
}
/*######## MEETING ########*/
table.meeting {
  width: 90%;
}
table.meeting td {
  padding:4px;
  font:17px/20px Arial, Helvetica, sans-serif;
  color:#333;
  margin:0;
}

td.fieldLabel {
  font:17px/20px Arial, Helvetica, sans-serif; color:#333; margin:0;
}
input.submit {
  margin-left: 20px;
  background: rgb(200,219,75); /* Old browsers */
  background: linear-gradient(to bottom,  rgba(200,219,75,1) 0%,rgba(127,174,44,1) 99%);
  border: 1px solid #7FAE2C;
  padding: 8px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
input.submit:hover {
  background: rgb(200,219,75); /* Old browsers */
  background: linear-gradient(to bottom,  rgba(127,174,44,1) 0%, rgba(200,219,75,1) 99%);
}
.toggle {
    margin-left: 3.5%;
}
.toggle:last-child {
  border-bottom: 1px solid #060;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  padding-top: 14px;
  border-top: 1px solid #060;
  margin-bottom: 15px;
}
#products .toggle-title h4 {
  font-size: 200%;
  margin: 0px;
  font-style: normal;
  line-height: 1em;
  cursor: pointer;
  font-weight: 200;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}

/*######## SIDEBAR- RSS LIST########*/
div.rssSummaryList div.rssSummaryListTitle {
  color:#060;
   font-size:14px;
   font-style:italic;
 }
div.rssSummaryList { padding:0 30px; }

/*######## SIDEBAR- AWEBER FORM ########*/
#side #mc_embed_signup{
  padding: 0 0 0 20px;
  margin-bottom: 50px;
}
#side #mc_embed_signup h2 {
  margin-left: 0;
}
#side div.mc-field-group {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  padding: 5px 0;
}
#mc_embed_signup label { display: block; margin: 5px 0;}
#content .mc-field-group ul {list-style: none;}
#side div.af-element.privacyPolicy p { margin: 0; padding: 0; }
#content .mc-field-group ul label { display: inline; }
div.input-group+p {
  display: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=url] {
  width: 85%;
  height: 19px;
  padding: 5px;
  font-size: 15px;
  display: block;
  border: 1px solid #060;
  margin-bottom: 8px
}
label {
  font-size: 17px;
  margin: 5px 0 10px 0;
  display: block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus {
  border: 1px solid #7FAE2C;
  outline: none;
}
div.g-recaptcha {
  margin: 5px 0 10px 20px;
}
#side input[type=submit] {
  background: rgb(200,219,75); /* Old browsers */
  background: linear-gradient(to bottom,  rgba(200,219,75,1) 0%,rgba(127,174,44,1) 99%);
  border: 1px solid #7FAE2C;
  padding: 8px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
#side input[type=submit]:hover {
  background: rgb(200,219,75); /* Old browsers */
  background: linear-gradient(to bottom,  rgba(127,174,44,1) 0%, rgba(200,219,75,1) 99%);
}
.asterisk { color: red; }
.indicates-required { font-style: italic;}

a.button {
  margin: 15px 15px 25px 40px;
  font-family: Arial;
  color: #147a06;
  font-size: 17px;
  text-align: center;
  padding: 8px;
  text-shadow: 1px 1px 3px #cbfa84;
  border: solid #298504 1px;
  background: rgb(90,173,12);
  background: linear-gradient(0deg, #5aad0c 0%, #cbfaa3 100%);
  display: block;
  cursor: pointer;
}
a.button:link,
a.button:visited {
  text-decoration: none;
}
a.button:hover {
  background: #a0e065;
}
#products a.button {
  width: 50%;
  margin-left: 0;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}
/*######## FOOTER ########*/
#footer {
  padding:8px 0 15px 0;
  margin: 0 auto 15px auto;
  width: 92%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#footer p {
  color:#ff9;
  font-size:12px;
  margin:0;
  padding:0;
  width: 40%;
}
#footer a {
  color:#ff9;
}
.social_row {
  width:15%;
  text-align: right;
}
#footer .social {
  height:40px;
  width:40px;
  display:inline-block;
  margin-left: 10%;
}
#footer a:hover {
  opacity: 0.7;
}
#video-welcome {
	display: none;	
}
.featherlight-content #video-welcome {
	display: block;	
}

/*######## BX SLIDER ########*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.slider div {
  padding: 10px 30px;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -5px;
  background: url('img/ico/circle-chevron.svg') no-repeat 0 0;
  width: 25px;
  height:25px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  opacity: 0.6;
}
.bx-wrapper .bx-next {
  right: -3px;
  background: url('img/ico/circle-chevron.svg') no-repeat 0 0;
  transform: rotate(180deg);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  opacity: 0.6;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 22px;
  height: 22px;
  text-indent: -80px;
  z-index: 9999;
  overflow: hidden;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left; }
  .slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: 0.875em;
	margin: 0.188em 0 0 0.438em; }
	.slicknav_menu .slicknav_icon:before {
	  background: transparent;
	  width: 1.125em;
	  height: 0.875em;
	  display: block;
	  content: "";
	  position: absolute; }
  .slicknav_menu .slicknav_no-text {
	margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
	content: " ";
	display: table; }
  .slicknav_menu:after {
	content: " ";
	display: table;
	clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
	display: block; }
  .slicknav_nav li {
	display: block; }
  .slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
	cursor: pointer; }
	.slicknav_nav .slicknav_item a {
	  display: inline; }
  .slicknav_nav .slicknav_row {
	display: block; }
  .slicknav_nav a {
	display: block; }
  .slicknav_nav .slicknav_parent-link a {
	display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: var(--blue);
 }
  .slicknav_menu * {
	box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
	background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  //background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px; }
	.slicknav_nav .slicknav_row:hover {
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  background: #ccc;
	  color: #fff; }
  .slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px 8px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 130%;
 }
	.slicknav_nav a:hover {
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  background: #ccc;
	  color: #222; }
  .slicknav_nav .slicknav_txtnode {
	margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/**
   * Featherlight – ultra slim jQuery lightbox
   * Version 1.7.13 - http://noelboss.github.io/featherlight/
   *
   * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
   * MIT Licensed.
  **/
  
  html.with-featherlight {
	  /* disable global scrolling when featherlights are visible */
	  overflow: hidden;
  }
  
  .featherlight {
	  display: none;
  
	  /* dimensions: spanning the background from edge to edge */
	  position:fixed;
	  top: 0; right: 0; bottom: 0; left: 0;
	  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  
	  /* position: centering content */
	  text-align: center;
  
	  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	  white-space: nowrap;
  
	  /* styling */
	  cursor: pointer;
	  background: #333;
	  /* IE8 "hack" for nested featherlights */
	  background: rgba(0, 0, 0, 0);
  }
  
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
	  background: rgba(0, 0, 0, 0.8);
  }
  
  .featherlight:before {
	  /* position: trick to center content vertically */
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle;
  }
  
  .featherlight .featherlight-content {
	  /* make content container for positioned elements (close button) */
	  position: relative;
  
	  /* position: centering vertical and horizontal */
	  text-align: left;
	  vertical-align: middle;
	  display: inline-block;
  
	  /* dimensions: cut off images */
	  overflow: auto;
	  padding: 25px 25px 0;
	  border-bottom: 25px solid transparent;
  
	  /* dimensions: handling large content */
	  margin-left: 5%;
	  margin-right: 5%;
	  max-height: 95%;
  
	  /* styling */
	  background: #fff;
	  cursor: auto;
  
	  /* reset white-space wrapping */
	  white-space: normal;
  }
  
  /* contains the content */
  .featherlight .featherlight-inner {
	  /* make sure its visible */
	  display: block;
  }
  
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
	  display: none;
  }
  
  .featherlight .featherlight-close-icon {
	  /* position: centering vertical and horizontal */
	  position: absolute;
	  z-index: 9999;
	  top: 0;
	  right: 0;
  
	  /* dimensions: 25px x 25px */
	  line-height: 25px;
	  width: 25px;
  
	  /* styling */
	  cursor: pointer;
	  text-align: center;
	  font-family: Arial, sans-serif;
	  background: #fff; /* Set the background in case it overlaps the content */
	  background: rgba(255, 255, 255, 0.3);
	  color: #000;
	  border: none;
	  padding: 0;
  }
  
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
	  border: 0;
	  padding: 0;
  }
  
  .featherlight .featherlight-image {
	  /* styling */
	  width: 100%;
  }
  
  
  .featherlight-iframe .featherlight-content {
	  /* removed the border for image croping since iframe is edge to edge */
	  border-bottom: 0;
	  padding: 0;
	  -webkit-overflow-scrolling: touch;
  }
  
  .featherlight iframe {
	  /* styling */
	  border: none;
  }
  
  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  
  /* handling phones and small screens */
  @media only screen and (max-width: 1024px) {
	  .featherlight .featherlight-content {
		  /* dimensions: maximize lightbox with for small screens */
		  margin-left: 0;
		  margin-right: 0;
		  max-height: 98%;
  
		  padding: 10px 10px 0;
		  border-bottom: 10px solid transparent;
	  }
  }
  
  /* hide non featherlight items when printing */
  @media print {
	  html.with-featherlight > * > :not(.featherlight) {
		  display: none;
	  }
  }


/*######## MEDIA QUERIES ########*/
@media only screen and (max-width: 1775px) {
	a.button_find-out {
		width: 35%;
		margin-left: 60%;
	}
}
@media only screen and (max-width: 1760px) {
	#content .book-promo h2 {
		font-size: 400%;
	}
	.book-promo h3 {
		font-size: 150%;
	}
	.cover-wrap {
		height: 300px;
		width: 280px;
	}
}
@media only screen and (max-width: 1640px) {
	#content .book-promo h2,
	h1 {
		font-size: 350%;
	}
	#content .divorce-specialist p {
		font-size: 130%;
	}
}
@media only screen and (max-width: 1520px) {
	.book-promo_top,
	.book-promo_bottom {
		padding-left: 280px;
	}
	#content .book-promo h2 {
		font-size: 320%;
	}
	h2 span.badge {
		font-size: 17px;
		height: 64px;
		width: 64px;
		padding-top: 7px;
	}
	span.badge strong {
		font-size: 22px;
	}
	.cover-wrap {
		width: 250px;
	}
}
@media only screen and (max-width: 1430px) {
	#content .book-promo h2 {
		font-size: 300%;
	}
	.book-promo h3 {
		font-size: 130%;
	}
	a.button_find-out:link {
		font-size: 120%;
	}
	#content .book-promo_bottom {
		flex-flow: row wrap;
		padding-top: 5px;
		height: 165px;
	}
	.products #content .book-promo_bottom {
		justify-content: center;
	}
	#content .book-promo_bottom ul {
		width: 100%;
		border-right: 0 none;
		margin: 16px 0 0 0;
		padding: 20px 30px 20px 0;
	}
	.products #content .book-promo_bottom ul {
		width: 100%;
	}
	#content a.promo-sample {
		width: 50%;
		margin: 0 auto;
	}
	.products #content a.promo-sample {
		margin-right: auto;
	}
}
@media only screen and (max-width: 1360px) {
	.book-promo_top, .book-promo_bottom {
		padding-left: 260px;
	}
	#content .book-promo h2 {
		font-size: 280%;
	}
	h1 {
		font-size: 300%;
	}
	#content .divorce-specialist p {
		font-size: 125%;
	}
	#products {
		grid-template-columns: 62% 35%;
		grid-gap: 20px 3%;
	}
	img.book {
		margin-top: 0;
	}
	.social_row {
		width: 25%;
	}
}
@media only screen and (max-width: 1280px) {
	#content .book-promo h2 {
		font-size: 260%;
	}
	.book-promo h3 {
		font-size: 140%;
	}
	a.button_find-out {
		width: 45%;
		margin-left: 50%;
	}
}
@media only screen and (max-width: 1250px) {
	#content .book-promo h2 {
		padding-right: 85px;
	}
	#content .intro h2 {
		font-size: 220%;
	}
	.book-promo h3 {
		font-size: 110%;
	}
}
@media only screen and (max-width: 1240px) {
	.slicknav_menu {
		display:block;
		/* position: fixed; */
		z-index: 1000;
		width: 100%;
		background-color: var(--green1);
	  }
	#menu {
		display: none;
	}
	#main {
		margin-top: 0;
	}
	.book-promo {
		top: 20px;
	}
}
/* RETINA
@media only screen and (max-width: 1177px) {
	#wrap.span_11_of_12 {
		padding: 0 2%;
	}
	.plants {
		display: none;
	}
	#head {
		padding-left: 0;
		text-align: center;
	}
	.book-promo,
	.divorce-specialist,
	section.first,
	section.second {
		width: 90%;
	}
	section.content {
		width: 100%;
		margin:0;
	}
	.intro {
		padding: 0;
	}
	#content {
		background-size: 300%, auto;
		background-position: 0 0, -229px 0;
		padding-left: 0;
		border: 1px solid #3d8504;
		border-radius: 20px;
	}
	#main {
		padding: 10px 10px 0 10px;
	}
	.products #products, .meetings #products {
		width: 100%;
	}
}*/
@media only screen and (max-width: 1130px) {
	.divorce-specialist div.span_8_of_12 {
	width: 75%;	
	}
	.divorce-specialist div.span_4_of_12 {
		width: 20%
	}
	h1 {
		font-size: 250%;
	}
	img.badge-member {
		display: block;
		margin-bottom: 10px;
		width: 90%;
	}
	img.badge-nadp {
		width: 80%;
	}
	#content .book-promo_bottom ul a:link {
		padding: 10px 3px;
	}
}
@media only screen and (max-width: 1100px) {
	section.first {
		flex-flow: row wrap;
	}
	.first .left,
	#side,
	.second .left,
	.second .right,
	.left {
		width: 100%;
	}
	iframe.restoration {
		min-height: 400px;
	}
	#side iframe.welcome {
		height: 290px;
	}
	#products {
		margin-bottom: 5px;
	}
	#footer p {
		width: 50%;
	}
}
@media only screen and (max-width: 1000px) {
	#wrap.span_11_of_12 {
		width: 100%;
		padding: 0 4% 0 0;
	}
	.book-promo_top {
		padding-left: 30px
	}
	#content .book-promo h2 {
		padding-right: 25px;
	}
	#content .book-promo_top h3 {
		padding-left: 230px;
	}
	#content .book-promo_bottom {
		height: auto;
	}
	#content .book-promo_bottom ul {
		padding-right: 0;
		flex-flow: row wrap;
		justify-content: center;
	}
	#content .book-promo_bottom li {
		width: 45%;
		margin: 0 5px 10px 5px;
	}
	.cover-wrap {
		height: 275px;
	}
}
@media only screen and (max-width: 980px) {
	.plants {
		width: 160px;
	}
	.plants img {
		width: 160px;
	}
	#head {
		padding-left: 160px;
	}
	#content {
		background-position: 114px 0, -107px 0;
		padding-left: 140px;
	}
	#footer p {
		width: 70%;
	}
}

@media only screen and (max-width: 860px) {
	a.button_find-out {
		width: 90%;
		margin-left: 0;
	}
	.book-promo_bottom ul:before {
		left: 25%;
		transform: none;
	}
	#content .book-promo_top h3 {
		padding-left: 210px;
		font-size: 150%;
	}
	#content .book-promo h2 {
		padding-right: 130px;
	}
	#products {
		grid-gap: 1px 3%;
	}
	#products h3 {
		grid-area: 1 / 1 / 2 / 3;
		margin: 0;
	}
	#products img.book {
		grid-area: 2 / 2 / 3 / 3;
	}
	#products .book-promo_bottom {
		grid-area: 3 / 1 / 4 / 3;
	}
	#products .book-promo_bottom ul:before {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.about #main img.rounded {
		width: 90%;
		max-width: 370px;
	}
}
@media only screen and (max-width: 776px) {
	.cover-wrap {
		height: 265px;
	}
	#content .book-promo_top h3 {
		padding-left: 0;
	}
	.book-promo_bottom ul:before {
		left: 20%;
	}
	iframe.restoration {
		min-height: 300px;
	}
}
@media only screen and (max-width: 725px) {
	#content .book-promo_bottom li {
		width: 90%;
	}
	#content a.promo-sample {
		width: 90%;
	}
	.cover-wrap {
		height: 292px;
	}
	.book-promo_bottom ul:before {
		left: 0;
		position: relative;
		text-align: center;
	}
	h1 {
		font-size: 280%;
		line-height: 1.2em
	}
	.divorce-specialist {
		flex-flow: row wrap;
	}
	.divorce-specialist div.span_8_of_12,
	.divorce-specialist div.span_4_of_12 {
		width: 100%;
	}
	.divorce-specialist div.span_4_of_12 {
		margin-top: 15px;
	}
	a.button_find-out {
		width: 100%;
	}
	img.badge-member {
		width: 42%;
		display: inline;
		margin: 0 5% 0 0;
	}
	img.badge-nadp {
		width: 36%;
	}
	.products #products .book-promo_bottom ul:before {
		position: relative;
		transform: none;
		font-weight: bold;
		font-size: 22px;
		top: -15px;
		left: 0;
	}
}
@media only screen and (max-width: 680px) {
	.cover-wrap {
		display: none;
	}
	.mobile-book {
		display: block;
		margin: 0 auto;
		position: relative;
		top: -16px;
	}
	#content .book-promo h2 {
		font-size: 330%;
		padding-right: 40px;
	}
	.book-promo_bottom {
		padding-left: 0;
	}
	.book-promo_bottom ul:before {
		font-weight: bold;
		font-size: 22px;
		top: -15px;
	}
	#content .book-promo_bottom li {
	margin-bottom: 20px;
	}
	#content .book-promo_bottom ul a:link {
		padding: 15px 3px;
	}
}
@media only screen and (max-width: 620px) {
	#footer {
		flex-flow: row wrap;
		text-align: center;
	}
	#footer p {
		width: 100%;
	}
	#footer .social {
		margin: 0 5%;
	}
	.social_row {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.plants,
	.plants img {
		width: 100px;
	}
	#head {
		padding-left: 100px;
	}
	#content {
		background-position: 73px 0, -147px 0;
		padding-left: 80px;
	}
	.mobile-book {
		width: 85%;
	}
	#products {
		grid-template-rows: minmax(30px, auto) 300px minmax(200px, auto)  minmax(100px, auto);
		grid-template-columns: 100%;
	}
	#products h3 {
		grid-area: 1 / 1 / 2 / 2;
		margin: 0;
	}
	#products .text-content {
		grid-area: 2 / 1 / 3 / 2;
	}
	#products img.book {
		grid-area: 3 / 1 / 4 / 2;
	}	
	#products .book-promo_bottom {
		grid-area: 4 / 1 / 5 / 2;
	}

}
@media only screen and (max-width: 450px),
only screen and (min-device-pixel-ratio: 2) {
	#wrap.span_11_of_12 {
		padding: 0 2%;
	}
	.plants {
		display: none;
	}
	#head {
		padding-left: 0;
		text-align: center;
	}
	.book-promo,
	.divorce-specialist,
	section.first,
	section.second {
		width: 90%;
	}
	section.content {
		width: 100%;
		margin:0;
	}
	.intro {
		padding: 0;
	}
	#content {
		background-size: 300%, auto;
		background-position: 0 0, -229px 0;
		padding-left: 0;
		border: 1px solid #3d8504;
		border-radius: 20px;
	}
	#main {
		padding: 10px 10px 0 10px;
	}
	.products #products, .meetings #products {
		width: 100%;
	}
}