/* Font styles. */
/* line 2, ../sass/style.sass */
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font-size: 0.8em;
  line-height: 1.4em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #3e3e3e;
}
#page {
    max-width: 1000px !important;
    width: auto;
}
/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: #54800d;
  text-decoration: underline;
}

.section-node-add #content-area {
    padding-top: 40px !important;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: #54800d;
  text-decoration: none;
}
.node-type-how-to-guide .panel-2col .panel-col-first {
    float: left;
    padding-right: 20px;
    width: 840px;
}
.panel-2col .panel-col-first {
    border-right: 1px dotted #86CC14;
    float: left;
    padding-right: 20px;
    max-width: 680px;
    width: 68%;
}
.panel-2col .panel-col-last {
    margin-top: 20px;
}
.panel-2col .panel-col-last {
    float: right;
    max-width: 280px;
    width: 28%;
}


.panel-col-first a:link, .panel-col-first a:visited {
    border-bottom: 2px solid #54800d;
    color: #524944;
    text-decoration: none;
}
.panel-col-first a:hover, .panel-col-first a:active {
  color: #54800d;
  text-decoration: none;
  border-bottom: 2px solid #524944;
}

/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: arial,helvetica,sans-serif;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 2.2em;
  font-weight: 300;
  margin: 0;
   margin-top: 15px;
   color: #524944;
   border-bottom: 4px solid;
   padding: 0px;
}

/* line 30, ../sass/style.sass */
h2 {
  font-weight: 300;
  margin-bottom: 0.75em;
    color: #54800d;
    font-size: 1.5em;
    font-style: italic;
    margin-top: 5px;
    padding: 0 0 10px 0;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.6em;
  margin-bottom: 0.8em;
  color: #54800d;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  color: #54800d;
  margin-bottom: 0.4em;
  margin-top: 1.6em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 2px solid;
  color: #524944;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1.2em;
  font-weight: bold;
  color: #524944;
  margin-bottom: 0.4em;
  margin-top: 1.6em;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: #;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
  margin-top: 45px;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
  margin-top: 95px !important;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
  margin-top: 72px;
}

/*********************************************/
/* Modifications to original theme from here */
/*********************************************/
/*****************/
/* Header region */
/*****************/
#header, #breadcrumb, #footer, #navigation {
   font-family: arial,helvetica,sans-serif;
}
#logo-title {
background-color: #524944;
   height: 110px;
}
#logo img {
position: absolute;
left: 45%;
margin-top: 18px;
}
#header-region {
position: absolute;
}
.field-field-title-pic img {
border-bottom: 1px solid #524944;
padding-bottom: 1px;
}
.pane-block-9 h2.pane-title, .pane-block-10 h2.pane-title, .pane-block-14 h2.pane-title, .pane-user-0 h2.pane-title {
    border-bottom: 2px solid;
    color: #524944;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px;
    width: 100%;
}
.pane-block-11 {
    padding-bottom: 20px;
}
.pane-block-14 .beta-base .bodyContainer td.body{
   padding: 0px !important;
}
.pane-user-0 {
   padding: 20px 0;
}

.block-id-157 {
    margin: 7px 17px;
    position: absolute !important;
    top: 0;
}
.block-id-157 .icp{
    left: 44px;
    top: 2px;
    position: relative;
}
.block-id-157 .edi{
    left: 87px;
    top: -10px;
    position: relative;
}

#user-login-form .form-item label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 1.75em;
    text-align: left;
    width: 95px;
}
#user-login-form .form-item input {
    display: block;
    float: left;
    font-weight: bold;
    margin-left: 6px;
    width: 100px;
}
#user-login-form .form-submit {
    background-color: #86CC14;
    color: white;
    float: right;
    font-weight: bold;
    height: 43px;
    position: relative;
    top: -24px;
    width: 64px;
}
#user-login-form .item-list {
    clear: left;
    float: left;
    font-size: 8pt;
    margin: 0;
    padding-left: 16px;
}
#user-login-form ul li {
    background: none !important;
    margin: 0px !important;
}
/*****************/
/* Primary links */
/*****************/
ul#primary {
   height: 40px;
   background-color: #dcd8d5;
}
ul#primary li {
   display: block;
   padding: 0;
   float: left;
}
ul#primary li:hover,
ul#primary li.active-trail {
   background-color: #524944;
   color: white;
}
ul#primary li.first a {
   border-left: none;
}
ul#primary li a {
   text-decoration: none;
   display: block;
   padding: 0 7px;
   line-height: 40px;
   color: #524944;
/*   background: url(../images/menu_border.gif) no-repeat top left;  */
   border-left: 1px solid #524944;
}
ul#primary li a.active {
   color: white;
}
ul#primary li a:hover {
   color: white;
}
ul#primary li.remove-border a {
   border-left: none;
}
/*******************/
/*  Nice Menus Drop Down Menu */
/*******************/

ul#nice-menu-1 {
   max-width: 1000px;
   width: 100%;
   background-color: #dcd8d5;
}

#block-nice_menus-1 {
   display: block;
   float: left;
   max-width: 1000px;
   width: 100%;
   margin-top: 91px;
   z-index: 60;
}

ul.nice-menu li a {
   text-decoration: none;
   display: block;
   padding: 5px 5px 0px;
   height: 35px;
   color: #524944;
   border-left: 1px solid #524944;
}

ul.nice-menu li a:hover {
	color: white;
}
ul.nice-menu ul {
   height: auto;
   background-color: #dcd8d5;
   margin: 0;
   padding: 0;
   display: inline-block;
   float: left;
   width: 100%;
}
#header-region ul.nice-menu li {
   background: #dcd8d5;
   list-style-type: none;
   padding: 0;
}
#header-region ul.nice-menu li:hover {
   background: #524944;
   color: white;
}
#block-nice_menus-1 .block-inner .content ul {
    list-style: none inside none;
    padding-bottom: 0px;
    padding-left: 0px;
}

ul.nice-menu li {
   display: block;
   padding: 0;
   float: left;
   color: #dcd8d5;
   border: 0;
}

