/*
	Theme Name:  Chris Kresser
	Description: Custom child theme for the <a href="http://genesistheme.com">Genesis Framework</a>.
	Author: 	 Bill Erickson + Andrew Pautler
	Author URI:  http://www.billerickson.net + http://pautlerdesign.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/

/* Baseline Normalize - normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sharing * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Float Clearing
--------------------------------------------- */
.clearfix:before,
.columns:before,
.comment-form:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.visitor-login:before,
.wrap:before {
  content: " ";
  display: table;
}
.clearfix:after,
.columns:after,
.comment-form:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.visitor-login:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/****************************************/
/*              Defaults                */
/****************************************/

/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #2a2a2a;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.611;
  padding: 0;
}
body.be-override {
  margin: 0 !important;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}
::selection {
  background-color: #333;
  color: #fff;
}
a {
  color: #4298b3;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #2d829d;
}
.nav-primary .genesis-nav-menu .menu-item a:hover,
.nav-secondary .genesis-nav-menu .menu-item a:hover,
.extras a:hover,
.footer-widgets a:hover,
.title-area .site-title a:hover,
.sidebar .widget-image .widget-image-text:hover,
.home-program .widget-image .widget-image-text:hover,
.entry-comments h3 a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 24px;
  padding: 0;
}
strong {
  font-weight: 700;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border: 1px solid #e1e1e8;
  background-color: #f7f7f9;
}
code {
  padding: 2px 4px;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
cite {
  font-style: normal;
}
blockquote,
div.pull-quote {
  border-top: 4px solid #d46828;
  border-bottom: 4px solid #d46828;
  color: #d46828;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 26px;
  line-height: 1.46;
  margin: 0 0 24px;
}
blockquote p,
.entry-content blockquote p,
div.pull-quote p {
  margin: 15px 0;
}
blockquote.pull,
div.pull-quote {
  float: right;
  margin-left: 20px;
  width: 48.484848485%;
}
blockquote.tweet,
blockquote.tweet-this,
div.tweet-quote {
  border-top-color: #4298b3;
  border-bottom-color: #4298b3;
  color: #4298b3;
  position: relative;
  text-align: center;
  margin-top: 40px;
}
blockquote.tweet a,
blockquote.tweet-this a,
div.tweet-quote a {
  display: block;
  margin-top: 15px;
}
blockquote.tweet .ss-twitter,
blockquote.tweet-this .ss-twitter,
div.tweet-quote .ss-twitter {
  background: #fff;
  font-size: 32px;
  line-height: 1;
  padding: 0 8px;
  position: absolute;
  top: -16px;
  margin-left: -36px;
}
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}
i {
  font-style: normal;
}
.center {
  text-align: center;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "schoolbook-web", Georgia, serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
.sidebar h4,
.footer-widgets h4 {
  border-bottom: 1px solid #cdcdcd;
  color: #828282;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.footer-widgets h4 {
  border-bottom-color: #959595;
  color: #fff;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* Alternative Headings
--------------------------------------------- */
h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt {
  color: #828282;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
h3.alt,
h4.alt,
h5.alt {
  text-transform: uppercase;
}
h2.alt {
  font-size: 26px;
}
h3.alt {
  font-size: 20px;
}
h4.alt {
  font-size: 16px;
}
h5.alt {
  font-size: 12px;
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
  height: auto;
  width: auto;
  /* IE8 */
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  color: #999;
  font-size: 18px;
  padding: 10px;
  width: 100%;
}
input[type="checkbox"] {
  width: auto;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
.input-large {
  font-size: 18px;
  padding: 15px;
}
select.input-large {
  height: 54px;
  line-height: 54px;
  padding-top: 12px;
}
.input-small {
  font-size: 12px;
  padding: 5px 10px;
}
::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #bdbdbd;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-reply-link,
.button,
.button.button-invert:hover {
  background-color: #adbe37;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 20px;
  width: auto;
  -webkit-appearance: none;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.comment-reply-link:hover,
.button:hover,
.button.button-invert {
  background-color: #94a427;
  color: #fff;
  text-decoration: none;
}
.entry-content .button:hover {
  color: #fff;
}
.button {
  display: inline-block;
}
.button.button-block {
  display: block;
  text-align: center;
}
.button.button-empty {
  background: #fff;
  color: #828282;
  border: 1px solid #ddd;
}
.button.button-empty:hover {
  color: #828282;
  background: #efefef;
}
.button.button-selected {
  background: #333;
}
.button.button-selected:hover {
  background: #333;
}
.toggle-buttons {
  margin: 0 auto;
  display: block;
  max-width: 410px;
}
.button-alt,
.widget input[type="submit"],
.button-category:hover {
  background: #4298b3;
}
.button-alt:hover,
.widget input[type="submit"]:hover {
  background: #2d829d;
}
.button-category {
  background: #8ec1d1;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
.button-video {
  background: transparent url(images/video-button-bg.png);
  border: 2px solid #8d837d;
  padding: 5px 20px 5px 10px;
}
.button-video:hover {
  background: #8d837d;
  color: #3d2b22;
}
.button-video::before {
  background: #8d837d;
  border-radius: 50%;
  color: #3d2b22;
  content: '▶';
  display: inline-block;
  font-family: "SSStandard";
  font-size: 13px;
  width: 26px;
  height: 30px;
  line-height: 30px;
  padding-left: 4px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
}
.button.button-video.button-large {
  padding: 8px 40px 8px 20px;
}
.gform_wrapper input[type="submit"],
.login-submit .button-primary,
.button.button-large {
  padding: 10px 40px;
  font-size: 18px;
}
.gform_validation_container {
  display: none;
}
.button.button-xlarge {
  padding: 15px 50px;
  font-size: 20px;
}
.comment-reply-link,
.button-grey,
.entry-content .button-grey {
  background: #e5e5e5;
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.comment-reply-link:hover,
.button-grey:hover,
.entry-content .button-grey:hover {
  background: #ccc;
  color: #000;
}
.button.has-arrow {
  position: relative;
}
.button.has-arrow .button-arrow {
  background: url(images/button-arrow.png) no-repeat;
  display: block;
  height: 57px;
  position: absolute;
  top: -34px;
  right: -80px;
  width: 40px;
}
.button.has-arrow.arrow-left .button-arrow {
  background: url(images/left-arrow.png) no-repeat;
  right: auto;
  left: -80px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* Gravity Forms
--------------------------------------------- */
.gform_wrapper ul,
.entry-content .gform_wrapper ul {
  margin: 0;
}
.gform_wrapper li,
.entry-content .gform_wrapper li {
  list-style-type: none;
}
.gform_wrapper .validation_error {
  background: #fcffde;
  border: 1px solid #ecdfbd;
  padding: 10px;
  margin-bottom: 10px;
}
.gform_wrapper .gfield {
  padding: 0 260px 20px 0;
  position: relative;
}
.gform_wrapper .gfield .validation_message {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 240px;
  background: #821e2a;
  border-radius: 2px;
  color: #fff;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.178571429;
  padding: 10px;
}
.gform_wrapper label {
  color: #828282;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.gfield_required {
  display: none;
}
/* Tables
--------------------------------------------- */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  background: #2a2a2a;
  color: #fff;
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #2a2a2a;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th {
  border-left: 1px solid #7f7f7f;
}
.table-bordered td {
  border-left: 1px solid #2a2a2a;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/*Tabs*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
  font-size: 16px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  color: #828282;
  background-color: #eeeeee;
}
.nav-tabs > li > a:hover {
  background-color: #f8f8f8;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



/****************************************/
/*          Structure & Layout          */
/****************************************/

/* Site Containers
--------------------------------------------- */
.site-container {
  position: relative;
  padding: 0;
}
.wrap {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}
.site-inner {
  clear: both;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
  float: right;
  width: 66%; /* 660/1000 */
}
.content-sidebar .content {
  float: left;
}
.full-width-content .content {
  width: 100%;
}
/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 23.5%; /* 235/1000 */
}
.sidebar-content .sidebar-primary {
  float: left;
}
/* Column Classes - Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-fifth {
  width: 17.9487179487179488%;
}
.two-fifths {
  width: 38.4615384615384616%;
}
.three-fifths {
  width: 58.9743589743589744%;
}
.four-fifths {
  width: 79.4871794871794872%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}

/****************************************/
/*            Common Classes            */
/****************************************/

/* WordPress
--------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.entry-content .alignright,
.entry .alignright,
.entry-content .border {
  border: 1px solid #ccc;
}
.entry-content .alignright,
.entry .alignright {
  max-width: 48%;
}
.blog .entry-content .alignright,
.archive .entry .alignright,
.page-template-page-popular-php .entry .alignright,
.page-template-page-podcast-php .entry .alignright {
  max-width: 200px;
}
.entry-content .no-border,
.page-id-7009 .entry-content img {
  border: none;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone {
  margin-bottom: 12px;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}
.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.entry-image {
  border: 1px solid #bdbdbd;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td {
  text-align: center;
}
/* Hello Bar
---------------------------------------------------------------------------------------------------- */
.hello-bar {
  background: #803284;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 1000;
  height: 50px;
}
.hello-bar .button {
  padding: 5px 15px;
  margin-left: 10px;
}
/*body.be-override {
  margin-top: 50px !important;
}*/
@media screen and (max-width: 959px) {
  .hello-bar {
    font-size: 13px;
    padding: 11px 0;
  }
  .hello-bar .button {
    font-size: 13px;
    padding: 3px 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 785px) {
  .hello-bar {
    height: 65px;
  }
  /*body.be-override {
    margin-top: 65px !important;
  }*/
}
@media screen and (max-width: 480px) {
  .hello-bar {
    padding: 8px 0;
    height: 80px;
  }
  /*body.be-override {
    margin-top: 80px !important;
  }*/
}


/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  border-bottom: 2px solid #e5e5e5;
}
.title-area {
  float: left;
  padding: 13px 20px 12px 0px;
  width: 377px;
}
.title-area .site-title {
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 34px;
  font-weight: bold;
}
.title-area .site-title a,
.title-area .site-title a:hover {
  color: #000;
}
.title-area .site-description {
  color: #828282;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.title-area .site-description em {
  font-weight: 600;
  text-transform: none;
  font-family: "schoolbook-web", Georgia, serif;
}
.header-widget-area {
  float: right;
}
/*No tagline*/
/*.home .title-area .site-title {
  font-size: 36px;
}
.home .title-area .site-description {
  display: none;
}
.home .nav-primary {
  padding-top: 18px;
}
.home .nav-primary .genesis-nav-menu > .menu-item > a {
  border-bottom: none;
}*/



/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #999;
  line-height: 1.5;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  float: left;
  list-style: none;
  position: relative;
}
.genesis-nav-menu .menu-item a {
  border: none;
  color: #000;
  display: block;
  font-size: 15px;
  padding: 7px 10px;
  position: relative !important;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #4298b3;
}
.genesis-nav-menu .menu-item-has-children > a::after {
  content: '';
  font-family: "SSStandard";
  font-size: 10px;
  padding-left: 5px;
  color: #686868;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  background: #151515;
  color: #fff;
}
.genesis-nav-menu .sub-menu {
  background: #2a2a2a;
  margin-top: 7px;
  right: -9999em;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu #menu-item-7027 .sub-menu,
.genesis-nav-menu #menu-item-7027 .sub-menu a,
.genesis-nav-menu #menu-item-7025 .sub-menu,
.genesis-nav-menu #menu-item-7025 .sub-menu a {
  width: 300px;
}
.genesis-nav-menu .sub-menu li {
  padding: 0;
}
.genesis-nav-menu .sub-menu a {
  background-color: #2a2a2a;
  border-radius: 3px;
  color: #fff;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 14px 11px;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  opacity: 1;
  right: 3px;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}

/****************************************/
/*              Navigation              */
/****************************************/

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  padding: 28px 0 14px;
}
.nav-primary .genesis-nav-menu {
  display: block;
  float: right;
  width: auto;
}
.nav-primary .menu-item {
  padding: 0 3px;
}
.nav-primary .menu-item:last-child {
	padding-right: 0;
}
.nav-primary .genesis-nav-menu > .menu-item > a {
  border-bottom: 5px solid #fff;
  text-transform: uppercase;
  color: ;
}
.nav-primary .genesis-nav-menu > .menu-item.current-menu-item > a {
  border-bottom-color: #4298b3;
}
.nav-primary .genesis-nav-menu > .menu-item.menu-item-has-children:hover > a {
  background: #2a2a2a;
  border-bottom-color: #2a2a2a;
  border-bottom-width: 12px;
  margin-bottom: -7px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background: #3d3d3d;
  margin-left: -18px;
}
.nav-secondary .genesis-nav-menu .menu-item a {
  color: #fff;
  display: block;
  font-weight: normal;
  padding: 7px 14px 9px;
  position: relative;
  font-size: 14px;
}
.nav-secondary .genesis-nav-menu .menu-item a:hover,
.nav-secondary .search:hover,
.nav-secondary .search-link:hover,
.nav-secondary .user:hover,
.nav-secondary .mobile-link:hover,
.nav-secondary .genesis-nav-menu .current-menu-item a {
  background: #727272;
}
.extras {
  display: block;
  float: right;
  height: 30px;
  /* overflow: hidden; */
}
.extras > li,
.nav-secondary .mobile-link {
  display: block;
  float: left;
  list-style-type: none;
  padding: 2px 14px;
}
.nav-secondary .mobile-link {
  border-left: 0;
  display: none;
}
.nav-secondary .mobile-link .ss-icon,
.extras .search a,
.extras .search-link .ss-icon,
.extras .social a {
  color: #fff;
  cursor: pointer;
  /*line-height: 36px;*/
  font-size: 16px;
  vertical-align: middle;
}
.extras .search a {
  cursor: pointer;
  font-size: 13px;
}
.extras .search a i {
  font-size: 13px;
  padding-right: 5px;
}

.extras .social a {
  opacity: .5;
}
.extras .social a:hover {
  opacity: 1;
}
.extras .user,
.extras .user a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  padding: 0px 10px 0 10px;
	text-align: right;
}
.extras .user img,
.extras .user a::before {
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 50%;
  max-width: 35px;
}
.extras .user.logged-in {
  cursor: pointer;
  position: relative;
  min-width: 158px;
	padding-right: 8px;
	margin-right: -8px;
}
.extras .user.logged-in:hover {
  background: #2a2a2a;
}
.extras .user.logged-in:hover .submenu {
  display: block;
}
.extras .user.logged-in .ss-navigatedown {
  font-size: 10px;
  margin-left: 10px;
}
.extras .user.logged-in .submenu {
  display: none;
  background: #2a2a2a;
  padding-top: 2px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
}
.extras .user.logged-in .submenu li {
  padding: 4px 10px 0;
  line-height: 1;
}
.extras .user.logged-in .submenu a {
  display: block;
  font-weight: normal;
  line-height: 1;
  padding: 10px;
	text-align: left;
}
.extras .user.logged-in .submenu .item a:hover {
  background: #333;
  border-radius: 3px;
}
.extras .user.logged-in .submenu .line {
  border-top: 1px solid #4e4e4e;
}
.extras .user.logged-in .submenu .button {
  font-weight: bold;
  line-height: 39px;
  padding: 0;
	text-align: center;
}
.extras .user.logged-in .submenu .has-button {
  margin-top: 10px;
  padding: 20px;
}
/* Mobile Navigation
--------------------------------------------- */
.mobile-nav {
  width: 10em;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10em;
  background: #2a2a2a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2a2a2a 0%, #2a2a2a 88%, #1e1e1e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2a2a2a), color-stop(88%, #2a2a2a), color-stop(100%, #1e1e1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #2a2a2a 0%, #2a2a2a 88%, #1e1e1e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #2a2a2a 0%, #2a2a2a 88%, #1e1e1e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #2a2a2a 0%, #2a2a2a 88%, #1e1e1e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #2a2a2a 0%, #2a2a2a 88%, #1e1e1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1e1e1e', GradientType=1);
  /* IE6-9 */
}
.mobile-nav .extras,
.mobile-nav .mobile-link {
  display: none;
}
.mobile-nav a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 7px 20px;
}
.mobile-nav a:hover,
.mobile-nav .current-menu-item a {
  background: #333;
  text-decoration: none;
}
.mobile-nav .menu-primary-container {
  border-bottom: 1px solid #4f4f4f;
}
.mobile-nav .menu-primary-container a {
  text-transform: uppercase;
}
.site-container.mobile-nav-active {
  left: 10em;
  overflow: visible;
}
.mobile-nav .sub-menu li a {
  font-size: 13px;
  padding: 3px 20px 3px 40px;
}

/****************************************/
/*                Search                */
/****************************************/
.search-form {
  position: relative;
}
.search-form input[type="search"] {
  padding-right: 55px;
}
.search-form input[type="submit"] {
  background: transparent;
  border-radius: 0;
  color: #bdbdbd;
  font-family: "SSStandard";
  position: absolute;
  top: 0;
  right: 0;
}
/* Header Search
--------------------------------------------- */
.header-search {
  background: #727272;
  display: none;
  padding: 20px 0;
}
.header-search input[type="search"],
.search-intro input[type="search"] {
  border-radius: 5px;
  color: #bdbdbd;
  font-size: 30px;
  padding: 18px 75px 15px 25px;
}
.header-search input[type="submit"],
.search-intro input[type="submit"] {
  font-size: 34px;
  padding: 10px 20px 0;
  line-height: 60px;
}
.extras .search.active {
  background: #727272;
}
@media screen and (min-width: 785px) {
  .extras .search {
    display: none;
  }
}
.nav-primary .search a {
  cursor: pointer;
  padding: 7px 10px 4px;
  border-radius: 3px;
  border-bottom: 0px !important;
}
.nav-primary .search.active a {
  background: #2a2a2a;
  color: #fff;
}

/****************************************/
/*             Content Areas            */
/****************************************/
.site-container {
  overflow: hidden;
  width: 100%;
}
.site-inner {
  padding: 40px 0;
}
.home .site-inner {
  padding-top: 20px;
}
/* Divider Bar
--------------------------------------------- */
.divider-bar {
  overflow: hidden;
  width: 100%;
}
.divider-bar span {
  display: block;
  float: left;
  height: 4px;
}
.divider-bar .red {
  background: #821e2a;
  width: 7.8%;
}
.divider-bar .orange {
  background: #d46828;
  width: 11.1%;
}
.divider-bar .yellow {
  background: #f3e23e;
  width: 3.7%;
}
.divider-bar .green {
  background: #adbe37;
  width: 23.3%;
}
.divider-bar .blue {
  background: #4298b3;
  width: 23.3%;
}
.divider-bar .brown {
  background: #7d4c1e;
  width: 6%;
}
.divider-bar .black {
  background: #2a2a2a;
  width: 24.8%;
}
/* Entries
--------------------------------------------- */
.archive .entry,
.search .entry,
.home .entry,
.blog .entry,
.page-template-page-popular-php .entry,
.page-template-page-podcast-php .entry {
  border-bottom: 1px solid #bdbdbd;
  padding: 30px 0 5px;
  margin: 0;
}
.page-template-page-popular-php .type-page {
  border-bottom: none;
}
.home .entry:first-of-type {
	padding-top: 0;
}
.archive .content .entry:first-child,
.search .content .entry:first-child,
.blog .content .entry:first-child,
.page-template-page-popular-php .content .entry:first-child,
.page-template-page-podcast-php .content .entry:first-child {
  padding-top: 0;
}
.content-archive-left {
  float: left;
  width: 23.415977961%;
  /*170/726*/
}
.post-type-archive-program .content-archive-left img {
  border: none;
}
.content-archive-right {
  float: right;
  padding-left: 20px;
  width: 76.446280992%;
  /*555/726*/
}
.blog .entry-title,
.archive .entry-title,
.page-template-page-popular-php .entry-title,
.page-template-page-podcast-php .entry-title {
  font-size: 26px;
}
.archive-title,
.page h1.entry-title {
  padding-bottom: 20px;
}
.archive-intro {
  border-bottom: 1px solid #bdbdbd;
}
.home .entry h2,
.blog .entry h2,
.archive .entry h2,
.page-template-page-popular-php .entry h2,
.page-template-page-podcast-php .entry h2 {
  font-size: 26px;
}
.home .entry-content,
.blog .entry-content,
.archive .entry-content,
.page-template-page-popular-php .entry-content,
.page-template-page-podcast-php .entry-content {
  font-size: 16px;
}
.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}
.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
}
.entry-content ol,
.entry-content ul {
  margin-left: 40px;
}
.entry-content ol li {
  list-style-type: decimal;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
  margin-left: 20px;
}
.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li {
  list-style: none;
}
.entry-content p.small {
  font-size: 14px;
  font-style: italic;
  line-height: 1.442857143;
}
.entry-content .columns {
  padding-bottom: 50px;
}
.entry-content .search-form {
  width: 50%;
}
.single .entry-meta {
  clear: both;
}
.entry-meta,
.entry-meta a em {
  color: #828282;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
.entry-meta a,
.entry-meta strong,
.comment-meta a {
  color: #828282;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.entry-meta .entry-author::before {
  content: '👤';
  font-family: "SSGizmo";
  font-style: normal;
  padding-right: 5px;
  vertical-align: middle;
}
.entry-meta .entry-comments-link::before {
  content: '💬';
  font-family: "SSGizmo";
  font-style: normal;
  padding: 0 5px 0 30px;
  vertical-align: middle;
}
.entry-header .entry-meta {
  margin-bottom: 5px;
}
.sharing .st_fblike_hcount > span {
  top: -3px !important;
  line-height: 16px !important;
}
.sharing .st_plusone_hcount > div {
  top: 1px !important;
}
/* Entry Navigation
--------------------------------------------- */
.pagination {
  clear: both;
  font-size: 16px;
  margin: 40px 0;
}
.pagination .alignright {
  border: none;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline;
}
.pagination li a {
  background-color: #e7e7e7;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 2px;
  padding: 5px 15px;
}
.pagination li a:hover,
.pagination li.active a {
  background-color: #4298b3;
  text-decoration: none;
}
.pagination li.pagination-next,
.pagination li.pagination-previous {
  display: none;
}
.pagination .ss-standard {
  font-size: 12px;
}
/*Single Post (for sharing)*/
.single-post .entry-content {
  margin-top: 5em;
  position: relative;
}
.single-post .share-before {
  position: absolute;
  top: -4em;
  padding: 15px 0 10px;
  width: 100%;
}
.post-subheading {
  font-size: 22px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}

/****************************************/
/*              After Post              */
/****************************************/
.sharing {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 15px;
}
.share-filled {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 15px;
}
.after-post .share-filled {
  display: none;
}
.single-categories-listing {
  padding: 20px 0;
}
.after-post p {
  font-size: 16px;
}
.after-post > p:last-child {
  margin: 0;
}
.after-post.free-membership {
  color: #fff;
  padding: 35px;
  text-align: center;
}
.after-post.free-membership h2 {
  font-size: 34px;
}
.after-post.free-membership h3 {
  color: #bab7b4;
  font-size: 26px;
}
.after-post.free-membership h2,
.after-post.free-membership h3,
.after-post .ss-gizmo {
  margin-bottom: 15px;
}
.after-post.book {
  color: #fff;
  padding: 35px;
}
.after-post.book h3.title {
  margin-top: -35px;
  padding-bottom: 40px;
}
.after-post.book h3.title span {
  background: #d46828;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 16px 20px;
  text-transform: uppercase;
}
.after-post.book p {
  width: 70%;
}
.after-post.program {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 100%;
}
.after-post.program .left {
  border-right: 1px solid #e5e5e5;
  float: left;
  width: 35.303030303%;
  /*233/660 */
}
.after-post.program .left img {
  display: block;
  line-height: 1;
}
.after-post.program .right {
  float: right;
  padding: 25px;
  width: 64.696969697%;
  /* 427/660 */
}
.after-post.program .right p {
  margin-bottom: 15px;
}
.after-post.program .right p:last-child {
  margin: 0;
}

.after-post.opt-in {
  position: relative;
  padding: 25px;
  color: white;
  overflow: auto;
}
.after-post.opt-in p {
  font-size: 20px;
  margin-left: 175px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: left;
  line-height: 1.4;
}
.after-post.opt-in img {
  margin-right: 30px;
}
.after-post.opt-in p strong {
  font-size: 24px;
}
.after-post.opt-in .qc_box_container {
  /*padding-top: 15px;*/
  width: 60%;
  float: right;
  text-align: center;
  clear: both;
}
.after-post.opt-in .qc_fields_list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.after-post.opt-in .qc_box_container input {
  padding: 10px;
}
.after-post.opt-in .qc_box_container select {
  height: 42px;
  background-position: top 12px right 10px
}
.after-post.opt-in input[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
}
.after-post.minimal.opt-in {
  background: #6e4885 !important;
  padding: 15px;
}
.after-post.minimal.opt-in p {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.after-post.minimal.opt-in label[for="qc_field_EMAIL"] {
  display: none;
}
.after-post.minimal.opt-in input::-webkit-input-placeholder {color: #222;}
.after-post.minimal.opt-in input::-moz-placeholder {color: #222;}
.after-post.minimal.opt-in input::-moz-placeholder {color: #222;}
.after-post.minimal.opt-in input::-ms-input-placeholder {color: #222;}
.after-post.minimal.opt-in .qc_box_container {
  width: 100%;
  float: none;
}
.after-post.minimal.opt-in .qc_fields_list {
  width: 100%;
}
.after-post.minimal.opt-in .qc_button_container input {
  padding: 12px;
  font-size: 16px;
  background: #ff5a00;
}
.after-post.minimal.opt-in .optin-privacy {
  display: none;
}

/****************************************/
/*               Comments               */
/****************************************/
.entry-comments {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 30px;
}
.entry-comments h3 a {
  display: inline-block;
  float: right;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.comment-list li,
.ping-list li {
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 0 45px;
  list-style-type: none;
  position: relative;
}
.comment-list li > article {
  padding-bottom: 25px;
}
.comment-list > li:first-child {
  border-top: 0;
}
.comment .avatar {
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 0;
  max-width: 40px;
}
.comment .avatar[src*="blank"] {
  background: #a7a7a7 url(images/blank-avatar.png) no-repeat center center;
}
.comment-author {
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 18px;
  font-weight: bold;
}
.comment-author,
.comment-meta {
  line-height: 1;
}
.comment-meta a {
  font-size: 13px;
}
.entry-pings .reply,
.comment-author .says {
  display: none;
}
/*.comment-reply {
	padding-bottom:
}*/
.byadmin > article .comment-author span[itemprop="name"] {
  background: url(images/admin-badge.png) no-repeat right center;
  padding-right: 60px;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}
.comment-respond {
  padding-top: 90px;
}
.comment-respond h3 {
  padding-bottom: 30px;
}
.comment-form p {
  position: relative;
  padding-left: 135px;
}
.comment-form label {
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-form .logged-in-as {
  padding-left: 0;
}
.comment-form p.subscribe-to-comments {
  padding-left: 0;
  float: left;
  line-height: 53px;
  width: 66.6666%;
  clear: none !important;
}
.comment-form label[for="subscribe"] {
  display: inline-block;
  font-weight: normal;
  position: relative;
  left: auto;
  top: auto;
}
.comment-form .form-submit {
  float: right;
  padding-left: 0;
  text-align: right;
  width: 33.3333%;
}
.comment-form input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
}
.comment-form p.comment-subscription-form {
  clear: both;
  padding-left: 0;
  display: none;
}
p.comment-subscription-form label {
  position: relative;
}


/****************************************/
/*              Sidebars                */
/****************************************/
/* Default Widget
--------------------------------------------- */
.sidebar .widget {
  border: 1px solid #cdcdcd;
  font-size: 15px;
  line-height: 1.333;
  margin-bottom: 20px;
  padding: 15px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget ul li {
  border-top: 1px solid #f0f0f0;
  list-style-type: none;
  padding: 10px 0;
}
.sidebar .widget ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.sidebar .widget ul li:last-child {
  padding-bottom: 0;
}
/* Widget Title Icons
--------------------------------------------- */
.sidebar .widget.icon-article h4::before,
.sidebar .widget.icon-ebook h4::before,
.sidebar .widget.icon-category h4::before,
.sidebar #nav_menu-5 h4::before {
  color: #828282;
  font-family: "SSGizmo";
  font-size: 16px;
  padding-right: 5px;
}
.sidebar .widget.icon-article h4::before {
  content: '📄';
}
.sidebar .widget.icon-ebook h4::before,
.sidebar #nav_menu-5 h4::before {
  content: '📕';
}
.sidebar .widget.icon-category h4:before {
  content: '';
}
/* Widgets with Alternative Padding
--------------------------------------------- */
.sidebar .widget.widget_program,
.sidebar .widget.widget_promotion,
.sidebar .widget.free-membership,
.sidebar .widget.free-ebooks,
.sidebar #black-studio-tinymce-11,
.sidebar #black-studio-tinymce-13,
.sidebar #program-widget-2,
.sidebar #promotion-widget-2 {
  padding: 0;
}
.sidebar .widget.widget_program .widget-content,
.sidebar .widget.widget_promotion .widget-content,
.sidebar .widget.free-membership .textwidget,
.sidebar .widget.free-ebooks .textwidget,
.sidebar #black-studio-tinymce-11 .textwidget,
.sidebar #black-studio-tinymce-13 .textwidget {
  padding: 15px;
}
/* Program and Promotion Widgets
--------------------------------------------- */
.sidebar .widget_promotion h4,
.sidebar #promotion-widget-2 h4 {
  color: #231f20;
  border: none;
}
.sidebar .widget_promotion .subtitle,
.sidebar #promotion-widget-2 .subtitle {
  color: #828282;
  font-family: "schoolbook-web", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.sidebar .widget-image,
.home-program .widget-image {
  position: relative;
}
.sidebar .widget-image .widget-image-text,
.home-program .widget-image .widget-image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.15;
}
/* Subscribe and Login
--------------------------------------------- */
.sidebar .widget.widget_subscribe,
.sidebar .widget.widget_login {
  background: #282828;
}
.sidebar .widget.widget_subscribe h4,
.sidebar .widget.widget_login h4 {
  border: none;
  color: #fff;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
}
.sidebar .widget.widget_subscribe input[type="text"],
.sidebar .widget.widget_login input[type="text"],
.sidebar .widget.widget_login input[type="password"] {
  padding: 8px 10px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.sidebar .widget.widget_login label {
  color: #bdbdbd;
}
.sidebar .widget.widget_login p {
  margin: 0;
}
.sidebar .widget.widget_login p.login-remember {
  margin-bottom: 10px;
}
.sidebar .widget .login-submit {
  text-align: center;
}
/* Free Membership
--------------------------------------------- */
.sidebar .widget.free-membership {
  background: #282828;
}
.sidebar .widget.free-membership h4 {
  background: #4298b3;
  border: none;
  color: #fff;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}
.sidebar .widget.free-membership .textwidget {
  text-align: center;
}
.sidebar .widget.free-membership h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}
.sidebar .widget.free-membership h3 {
  color: #b4b4b4;
  margin-bottom: 15px;
  font-size: 20px;
}
.sidebar .widget.free-membership p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar .widget.free-membership p:last-child {
  margin: 0;
}
.sidebar .widget.free-membership .ss-gizmo,
.after-post.free-membership .ss-gizmo {
  background: #d46828;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  width: 65px;
  line-height: 40px;
  padding: 20px 0 5px;
}
.sidebar .widget.free-membership .member-count {
  display: block;
  font-size: 30px;
  margin: 0 auto;
}
.member-count {
  font-family: "alternate-gothic-no-2-d", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 40px;
}
.member-count .number {
  background: #131313 url(images/member-count-line.jpg) repeat-x center center;
  border-radius: 3px;
  display: inline-block;
  margin: 0 2px;
  padding: 0 5px;
}
/* Free eBooks
--------------------------------------------- */
.sidebar .widget.free-ebooks h4,
.sidebar #black-studio-tinymce-11 h4,
.sidebar #black-studio-tinymce-13 h4 {
  background: #282828;
  color: #fff;
  font-family: "schoolbook-web", Georgia, serif;
  font-size: 24px;
  padding: 10px 15px;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
}
.sidebar .widget.free-ebooks p,
.sidebar #black-studio-tinymce-11 p,
.sidebar #black-studio-tinymce-13 p {
  text-align: center;
  margin-bottom: 5px;
}
.sidebar .widget.free-ebooks ul,
.sidebar #black-studio-tinymce-11 ul,
.sidebar #black-studio-tinymce-13 ul {
  margin-bottom: 15px;
}
.sidebar .widget.free-ebooks li,
.sidebar #black-studio-tinymce-11 li,
.sidebar #black-studio-tinymce-13 li {
  border: none;
  color: #828282;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 5px 0 5px 50px;
  min-height: 50px;
  text-transform: uppercase;
}
.sidebar .widget.free-ebooks li::before,
.sidebar #black-studio-tinymce-11 li::before,
.sidebar #black-studio-tinymce-13 li::before {
  background: #d46828;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  width: 40px;
  padding: 13px 0 8px;
  position: absolute;
  top: 10px;
  left: 0;
}

