/*
Theme Name: Your Custom Bootstrap Theme
Author: Business Promotion Inc.
Version: 2.01
*/
@import url('css/museo.css');
@import url('css/fonts.css');
@import url('css/comic-sans.css');
html, body {
	color: #232323;
	height: 100%;
	background: #fff url(images/background.jpg) center top;
	font: normal 16px/26px ldfcomicsansmedium, sans-serif !important;
}
.contentarea p {
	margin-bottom: 26px;
}
#wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
p {
	margin: 0 0 10px;
	color: #232323;
	font-size: 14px;
	font-family: ariel;
	font-family: 'ldfcomicsansmedium';
}
.border-red p {
	color: #722c54;
	font-size: 12px;
	margin-bottom: 5px;
}
.option.selected{
	 display: block;
	}
.span2.social.hidden-phone.top {
	/* width: 11%; */
	float: right;
}
.contentarea {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	padding-bottom: 170px;
}

.border-red {
	background: url(images/red-dotted-border.png) repeat-x center top;
	background: url(images/red-dotted-border.png) repeat-x center bottom;
	width: 89%;
	margin: 0 auto;
}
#main img {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.favorite_kits {
	text-align: center;
}
.highlights {
	position: relative;
}
.highlights .row {
	display: block;
	margin: 0px;
}
.highlights .row .cell {
	display: block;
	width: 33.33%;
	float: left;
	padding: 10px;
}
.highlights .row .cell:hover {
	opacity: 0.6;
}
.cell h3 {
	font: bold 20px/27px goudy_old_styleregular;
	padding-bottom: 0;
	border-bottom: 3px #46a1a4 solid;
}
.recommended_books {
	position: relative;
	padding: 20px;
}
.recommended_books .row {
	display: block;
	padding: 10px 0px;
	margin: 0px 0px 20px 0px;
}
.recommended_books .row .cell {
	width: 25%;
	vertical-align: middle;
	padding: 10px;
	float: left;
}
.recommended_books .row .cell iframe {
	display: table;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
#main .recommended_books .row .cell img:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
section img {
    width: auto!important;
}
footer {
	background-color: transparent;
	padding: 20px 0px 28px;
	position: absolute;
	width: 100%;
	clear: both;
	bottom: 0;
	text-align: center;
}
footer .foot-social {
	padding-bottom: 19px;
	text-align: center;
}
.innerfooter {
	color: #5d7dac;
	font-size: 12px;
}
.innerfooter a {
	color: #5d7dac;
	line-height: 20px;
}
.innerfooter ul {
	margin-left: 0px;
	text-align: center;
	position:relative;
	top: 25px;
}
.innerfooter li {
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.innerfooter li a {
	margin-left: 0;
	display: block;
	color: #153334;
	font: bold 29px/27px ldfcomicsansmedium;
	text-transform: lowercase;
	padding: 0 12px;
}
.innerfooter li:first-child a {
	padding-left: 0;
}
.innerfooter li:last-child a {
	padding-right: 0;
}
.innerfooter .procedures ul li {
	width: 50%;
	float: left;
}
.innerfooter .procedures ul li:nth-child(odd):last-child {
	width: 100%;
}
.innerfooter-title {
	font: normal 12px/20px museo_sans500, sans-serif;
	border-bottom: 1px solid #5d7dac;
}
ul.dropdown-menu li {
    width: 100%;
}
.attribution {
	color: #153334;
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
	font-family: AvenirLight;
	font-weight: bold;
}
.attribution a {
	color: #153334;
}
.foot-social {
	position: relative;
}
.foot-social img:hover {
	opacity: 0.6;
}
.foot-social ul {
	margin: 0;
}
.foot-social ul li {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	list-style-type: none;
	border: none;
	float: none;
	display: inline-block;
}
.foot-social ul li a {
	padding: 0;
}
.bottom-text .go-away {
	display: none;
}
.privacy {
	float: right;
	margin-right: 30px;
}
blockquote {
	color: #eed5e2;
	line-height: 30px;
	padding: 10px;
	margin: 10px 0px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	border: none;
	background-color: rgba(172, 72, 129, 1);
}
blockquote .name {
	font-size: 30px;
	font-family: bradley_hand_itcregular, serif;
}
.contentarea blockquote p {
	margin: 0px;
}
.home-pic {
	border: 5px solid #fff;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}
.transition {
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in; /* Firefox 4 */
	-webkit-transition: all .2s ease-in; /* Safari and Chrome */
	-o-transition: all .2s ease-in; /* Opera */
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	-moz-backface-visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix {
	clear: both;
}
.mobilenav {
	position: relative;
	z-index: 2000;
}
.icons {
	padding: 0 15px;
	max-height: 36px;
	float: left;
	position: relative;
	z-index: 200;
}
#request .button {
	display: block;
	line-height: 47px;
	text-align: center;
	transition: opacity 0.2s;
	color: #fff;
	background: #DF68A8;
	font-size: 37px;
	border-radius: 5px;
	font-family: 'museo_sans500';
}
#request a:hover {
	opacity: 0.6;
	text-decoration: none;
	cursor: pointer;
}
#request p {
	margin: 0;
	line-height: 25px;
}
button:hover {
    border: 3px solid white;
}
#text-4 > .textwidget > .textwidget {
    height: 346px;
}
.modal.fade.in {
	top: 5%;
}
.modal {
	position: fixed;
}
.modal-title {
	text-align: center;
}
.headerarea {
	background: url(images/head-bg.jpg) no-repeat center top;
}
#logo {
	margin: 15px 0 11px;
	max-width: 230px;
}
.social {
	float: right;
	height: 30px;
}
.social ul {
	margin: 0;
}
.social ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
.social ul li:last-child {
	margin-right: 0;
}
span.phone.hidden-phone.clearfix.span3 {
	float: right;
	width: 22%;
}
.phone, .phone a {
	color: #2f6f71;
	font: bold 20px/23px goudy_old_styleregular;
	float: right;
	text-align: right;
}
.visible-desktop.span6.top {
	float: right;
	margin-right: 15%;
}
.phone {
	margin-top: 13px;
	padding-left: 29px;
	background: url(images/call-icon.png) no-repeat left top;
}
.tagline {
	color: #fff;
	font: bold 44px/52px bradley_hand_itcregular;
	padding-top: 14px;
	margin-top: 17%;
    padding-left: 10%;
}
.tagline span {
	display: block;
	padding-left: 58px;
}
.span4.logo-move {
	float: left;
	margin-left: 0;
}
.span8.move {
	float: left;
	width: 60%;
}
.address {
	color: #fff;
	text-align: right;
	float: right;
	font: normal 14px/20px arial;
}
input.name.val.field_text {
    width: 100%;
}
.top-nav {
	float: right;
	list-style: none;
	margin: 16px 13px 0 0;
}
.top-nav > li {
	float: left;
}
.consultation .modal-body {
    position: relative;
	/*margin-top:-35px;*/
    padding: 0 0px 0px;
	max-height: none;
}
.top-nav > li > a {
	display: block;
	color: #3e9093;
	font: normal 25px/15px goudy_old_styleregular;
	text-transform: lowercase;
	padding-bottom: 4px;
	padding: 0 8px;
	border-left: 1px solid #3e9093;
	transition: all 0.2s;
}
.top-nav > li:first-child > a {
	border: none;
}
.navholder {
	background: #46a1a4;
	box-shadow: 0 5px 10px rgba(0,0,0,0.69);
	padding-top: 4px;
	position: relative;
	z-index: 10;
	margin-top: -6px;
}
.consult {
	float: right;
	color: #8bf729;
	font: normal 18px/36px goudy_old_style_regular;
	text-transform: uppercase;
	margin-right: 1px;
	padding-left: 31px;
	background: url(images/consult-icon.png) no-repeat left 6px;
	transition: opacity 0.2s;
}
.consult:hover {
	color: #8bf729;
	text-decoration: none;
	opacity: 0.6;
}
.shop {
	float: right;
	color: #f6df30;
	font: normal 18px/36px goudy_old_styleregular;
	margin-right: 5px;
	text-transform: uppercase;
	background: url(images/cart-icon.png) no-repeat left 6px;
	padding-left: 35px;
	transition: opacity 0.2s;
}
.shop:hover {
	opacity: 0.6;
	color: #f6df30;
	text-decoration: none;
}
.desktop-nav {
	background-image: none;
	background-color: none;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	height: 36px;
}
.navouter1 {
	float: right;
	left: -50%;
	position: relative;
}
.navouter2 {
	left: 50%;
	position: relative;
}
#main {
	padding: 35px;
	margin-bottom: 84px;
}
.sidebar {
	padding: 0 0 0 25px;
}
.sidebar .inner {
	background: rgba(250,230,211,0.49);
	box-shadow: 1px 6px 21px rgba(0,0,0,0.40);
	border-radius: 0 0 35px 35px;
	padding-bottom: 9px;
}
.span12.slideholder {
	margin: 0 auto;
	width: 1068px;
	float: none;
}
.sliding-wrapper {
    background-color: rgba(47, 100, 101, 0.77);
    width: 100%;
    position: relative;
}
.slideinner {
	position: relative;
}
#slides {
	position: relative;
}
#slides .content_container {
	position: absolute;
	z-index: 20;
	top: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	right: 0px;
}
#slides .content_container.nope {
	display: none;
}
#slides article .title_text {
	display: none;
}
#slides img {
	box-shadow: 2px 2px 7px rgba(0,0,0,0.55);
}
.showcase {
	position: relative;
	float: left;
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 10px;
}
.showcases-slider .showcase:last-child {
	margin-right: 0px;
}
.showcase img {
	width: 100%;
	opacity: 0.7;
}
.showcase:hover img {
	opacity: 1;
}
.showcase .textBox {
	position: absolute;
	bottom: 5px;
	left: 0px;
	right: 0px;
	z-index: 10;
	color: #f8f8f8;
	font: normal 18px/20px museo_sans500, sans-serif;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	text-align: center;
}
.consultation {
    position: absolute;
    top: 13px;
    z-index: 9;
    right: 0;
    /*background-color: rgba(8, 54, 55, 0.90);*/
    width: 310px;
    border-radius: 5px 0 0 5px;
	display: inline-block;
	padding: 15px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.navbar .nav > li {
    float: none;
    margin-top: 5px;
}
ul#menu-main-1 li{
	float: left;	
	}