ul.nice-menu li.first a {
   border-left: none;
}

ul.nice-menu > li.over > a,
ul.nice-menu > li > a.active {
   color: white;
   background-color: #524944;
}
/*********************/
/* Second Level      */
/*********************/
#header-region ul.nice-menu ul {
   border: none;
   top: 40px;
   left: 0;
}
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.menuparent {
   background: none;
}

ul.nice-menu li.menuparent ul, #header-region ul.nice-menu li.menuparent ul {
    overflow: visible !important;
    width: 112%;
}

ul.nice-menu li ul li a:hover,
ul.nice-menu li ul li a.active-trail {
   width: auto;
}

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0;
}

ul.nice-menu-down li li {
  border-right: 1px solid #DCD8D5;
  border-top: 0;
}

ul.nice-menu-down ul {
  z-index: 50;
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  width: 100%;
  clear: both;
}

ul.nice-menu-down li ul li ul {
  left: 0; /* LTR */
  top: 0;
}

ul.nice-menu-down .menuparent a {
  padding-right: 7px; /* LTR */
}
ul.nice-menu-down .menuparent a:hover {
  padding-right: 7px; /* LTR */
}
/**
 * HORIZONTAL (down) menus
 */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}
/****************************/
/* Styles added by Ed area  */
/****************************/
#header-region ul.nice-menu li li a {
   border-left: none;
   width: 100%;
   height: 20px;
}
#header-region ul.nice-menu li li:hover {
   border-right: 1px solid #524944;
   background-color: #524944;
}
#header-region ul.nice-menu li li:hover a {
   color: white;
}
/***********************************/
/* End of styles added by Ed area  */
/***********************************/

/*****************/
/* Content area  */
/*****************/
.panel-col-first a.imagefield {
	border-bottom: none;
}
.panel-col-first .views-field-field-tm-pic-fid{
	float: left;
	width: 75px;
}
.panel-col-first .views-field-field-tm-summary-value{
	padding-left: 75px;
	padding-top: 15px;
}
.panel-col-first .views-field-view-node {
	padding-left: 75px;
	padding-bottom: 15px;
}
.marker, .form-required {
    color: #54800d;
}

.panel-2col {
padding-top: 42px;
}
.panel-2col .panel-col-last {
margin-top: 20px;
}
#content-inner {
   text-align: left;
   padding: 0px;
}


#content-inner #col-left {
   margin: 0 30px 0 0;
}
#content-inner #col-left,
#content-inner #col-right {
   max-width: 350px;
   width: 35%;
   float: left;
}
.breadcrumb {
   background-color: #86CC14;
   margin-top: 1px;
   max-width: 993px;
   width: 100%;
   height: 26px;
   padding-bottom: 0px;
   padding-left: 7px;
   font-size: 11px;
}
.breadcrumb a:link, .breadcrumb a:visited{
   color: white;
   display: inline-block;
   padding-top: 5px;
   text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a.active{
   color: #524944;
   display: inline-block;
   padding-top: 5px;
   text-decoration: none;
}
/*****************/
/* Sidebars      */
/*****************/
#sidebar-second,
#sidebar-first {
   border: 1px solid #3e3e3e;
   text-align: justify;
}
.sidebar .block {
   border-bottom: 1px solid #3e3e3e;
   padding: 0 0 25px 0;
   margin: 0 0 25px 0;
}
.sidebar .block.last {
   border-bottom: none;
   padding: 0;
   margin: 0;
}
/****************************/
/* Blocks - Contact details */
/****************************/
#block-block-1 {
   padding: 45px 30px 0 0;
}
#block-block-1 .contact-tel {
   width: 200px;
   padding-bottom: 30px;
   font-weight: bold;
   font-size: 1.33em;
   color: white;
   float: right;
}
#block-block-5 .contact-email a {
   position: absolute;
   margin-top: 31px;
   margin-left: 20px;
   text-decoration: none;
   font-weight: bold;
   font-size: 1.33em;
   color: white;
}

#block-block-2 {
    background-color: #86CC14;
    color: white;
    min-height: 26px;
    padding-top: 7px;
}
#block-block-2 a {
   color: white;
}
#block-block-2 a:link, #block-block-2 a:visited {
   text-decoration: underline;
}
#block-block-2 a:active, #block-block-2 a:hover {
   text-decoration: none;
}
.page-admin #content-area{
   padding-top: 60px;
}
/* .admin-menu #content-area{
	padding-top: 40px;
} */
.admin .panel-2col{
   padding-top: 10px;
}
#content-area{
   position: relative;
   z-index: 0;
}
#content-header {
   position: relative;
   z-index: 50;
}
/*****************************/
/*  Admin menu styles        */
/*****************************/
.help {
   margin-top: 95px;
}
#admin-menu {
    font-size: 1em;
}
#admin-menu img {
    display: inline;
}
#admin-menu li.admin-menu-icon a {
    padding: 3px 8px 4px;
}
body.admin-menu {
    margin-top: 2.5em !important;
}
ul.primary {
    padding-top: 80px !important;
}
/*****************/
/* Footer        */
/*****************/
#footer {
    background-color: white;
    border-top: 1px solid;
    margin-top: 14px;
    padding-top: 1px;
    text-align: center;
}
/*****************/
/* General       */
/*****************/

#content-area ul,
.block-inner .content ul {
   list-style-image: none;
   padding-left: 40px;
   list-style: none;
   list-style-position: inside;
   padding-bottom: 12px;
}
#content-area ul li ul {
   padding-bottom: 0px;
}