/* Why Chris? Widget
---------------------------------------------------------------------------------------------------- */
.widget_why_chris {
	position: relative;
	text-align: center;
	margin-top: 70px;
}
.widget_why_chris .widgettitle {
	margin-top: 65px;
	border-bottom: none;
}
.widget_why_chris h6 {
	color: #adbe37;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget_why_chris img {
	position: absolute;
	max-width: 120px;
	top: -60px;
	left: 50%;
	margin-left: -60px;
}
.home .widget_why_chris {
	margin-top: 0;
	/*margin-bottom: 98px;*/
}
.home .widget_why_chris .widgettitle {
	margin-top: 0;
}
/*.home .widget_why_chris .widget-content {
	margin-bottom: 80px;
}*/
.home .widget_why_chris img {
  display: none;
	max-width: 160px;
	top: auto;
	bottom: -80px;
	margin-left: -80px;
}
/* Sidebar Optin Widget
---------------------------------------------------------------------------------------------------- */
/*Purple Version with no image*/
.sidebar_opt_in {
  background: #6e4885;
  color: #fff;
  text-align: center;
}
.sidebar_opt_in img,
.sidebar_opt_in h4 {
  display: none;
}
.sidebar .sidebar_opt_in ul li {
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar_opt_in.opt-in li:first-child {
  margin-bottom: 0;
}
.sidebar_opt_in.opt-in input,
.sidebar_opt_in.opt-in select {
  font-size: 14px;
}
.sidebar_opt_in li.qc_button_container {
  width: 100%;
  display: block;
}

.sidebar_opt_in.opt-in input[type="submit"] {
  padding: 12px;
  font-size: 15px;
  background: #ff5a00;
  text-transform: uppercase;
}
.sidebar_opt_in.opt-in input[type="submit"]:hover {
  background: #de5308;
}

/*Blue Version with Chris Image*/
.sidebar_opt_in.optin-with-image {
  background: #0d659a;
  position: relative;
}
.sidebar_opt_in.optin-with-image img,
.sidebar_opt_in.optin-with-image h4 {
  display: block;
}
.sidebar_opt_in.optin-with-image .widget-header {
  background: #0d5d8d;
  border-bottom: 1px solid #074d76;
  margin: -15px -15px 15px;
  padding: 15px 15px 17px;
}
.sidebar_opt_in.optin-with-image h4 {
  color: #fff;
  text-transform: none;
  font-family: "schoolbook-web", Georgia, serif;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  border-bottom: none;
  margin-bottom: 0;
}
.sidebar_opt_in.optin-with-image img {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  position: absolute;
  top: -30px;
  right: 0;
}
.sidebar_opt_in.optin-with-image p strong {
  font-weight: normal;
}
/*.sidebar_opt_in.optin-with-image input[type="submit"] {
  background: #ff9000;
}
.sidebar_opt_in.optin-with-image input[type="submit"]:hover {
  background: #e17f00;
}*/
/* Browse Widget
---------------------------------------------------------------------------------------------------- */
.sidebar_browse {
  text-align: center;
  margin-top: 55px;
}
.sidebar_browse i {
  background: #adbe37;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: 30px;
  display: block;
  margin: -50px auto 15px;
  padding-top: 20px;
  color: #fff;
}
.sidebar_browse h4 {
  border-bottom: none;
  margin-bottom: 5px;
}
.sidebar_browse p {
  margin-bottom: 15px;
}



/****************************************/
/*            Footer Widgets            */
/****************************************/
.footer-widgets {
  background: #2a2a2a;
  clear: both;
  padding: 30px 0;
}
.footer-widgets .widget-area {
  float: left;
  margin-left: 2%;
  /* 20/1000 */
  width: 23.5% /* 235/1000 */;
}
.footer-widgets .widget-area.footer-widgets-1 {
  margin-left: 0;
}
.footer-widgets .widget-area.footer-widgets-1 li a {
  color: #959595;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-widgets .widget-area.footer-widgets-1 li a:hover {
  color: #fff;
}
.footer-widgets li {
  list-style-type: none;
}
.footer-widgets li::before {
  color: #fff;
  font-size: 11px;
  padding-right: 7px;
}
.footer-widgets p,
.footer-widgets li,
.footer-widgets a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
.footer-widgets a:hover {
  color: #959595;
}
.footer-widgets hr {
  border-top-color: #959595;
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.bottom-bar.opt-in {
  display: none; /*Hide until 5 seconds as determined by jquery-cookie.js*/
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4298b3;
  background: rgba(66,152,179,.95);
  padding: 10px 30px;
  color: #fff;
}
.bottom-bar.opt-in p {
  font-weight: bold;
  float: left;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 0;
  line-height: 1.2;
}
.bottom-bar.opt-in li {
  float: left;
  width: 21.5%;
  margin-right: 1%;
}
.bottom-bar.opt-in li:first-child {
  margin-bottom: 0;
}
.bottom-bar.opt-in .qc_box_container input, .bottom-bar.opt-in .qc_box_container select {
  color: #000;
  padding: 8px;
  margin-bottom: 0;
}
.bottom-bar.opt-in label[for="qc_field_EMAIL"] {
  display: none;
}
.bottom-bar.opt-in input::-webkit-input-placeholder {color: #222;}
.bottom-bar.opt-in input::-moz-placeholder {color: #222;}
.bottom-bar.opt-in input::-moz-placeholder {color: #222;}
.bottom-bar.opt-in input::-ms-input-placeholder {color: #222;}

.bottom-bar.opt-in li.health-concern select {
  height: 40px;
}
.bottom-bar.opt-in li.qc_button_container {
  width: 18%;
}
.bottom-bar.opt-in input[type="submit"] {
  margin-top: 0px;
  padding: 8px 30px;
  font-size: 20px;
  color: #fff;
  background: #ff5a00;
}
.bottom-bar.opt-in input[type="submit"]:hover {
  background: #de5308;
}
.bottom-bar.opt-in .optin-privacy {
  display: none;
}
.bottom-bar.opt-in a.close {
  color: #fff;
  color: rgba(255,255,255,.5);
  position: absolute;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}
.bottom-bar.opt-in a.close:hover {
  color: #fff;
  color: rgba(255,255,255,.85);
  text-decoration: none;
}


.site-footer {
  background-color: #171717;
  color: #959595;
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer a {
  color: #cecece;
  font-weight: normal;
}


/*eBook & Landing Page Optin Form*/
.ebook-form {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #efefef;
  background: #6e4885;
  padding: 1em;
}
.ebook-form h4 {
  text-align: center;
  color: #fff;
}
.ebook-form form ul,
.ebook-form form li,
.landing-bottom form ul,
.landing-bottom form li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ebook-form .health-concern,
.landing-bottom .health-concern {
  display: none;
}
.ebook-form .field,
.landing-bottom .field {
  width: 70%;
  float: left;
}
.landing-bottom.opt-in .qc_box_container input {
  padding: 10px;
}

.ebook-form .qc_button_container,
.landing-bottom .qc_button_container {
  margin-left: 10px;
}
.opt-in.ebook-form li.optin-privacy,
.opt-in.landing-bottom li.optin-privacy {
  text-align: center;
}
/*Landing Page Optin Form*/
.opt-in.landing-bottom li.optin-privacy {
  padding-top: 1em;
}
@media screen and (max-width: 782px) {
  .ebook-form .field,
  .landing-bottom .field {
    width: 100%;
    float: none;
  }
  .ebook-form .qc_button_container,
  .landing-bottom.opt-in .qc_button_container {
    float: none;
    margin: 0 auto;
  }
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  display: block;
}
.video-wrapper iframe {
  max-width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************/
/*                 Home                 */
/****************************************/
.home-intro {
  color: #fff;
  padding: 30px 0;
  text-align: center;
  clear: both;
	background-position: 10%;
}
.page-id-8149 .home-intro {
  padding: 100px 0 80px;
}
.home-intro h2 {
  font-size: 40px;
  margin-bottom: 0;
  text-align: left;
}
.home-intro h3 {
  color: #beb9b5;
  font-size: 34px;
  margin-bottom: 50px;
}
.home-intro p {
	margin-bottom: 5px;
  margin-top: 10px;
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
}
.home-intro p strong {
  font-size: 28px;
}
.home-intro .opt-in {
	float: right;
	width: 60%;
}
.opt-in img {
  float: right;
  margin-left: 20px;
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,.25);
  box-shadow: 0 0 7px 3px rgba(0,0,0,.25);

  margin-right: 160px;
  margin-top: -25px;
}
.home-intro .opt-in .qc_fields_list li.field {
  width: 35%;
  float: left;
  margin-right: 2%;
}
.opt-in input, .opt-in select {
  font-size: 16px;
}
.opt-in select {
  padding: 6px 20px 6px 10px;
  background-image: url("images/i-arrow-down.png");
  background-position: top 9px right 4px;
  background-repeat: no-repeat;
  text-indent: 0.01px;
  color: #000;
  text-overflow: "";
  line-height: 1.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.opt-in .qc_box_container input {
  padding: 6px 10px;
}
.opt-in .qc_box_container select {
  height: 34px;
}
.home-intro.bottom h2 {
	font-size: 35px;
	margin-bottom: 15px;
}
.home-intro.bottom .qc_box_container {
	width: 85%;
	margin: 0 auto;
}
.home-intro .opt-in .qc_box_container {
  clear: both;
  margin-top: 15px;
}
.opt-in .qc_box_container li {
	list-style: none;
}
.opt-in li:first-child {
	margin-bottom: 15px;
}
.opt-in li.optin-privacy {
  clear: both;
	margin-top: 1em;
	line-height: .9em;
	color: #fff;
  color: rgba(255,255,255,.75);
}
.opt-in .qc_box_container .qc_field_internal {
	padding-right: 0;
}
.opt-in .qc_button_container {
  float: left;
}
.opt-in input[type="submit"] {
	padding: 6px 20px;
	background-color: #ff5a00; /*ff9000*/
	text-transform: uppercase;
  font-size: 18px;
}
.opt-in input[type="submit"]:hover {
  background-color: #de5308; /*ea891c*/
}
.opt-in .qc_box_container label {
	color: #ffffff;
	float: left;
	text-transform: uppercase;
}

/*Hide Select Menu in Opt-in*/
/*.opt-in .field.health-concern {
  display: none;
}
.opt-in .qc_fields_list li.field {
  width: 55%;
}
.opt-in input[type="submit"] {
  padding: 9px 20px;
  margin-top: 27px;
}
.opt-in li.optin-privacy {
  clear: both;
}
.after-post.opt-in .qc_fields_list li.field  {
  width: 100%;
}
.after-post.minimal.opt-in .field {
  width: 65% !important;
  margin-right: 2%;
  float: left;
}
.after-post.minimal.opt-in .qc_button_container input[type="submit"] {
  margin-top: 0;
  float: left;
}
.bottom-bar.opt-in .qc_fields_list li.field {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .after-post.minimal.opt-in .field {
    width: 100% !important;
    margin-right: 0;
    float: none;
  }
  .after-post.minimal.opt-in .qc_button_container input[type="submit"] {
    margin: 0em auto 0;
    float: none;
  }
}*/
/*End Hide Select Menu in Opt-in*/


.home-intro .member-count .number {
  line-height: 45px;
  padding: 6px 6px 0;
}
.home-intro .one-third {
  margin-bottom: 50px;
}
.home-intro .ss-gizmo {
  padding: 0 20px 0 80px;
  position: relative;
  min-height: 65px;
  line-height: 1.333;
  text-align: left;
}
.home-intro .ss-gizmo::before {
  background: #d46828;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 40px;
  width: 65px;
  line-height: 40px;
  padding: 15px 0 10px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.home-intro .button.button-large {
  font-size: 20px;
  margin: 0 10px;
}
/*.home-intro p:last-child {*/
  /*margin-bottom: 50px;*/
/*}*/
/*Dr. Oz Feature*/
.home #oz-feature {
  display: block;
  background: #4298b3;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.home #oz-feature:hover {
  background: #34788e;
  text-decoration: none;
}
.home #oz-feature h1 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.home #oz-feature p,
.home #oz-feature h1 {
  display: inline;
}
.home #oz-feature .button {
  margin-left: 20px;
}
.home #oz-feature i {
  font-size: 65%;
}
.home .featured {
  margin-bottom: 70px;
  margin-top: -30px;
}
.home .featured h3.alt {
  margin-bottom: 20px;
}
.home h3.alt {
  margin-bottom: 15px;
  text-align: center;
}
.home-article {
  border: 1px solid #cdcdcd;
  float: left;
  margin: 0 0 20px 2%;
  min-height: 600px;
  padding: 15px 15px 0;
  width: 49%;
}
.home .content article img {
  max-width: 180px;
}
.home-article.first {
  margin: 0;
}
.archive-link {
	margin-top: 24px;
}
.home .tab-pane ul {
  margin-top: 20px;
  margin-left: 40px;
}
.home-book-promo {
  color: #fff;
  padding: 125px 0 70px;
}
.home-book-promo h3.title {
  margin-top: -125px;
  padding-bottom: 70px;
}
.home-book-promo h3.title span {
  background: #d46828;
  color: #fff;
  display: inline-block;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  padding: 16px 20px;
  text-transform: uppercase;
}
.home-book-promo h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.home-book-promo h2,
.home-book-promo p {
  padding-right: 50%;
}

.home .featured-in {
	float: left;
	width: 100%;
	padding: 20px 0;
}


/****************************************/
/*               Subpages               */
/****************************************/
.top-banner {
  background: #0d659a url('images/bg-top-banner.jpg') bottom 0 left 50% no-repeat;
  color: #fff;
  min-height: 190px;
  padding: 2.75em 0;
}
.top-banner h1 {
  font-size: 40px;
  text-align: center;
  width: 60%;
  float: right;
  margin-right: 120px;
}
aside .page-item-7636.current_page_ancestor {
  display: none;
}
.subnavigation {
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: .5em 0;
  margin: 0 0 3em;
}
.subnavigation li {
  padding: 0 0.5em;
}
.subnavigation li a {
  color: #2a2a2a;
  display: block;
  padding: 0.5em 0.75em;
  font-size: 16px;
}
.subnavigation li a:hover {
  background: #efefef;
  text-decoration: none;
}
.subnavigation > li.current_page_item > a {
  background: #4298b3;
  color: #fff;
}
.subnavigation li li {
  list-style-type: none;
}
.subnavigation li li a {
  padding-left: 1.25em;
  font-size: 14px;
}
.subnavigation > li li.current_page_item a {
  background: #4298b3;
  color: #fff;
}


/****************************************/
/*            Search Results            */
/****************************************/
.search .content-sidebar-wrap > .content {
  padding: 0 170px;
  position: relative;
}
.search-intro {
  border-bottom: 3px solid #cdcdcd;
  padding-bottom: 30px;
  text-align: center;
}
.search-intro .search-form {
  margin-bottom: 50px;
}
.search .search-intro .pagination {
  border-top: 0;
  padding: 0;
}
.search .pagination {
  border-top: 3px solid #cdcdcd;
  margin: 0;
  padding: 40px 0;
}
.search .pagination .ss-standard {
  font-size: 40px;
  line-height: 120px;
}
.search .pagination-previous a,
.search .pagination-next a {
  background: #e7e7e7;
  border-radius: 4px;
  color: #fff;
  display: block;
  height: 120px;
  position: fixed;
  text-align: center;
  margin-top: 0px;
  width: 120px;
}
.search .pagination-next a:hover,
.search .pagination-previous a:hover {
  background: #ccc;
  text-decoration: none;
}
.search .pagination-next a {
  right: 20px;
}
.search .pagination-previous a {
  left: 20px;
}
.search .entry {
  border-top: 1px solid #bdbdbd;
  border-bottom: 0;
}
.search .content .entry:first-child {
  border-top: 0;
}


/****************************************/
/*             Squeeze Page             */
/****************************************/
.page-template-squeeze-php .site-header .wrap {
  min-height: 83px;
}
.page-template-squeeze-php .title-area {
  float: none;
  margin: 0 auto;
  background: url(images/headshot.png) no-repeat left bottom !important;
  background-size: 80px !important;
  padding: 13px 20px 12px 100px;
  width: 477px;
}
.page-template-squeeze-php .site-inner .wrap {
  max-width: 660px;
}
.page-template-squeeze-php h3.alt {
  border-bottom: 2px solid #828282;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.page-template-squeeze-php h3.alt .right {
  float: right;
}
.page-template-squeeze-php .site-footer {
  background: #171717 url(images/color-bar.jpg) repeat-x center top;
}
.post-8250 header.entry-header {
  display: none;
}


/****************************************/
/*          Empty Page Template         */
/****************************************/
.page-template-empty-php .site-inner .wrap {
  max-width: 780px;
}
.page-template-empty-php .entry-content {
  font-size: 20px;
  margin-bottom: 30px;
}
.page-template-empty-php .entry-content h1 {
  margin-bottom: 30px;
}
/*Custom width for program changes page (http://my.chriskresser.com/program-changes/)*/
.page-id-8265.page-template-empty-php .site-inner .wrap {
  max-width: 1000px;
}
.page-id-8265.page-template-empty-php .entry-content {
  font-size: 16px;
}
.page-id-8265.page-template-empty-php .program {
  border: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding: 15px;
}
.page-id-8265.page-template-empty-php .columns {
  padding-bottom: 10px;
}
.page-id-8265.page-template-empty-php .program img {
  max-width: 200px;
  margin-bottom: 0;
}


/****************************************/
/*         Landing Page Template        */
/****************************************/
.landing-top {
  padding: 100px 20px;
  text-align: center;
}
.landing-top .container {
  max-width: 1200px;
  margin: 0 auto;
}
.landing-bottom {
  background: #6e4885; /*d56728*/
  padding: 45px 0;
}
.landing-bottom .wrap {
  position: relative;
}
.landing-bottom .ss-gizmo {
  color: #2a2a2a;
  font-size: 110px;
  opacity: .2;
  line-height: 1.2;
}
/* Rotate Icons */
.landing-bottom .rotate-left {
  display: block;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-.1875); */
  -ms-transform: rotate(-15deg);
}
.landing-bottom .rotate-right {
  display: block;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.1875); */
  -ms-transform: rotate(15deg);
}
.landing-bottom .flip {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-1.125); */
  -ms-transform: rotate(-90deg);
}
/* Reposition Icons */
.landing-bottom .icons-left {
  position: absolute;
  left: 0;
  top: 0;
}
.landing-bottom .icons-left span:nth-child(2n-1) {
  padding-left: 60px;
}
.landing-bottom .icons-right {
  position: absolute;
  right: 0;
  top: 0;
}
.landing-bottom .flip {
  padding-bottom: 80px;
  margin: -60px 0 -20px;
}
.landing-bottom .icons-right .rotate-left {
  margin: -30px 0 0 -80px;
}
.landing-bottom-content {
  padding: 30px 0;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.landing-top h1,
.landing-bottom h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 0 auto 10px;
  max-width: 1300px;
}
.page-id-7645 .landing-top h1 {
  font-size: 42px;
}
.landing-top h2,
.landing-bottom h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 20px;
}
.landing-top h3,
.landing-bottom h3 {
  color: #fff;
  font-size: 32px;
  opacity: .65;
  line-height: 1.4;
  margin: 0 auto 10px;
  max-width: 1300px;
}
.landing-top p,
.landing-bottom p {
  color: #fff;
  font-size: 22px;
}
.landing-top .button,
.landing-bottom .button {
  font-size: 22px;
  padding: 15px 50px;
}
.page-template-landing-php .columns {
  padding: 0;
}
.page-template-landing-php .entry-content {
  padding: 0 90px;
}
.page-template-landing-php .entry-content h1 {
  padding-bottom: 40px;
}
.page-template-landing-php .entry-content h3 {
  padding-bottom: 20px;
}
.page-template-landing-php .entry-content hr {
  margin: 60px -90px 0;
  padding: 0 0 70px;
}
.page-template-landing-php .entry-content ul {
  margin-left: 30px;
}
.page-template-landing-php .entry-content ul.no-margin {
  margin-left: 0;
}
.page-template-landing-php .entry-content ul li {
  list-style-type: none;
  padding: 0 0 10px 40px;
  position: relative;
  min-height: 20px;
}
.page-template-landing-php .entry-content ul li::before {
  color: #d56728;
  content: '✓';
  font-family: "SSStandard";
  font-size: 18px;
  position: absolute;
  left: 0;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* --- Opt-In & Opt-In Thank you Page Changes --- */
@media screen and (max-width: 782px) {
	.page-id-8739 .site-inner,
  .page-id-7503 .site-inner,
  .page-id-8837 .site-inner,
  .page-id-8840 .site-inner {
		padding-top: 20px;
	}
  .page-id-8739 .landing-top,
	.page-id-7503 .landing-top,
  .page-id-8837 .landing-top,
  .page-id-8840 .landing-top {
		padding: 30px 10px;
	}
  .page-id-8739 .landing-top h1,
	.page-id-7503 .landing-top h2,
  .page-id-8837 .landing-top h1,
  .page-id-8840 .landing-top h2 {
		font-size: 20px;
		width: 100%;
	}
}
.page-id-8840 .landing-top {
  padding-top: 60px;
  padding-bottom: 40px;
}
.page-id-8739 .landing-top h1,
.page-id-7503 .landing-top h2,
.page-id-8837 .landing-top h1,
.page-id-8840 .landing-top h2 {
	width: 70%;
	margin: 0 auto;
	max-width: 1200px;
}
.page-id-8837 p,
.page-id-8837 ul,
.page-id-8840 p {
  font-size: 16px;
}
.post-8739 .wp-image-8617,
.post-7503 .wp-image-8617 {
	border: 1px solid #ccc;
	margin: 0 auto;
	max-width: 200px;
}
.page-id-8840 img {
  border: 1px solid #ccc;
}
.post-8739 form select,
.post-8739 form input[type="email"],
.page-id-8837 form select,
.page-id-8837 form input[type="email"] {
  width: 90%;
}

.post-8739 form select,
.page-id-8837 form select {
  margin: 1em 0 0;
}
.post-8739 input[type="submit"],
.page-id-8837 input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
}


@media screen and (min-width: 782px) {
  .post-8739 .wp-image-8617,
	.post-7503 .wp-image-8617 {
		-moz-transform: rotate(8deg);
		-webkit-transform: rotate(8deg);
		-o-transform: rotate(8deg);
		-ms-transform: rotate(8deg);
		transform: rotate(8deg);
		margin-top: -6em;
		max-width: 100%;
	}
  .post-8739 .wp-image-8617 {
    margin-top: 0;
  }
}

/****************************************/
/*          Recommended Products        */
/****************************************/
.product-categories {
  overflow: hidden;
  width: 100%;
}
.product-categories a {
  border: 1px solid #e5e5e5;
  border-left-width: 0;
  color: #828282;
  display: block;
  float: left;
  padding: 6px 20px;
}
.product-categories a:first-child {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.product-categories a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product-categories a:hover,
.product-categories a.selected {
  background: #595959;
  color: #fff;
  text-decoration: none;
}
.product-listing .product-item {
  border-bottom: 1px solid #bdbdbd;
  float: left;
  margin: 0 1.5%;
  min-height: 244px;
  padding: 20px 0 20px 146px;
  position: relative;
  width: 47%;
  /* 470/1000 */
}
.product-listing .product-item .image {
  position: absolute;
  top: 20px;
  left: 0;
}
.product-listing .product-item .ss-navigateright {
  font-size: 10px;
}
.home-programs {
  padding: 50px 0 100px;
  overflow: hidden;
  width: 100%;
}
.home-program {
  border: 1px solid #cdcdcd;
  float: left;
  margin-left: 2.3%;
  width: 31.8%;
  /* 318/1000 */
}
.home-program.first {
  margin-left: 0;
}
.home-program .widget-image {
  border-bottom: 1px solid #cdcdcd;
}
.home-program .widget-image img {
  display: block;
  line-height: 1;
}
.home-program .widget-image .widget-image-text {
  font-size: 26px;
}
.home-program .widget-content {
  padding: 15px;
}
.home-program .widget-content p {
  font-size: 15px;
  line-height: 1.333;
  margin-bottom: 15px;
}
.home-program .widget-content p:last-child {
  margin-bottom: 0;
}
.site-header .wrap {
  min-height: 70px;
  height: inherit;
}

/****************************************/
/*           Register            */
/****************************************/
.page-template-register-php .home-intro h2 {
  text-align: center;
}


/****************************************/
/*           eBook & Webinar            */
/****************************************/
.visitor-login {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 80px;
  padding: 65px 75px 45px;
  position: relative;
  text-align: center;
}
.visitor-login .ss-lock {
  background: #fff;
  color: #e5e5e5;
  font-size: 60px;
  padding: 0 17px;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -50px;
}
.visitor-login h1 {
  padding-bottom: 45px;
}
.visitor-login h2 {
  padding-bottom: 30px;
}
.visitor-login .first {
  border-right: 1px solid #e5e5e5;
}
.entry-content .visitor-login p {
  margin: 0;
}
.single-program .site-inner img.wp-post-image {
  display: none;
}

/****************************************/
/*            Clinic Section            */
/****************************************/
.clinic-section {
  width: 100%;
  border: 1px solid #cdcdcd;
  margin-bottom: 1em;
}
.clinic-section img {
  float: left;
  width: 40%;
  margin: 0;
}
.clinic-section .content {
  padding: 3%;
  float: right;
  width: 60%;
}
.clinic-section p {
  margin-bottom: 0;
}
.clinic-section a {
  margin-top: 10px;
}
/* HCAP Supplements
---------------------------------------------------------------------------------------------------- */
div.subsection {
  border: 1px solid #ccc;
  padding: .5em;
  margin-bottom: 0.5em;
  border-radius: 5px;
}
div.subsection h3 {
  margin-bottom: 0;
}
div.subsection p.button-container {
  margin-bottom: 0;
}
/* Expand/Collapse Section
---------------------------------------------------------------------------------------------------- */
.collapsable-section {
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 1em;
  margin-bottom: 2em;
}
.collapsable-section div.visible {
  position: relative;
  cursor: pointer;
}
.collapsable-section div.visible h3 {
  width: 95%;
  margin-bottom: 0;
}
.collapsable-section div.visible i.icon {
  color: #828282;
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 1em;
}
/* PPL Pause/Restart
---------------------------------------------------------------------------------------------------- */
.ppl-pause-section {
  color: #fff;
  border-radius: 3px;
  line-height: 1.3;
  padding: 10px;
  font-size: 0.875em;
  margin-bottom: 20px;
}
#ppl-pause-success,
#ppl-resume-success {
  background: #adbe37;
}
#ppl-pause-error,
#ppl-resume-error {
  background: #821e2a;
}
/*Search*/
.page-template-page-search-php .entry-header {
  display: none;
}