.bottom-para-side {
	background: url(images/blue-dash.png) repeat-x center top;
	font-size: 18px;
	color: #1f6062;
	font-family: 'museo_sans300';
	padding-top: 2%;
}
p.bottom-para-side {
	padding: 4% 8% 0;
}
table {
	width: 100%;
	margin: 8% 0 0;
}
input.email.val.field_email {
	width: 100%;
}
h2.form-headers {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: 'museo_sans500';
    font-weight: 100;
}
form {
    margin: 0 0 0px;
}
/*div#tara-video {*/
/*    height: auto;*/
/*	padding-left: 10%;*/
/*	position: relative;*/
/*	display: inline-block;*/
/*	padding-top: 5%;*/
/*}*/

div#tara-video {
    height: auto;
    position: relative;
    display: inline-block;
    padding-top: 5%;
    margin: 0 -50px;
}

.feature-author {
	word-wrap: break-word;
}
p.form-para {
	color: #fff;
	font-size: 20px;
	text-align: left;
	font-family: 'museo_sans300';
}
.showcases-slider {
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.showcases-slider a {
	display: block;
}
.number_crumb_container {
	display: none;
}
.number_crumb_container .option {
	display: inline-block;
	cursor: pointer;
}
.showcaseholder {
	margin: 0 0 20px 0;
}
.showcaselink {
	width: 100%;
	height: 120px;
	max-height: 120px;
	min-width: 300px;
}
#showcase1 {
	background: url(images/showcase.jpg);
}
#showcase2 {
	background: url(images/showcase.jpg) -320px 0;
}
#showcase3 {
	background: url(images/showcase.jpg) -640px 0;
}
.blue-bg {
    background: #46a1a4;
    height: 28px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,0.69);
    z-index: 9;
}
.blue-bg:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	height: 47px;
	width: 31px;
	background: url(images/end-left.png) no-repeat right top;
}
.blue-bg:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 40px;
	height: 28px;
	background: #46a1a4;
}
a, #main strong, #main b {
	color: #ac4881;
}
h1, .widgettitle {
	color: #ac4881;
	font: normal 23px/27px ldfcomicsansmedium;
	margin: 0 0 3px;
	background: url(images/blue-dash.png) repeat-x center bottom;
	padding-top: 24px;
	padding-bottom: 7px;
}
body.page-id-2026 #sidebar1, body.page-id-2662 #sidebar1, body.page-id-2665 #sidebar1, body.page-id-2659 #sidebar1{
     display: none !important; 
}
.home h1 {
	margin: 21px 0 7px 72px;
	padding-top: 7px;
}
.home .highlights h1 {
	margin-left: 0;
	margin-top: 10px;
}
.articlepart {
	padding: 0 14px;
	margin-bottom: 3px;
}
.articlepart .inner {
	background: url(images/blue-dash.png) repeat-x center bottom;
}
.articlepart header {
	position: relative;
}
.articlepart h1 a {
	color: #232323;
	font-size: 23px;
}
.articlepart img.wp-post-image {
	float: left;
	margin: 5px 19px 20px 0;
}
.articlepart .more-link {
	color: #722c54;
	font-style: italic;
	font-size: 12px;
	display: inline-block;
	padding-left: 5px;
	font-weight: bold;
}
.articlepart .green-date {
	position: absolute;
	left: -36px;
	top: -1px;
	width: 114px;
	height: 61px;
	background: url(images/tag-green.png) no-repeat;
	padding-top: 4px;
	font: normal 16px/17px goudy_old_styleregular;
	color: #faf4f4;
	text-align: right;
}
.day {
	float: right;
	font: normal 40px/34px goudy_old_styleregular;
}
.month {
	text-transform: uppercase;
	display: block;
}
.year {
	font-size: 17px;
	display: block;
}
.articlepart .innerdate {
	float: right;
	padding-right: 28px;
	max-width: 114px;
}
.monthyear {
	float: right;
	margin-left: 5px;
}
.articlepart .bottom-text {
	color: #1f6062;
	font: normal 12px/19px Arial;
	background: url(images/blue-dash.png) repeat-x center top;
	padding: 9px 0 12px;
}
.featured-title {
	background: #46a1a4;
	text-align: center;
	font: normal 20px/28px ldfcomicsansmedium;
	color: #f4f4f4;
	margin: 25px 0 17px;
	position: relative;
}
.featured-title:before {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 68px;
	height: 46px;
	background: url(images/tag-end-left.png);
}
.featured-title:after {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 19px;
	height: 47px;
	background: url(images/end-right.png);
}
.flower-bg {
	display: inline-block;
	position: relative;
}
.flower-bg:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 4px;
	margin-right: 7px;
	background: url(images/flower.png);
	width: 20px;
	height: 18px;
}
.flower-bg:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 4px;
	margin-left: 7px;
	background: url(images/flower.png);
	width: 20px;
	height: 18px;
}
.featureholder {
	padding: 0 13px 28px;
	color: #1f6062;
	font: normal 12px/15px ldfcomicsansmedium;
	font-style: italic;
}
.featureholder img {
	margin-bottom: 8px;
}
.featureholder a {
	display: block;
	color: #1f6062;
}
.featureholder .span2_4 {
	width: 17.95%;
}
.featureholder .inner {
	margin: 0 -3px;
}
a.read-more {
	color: #55A4A2;
}
.mission, .magholder {
	padding: 14px 18px 17px;
	height: 220px;
}
.missioninner, .magholderinner {
	/* background: url(images/parchment.jpg) no-repeat center top; */
	background-size: 100% 100%;
	/* box-shadow: 2px 3px 7px rgba(0,0,0,0.61); */
	padding: 0;
	font-size: 13px;
	position: relative;
}
.missioninner:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -3px;
	width: 32px;
	height: 25px;
	background: url(images/pin-icon.png);
	margin-left: -2px;
}
.missioninner:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 13px;
	width: 42px;
	height: 38px;
	background: url(images/large-flower.png);
	margin-left: -17px;
}
.missioninner .circle {
	float: left;
	margin-right: 5px;
}
.missioninner h2 {
	padding-top: 1px;
	font: normal 16px/32px goudy_old_styleregular;
	color: #722c54;
	background: url(images/pink-dash.png) repeat-x center bottom;
	margin: 0 0 3px 85px;
}
.missioninner .read-more {
	color: #722c54;
	font-style: italic;
	font-size: 12px;
}
.side-blue-bg {
	background: #46a1a4;
	height: 28px;
	position: relative;
	margin-bottom: 14px;
}
.side-blue-bg:after {
	left: 100%;
	content: "";
	top: 0;
	width: 68px;
	height: 46px;
	background: url(images/tag-end-right.png);
	position: absolute;
}
.side-blue-bg:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	height: 47px;
	width: 16px;
	background: url(images/side-end-left.png);
	background-size: 100% 100%;
}
.home .side-blue-bg:before {
	display: none;
}
.textwidget {
	text-align: center;
}
.textwidget img,
.textwidget p  {
    margin: 15px 0;
    padding: 0 10px;
}
.magholder {
	font-size: 13px;
	display: block;
}
.magholder:hover {
	text-decoration: none;
	opacity: 0.6;
	color: #ac4881;
}
.magholder .magazine {
	float: left;
	margin-right: 8px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.49);
}
.magholder h2 {
	font: normal 18px/19px ldfcomicsansmedium;
	color: #722c54;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 4px;
	font-weight: bold;
}
.magholder p {
	text-align: left;
	margin-bottom: 17px;
	font-size: 12px;
	line-height: 25px;
}
.magholderinner p {
	color: #232323;
	font-size: 14px;
	font-family: 'ldfcomicsansmedium';
}
.magholder .purple {
	color: #722c54;
	font: normal 11px/25px Arial;
	background: url(images/pink-dash.png) repeat-x top;
}
.magholder .purple:after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 1px;
	background: url(images/pink-dash.png) repeat-x bottom;
}
.magholder .read-more {
	display: block;
	font: bold 15px/24px AvenirNextRegular;
	color: #46a1a4;
	margin-bottom: 10px;
}
.purple-title {
	background: #ac4881;
	height: 35px;
	position: relative;
	color: #eed5e2;
	font: bold 26px/35px bradley_hand_itcregular;
}
.purple-title:before {
	content: "";
	right: 100%;
	top: 0;
	width: 16px;
	height: 59px;
	background: url(images/pink-end.png);
	position: absolute;
}
.purple-title:after {
	content: "";
	left: 100%;
	top: 0;
	width: 70px;
	height: 58px;
	background: url(images/pink-tag-end.png);
	position: absolute;
	margin-left: -1px;
}
.solutions {
	padding: 13px 18px 3px;
}
.solutionsholder {
	background: url(images/parchment.jpg) no-repeat center top;
	background-size: 100% 100%;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.6);
	padding: 19px 0 15px 0;
	position: relative;
}
.solutionsholder:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 32px;
	height: 25px;
	margin-left: -2px;
	background: url(images/pin-icon.png);
}
.solutions h2 {
	color: #ac4881;
	font: bold 22px/24px bradley_hand_itcregular;
	transform: rotate(-1deg);
	background: url(images/underline.png) no-repeat 45px bottom;
	padding-bottom: 10px;
	margin: 0 0 10px;
}
.solutions h2 span {
	padding-left: 57px;
	display: inline-block;
}
.solutions p {
 font:normal 12px/17px margin-bottom:13px;
	padding: 0 25px;
}
.solutions .read-more {
	display: inline-block;
	font: bold 15px/33px AvenirNextRegular;
	color: #46a1a4;
	margin-bottom: 2px;
}
.consulthold {
	padding: 15px 18px 24px;
}
.consultholder {
	position: relative;
	background: url(images/parchment.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 21px 0 5px;
}
.consultholder:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 32px;
	height: 25px;
	margin-left: -2px;
	background: url(images/pin-icon.png);
}
.consulthold h2 {
	color: #ac4881;
	font: bold 22px/24px bradley_hand_itcregular;
	transform: rotate(-1deg);
	background: url(images/underline.png) no-repeat 45px bottom;
	padding-bottom: 10px;
	margin: 0 0 10px;
}
.consulthold h2 span {
	padding-left: 50px;
	display: inline-block;
}
.consulthold p {
	font: normal 12px/17px Arial;
	margin-bottom: 17px;
	padding: 0 25px;
}
.work-from-home {
	margin-top: 9px;
}
.read-more.work-more {
	display: block;
	color: #46a1a4;
	font: bold 15px/34px AvenirNextRegular;
	padding-bottom: 2px;
}
.zyto {
	margin: 8px 0 11px;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.46);
}
.blueborder {
	margin: 0 22px 0;
	background: url(images/blue-dash.png) repeat-x center top;
	color: #1f6062;
	font: normal 12px/19px Arial;
	text-align: left;
	padding: 9px 4px 0;
}
.purple-title.smaller {
	height: 28px;
}
.purple-title.smaller:before {
	background-size: 100% 100%;
	height: 47px;
}
.purple-title.smaller:after {
	background-size: 100% 100%;
	height: 46px;
}
iframe {
	padding: 2px;
	border: 1px solid #999;
	width: 60%;
}
textarea {
	min-width: 206px;
	max-height: 120px;
	min-height: 80px;
}
.page-header {
	margin: 5px 0;
	padding: 0;
	border: 0;
}
.innerfooter li {
	list-style-type: none;
	border: none;
}
.innerfooter {
	color: #666;
	font-size: 12px;
}
.innerfooter a {
	color: #666;
	line-height: 20px;
}
.innerfooter .span3, .innerfooter .span4 {
	padding-left: 15px;
	border-left: 1px solid #666;
	min-height: 230px;
	max-height: 250px;
}
.honey {
	display: none;
}
.error_val {
	border: 1px solid #900;
	background: url(images/val_cross.png) 98% 2px no-repeat #ffcccc;
}
.success_val {
	background: url(images/val_check.png) 98% 2px no-repeat #FFFFFF;
}
#response {
	font-size: 12px;
}
#send {
	float: right;
	margin-top: 4px;
	cursor: pointer;
}
.honey {
	display: none;
}
.response_success {
	display: none;
}
.response_failure {
	display: none;
}
.form_success .response_success {
	display: block;
}
.form_failure .response_failure {
	display: block;
}
.error_val {
	background: url(images/val_cross.png) top right no-repeat #ffcccc;
}
.success_val {
	background: url(images/val_check.png) top right no-repeat #ccffcc;
}
.success {
	display: none;
}
.failure {
	display: none;
}
.form_success .success {
	display: block;
}
.form_failure .failure {
	display: block;
}
a.send {
	display: block;
	background: url(/images/send.png);
	height: 24px;
	width: 99px;
	cursor: pointer;
}
button.send {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	margin: 20px 0;
}
.gallerypic {
	float: left;
	margin: 0 20px 25px 0;
	text-align: center;
}
.gallerypic span {
	margin: 0 auto;
	text-align: center;
}
.pics img {
	border: 3px solid #333;
}
.pics img:hover {
	border-color: #999;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
code {
	font-family: Consolas, Monaco, Courier, monospace;
	background: #fff;
}
#site-name, #site-slogan {
	float: left;
	margin: 0 20px 0 0;
}
#message {
	float: right;
	margin: 0;
}
/* layout */