#content-area ul ul,
.block-inner .content ul ul {
   padding-left: 10px;
}
#content-area ul li,
.block-inner .content ul li {
   background: url(../images/bullet-green.png) no-repeat 0 6px;
   list-style-type: none;
   padding-left: 15px;
}
#content-area ul li.leaf,
.block-inner .content ul li.leaf {
   list-style-image: none;
   list-style: none;
   padding-top: 0;
}
#content-area ul li.expanded,
.block-inner .content ul li.expanded,
#content-area ul li.collapsed,
.block-inner .content ul li.collapsed {
   background: none;
   padding-left: 0;
}
/***********************/
/* Styles added by Paul*/
/***********************/
.title{
   display: none;
}
.view-CoachesPicsInPage .row-1,
.view-CoachesPicsInPage .row-2 {
	height: 180px;
}
.view-CoachesPicsInPage .col-1,
.view-CoachesPicsInPage .col-2,
.view-CoachesPicsInPage .col-3 {
	width: 33%;
}
.view-CoachesPicsInPage .views-field-title {
    color: #54800d;
    font-size: 1em;
    font-weight: bold;
}
.view-CoachesPicsCollage .view-content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.views-field-field-date-value {
   display: inline-block;
}
.view-workshop-dates .views-field-body .field-content p:first-child {
   padding-top: 10px; 
}
.view-workshop-dates .views-field-title{
    border-bottom: 2px solid;
    color: #524944;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4em;
    padding: 0;
    display: block;
}

.view-workshop-dates-block {
	padding-bottom: 15px;
}
.views-row {
   padding-top: 15px;
   padding-bottom: 10px;
}
.view-workshop-dates .views-row-1 {
   padding-top: 20px;
}
.view-workshop-dates {
   margin-top: -10px;
}
.view-workshop-dates .views-field-field-date-value{
   display: block;
   float: left;
   clear: left;
   font-weight: 600;
   color: #54800D;
   padding-bottom: 10px;
   width: 100%;
}
.view-workshop-dates .views-field-edit-node{
   display: block;
   float: left;
   clear: left;
   width: 100%;
}
.views-field-title{
padding: 10px 0 10px 0;
color: #54800d;
font-weight: bold;
font-size: 14px;
display: inline;
}
.views-field-field-client-name-value{
padding: 0px 0 50px 0;
font-weight: bold;
}
table {
border-collapse: separate;}

.views-field-body a:link, .views-field-body a:visited {
  color: #42AEA9;
  text-decoration: none;
  font-weight: normal;
}
.wsdb {
   font-size: 0.8em !important;
}
.wsdb .views-row {
   padding-bottom: 0px;
}
.view-Testimonials-Summary-Block .view-content {
   display:inline;
}
.views-field-field-quote-value {
    color: #524944;
    font-family: arial, verdana, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.views-field-field-attributed-to-value {
	font-style: italic;
	text-align: right;
}

.view-header img{
   border-bottom: 1px solid #524944;
   padding-bottom: 1px;
   margin-top: 12px;
}
}
.field-field-title-pic {
   display: inline;
}
.views-field-body a:hover, .views-field-body a:active {
  color: #79ccc8;
  text-decoration: underline;
  font-weight: normal;
}
.pane-field-title-pic {
   float: left;
}
.pane-testimonials-summary-block {
   float: left;
   width: 99%;
   padding-top: 0px;
   font-size: 1.6em;
   font-style: italic;
   line-height: 1.2em;
   color: #524944;
   font-family: verdana, arial, sans-serif;
}
.pane-testimonials-summary-block .view-header p {
    color: #54800d;
    font-size: 0.8em;
    font-style: normal;
    line-height: 0.8em;
    margin: -10px 0 3px;
    padding: 0;
}
.views-field-field-testimonial-short-value a:link,
.views-field-field-testimonial-short-value a:visited {
	border-bottom: none;
}
.views-field-field-testimonial-short-value a:hover,
.views-field-field-testimonial-short-value a:active {
	border-bottom: 2px solid #54800d;
}
.view-All-Testimonials .views-field-field-testimonial-short-value a:link,
.view-All-Testimonials .views-field-field-testimonial-short-value a:visited {
	border-bottom: 2px solid #54800d;
}
.field-field-testimonial-full {
	font-size: 1.3em;
   	font-style: italic;
   	line-height: 1.3em;
   	color: #524944;
   	font-family: verdana, arial, sans-serif;
   	margin-bottom: -15px;
}

a.addthis_button {
     border-bottom: medium none !important;
     padding-top: 5px;
     display: block;
     clear: both;
}
.field-field-testimonial-author {
	text-align: right;
	font-size:1.3em;
}

.field-field-content-left {
   float: left;
   max-width: 680px;
   width: 92%;
}
.view-TeamPicsCollage {
	padding-bottom: 10px;
}
.views-view-grid {
	padding-top: 10px;
}
/***************************/
/* Book Reviews            */
/***************************/
.node-type-book-review .pane-node-title {
	font-size: 2.2em;
	font-weight: 300;
	margin: 0;
	margin-top: 15px;
	color: #524944;
	border-bottom: 4px solid;
	padding: 0px;	
	line-height: 1em;
}
.node-type-book-review .pane-field-book-author {
	font-weight: 300;
	margin-bottom: 0.75em;
	color: #54800d;
	font-size: 1.5em;
	font-style: italic;
	margin-top: 5px;
	padding: 0 0 0 0;
	line-height: 1em;
}
h2.pane-title {
	font-weight: 600;
	font-size: 1em;
	font-style: normal;
	padding: 0 0 0 0;
	line-height: 1em;
	margin-top: 0px;
	color: #524944;
	display: inline;
	float: left;
	width: 7em;
	clear: both;
}
.pane-field-amazon-book-info h2.pane-title {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 2px solid;
  color: #524944;
  width: 100%;
}
.field-field-book-publisher,
.field-field-book-year-published,
.field-field-book-reviewer,
.field-field-isbn {
	font-weight: 300;
	font-size: 1em;
	font-style: normal;
	padding: 0 0 0 0;
	line-height: 1em;
	color: #524944;
	display: inline;
	float: left;
}
.field-field-book-review {
	padding-top: 15px;
	clear: both;
}
/* .field-field-book-review p:first-child:first-letter {
	font-size:350%; 
	display:block;
	float:left;
	margin: 50% 0 0;
	height:3.5em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #524944; 
}
*/
.field-field-amazon-book-info p{
	clear: both;
	margin-left: 60px;
}