/****************************************/
/*         Archives/Browse Page         */
/****************************************/
.page-template-page-browse-php section {
  margin-bottom: 3em;
}
.page-template-page-browse-php .archives-intro form input[type="search"] {
  width: 80%;
}
.page-template-page-browse-php .archives-intro form input[type="submit"] {
  padding: 12px 20px;
  margin-top: -1px;
  margin-left: 15px;
}
.page-template-page-browse-php .top-categories ul {
  margin-bottom: 0;
}
.page-template-page-browse-php .top-category {
  margin-bottom: 2em;
  margin-left: 0%;
  margin-right: 1%;
  font-size: 16px;
  line-height: 1.3;
  padding-right: 1%;
}
.page-template-page-browse-php .top-category:nth-child(odd) {
  clear: both;
}
.page-template-page-browse-php .top-category li {
  margin-bottom: 0.5em;
}
.page-template-page-browse-php .top-category ul {
  margin-top: 0.5em;
}
.page-template-page-browse-php .all-categories .comma:last-child {
  display: none;
}
.page-template-page-browse-php .all-categories .array {
  display: none;
}


/****************************************/
/*            Podcast Listing           */
/****************************************/
.page-template-page-podcast-php h1 span {
  color: #ccc;
}


/****************************************/
/*             Media Queries            */
/****************************************/