body {
	padding-top: 0;
}
/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top {
	top: 28px;
}
.navbar .brand {
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}
.nav-container {
	padding-left: 0;
	padding-right: 0;
}
#inner-header {
	width: 100%;
}
input, select, .uneditable-input {
	margin-bottom: 0;
}
.navbar-form, .navbar-search {
	margin: 0 0 9px;
}
.navbar-search {
	padding-left: 0;
}
#s {
	margin:5px 0 5px 0;
	width: 90%;
}
.more-link {
	white-space: nowrap;
}
.footer-links {
	margin-bottom: 10px;
}
.footer-links .menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-links .menu li {
	float: left;
	margin-right: 15px;
}
/* post styling */

#main p.meta {
	font-style: italic;
	color: #808080;
}
#main article {
	padding: 0 0 50px;
}
.home #main article {
	padding-bottom: 9px;
}
#main > .inner {
	margin-right: -16px;
	background: rgba(250,230,211,0.49);
	box-shadow: 1px 5px 21px rgba(0,0,0,0.40);
	border-radius: 0 0 35px 35px;
	padding: 0 28px 0;
}
.home #main .inner {
	padding: 0 0 0;
}
.post_thumbnail_here {
	float: left;
	margin-right: 23px;
}
#main article footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}
#main article footer a.edit-post {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.post:hover a.edit-post {
	display: inline;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