/**********************/
/* Podcast Slide Show */
/**********************/
.view-Podcast-list-block .views-row {
    padding-bottom: 10px;
    padding-top: 5px;
}
.view-Podcast-list-block .views-row-first {
    padding-top: 15px;
}
/******************/
/* Book Slide show*/
/******************/
.views-field-field-book-cover-fid{
	padding-left: 85px;
	margin-top: 4px;
}
.views-field-title {
	font-weight: 300;
	font-size: 14px;
}
.views-label-field-book-author-value,
.views-label-field-book-author-value p{
display: inline;
float: left;
}
#views_slideshow_singleframe_main_Book_Review_SlideShow-block_1 .views-row{
   width: 274px;
}
/*************************/
/* Licensed Trainer Form */
/*************************/
.infusion-field-input-container {
width: 300px;
}
/****************/
/* Blog  ********/
/****************/
.admin .view-Blog-all-posts,.admin .pane-recent-blog-posts, .admin .pane-previous-blog-posts {
    padding-top: 40px;
}
.pane-archive h2.pane-title, .pane-recent-blog-posts h2.pane-title, .pane-previous-blog-posts h2.pane-title{
    border-bottom: medium solid;
    clear: both;
    color: #524944;
    display: inline;
    float: left;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    margin-top: 17px;
    padding-bottom: 3px;
    width: 95%;
}
ul.pager {
    padding-left: 0 !important;
}
ul.pager li {
    background: none !important;
}
.view-recent-blog-posts .views-row, .view-previous-blog-posts .views-row{
    padding-top: 5px;
    padding-bottom: 5px;
    clear: left;
}
.view-archive .item-list ul li{
    padding-left: 0;
    }
.section-blog .panel-col-first h2{
    border-bottom: 4px solid;
    color: #524944;
    font-size: 2.2em;
    font-weight: 300;
    margin: 15px 0 0;
    padding: 0;
    font-style: normal;
}
.section-blog .panel-col-first a:link, .section-blog .panel-col-first a:visited {
    border-bottom: 0px;
}
.page-blog #content-area .view-archive ul li,.node-type-story #content-area .view-archive ul li {
    background: none repeat scroll 0 0 transparent;
    clear: left;
    margin-left: -40px;
    padding-left: 0;
}
.section-blog .panel-2col .panel-col-first{
   margin-top: 15px !important;
   width:680px !important;
}
.section-blog .panel-2col .panel-col-last{
   margin-top: 20px !important;
   width:280px !important;
}
.node-type-story .panel-2col .panel-col-first{
   margin-top: 15px;
   width:800px;
}
.node-type-story .panel-2col .panel-col-last{
   margin-top: 20px;
   width:160px;
}
.page-blog h1, .node-type-story h1{
   margin: 0 0 15px 0;
}
.page-blog .node-inner .title, .node-type-story .node-inner .title{
   display: block;
   margin-top: -10px;
   margin-bottom: 0;
}
.page-blog .submitted , .node-type-story .submitted{
   padding-bottom: 15px;
   display: block;
}

.page-blog #content-area .links ul li,.node-type-story #content-area .links ul li{
   background: none;
   }
.page-comment #content-area {
   padding-top: 60px;
}
#comments .odd {
   background-color: #e0f8b8;
   padding:5px;
}
#comments .even {
   background-color: #e6f1d5;
   padding: 5px;
}
#comments h2{
   margin-top:15px;
   margin-bottom:0px;
}
.view-Blog-all-posts .views-row {
   padding-bottom: 20px;
   margin-bottom: 15px;
   border-bottom: 1px dotted #54800d;
}
.page-archive #content-area{
    padding-top: 60px;
}
/*******************/
/* Online Courses  */
/*******************/
.node-type-course-element h1{
    margin: 0 0 20px 0; 
} 
.node-type-course-element .pane-node-body{
    padding-bottom: 20px; 
}
.node-type-course-element .course-menu ul.menu{
    padding-left: 0px !important; 
}
.node-type-course-element #content-area{
    top: 64px;
}
.node-type-course-element #footer{
    position: relative;
    top: 60px;
}
.node-type-course-element .panel-col-seventy-five{
    width: 70%;
}
.node-type-course-element .panel-col-twenty-five{
    width: 25%;
    padding: 0 0 0 50px;
}
.node-type-course-element h2.pane-title{
    width: 100%;   
    border-bottom: 2px solid;
    color: #524944;
    font-size: 20px;
    font-weight: 300;
}
.node-type-course-element .pane-node-comment-form h2.pane-title {
    border-bottom: none;
    color: #524944;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    text-decoration: underline;
}
.node-type-course-element .course-menu {
    padding-top: 18px !important;
}
.node-type-course-element .panel-col-twenty-five .panel-pane{
    padding: 0 0 20px 0;
}
.node-type-course-element .course-menu li.expanded, .node-type-course-element .course-menu li.collapsed, .node-type-course-chapter-page .course-menu li.expanded ,.node-type-course-chapter-page .course-menu li.collapsed {
    list-style-image: none;
}
.node-type-course-element .course-menu li.expanded, .node-type-course-element .course-menu li.collapsed, .node-type-course-chapter-page .course-menu li.expanded ,.node-type-course-chapter-page .course-menu li.collapsed {
    list-style-image: none;
}
.node-type-course-element .course-menu ul li.leaf, .node-type-course-element .course-menu ul li.active-trail {
    position: relative;
    line-height: 1.2em;
    list-style: none outside none;
    padding-bottom: 3px;
    padding-top: 3px !important;
}
.node-type-course-element .course-menu ul li ul li {
    padding-left: 10px !important;
}
.node-type-course-element .dottedborder, body.cke_show_borders .dottedborder {
    border: 1px dotted #524944 !important;
    margin-bottom: 12px;
    padding: 5px 10px 0;
}
.node-type-course-element .dashedborder, body.cke_show_borders .dashedborder {
    border: 1px dashed #524944 !important;
    margin-bottom: 12px;
    padding: 5px 10px 0;
}
.node-type-course-element .doubleborder, body.cke_show_borders .doubleborder {
    border: 3px double #524944 !important;
    margin-bottom: 12px;
    padding: 5px 10px 0;
}