/* Retina
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /*.title-area {
    background: url(images/headshot2x.jpg) no-repeat left bottom;
    background-size: 80px 79px;
  }*/
}
/* Tablet and Mobile
--------------------------------------------- */
@media only screen and (max-width: 1040px) {
  body {
    background: #fff;
  }
  .site-header .wrap,
  .nav-secondary .wrap,
  .search .content-sidebar-wrap > .content,
  .page-template-landing-php .entry-content {
    padding: 0;
  }
  .header-widget-area,
  .nav-secondary {
    margin: 0;
    padding-right: 20px;
  }
  .home .title-area {
    padding-left: 20px;
  }
  .title-area {
    /*background-size: 77px 75px;*/
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    /*padding: 78px 0 8px 80px;*/
    width: 300px;
  }
  .page-template-squeeze-php .title-area {
    background: none !important;
    padding-left: 20px;
  }

  .title-area .site-title {
    font-size: 25px;
  }
  .title-area .site-description {
    font-size: 10px;
  }
  .header-widget-area {
    width: 480px;
  }
  .header-widget-area .genesis-nav-menu .menu-item a {
    padding: 7px 4px;
    font-size: 13px;
  }
  .sidebar .widget-image .widget-image-text,
  .sidebar .widget.free-membership .member-count {
    font-size: 18px;
  }
  .widget_subscribe input[type="submit"] {
    font-size: 12px;
  }
  .sidebar .button.button-large {
    padding: 10px 20px;
  }
  .home-intro {
    margin-right: -1px;
  }
  .home-intro .opt-in img {
    margin-right: 45px;
    max-width: 80px;
    margin-top: -5px;
  }
  .home-intro .opt-in .qc_fields_list li.field {
    width: 26%;
  }
  .home-intro .opt-in .qc_fields_list li.field.health-concern {
    width: 34%;
  }
  .after-post.opt-in p {
    margin-left: 110px;
  }
  .after-post.opt-in img {
    margin-right: 10px;
  }
  .home-book-promo {
    padding-bottom: 30px;
  }
  .home-book-promo h3.title {
    padding-bottom: 30px;
  }
  .home-book-promo p {
    line-height: 1.2;
  }
  .comment-form p.subscribe-to-comments {
    font-size: 12px;
  }
  .gform_wrapper .gfield {
    padding: 0 0 20px;
  }
  .search .pagination-previous a,
  .search .pagination-next a {
    position: relative;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    margin-top: -60px;
  }
  .search .pagination .ss-standard {
    font-size: 20px;
    line-height: 60px;
  }
  .search-intro h1,
  .search-intro h3 {
    padding: 0 80px;
  }
  .product-categories a {
    padding: 6px 10px;
  }
  .tabbed-content li a {
    padding: 10px 20px;
    font-size: 16px;
  }
  .landing-bottom .icons-left,
  .landing-bottom .icons-right {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
  }
  .landing-bottom .rotate-left,
  .landing-bottom .rotate-right,
  .landing-bottom .flip,
  .landing-bottom .icons-left span:nth-child(2n-1),
  .landing-bottom .icons-right .rotate-left {
    padding: 0 40px;
    margin: 0;
    display: inline-block;
  }
  .bottom-bar.opt-in p {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.5em;
  }
  .bottom-bar.opt-in li {
    float: left;
    width: 33%;
  }
}
/* Only Mobile
--------------------------------------------- */
@media only screen and (min-width: 785px) {
  .home .title-area {
    background: none;
    /*padding-left: 20px;*/
  }

  .after-post.minimal.opt-in .field {
    width: 35%;
    float: left;
    margin-right: 2%;
  }
  .after-post.minimal.opt-in .qc_button_container {
    width: 20%;
    float: left;
  }
  .after-post.minimal.opt-in .qc_button_container input {
    margin-top: 0;
  }
}