article.format-link footer.entry-meta {
	clear: both;
}
/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}
article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}
article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}
/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
p.tags {
	line-height: 20px;
}
div[id*='attachment_'] {
	max-width: 100%;
	height: 100%;
}
#main .hero-unit img {
	margin-bottom: 1em;
}
#main article img {
	height: auto;
	max-width: 100%;
}
img.alignleft {
	margin-right: 10px;
	float: left;
}
img.alignright {
	margin-left: 10px;
	float: right;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.post header img {
	margin-bottom: 18px;
}
.archive #main .post h3 {
	line-height: 24px;
	margin-bottom: 10px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
.bannerFrame {
	border: 0px;
	/*padding: 74px;*/
	/*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);*/
	width: 594px;
	height: 384px;
    position: relative;
    left: 88px;
}
/* page styling */

#featured-carousel .item {
	width: 970px;
	height: 600px;
}
.carousel-caption p {
	display: none;
}
.page-template-page-homepage-php #main article {
	border-bottom: none;
}
.page-template-page-homepage-php .hero-unit, .blog .hero-unit {
	padding: 1em;
}
.hero-unit h1 {
	font-size: 3em;
}
/* comments */



#comments {
	line-height: 24px;
	margin-bottom: 18px;
}
ol.commentlist, ol.commentlist ul.children {
	list-style-type: none;
	margin-left: 0;
}
.comment .vcard > div {
	margin-top: 8px;
	padding: 0 10px;
}
ol.commentlist time {
	font-size: .8em;
	color: #eeeeee;
}
ol.commentlist div.comment-author {
	position: relative;
}
ol.commentlist a.comment-edit-link {
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}
ol.commentlist span.edit-comment {
	position: absolute;
	right: 0;
	top: 8px;
}
ol.commentlist li.bypostauthor {
	background-color: #dddddd;
}
ol.commentlist ul.children li {
	background-color: #cccccc;
}
ol.commentlist ul.children li ul.children li {
	background-color: #bbbbbb;
}
ol.commentlist ul.children li ul.children li ul.children li {
	background-color: #aaaaaa;
}
ol.commentlist article {
	border-bottom: none !important;
}
a.comment-reply-link {
	position: absolute;
	right: 0;
	bottom: 0;
}
#comment-nav ul {
	list-style-type: none;
	margin: 0;
}
#comment-form-elements {
	list-style-type: none;
	margin: 0;
}
.comment .vcard .avatar {
	padding-right: 0;
}
.comment .vcard .comment-text {
	margin-left: 0;
}
img.avatar {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
}
ol.commentlist li {
	padding-right: 10px;
	background-color: #F0F0F0;
}
#pings {
	margin-bottom: 9px;
}
ol.pinglist {
	list-style-type: none;
	margin: 0 0 9px 0;
}
#comment {
	width: 100%;
}
p.comment-form-comment {
	margin-bottom: 5px;	
}
p.comment-form-author {
	margin-bottom: 5px;	
}
input#author {
	width: 100%;	
}
p.comment-form-email {
	margin-bottom: 5px;	
}
input#email {
	width: 100%;	
}
input#url {
	width: 100%;	
}
p.comment-form-url {
	margin-bottom: 5px;	
}
input#submit {
	display: block;
    color: #fff;
    list-style-type: none;
    padding: 5px 10px;
    margin: 0px 0px 5px 0px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    background: #46a1a4;	
}
ol.commentlist #respond {
	padding: 5px 10px;
}
/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img {
	max-width: 100%;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
.attachment-img {
	margin-bottom: 18px;
}
.metadata p.alert-message {
	margin-right: 0;
	margin-bottom: 18px;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}
li.next a, li.previous a {
	position: relative;
}
li.next a:hover:before {
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
li.previous a:hover:before {
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* widget styles */

.widget {
	margin-bottom: 0px;
}
.widgettitle {
	margin-bottom: 9px;
	text-align: center;
}
.widget_categories ul {
	margin: 0px 10px;
}
.widget_categories ul li {
	list-style-type: none;
}
.widget_categories ul li a {
	display: block;
	color: #fff;
	list-style-type: none;
	padding: 5px 10px;
	margin: 0px 0px 5px 0px;
	border-radius: 8px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
	background: #46a1a4;
}
.widget_categories ul li a:hover {
	color: #ac4881;
	opacity: 0.6;
	text-decoration: none;
}
#tag-cloud {
	margin-bottom: 18px;
	line-height: 160%;
}
/* for some reason the bs version currently available for download doesn't have this style */
.label {
	text-transform: uppercase;
}
/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover, .tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
/* change default form padding for search */

.widget_search form {
	padding-left: 0;
}
.widget_search input {
	width: 121px;
}
/* calendar widget */

#calendar_wrap {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child {
	border-bottom: none;
}
#wp-calendar td {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}
.sociallink {
	height: 30px;
	width: 34px;
	margin-left: 5px;
	transition: opacity 0.2s;
}
img.transition:hover {
	opacity: 0.7;
}
.sociallink:hover {
	opacity: 0.6;
}
.facebook {
	background: url(images/social.png);
}
.twitter {
	background: url(images/social.png) -35px 0;
}
.pinterest {
	background: url(images/social.png) -68px 0;
}
.youtube {
	background: url(images/social.png) -102px 0;
}
.google {
	background: url(images/social.png) -136px 0;
}
#bpicredits {
	display: inline;
}