.node-type-course-element .pane-node-links {
    padding-top: 10px;
    color: #524944;
    width: 100%;
}
.node-type-course-element .pane-node-comments {
    margin: 10px 0 20px;
    padding-top: 10px;
    color: #524944;
    width: 100%;
}
.node-type-course-element .pane-node-comment-form h2.pane-title {
    width: auto;
}
.node-type-course-element .pane-node-comment-form form {
    clear: left;
}
.node-type-course-element .comment .submitted {
    padding-bottom: 10px;
}
.node-type-course-element .pane-node-body {
    border-bottom: 2px solid;
    padding-bottom: 20px;
    color: #524944;
    width: 100%;
}
.node-type-course-element table td, .node-type-course-element table th {
    padding: 5px;
}
/******* Course Chapter Page *********/
.view-course-module-chapters .views-field-title{
    display: table-cell !important;
}
.node-type-course-chapter-page .pane-field-chapter-number {
    text-align: center;
}
.page-taxonomy .views-field-field-course-chapter-number-value a, .page-taxonomy .views-field-title a{
    font-size: 12pt;
    color: #524944;
}
.page-taxonomy th.views-field-title, .page-taxonomy th.views-field-field-course-chapter-number-value{
    font-size: 12pt;
    color: #524944;
    font-weight: 600;
}

.node-type-course-chapter-page .field-field-chapter-number {
    font-size: 40px;
    font-weight: 600;
    color: #524944;
    height: 55px;
    left: 80px;
    position: relative;
}
.node-type-course-chapter-page .pane-field-chapter-number h2.pane-title{
    position: absolute;
    top: -9px;
    left: 230px;
    color: #524944;
    font-size: 40px;
    font-weight: 600;
    height: 55px;
    border-bottom: none;
    width: auto;
}
.node-type-course-chapter-page .field-field-additional-message {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: red;
    height: 47px;
}
.node-type-course-chapter-page .field-field-chapter-picture {
    text-align: center;
}
.node-type-course-chapter-page h1{
    text-align: center;
    border-bottom: none;
}
.node-type-course-chapter-page .pane-node-title {
    border-bottom: medium none;
    text-align: center;
    color: #524944;
    font-size: 20pt;
    line-height: 1.1;
    font-weight: 300;
    margin: 15px 0 0;
    padding: 0 0 100px;
}
.node-type-course-chapter-page .course-menu ul.menu{
    padding-left: 0px !important; 
}
.node-type-course-chapter-page #content-area{
    top: 74px;
    min-height: 600px;
}
.node-type-course-chapter-page .panel-col-seventy-five{
    width: 70%;
}
.node-type-course-chapter-page .panel-col-twenty-five{
    width: 25%;
    padding: 0 0 0 50px;
}
.node-type-course-chapter-page h2.pane-title{
    width: 100%;   
    border-bottom: 2px solid;
    color: #524944;
    font-size: 20px;
    font-weight: 300;
}
.node-type-course-chapter-page .course-menu {
    padding-top: 18px !important;
}
.node-type-course-chapter-page .course-menu ul li.active-trail >a, .node-type-course-element .course-menu ul li.active-trail >a {
    color: #000000 !important;
    text-decoration: underline;
}
.node-type-course-chapter-page .panel-col-twenty-five .panel-pane{
    padding: 0 0 40px 0;
}
.node-type-course-chapter-page .course-menu ul li {
    position: relative;
    line-height: 1.2em;
    list-style: none outside none;
    padding-bottom: 3px;
    padding-top: 3px !important;
}
.node-type-course-chapter-page .course-menu ul li ul li {
    padding-left: 10px !important;
}
.clear-block:after {
    height: auto !important;
}
.node-type-course-chapter-page .course-menu ul li, .node-type-course-element .course-menu ul li {
    background: none !important;
}
.node-type-course-chapter-page a:link, .node-type-course-element a:link, .node-type-course-chapter-page a:visited, .node-type-course-element a:visited {
    color: #524944;
    text-decoration: none;
}
.node-type-course-chapter-page a:hover, .node-type-course-element a:hover, .node-type-course-chapter-page a:active, .node-type-course-element a:active {
    color: #524944;
    text-decoration: underline;
}
#content-area ol li ul {
    padding-bottom: 0px !important;
}
/*******************/
/**** TEST AREA ****/
/*******************/
.page-taxonomy #content-area {
     padding-top: 40px;
}
/*******************/
/* Photo Galleries */
/*******************/
.node-type-node_gallery_gallery .submitted, .node-type-node_gallery_gallery .field-field-gallery-title .field-label {
    display: none;
}
.node-type-node_gallery_gallery .field-field-gallery-title {
    border-bottom: 4px solid;
    color: #524944;
    font-size: 2.2em;
    font-weight: 300;
    margin: 15px 0;
    padding-bottom: 9px;
}
.view-node-gallery-gallery-image-views ul.pager {
    padding-top: 10px;
}
.view-node-gallery-gallery-image-views .pager li {
    background: none !important;
}
.node-type-node_gallery_gallery .links, .node-type-node_gallery_image .links{
    display: none !important;
}
.page-galleries .views-field-field-node-gallery-image-data {
    display: none;
}
.page-galleries #content-area, .node-type-node-gallery-gallery #content-area {
    padding-top: 40px;
}
.node-type-node-gallery-image #content-area {
    padding-top: 50px;
}