@media only screen and (max-width: 785px) {
  .desktop-only {
    display: none;
  }
  .content,
  .sidebar-primary,
  .home-article,
  .register-left,
  .register-right,
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-fifth,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .extras .social,
  .nav-secondary li.menu-item,
  .header-widget-area,
  .button.has-arrow .button-arrow,
  .extras .user.logged-in:hover .submenu,
  .extras .user.logged-in .ss-navigatedown,
  .mobile-hide {
    display: none;
  }
  .extras .user.logged-in {
    min-width: 0;
  }
  .nav-secondary li.mobile-link {
    display: inline-block;
  }
  .extras .user {
    /*padding: 11px 0;*/
  }
  .extras .user a {
    font-size: 16px;
  }
  .title-area {
	  text-align: center;
    width: 300px;
    padding-top: 12px;
  }
  .title-area,
  .extras .user .avatar {
    float: none;
    margin: 0 auto;
  }
  .entry-meta .entry-author,
  .entry-meta .entry-comments-link {
    display: block;
  }
  .entry-meta .entry-comments-link::before {
    padding-left: 0;
  }
  .wp-post-image.alignright,
  img.alignleft {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .comment .avatar {
  	display: none;
  }
  .comment-list li,
  .ping-list li {
  	padding-left: 15px;
  }
  .comment-form p {
    padding-left: 0;
  }
  .comment-form label {
    position: relative;
    top: auto;
    left: auto;
  }
  .comment-form .form-submit,
  .comment-form p.subscribe-to-comments,
  .content-archive-left,
  .content-archive-right {
    float: none;
    width: 100%;
  }
  .sidebar-primary {
    float: none;
    max-width: 235px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100px;
  }
  .bottom-bar.opt-in {
    display: none !important;
  }
  .footer-widgets .widget-area {
    width: 49%;
  }
  .footer-widgets .widget-area.footer-widgets-3 {
    margin-left: 0;
    clear: both;
  }
  .footer-widgets .widget-area.footer-widgets-1,
  .footer-widgets .widget-area.footer-widgets-2 {
    padding-bottom: 30px;
  }
  .home .content article img {
    max-width: 100px;
  }
  .home-intro h2 {
    font-size: 34px;
  }
  .home-intro h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .home-intro .opt-in p,
  .after-post.opt-in p {
    margin-left: 0 !important;
    text-align: center !important;
  }
  .home-intro .opt-in img,
  .after-post.opt-in img {
    display: none;
  }
  .home-intro .member-count {
    display: inline-block;
  }
  .home-intro .columns {
    max-width: 290px;
    margin: 0 auto;
  }
  .home-intro .one-third {
    margin-bottom: 0;
  }
  .home-intro .button.button-large {
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .home-intro {
	  background-image: none !important;
  }
  .home-intro .opt-in {
	  float: none;
	  width: auto;
  }
  .home-intro .opt-in h2 {
    text-align: center;
  }
  .home-intro .opt-in .qc_fields_list li.field,
  .home-intro .opt-in .qc_fields_list li.field.health-concern {
    float: none;
    width: 100%;
  }
  .home-intro .opt-in .qc_button_container {
    width: 100%;
  }
  .opt-in input[type="submit"] {
    margin: 1em auto;
    display: block;
  }
  .home-article,
  .home-article.first {
    margin-bottom: 20px;
    min-height: 0;
  }
  .home-article img {
    max-width: 50%;
  }
  .home-book-promo {
    font-size: 16px;
  }
  .home-book-promo h2,
  .home-book-promo p {
    padding-right: 0;
    text-shadow: 0px 0px 5px #000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
  }
  .wp-is-mobile .home-book-promo {
    padding-bottom: 300px;
  }
  .home-program,
  .home-program.first {
    float: none;
    max-width: 318px;
    margin: 0 auto 20px;
    width: 100%;
  }
  .home .featured-in {
	  float: none;
	  /*max-width: 235px;*/
	  margin: 0 auto;
	  overflow: hidden;
  }
  .product-listing .product-item {
    width: 100%;
    padding: 20px 0;
    float: none;
    margin: 0 auto 20px;
    max-width: 490px;
  }
  .product-listing .product-item .image {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }
  .search .pagination {
    padding-bottom: 90px;
  }
  .mobile-search-pagination .pagination-next a,
  .mobile-search-pagination .pagination-previous a {
    margin-top: -120px;
  }
  .landing-top h1,
  .landing-bottom h1 {
    font-size: 40px;
  }
  .page-id-7645 .landing-top h1 {
    font-size: 32px;
  }
  .landing-top h3,
  .landing-bottom h3 {
    font-size: 24px;
  }
  .landing-top p,
  .landing-bottom p {
    font-size: 18px;
  }
  .landing-bottom .icons-left,
  .landing-bottom .icons-right {
    display: none;
  }
  .landing-bottom-content {
    padding: 0;
  }
  .download-table .ss-download {
    display: none;
  }
  .download-table .icon {
    display: none;
  }
  .download-table .name {
    width: auto;
    padding-right: 10px;
  }
  .download-table .button-wrapper {
    width: auto;
    float: right;
  }
  /* Clinic Section */
  .clinic-section img {
    float: none;
    width: 100%;
    margin: 0 0 1em;
  }
  .clinic-section .content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .top-banner {
    display: none;
  }

  /*Squeeze Page*/
  .page-template-squeeze-php .title-area {
    padding-left: 20px;
    background: none;
    width: inherit;
  }
}
@media only screen and (max-width: 580px) {
	.after-post.opt-in {
		background-image: 100% !important;
	}
	.home-intro.bottom .qc_box_container,
	.after-post.opt-in .qc_box_container {
		width: 100%;
	}
}
@media only screen and (max-width: 530px) {
  .tabbed-content li a {
    padding: 10px 10px;
    font-size: 15px;
  }
  .search .pagination-previous a,
  .search .pagination-next a {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .home-intro .button.button-large {
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
}


/****************************************/
/*             Print Styles             */
/****************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  .entry-content a,
  .entry-content a:visited {
    text-decoration: underline;
    font-weight: normal;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  #menu-secondary,
  .mobile-nav,
  .nav-secondary,
  .header-search,
  .header-widget-area,
  aside.sidebar,
  blockquote.tweet,
  .sharing,
  .single-categories-listing,
  .after-post,
  .footer-widgets,
  #respond,
  .comment-reply #comments,
  .share-filled {
    display: none !important;
  }
  .content {
    width: 100%;
  }
  .site-inner {
    padding-top: 30px;
  }
  .title-area {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
  }
  .entry-content,
  .single .entry-content {
    padding-top: 0;
  }
  .entry-content img {
    max-width: 30%;
    width: 30% !important;
  }
  .site-header {
    height: 80px;
  }
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  .comment {
    font-size: 12px;
    line-height: 1.3;
  }
}