.level-4-list ul li{
	line-height:40px;
	font-size:24px;
}
.level4-h4{
	line-height:30px;
}

.iframe-container {
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}



@media only screen and (min-width: 980px) {
.navholder .navbar {
	margin: 0px 0px 0px -41px;
}
.navholder .nav {
	margin: 0;
}
.container-fluid {
	max-width: 970px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}
.navbar .desktop-nav {
	display: table;
	float: left;
}
.navbar .nav > li:last-child {
	border: none;
}
.navbar .nav > li > a {
	color: #fff;
	padding: 0 5px;
	font: normal 20px/25px ldfcomicsansmedium;
	text-transform: lowercase;
	transition: opacity 0.2s;
}
.navbar .nav > li:first-child > a {
	padding-left: 0;
}
.navbar .nav > li > a:hover {
	color: #fff;
	opacity: 0.6;
}
.navbar .nav li.dropdown > .dropdown-toggle:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #fff;
	background: transparent;
	box-shadow: none;
}
#inner-footer {
	padding: 0;
}
#content {
}
.topbar-inner {
	padding: 0;
}
.topbar form.pull-right {
	float: right;
}
.navbar-form, .navbar-search {
	margin-top: 6px;
	margin-bottom: 0;
}
.navbar-search {
	padding-left: 0;
}
.sidebar {
	margin-top: 0 !important;
	margin-bottom: 84px;
}
.widget_search input {
	width: 230px;
}
.blog .hero-unit {
	margin-top: 10px;
}
.page-template-page-homepage-php .hero-unit, .blog .hero-unit {
	padding: 60px;
}
.hero-unit h1 {
	font-size: 60px;
}
/* hide edit comment button and show on hover on desktop version */
.edit-comment {
	display: none;
}
.vcard:hover .edit-comment {
	display: inline-block;
}
#s {
	width: 90%;
	margin: 10px 0 10px 0;
}