/************/
/* Podcasts */
/************/
.page-podcast #content-area, .node-type-podcast #content-area {
    padding-top: 40px;
}
/*********/
/* Users */
/*********/
.page-admin-user-user-create #edit-notify-wrapper .option {
    font-weight: bold;
    background-color: pink;
}
.page-user #content-area {
    padding-top: 40px;
}
/*****************************************/
/* Your Course Materials Links in Footer */
/*****************************************/
#footer {
    background-color: LightGoldenRodYellow;
}
.section-node #footer #block-menu_block-2 {
    display: none;
}
#footer #block-menu_block-2 .title{
    display: inline;
}
#footer #block-menu_block-2 {
    text-align: left;
    padding-left: 40px;
}
.section-node-edit #footer {
    margin-top: 100px;
}
.admin #content-area {
    z-index: 1;
    margin-top: 35px;
}
.block-id-117 {
    float: right;
    right: -20px;
    top: -37px;
    width: 300px;
}
/***************************/
/* Developing Coach Portal */
/***************************/
.node-type-portal-home-page .pane-node-title, .node-type-portal-element-page .pane-node-title {
    color: #524944;
    font-size: 20pt;
    font-weight: 300;
    line-height: 54px;
}
.node-type-portal-home-page .pane-node-body p, .node-type-portal-element-page .pane-node-body p{

}
.node-type-portal-home-page #content-area, .node-type-portal-element-page #content-area{
    top: 64px;
}
.node-type-portal-home-page h1, .node-type-portal-element-page h1{
    margin: 0 0 20px 0; 
} 
.node-type-portal-home-page .pane-node-body, .node-type-portal-element-page .pane-node-body{
    padding-bottom: 20px; 
}
.node-type-portal-home-page .course-menu ul.menu, .node-type-portal-element-page .course-menu ul.menu{
    padding-left: 0px !important; 
}
.node-type-portal-home-page #footer, .node-type-portal-element-page #footer{
    position: relative;
    top: 60px;
}
.node-type-portal-home-page .panel-col-seventy-five, .node-type-portal-element-page .panel-col-seventy-five{
    width: 70%;
}
.node-type-portal-home-page .panel-col-twenty-five, .node-type-portal-element-page .panel-col-twenty-five{
    width: 25%;
    padding: 0 0 0 50px;
}
.node-type-portal-home-page h2.pane-title, .node-type-portal-element-page h2.pane-title{
    width: 100%;   
    border-bottom: 2px solid;
    color: #524944;
    font-size: 20px;
    font-weight: 300;
}
.node-type-portal-home-page .course-menu, .node-type-portal-element-page .course-menu {
    padding-top: 18px !important;
    width: 240px;
}
.node-type-portal-home-page .panel-col-twenty-five .panel-pane, .node-type-portal-element-page .panel-col-twenty-five .panel-pane{
    padding: 0 0 20px 0;
}
.node-type-portal-home-page .course-menu li.expanded, .node-type-portal-home-page .course-menu li.collapsed, .node-type-portal-element-page .course-menu li.expanded ,.node-type-portal-element-page .course-menu li.collapsed {
    list-style-image: none;
}
.node-type-portal-home-page .course-menu li.expanded, .node-type-portal-home-page .course-menu li.collapsed, .node-type-portal-element-page .course-menu li.expanded ,.node-type-portal-element-page .course-menu li.collapsed {
    list-style-image: none;
}
.node-type-portal-home-page .course-menu ul li.leaf, .node-type-portal-home-page .course-menu ul li.active-trail, .node-type-portal-element-page .course-menu ul li.leaf, .node-type-portal-element-page .course-menu ul li.active-trail {
    position: relative;
    line-height: 1.2em;
    list-style: none outside none;
    padding-bottom: 3px;
    padding-top: 3px !important;
}
.node-type-portal-home-page .course-menu ul li ul li, .node-type-portal-element-page .course-menu ul li ul li {
    padding-left: 10px !important;
}


.node-type-portal-home-page .course-menu ul li.active-trail >a, .node-type-portal-element-page .course-menu ul li.active-trail >a {
    color: #000000 !important;
    text-decoration: underline;
}

.node-type-portal-home-page .course-menu ul li, .node-type-portal-element-page .course-menu ul li {
    background: none !important;
}
.node-type-portal-home-page a:link, .node-type-portal-element-page a:link, .node-type-portal-home-page a:visited, .node-type-portal-element-page a:visited {
    color: #524944;
    text-decoration: none;
}
.node-type-portal-home-page a:hover, .node-type-portal-element-page a:hover, .node-type-portal-home-page a:active, .node-type-portal-element-page a:active {
    color: #524944;
    text-decoration: underline;
}
.node-type-portal-element-page .views-field-field-associated-file-portals-fid{
}
#block-block-12{
    float: right;
    padding-right: 17px;
    position: relative;
    top: 17px;
    z-index: 100;
}
#block-block-17{
    float: left;
    padding-left: 17px;
    position: relative;
    top: 17px;
    z-index: 100;
}
.view-portal-element-associated-files .view-header {
    display: none;
}
/* Accordion Menu */
h3.accordion-header {
    font-size: 13px;
}
.info-enquiry-form .infusion-option input {
    float: left;
    width: 25px;
    clear: both;
    position: relative;
    top: 5px;
}
.info-enquiry-form .infusion-option label {
    float: right;
    width: 245px;
    line-height: 14px;
    padding-bottom: 5px;
}
.info-enquiry-form .instructions {
    line-height: 14px;
    padding-bottom: 5px;
}
.info-enquiry-form .instructions label {
    padding: 8px 0;
    float: left;
}
.info-enquiry-form .instructions .infusion-radio label, .info-enquiry-form .infusion-option input {
    padding: 4px 0;
    float: left;
}
.info-enquiry-form .infusion-field-input-container {
width: 270px;
}
.page-enrolment-forms a.addthis_button {
    display: none;
}
#media-youtube-2 {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