.widget_search input {
	width: 209px;
}
.comment .vcard .comment-text {
	padding-left: 0;
	padding-right: 0;
}
}

@media only screen and (min-width: 1200px) {
.blueborder {
	margin-right: 30px;
	margin-left: 30px;
}
.magholder .purple {
	font-size: 12px;
}
.magholder p {
	line-height: 26px;
	font-size: 13px;
	background: url(images/red-dotted-border.png) repeat-x center bottom;
}
.magholder h2 {
	font-size: 21px;
	line-height: 22px;
}
.magholder .magazine {
	margin-right: 16px;
}
.missioninner {
	padding-bottom: 37px;
}
.missioninner .circle {
	margin-right: 10px;
}
.missioninner h2 {
	font-size: 20px;
	line-height: 40px;
	margin-left: 92px;
}
.innerfooter li a {
	padding: 0 22px;
	font-size: 22px;
}
.featureholder {
	padding-right: 30px;
	padding-left: 30px;
}
.articlepart .green-date {
	left: -49px;
}
.articlepart {
	padding: 0 27px;
}
.navbar .nav > li > a {
	padding: 0 32px;
	font-size: 22px;
	font-family: 'museo_sans300';
}
.shop {
	margin-right: 15px;
}
.container-fluid {
	max-width: 1066px;
}
}

@media only screen and (max-width: 1199px) {
.blocks-show1, .blocks-show2, .blocks-show3, .blocks-show4, .blocks-show5 {
    width: 20%;
    margin: 0 auto;
	background-size: cover;
}	
.cover-block {
    bottom: 0;
	right: 0;
}
.mission, .magholder {
	height: 250px;
}
h2.form-headers {
	font-size: 26px;
}
.span2.social.hidden-phone.top {
	float: left;
	width: auto;
}
.span12.slideholder {
	margin: 0 auto;
	width: 100%;
	float: none;
}
#slides img {
	width: 100%;
}
#slides .splash_container {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
}

@media only screen and (max-width: 979px) {
.blocks-show1, .blocks-show2, .blocks-show3, .blocks-show4, .blocks-show5 {
    width: 50%;
    margin: 0 auto;
	background-size: cover;
}	
.cover-block {
    bottom: 0;
	right: 0;
}
.consultation {
	top: 0;
	position: relative;
	width: auto;
	
}
#request .button {
	font-size: 25px;
}
.sliding-wrapper {
	height: auto;
}
.recommended_books .row .cell {
	width: 33.33%;
}
.nav-collapse .nav > li > a {
	color: #fff;
}
.navbar-inner {
	background-color: #46a1a4;
	background-image: -moz-linear-gradient(top, #235052, #46a1a4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#235052), to(#46a1a4));
	background-image: -webkit-linear-gradient(top, #235052, #46a1a4);
	background-image: -o-linear-gradient(top, #235052, #46a1a4);
	background-image: linear-gradient(to bottom, #235052, #46a1a4);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff235052', endColorstr='#ff46a1a4', GradientType=0);
	border: 1px solid #46a1a4;
}
.featureholder {
	font-size: 11px;
}
.blueborder {
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.consultholder p {
	padding-right: 1px;
	padding-left: 1px;
}
.consulthold h2 span {
	padding-left: 25px;
}
.consulthold {
	padding-right: 9px;
	padding-left: 9px;
}
.solutions p {
	padding: 0 5px;
}
.solutions h2 {
	font-size: 20px;
}
.solutions h2 span {
	padding-left: 35px;
}
.solutions {
	padding-right: 9px;
	padding-left: 9px;
}
.magholder .magazine {
	width: 95px;
}
.magholder .purple {
	line-height: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.magholder {
	padding-right: 10px;
	padding-left: 11px;
}
.missioninner p {
	font-size: 12px;
}
.missioninner h2 {
	margin-left: 65px;
	font-size: 15px;
	line-height: 30px;
}
.missioninner .circle {
	width: 60px;
}
.missioninner {
	padding-right: 9px;
	padding-left: 9px;
}
.mission {
	padding-right: 9px;
	padding-left: 9px;
}
.innerfooter li a {
	font-size: 20px;
	padding: 0 12px;
}
.featureholder .span2_4 {
	width: 17.792%;
}
.shop {
	margin-right: 15px;
}
.tagline {
	font-size: 35px;
	padding-top: 0;
	margin-right: -124px;
	margin-left: -25px;
}
.social {
	margin-top: 4px;
}
#logo {
	margin-top: 15px;
	margin-bottom: 3px;
}
.headerarea {
	background-size: 204%;
}
.sidebar {
	padding-left: 12px;
}
.contentarea {
	padding-bottom: 170px;
}
.sub-menu {
	display: none;
}
.menu-item a {
	padding: 9px 15px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 2px;
	display: block;
}
.menu-item a:hover, .menu-item .active > a {
	background-color: #e5e5e5;
	color: #555;
	text-decoration: none;
}
.menu-item ul {
	list-style: none;
}

    div#tara-video {
        margin: 0 0;
    }
    .showcases-slider {
        margin-top: 0;
    }    
}

@media only screen and (min-width: 768px) {
.carousel-caption p {
	display: block;
}
}

@media only screen and (max-width: 767px) {
.showcases-slider {
	width: 90%;
	margin: 0px auto;
}
.showcase {
	width: 49%;
	margin-right: 2%;
}
.showcases-slider .showcase:nth-child(even) {
	margin-right: 0px;
}
.showcases-slider .showcase:last-child {
	margin: 0px auto !important;
	float: none;
}
.headerarea {
	background-size: cover;
}
.number_crumb_container {
	display: none;
}
#main > .inner {
	padding-right: 14px;
	padding-left: 14px;
	margin-right: 0;
}
.slideholder {
	height: auto;
}
#logo {
	margin-top: 8px;
	margin-bottom: 1px;
	width: 41%;
}
#bpicredits {
	display: block;
}
.modal .fade {
	top: -100%;
}
.mobile-social {
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	background-color: #46a1a4;
	background-image: -moz-linear-gradient(top, #46a1a4, #235052);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46a1a4), to(#235052));
	background-image: -webkit-linear-gradient(top, #46a1a4, #235052);
	background-image: -o-linear-gradient(top, #46a1a4, #235052);
	background-image: linear-gradient(to bottom, #46a1a4, #235052);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff46a1a4', endColorstr='#ff235052', GradientType=0);
}
.mobile-social ul li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
}
.innerfooter {
	margin-bottom: 10px;
}
.mobile-sociallink {
	height: 22px;
	width: 22px;
	margin-left: 3px;
}
.mobile-sociallink:hover {
	opacity: 0.6;
}
.mobile-facebook {
	background: url(images/mobile-social.png);
}
.mobile-twitter {
	background: url(images/mobile-social.png) -22px 0;
}
.mobile-google {
	background: url(images/mobile-social.png) -44px 0;
}
.mobile-youtube {
	background: url(images/mobile-social.png) -66px 0;
}
.mobile-yelp {
	background: url(images/mobile-social.png) -88px 0;
}
}

@media only screen and (max-width: 480px) {
.blocks-show1, .blocks-show2, .blocks-show3, .blocks-show4, .blocks-show5 {
	height: 175px;
	width: 100%;
	background-size: cover;
}
.cover-block {
	bottom: 0;
}
}
.recommended_books .row .cell {
	width: 50%;
}
iframe {
	width: 100%;
}
section img {
	width: 100%;
}
.radios {
	min-width: 100%;
}
icons {
	max-height: 100%;
}
.modal, .fade {
	overflow-y: auto;
	max-height: 90%;
}
}
.radios {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	padding: 6px 13px;
	margin: 10px 2px 0 2px;
	max-width: 18%;
	position: relative;
	top: 5px;
}
#bpicredits strong {
	font-weight: bold;
}
/*************************************************************/

#af-form-1872806806 .af-body .af-textWrap {
	width: 98%;
	display: block;
	float: none;
}
#af-form-1872806806 .af-body .privacyPolicy {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .af-body a {
	color: #79E4E8;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#af-form-1872806806 .af-body input.text, #af-form-1872806806 .af-body textarea {
	background-color: #FFFFFF;
	border-color: #D9D9D9;
	border-width: 1px;
	border-style: solid;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .af-body input.text:focus, #af-form-1872806806 .af-body textarea:focus {
	background-color: #FFFAD6;
	border-color: #030303;
	border-width: 1px;
	border-style: solid;
}
#af-form-1872806806 .af-body label.previewLabel {
	display: block;
	float: none;
	text-align: left;
	width: auto;
	color: #79E4E8;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .af-body {
	padding-bottom: 15px;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: inherit;
	background-image: none;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .af-footer {
	padding-right: 15px;
	padding-left: 15px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: none;
	border-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #79E5E8;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .af-header {
	padding-bottom: 35px;
	padding-top: 35px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: inherit;
	background-image: url("https://forms.aweber.com/images/forms/bubbles/cyan/header.gif");
	border-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #79E5E8;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .af-quirksMode .bodyText {
	padding-top: 2px;
	padding-bottom: 2px;
}
#af-form-1872806806 .af-quirksMode {
	padding-right: 60px;
	padding-left: 60px;
}
#af-form-1872806806 .af-standards .af-element {
	padding-right: 60px;
	padding-left: 60px;
}
#af-form-1872806806 .bodyText p {
	margin: 1em 0;
}
#af-form-1872806806 .buttonContainer input.submit {
	background-image: none;
	background-color: #FFFFFF;
	color: #79E4E8;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}