#media-youtube-default-external-object-2 {
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
.node-type-story fieldset.menu-item-form, .page-node-add-story fieldset.menu-item-form{
    display: none;
}
/*******************/
/* Responsive Menu */
/*******************/
#block-superfish-1 {
    display: block;
    float: left;
    margin-top: 40px;
    max-width: 1000px;
    width: 100%;
    z-index: 60;
}
div.sf-accordion-toggle.sf-style-coffee a {
    background: #524944 none repeat scroll 0 0 !important;
    border: none;
    color: white !important;
    padding: 1em;
}
div.sf-accordion-toggle.sf-style-coffee a.sf-expanded, .sf-menu.sf-style-coffee.sf-accordion li.sf-expanded {
    background-color: #524944 !important;
}

#content-area ul ul, .block-inner .content ul ul {
    padding-left: 0;
}
.sf-primary-links li {
    list-style-type: none !important;
    background: #dcd8d5 none repeat scroll 0 0 !important;
    padding-left: 0px !important;
    min-width: 50px !important;
    text-align: center !important;
    max-width: 104px;
}
ul.sf-primary-links {
    padding-left: 0px !important;
    height: 69px;
}
ul.sf-primary-links ul {
    border: medium none;
    left: 0;
    top: 69px !important;
    background: none !important;
}
.sf-primary-links li a {
    font-weight: normal !important;
    border-left: 1px solid #524944 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    color: #524944 !important;
    display: block !important;
    line-height: 1.2em !important;
    text-decoration: none !important;
    padding: 0.75em 0.4em !important;
    height: 50px !important;
}
.sf-primary-links li.first a, .sf-primary-links li a.sf-depth-2 {
    border-left: none !important;
}
.sf-primary-links li a.sf-depth-2 {
    height: 75px !important;
}
.sf-primary-links li a:hover, .sf-primary-links li a:active, .sf-primary-links li a.active {
   background-color: #524944 !important;
   color: white !important;
}
.sf-primary-links .sf-sub-indicator{
    display: none !important;
}

.node-type-page-2-cols .panelline-1 {
    clear: both;
    float: left;
}
.node-type-page-2-cols .panelline-1 .pane-1 {
    width: 47%;
}
.node-type-page-2-cols .panelline-1 .pane-2 {
    width: 20%;
}
@media all and (min-width:1000px) {
    .node-type-page-2-cols .panelline-1 .pane-2 {
        border-right: 1px dotted #86CC14;
        padding-right: 20px;
        height: 210px;
        padding-left: 15px;
    }
    .node-type-page-2-cols .panelline-2 .pane-1 {
        border-right: 1px dotted #86CC14;
        padding-right: 35px;
    }
    .pane-testimonials-summary-block .views_slideshow_singleframe_teaser_section {
        width: 99% !important;
    }
    .pane-testimonials-summary-block .views_slideshow_singleframe_slide {
        width: 99% !important;
    }
    ul.sf-primary-links {
        background-color: #dcd8d5 !important;
        padding-bottom: 0px !important;
        width: 1000px !important;
    }
}
.node-type-page-2-cols .panelline-1 .pane-3 {
    width: 28%;
    float: right;
}
.node-type-page-2-cols .panelline-2 .pane-1 {
    max-width: 92%;
}
.node-type-page-2-cols .panelline-2 .pane-1 {
    width: 67%;
}
.node-type-page-2-cols .panelline-2 .pane-2 {
    float: right;
    width: 28%;
}
@media all and (max-width:999px) {
    .sf-primary-links li {
        min-width: 50px !important;
        max-width: 100% !important;
    }
    .breadcrumb {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .breadcrumb a:first-child {
        padding-left: 10px;
    }
    #block-superfish-1 {
        margin-top: 55px !important;
    }
    .pane-testimonials-summary-block .views_slideshow_singleframe_teaser_section {
        width: 90% !important;
    }
    .pane-testimonials-summary-block .views_slideshow_singleframe_slide {
        width: 90% !important;
    }
    #block-block-17 {
        display: none;
    }
    #block-block-18 {
        font-size: 1.1em !important;
    }
    #block-block-18 .socialmedia{
        float: left !important;
        padding: 4px 10px 0px 10px !important;
    }
    #block-block-18 .contact-tel{
        float: left !important;
        clear: left !important;
    }
    #block-block-18 .contact-tel span{
        padding: 1px 10px !important;
    }
    #block-block-18 .contact-email{
        padding: 1px 10px !important;
        clear: left !important;
    } 
    #logo img {
        float: right !important;
        position: relative !important;
        left: 0 !important;
    }
    .sf-horizontal {
        display: none !important;
    }
}

.responsive-image-right {
        height: auto !important;
        width: 40% !important;
        margin: 15px 1px 15px 15px;
        padding: 1px;
        float: right;
}
.responsive-image-left {
        height: auto !important;
        width: 40% !important;
        margin: 15px 15px 15px 1px;
        padding: 1px;
        float: left;
}