#af-form-1872806806 .buttonContainer input.submit {
	width: auto;
}
#af-form-1872806806 .buttonContainer {
	text-align: center;
}
#af-form-1872806806 body, #af-form-1872806806 dl, #af-form-1872806806 dt, #af-form-1872806806 dd, #af-form-1872806806 h1, #af-form-1872806806 h2, #af-form-1872806806 h3, #af-form-1872806806 h4, #af-form-1872806806 h5, #af-form-1872806806 h6, #af-form-1872806806 pre, #af-form-1872806806 code, #af-form-1872806806 fieldset, #af-form-1872806806 legend, #af-form-1872806806 blockquote, #af-form-1872806806 th, #af-form-1872806806 td {
	float: none;
	color: inherit;
	position: static;
	margin: 0;
	padding: 0;
}
#af-form-1872806806 button, #af-form-1872806806 input, #af-form-1872806806 submit, #af-form-1872806806 textarea, #af-form-1872806806 select, #af-form-1872806806 label, #af-form-1872806806 optgroup, #af-form-1872806806 option {
	float: none;
	position: static;
	margin: 0;
}
#af-form-1872806806 div {
	margin: 0;
}
#af-form-1872806806 fieldset {
	border: 0;
}
#af-form-1872806806 form, #af-form-1872806806 textarea, .af-form-wrapper, .af-form-close-button, #af-form-1872806806 img {
	float: none;
	color: inherit;
	position: static;
	background-color: none;
	border: none;
	margin: 0;
	padding: 0;
}
#af-form-1872806806 input, #af-form-1872806806 button, #af-form-1872806806 textarea, #af-form-1872806806 select {
	font-size: 100%;
}
#af-form-1872806806 p {
	color: inherit;
}
#af-form-1872806806 select, #af-form-1872806806 label, #af-form-1872806806 optgroup, #af-form-1872806806 option {
	padding: 0;
}
#af-form-1872806806 table {
	border-collapse: collapse;
	border-spacing: 0;
}
#af-form-1872806806 ul, #af-form-1872806806 ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 40px;
}
#af-form-1872806806, #af-form-1872806806 .quirksMode {
	width: 100%;
	max-width: 418px;
}
#af-form-1872806806.af-quirksMode {
	overflow-x: hidden;
}
#af-form-1872806806 {
	background-color: #FFFFFF;
	border-color: #CFCFCF;
	border-width: 1px;
	border-style: none;
}
#af-form-1872806806 {
	display: block;
}
#af-form-1872806806 {
	overflow: hidden;
}
.af-body .af-textWrap {
	text-align: left;
}
.af-body input.image {
	border: none!important;
}
.af-body input.submit, .af-body input.image, .af-form .af-element input.button {
	float: none!important;
}
.af-body input.text {
	width: 100%;
	float: none;
	padding: 2px!important;
}
.af-body.af-standards input.submit {
	padding: 4px 12px;
}
.af-clear {
	clear: both;
}
.af-element label {
	text-align: left;
	display: block;
	float: left;
}
.af-element {
	padding: 5px 0;
}
.af-form-wrapper {
	text-indent: 0;
}
.af-form {
	text-align: left;
	margin: auto;
}
.af-header, .af-footer {
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
}
.af-quirksMode .af-element {
	padding-left: 0!important;
	padding-right: 0!important;
}
.lbl-right .af-element label {
	text-align: right;
}
#af-footer-1872806806 {
	display: none;
}
.recommended_books hr {
	border-color: black;
}


blockquote {
    background-color: rgba(172, 72, 129, 0.37);
}

.remove_dot {
    display: block;
}

.box1 {
    border-radius: 25px;
    border: 2px solid rgb(70, 161, 164);
    background: rgba(214, 158, 156, 0.41);
    padding: 32px;
    display: table;
    margin: auto;
    float: none;
}

/* DEFAULT STYLES FOR myvisualtutor.com VIDEOS */

.myvisualtutor {
	max-width:640px;
	max-height:360px;
}
.mediashowcase {
	max-height:420px;
}

#af-form-1298867829 .af-header{
	padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#af-form-1298867829 .af-body{
	padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.page-id-2457 .widgetholder,
.page-id-2442 .widgetholder,
.page-id-2431 .widgetholder,
.page-id-2446 .widgetholder,
.page-id-2453 .widgetholder,
.page-id-2427 .widgetholder

{
	display:none;
}