@media all and (max-width:768px) {
    .node-type-page-2-cols .panelline-1 .pane-1, .node-type-page-2-cols .panelline-1 .pane-2, .node-type-page-2-cols .panelline-1 .pane-3, .page-blog .panelline-1 .pane-1 {
        max-width: 99%;
        width: 99%;
        float: left;
    }
    .node-type-page-2-cols .panelline-2 .pane-1 {
        max-width: 99%;
        width: 99%;
    }
    .node-type-page-2-cols .panelline-2 .pane-2, .page-blog .panelline-1 .pane-2 {
        max-width: 99%;
        clear: both;
        float: left;
        width: 99%
    }
    .node-type-page-2-cols .panel-col-thirty-three {
        width: 99%;
    }
    .node-type-page-2-cols .panel-col-sixty-six {
        width: 99%;
    }
    .responsive-image-right {
        height: auto !important;
        width: 60% !important;
        margin: 15px 1px 15px 15px;
        padding: 1px;
        float: right;
    }
    .responsive-image-left {
        height: auto !important;
        width: 60% !important;
        margin: 15px 15px 15px 1px;
        padding: 1px;
        float: left;
    }
    .field-field-content-left img {
        height: auto !important;
        max-width: 60% !important;  
    }
}
.not-logged-in div.status, .not-logged-in div.messages {
    display: none;
}
.view-Testimonials-Summary-Block .views-field-field-testimonial-short-value a:link, .view-Testimonials-Summary-Block .views-field-field-testimonial-short-value a:visited {
    color: #524944;
    text-decoration: none;
}
.emvideo {
	position:relative;
	padding-bottom:65.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.emvideo iframe, .emvideo object, .emvideo embed, .viddler iframe, .youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.viddler, .youtube {
	position:relative;
	padding-bottom:65.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.field-field-title-pic img {
    float: left;
    height: auto;
    width: 100%;
}


.node-type-page-2-cols .panel-three-four-adaptive, .node-type-team-member .panel-three-four-adaptive {
    padding-top: 70px;
}
.node-type-page-2-cols .panelline-1 .pane-3 {
    margin-top: 15px;
}
.pane-block-14 img {
    padding: 1%;
}
.pane-block-14 p {
    margin: 0 !important;
}
div.tabs {
    margin: 60px 0 0 5px !important;
}
.sf-primary-links li ul {
     display: none;
}
.sf-primary-links li ul {
     display: none;
}
.sf-primary-links li a {
    height: 50px !important;
}
#block-block-18{
    color: white;
    font-size: 1.33em;
    font-weight: bold;
    min-height: 93px;
}
#block-block-18 a {
    color: white;
    font-weight: bold;
}
#block-block-18 a:link, #block-block-18 a:visited {
    text-decoration: none;
}
#block-block-18 a:hover, #block-block-18 a:active {
    text-decoration: underline;
}
#block-block-18 .socialmedia {
    float: right;
    padding: 10px;
}
#block-block-18 .contact-tel {
    float: right;
    clear: right;
}
#block-block-18 .contact-tel span{
    padding: 0 10px 10px;
    float: left;
    clear: left;
}
#block-block-18 .contact-email {
    float: left;
    padding: 27px 10px 0px;
}
/* blog and individual blog posts */
.node-type-story .pane-1, .page-blog .pane-1 {
    border-right: 1px dotted #86cc14;
    padding-right: 20px;
    width: 68%;
    float: left;
    max-width: 680px;
}
.node-type-story .panelline-1 .pane-2 {
    border-right: none !important;
    width: 28%;
    float: right;
    max-width: 280px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 20px !important;
}
.page-blog .panelline-1 .pane-2 {
    border-right: none !important;
    width: 28%;
    float: right;
    max-width: 280px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px;
}
@media all and (max-width:768px) {
    .node-type-story .pane-1, .page-blog .pane-1, .page-meet-the-team .panelline-1 .pane-1 {
        max-width: 99%;
        width: 99%;
        float: left;
        clear: left;
    }
    .node-type-story .panelline-1 .pane-2, .page-blog .panelline-1 .pane-2{
        max-width: 99%;
        clear: both;
        float: left;
        width: 99%
    }
}
.view-Blog-single-post h2, .view-Blog-all-posts h2 {
    border-bottom: 4px solid;
    color: #524944;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 300;
    margin: 15px 0 0;
    padding: 0;
}
.view-Blog-single-post h2 a:link, .view-Blog-single-post h2 a:visited, .view-Blog-all-posts h2 a:link, .view-Blog-all-posts h2 a:visited{
    text-decoration: none !important;
    color: #524944 !important;
}
.view-Blog-single-post h2 a:hover, .view-Blog-single-post h2 a:active, .view-Blog-all-posts h2 a:hover, .view-Blog-all-posts h2 a:active{
    color: #54800d !important;
}
.page-blog #content-area, .node-type-story #content-area {
    padding-top: 70px;
}
.page-meet-the-team .panelline-1 .pane-1 {
    width: 66%;
}
.page-meet-the-team .panelline-1 .pane-2 {
    border-right: none !important;
    border-left: 1px dotted #86cc14;
    height: 185px;
    padding-left: 15px;
    padding-right: 20px;
}
/**********************/
/* Christmas Calendar */
/**********************/
.scchristmas h2, .scchristmas h3, .scchristmas h4{
    font-family: helvetica;
    font-style: italic;
    color: black;
}
.scchristmas h2{
    font-size: 3em;
    font-weight: 600;
}
.scchristmas h3{
    font-size: 2.5em;
    font-weight: 600;
}
.scchristmas h4{
    font-size: 2em;
    font-weight: 600;
}
.scchristmas .section{
    margin-bottom: 20px;
    background: #fff url("christmasbkg2.jpg") repeat-y scroll center top;
    padding: 7%;
    color: black;
    font-size: 1.2em;
    font-style: italic;
}
.scchristmas .section .story {
    font-size: 1.1em;
    line-height: 1.2em;
}
.scchristmas .section .comp {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.2em;
}
li.addthis {
    background: none !important;
}
@media all and (max-width:999px) {
    .node-type-page {
        padding: 5px;
        margin-top:30px;
    }
}
.maxwidth437 {
    max-width: 437px !important;
    max-height: 370px !important;
    padding-bottom: 38% !important;
}
.emvideo.maxwidth437 iframe {
	position:absolute;
	top:0;
	left:0;
	max-width:437px;
	max-height: 370px;
}
.page-supervision-team-forms .panel-2col {
    padding-top: 70px !important;
    min-height: 600px;
}
#comments, .comment_add {
	display: none !important;
}
.pane-webform-client-block-11808 {
    margin-bottom: 30px;
}
.pane-webform-client-block-11808 .pane-title:before {
    content: "Try Our Sampler Now";
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 2px solid;
    color: #524944;
	height: 22px;
	display: block;
	background-color: white;
	padding: 4px 0px 0px 1px;
	margin-bottom: 6px;
}

.pane-webform-client-block-11808 h2.pane-title{
	width: 260px;
    font-family: arial, verdana;
    font-size: 1.3em;
    font-weight: bold;
    padding: 4px;
    background-color: rgb(134, 204, 20);
    color: rgb(255, 255, 255);
}
.pane-webform-client-block-11808 input[type="text"], .pane-webform-client-block-11808 input[type="email"] {
    width: 260px;
}