@charset "UTF-8";
@import url("reset.css");
@import url("font-awesome/font-awesome.css");
@import url("pw-icons/style.css");
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

a {
  text-decoration: none;
  color: #01afd1;
}

#content h1 {
  font-size: 2.25em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 0.66667em;
}
#content h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 1em;
}
#content h3 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-top: 0em;
  margin-bottom: 1.33333em;
}
#content h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 1.5em;
}
#content p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 1.5em;
}
#content ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em 0em 1.5em 2.25em;
  list-style: disc;
}
#content ol {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em 0em 1.5em 2.25em;
  list-style: decimal;
}
#content blockquote {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 2.4em 0em;
  font-weight: 100;
  padding: 1.5em 3em;
  color: #777;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#content blockquote:before {
  content: "“";
  position: absolute;
  font-size: 6em;
  margin: 0.25em 0em 0em -0.5em;
  font-weight: normal;
  color: #e6e6e6;
}
#content blockquote > * {
  margin: 1.5em 0 0;
}
#content blockquote > *:first-child {
  margin-top: 0;
}
#content.single > #container, #content.page > #container {
  margin: 0 24px;
  overflow: hidden;
}

/* CONTAINERS
* //////////////////////////////////////////////////////*/
#document {
  position: relative;
  width: 1128px;
  margin: 0 auto;
  padding-top: 4px;
  min-height: 100%;
}
#document:before {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  height: 4px;
  background-color: white;
}
#document > header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 276px;
}
#document > section {
  margin-left: 276px;
}

/* MAIN HEADER
* //////////////////////////////////////////////////////*/
@media screen and (min-height: 780px) {
  #document > header > div {
    position: fixed;
  }
}
#document > header {
  background-color: #333333;
  color: #9d9d9d;
}
#document > header > div {
  width: 234px;
  margin: 1em 21px;
}
#document > header a {
  color: #9d9d9d;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#document > header a:hover {
  color: white;
}
#document > header h1 {
  font-size: 2em;
  line-height: 1.875em;
  padding: 0em 0.375em 0em 0em;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
#document > header h1 a {
  color: #01afd1;
}
#document > header h1 span {
  font-size: 0.4375em;
  line-height: 0.10714em;
  margin-top: 0em;
  margin-bottom: 1.71429em;
  display: block;
  color: #bbb;
  text-transform: none;
  font-variant: small-caps;
}
#document > header #page-nav {
  margin-bottom: 1.5em;
  text-align: right;
  text-transform: uppercase;
}
#document > header #page-nav > li {
  font-size: 1em;
  line-height: 2.85em;
  margin: 0em;
  height: 2.85em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ie7 #document > header #page-nav > li {
  behavior: url("/taglib/css/boxsizing.htc");
}
#document > header #page-nav > li a {
  padding-right: .75em;
  display: block;
  color: white;
  border-bottom: 1px solid #5f5f5f;
}
#document > header #page-nav > li a:hover {
  padding-right: 2em;
  background-color: #01afd1;
  -moz-box-shadow: 0 1px 0 #01d1fa inset;
  -webkit-box-shadow: 0 1px 0 #01d1fa inset;
  -ms-box-shadow: 0 1px 0 #01d1fa inset;
  -o-box-shadow: 0 1px 0 #01d1fa inset;
  box-shadow: 0 1px 0 #01d1fa inset;
}
#document > header #page-nav > li:first-child a {
  border-top: 1px solid #5F5F5F;
}
#document > header #page-nav > li.current-menu-item a {
  color: #01afd1;
  font-weight: bold;
}
#document > header #page-nav > li.current-menu-item a:after {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  /* \f020 doesn't work in Safari. all shifted one down */
  content: "\f101";
  top: -1px;
  margin-left: 4px;
}
#document > header #page-nav > li.current-menu-item a:hover {
  padding-right: .75em;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#document > header #header-search .searchform {
  position: relative;
  height: 30px;
  margin-bottom: 1.5em;
}
#document > header #header-search .searchform input[type="text"] {
  width: 198px;
  height: 30px;
  padding: 0 30px 0 6px;
  color: #ccc;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) inset;
  background: #5f5f5f;
}
#document > header #header-search .searchform button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
#document > header #header-search .searchform button:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e006";
  top: -2px;
  margin-bottom: 1em;
  display: block;
  font-size: 1.25em;
  line-height: 30px;
  color: #01afd1;
  -moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#document > header #social-nav:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
#document > header #social-nav > li {
  width: 20%;
  float: left;
}
#document > header #social-nav > li a {
  height: 2.25em;
  overflow: hidden;
  text-align: center;
  display: block;
  color: #bbb;
}
#document > header #social-nav > li a.link-twitter:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e002";
}
#document > header #social-nav > li a.link-instagram:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e004";
}
#document > header #social-nav > li a.link-facebook:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e000";
}
#document > header #social-nav > li a.link-rss:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e008";
}
#document > header #social-nav > li a.link-email:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e007";
}
#document > header #social-nav > li a:before {
  display: block;
  margin-bottom: 1em;
  line-height: 2.25em;
  font-size: 2em;
}
#document > header #social-nav > li a:hover {
  color: #01afd1;
  text-shadow: 1px 1px 0 black;
}
#document > header .widget {
  margin-top: 1.5em;
}
#document > header .widget + .widget {
  margin-top: 0.75em;
}

/* MAIN FOOTER
* //////////////////////////////////////////////////////*/
#document > footer {
  display: none;
}

/* POST FEEDS
* //////////////////////////////////////////////////////*/
#breadcrumb {
  color: #888;
  font-size: 0.75em;
  line-height: 4em;
  margin: 0em;
}
#breadcrumb > a {
  text-transform: uppercase;
  color: #b5b5b5;
  text-decoration: none;
}
#breadcrumb > a:before {
  content: ": ";
}
#breadcrumb > a:first-child:before {
  content: "";
}

.single #breadcrumb > span,
.page #breadcrumb > span {
  display: none;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.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;
}

/**** disabling Isotope CSS3 transitions ****/
.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;
}

#infscr-loading {
  position: fixed;
  right: 33%;
  bottom: 10%;
  left: 33%;
  z-index: 300;
  padding: 1em 0;
  text-align: center;
  background-color: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4);
  -ms-box-shadow: rgba(0, 0, 0, 0.4);
  -o-box-shadow: rgba(0, 0, 0, 0.4);
  box-shadow: rgba(0, 0, 0, 0.4);
}

#content .post {
  width: 568px;
  height: 320px;
  overflow: hidden;
}
#content .post > div {
  width: 564px;
  height: 316px;
  margin: 0 0 4px 4px;
  overflow: hidden;
}
#content .post > div > a {
  width: inherit;
  height: inherit;
  display: block;
  overflow: hidden;
}
#content .post > div > a > img {
  width: inherit;
}
#content .post h1 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0em;
}
#content .post h1 a {
  display: block;
  color: white;
}
#content .post h1 time {
  position: absolute;
  display: block;
  color: #ddd;
  font-size: 0.5em;
  line-height: 1.5em;
  margin: 0em;
  font-weight: normal;
}
#content .post.blog-post > div {
  background: #828c95;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #828c95 0%, #28343b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #828c95), color-stop(100%, #28343b));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #828c95 0%, #28343b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #828c95 0%, #28343b 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #828c95 0%, #28343b 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #828c95 0%, #28343b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$r-scolor', endColorstr='$r-ecolor',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
#content .post.has-img h1 {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  z-index: 6;
}
#content .post.has-img h1 a {
  padding: 1.125em;
  background: rgba(0, 0, 0, 0.6);
}
#content .post.has-img h1.img-has-text {
  right: 0;
  display: none;
}
#content .post.has-img h1.img-has-text span {
  display: none;
}
#content .post.has-img h1.img-has-text a {
  padding: 0.25em 1.5em;
}
#content .post.has-img h1.img-has-text time {
  position: static;
  white-space: nowrap;
}
#content .post.excerpt {
  color: white;
}
#content .post.excerpt > div > div {
  width: inherit;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
#content .post.excerpt > div > div > * {
  padding: 0 48px;
}
#content .post.excerpt > div > div p a {
  color: #ffd556;
}
#content .post.excerpt h1 {
  position: static;
}
#content .post.excerpt h1 a {
  color: white;
}
#content .post.excerpt h1 time {
  position: static;
  color: #ffd556;
}
#content .post.tweet {
  width: 284px;
  height: 160px;
  color: white;
}
#content .post.tweet a {
  color: #ffd556;
}
#content .post.tweet > div {
  position: relative;
  width: 280px;
  height: 156px;
  background-color: #01afd1;
}
#content .post.tweet > div p {
  font-size: 1em;
  line-height: 1.3125em;
  padding: 1.03125em 1.21875em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
#content .post.tweet > div:before {
  position: absolute;
  top: auto;
  bottom: -24px;
  left: -24px;
  z-index: 1;
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  background-color: white;
}
#content .post.tweet > div:after {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e002";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #01afd1;
}
#content .post.tweet > div time {
  position: absolute;
  bottom: 0.375em;
  left: 2.625em;
  z-index: 1;
  font-size: 0.6875em;
  line-height: 1.63636em;
  margin: 0em;
  text-transform: uppercase;
  font-weight: bold;
}
#content .post.instagram-posts {
  width: 284px;
  height: 320px;
  color: #888;
}
#content .post.instagram-posts > div {
  width: 280px;
  height: 316px;
  background-color: #333333;
  text-align: center;
  font-size: 1em;
  line-height: 1.2495em;
}
#content .post.instagram-posts > div:before {
  position: absolute;
  top: auto;
  bottom: -22px;
  left: -22px;
  z-index: 1;
  content: " ";
  width: 48px;
  height: 48px;
  display: block;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  background-color: white;
}
#content .post.instagram-posts > div:after {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e004";
  position: absolute;
  top: auto;
  bottom: 3px;
  left: 3px;
  z-index: 2;
  color: #333333;
}
#content .post.instagram-posts > div > div.ig-wrapper {
  margin: 9px;
  overflow: hidden;
  border: 1px solid #4f4f4f;
}
#content .post.instagram-posts > div > div.ig-wrapper > div {
  width: 120px;
  height: 120px;
  margin: 0;
  padding: 4px;
  float: left;
  border: 1px solid #4f4f4f;
}
#content .post.instagram-posts > div img {
  width: 120px;
  height: 120px;
}
#content .post.instagram-posts > div .follow {
  font-size: 0.8em;
  line-height: 1.875em;
  margin: 0em;
}
#content .post.instagram-posts > div .follow a {
  color: #01afd1;
}
#content .ad {
  width: 568px;
  height: 160px;
}
#content .ad a {
  width: 564px;
  height: 156px;
  margin: 0 0 4px 4px;
  display: block;
}
#content .ad img {
  display: block;
}
#content .post.featured {
  width: 852px;
  height: 480px;
  overflow: hidden;
}
#content .post.featured > div {
  width: 848px;
  height: 476px;
  margin: 0 0 4px 4px;
}
#content .post.featured h1 {
  position: absolute;
  top: 1.5em;
  right: 2.25em;
  bottom: auto;
  left: auto;
  z-index: 6;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0em;
}
#content .post.featured h1 a {
  color: white;
}
#content .post.featured h1.img-has-text {
  top: auto;
  right: 0;
  bottom: 4px;
  left: auto;
}
#content #about-pete {
  width: 568px;
  height: 160px;
  overflow: hidden;
}
#content #about-pete > div {
  width: 564px;
  height: 156px;
  margin: 0 0 4px 4px;
  background: #f4fafa url("../images/bg-pete-wilson-new.jpg") no-repeat right top;
}
#content #about-pete > div > p {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin: 0em;
  margin: 0;
  padding: 1em 196px 0 1em;
}
#content.archive > h1 {
  font-size: 1em;
  line-height: 4.2495em;
  margin: 0em;
  padding: 0em 1.5em;
  margin: 0 0 4px 4px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ccc;
}
#content.archive > h1:after {
  content: " Archives";
  font-weight: 100;
  text-transform: none;
}
#content.archive #container:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
#content.archive .post {
  width: auto;
  height: 96px;
}
#content.archive .post h1 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em;
  position: static;
}
#content.archive .post h1 a {
  color: #01afd1;
}
#content.archive .post h1 a:hover {
  color: #333333;
}
#content.archive .post > div {
  position: relative;
  width: auto;
  height: 44px;
  padding: 24px;
  background-color: #eaeaea;
}
#content.archive .post time {
  font-size: 0.75em;
  line-height: 2em;
  margin: 0em;
  display: block;
  color: #666;
}
#content.archive .post img {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  display: block;
}
#content.archive #archive-nav ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#content.archive #archive-nav ul > li {
  width: 422px;
  height: 4.5em;
  margin: 0 0 4px 4px;
  line-height: 4.5em;
  float: left;
  display: block;
  font-weight: 400;
  background-color: #ccc;
}
#content.archive #archive-nav ul > li a {
  width: inherit;
  display: block;
  text-align: center;
  color: #333333;
}
#content.archive #archive-nav ul > li a:hover {
  color: white;
  background-color: #01afd1;
}
#content.single #container > article, #content.page #container > article {
  position: relative;
}
#content.single #container > article > header, #content.page #container > article > header {
  margin: 0 0 1.5em 0;
  padding: 1.5em;
  background-color: #eee;
}
#content.single #container > article > header h1, #content.page #container > article > header h1 {
  margin: 0;
  line-height: 1.25em;
}
#content.single #container > article > header .post-meta, #content.page #container > article > header .post-meta {
  font-size: 0.75em;
  line-height: 2em;
  margin: 0em;
}
#content.single #container > article > header .comments-link a, #content.page #container > article > header .comments-link a {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin: 0em;
  display: inline-block;
}
#content.single #container > article > header .comments-link a:hover, #content.page #container > article > header .comments-link a:hover {
  color: #333333;
}
#content.single #container > article > header .comments-link a:before, #content.page #container > article > header .comments-link a:before {
  font-family: "pw-icons";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  content: "\e005";
  display: inline;
  font-size: inherit;
  margin: 0 3px 0 0;
}
#content.single #container > article img, #content.page #container > article img {
  display: block;
  margin-bottom: 1.5em;
}
#content.single #container > article img.alignleft, #content.page #container > article img.alignleft {
  float: left;
  margin-right: 1.5em;
}
#content.single #container > article img.alignright, #content.page #container > article img.alignright {
  float: left;
  margin-left: 1.5em;
}
#content.single #container > article > footer, #content.page #container > article > footer {
  min-height: 2.25em;
  padding: 1.5em 0;
  border-top: 1.5em solid #efefef;
}
#content.books .video_wrap {
  overflow: hidden;
}
#content.books .video_wrap iframe {
  margin: 0 1.5em 1.5em 0;
  float: left;
}
#content.books .video_wrap .video-share {
  overflow: hidden;
}
#content.books .video_wrap .video-share strong {
  margin-bottom: 1.5em;
  display: block;
}
#content.books .link-buy_now {
  overflow: hidden;
  clear: both;
}
#content.books .link-buy_now a {
  margin: 0 1.5em 0 0;
  display: inline-block;
}
#content.books .link-buy_now a + br {
  display: none;
}
#content.books .other-products .fixes, #content.books .other-products-plan .fixes {
  overflow: hidden;
}
#content.books .other-products .fixes a, #content.books .other-products-plan .fixes a {
  margin: 0 3em 0 0;
  display: inline-block;
}
#content.books .other-products .fixes a + br, #content.books .other-products-plan .fixes a + br {
  display: none;
}
#content.books #testimonies, #content.books #testimonies-plan {
  overflow: hidden;
  margin: 1.5em 0;
  padding: 1.5em;
  background-color: #ececec;
}
#content.books #testimonies > .test-containers, #content.books #testimonies-plan > .test-containers {
  width: 30%;
  font-size: 0.8em;
  line-height: 1.40625em;
  margin: 0em;
  margin-left: 5%;
  float: left;
}
#content.books #testimonies > .test-containers:first-of-type, #content.books #testimonies-plan > .test-containers:first-of-type {
  margin-left: 0;
}
#content.books #testimonies > .test-containers h4, #content.books #testimonies-plan > .test-containers h4 {
  margin: 1.5em 0 0;
}
#content.books .plan-feature {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1.5em solid #ececec;
}
#content #single_post_nav {
  padding: 1.125em;
  overflow: hidden;
  border: 1px solid #ddd;
}
#content #single_post_nav > div {
  width: 48%;
}
#content #single_post_nav span {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0em;
  display: inline-block;
  color: #888;
}
#content #single_post_nav h2 {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0em;
}
#content #single_post_nav h2:hover {
  color: #333333;
}
#content #single_post_nav a time {
  font-size: 0.75em;
  line-height: 1em;
  margin: 0em;
  color: #999;
}
#content #single_post_nav #previous_post_link {
  float: left;
}
#content #single_post_nav #previous_post_link h2:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  /* \f020 doesn't work in Safari. all shifted one down */
  content: "\f0a8";
  top: auto;
  margin-right: .25em;
}
#content #single_post_nav #next_post_link {
  float: right;
  text-align: right;
}
#content #single_post_nav #next_post_link h2:after {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 2px;
  /* \f020 doesn't work in Safari. all shifted one down */
  content: "\f0a9";
  top: auto;
  margin-left: .25em;
}
#content .comments {
  margin: 3em 0 4px;
  padding: 1.5em;
  background: #efefef;
  clear: both;
}
#content .comments h3#comments {
  margin: 0 0;
}
#content .comments ol, #content .comments ul {
  margin: 0;
  list-style: none;
}
#content .comments .commentlist {
  line-height: 1.5em;
  font-size: 0.9em;
}
#content .comments .commentlist li {
  margin: 1.4em 0;
  padding: 1.4em 20px;
  border-bottom: 1px solid #ddd;
}
#content .comments .commentlist li .children {
  margin: 1em 0;
}
#content .comments .commentlist li .children li {
  border-bottom: none;
  margin: 0 0 1px;
  background: #e2e2e2;
  border: 1px solid #ccc;
}
#content .comments .commentlist li img {
  margin-right: 8px;
  vertical-align: middle;
}
#content .comments .commentlist li.comment {
  font-family: helvetica, arial, sans-serif;
}
#content .comments .commentlist li.comment:before {
  content: "";
}
#content .comment-body p {
  margin: 1em 0 0;
  clear: both;
}
#content .comment-meta {
  font-size: 10px;
  float: right;
  line-height: 32px;
}
#content .comment-author {
  display: inline-block;
}
#content .comment-meta a {
  color: #777;
  text-decoration: none;
}
#content .comments .reply-link {
  margin-top: .66em;
}
#content .comment-meta a.comment-edit-link {
  text-decoration: underline;
}
#content .comments .comment-awaiting_moderation {
  font-style: italic;
}
#content #commentform input[type="submit"] {
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 10px;
  -webkit-appearance: none;
  color: #fff;
  border: none;
  background-color: #01afd1;
  -moz-box-shadow: 1px 1px 0 #019ab8 inset;
  -webkit-box-shadow: 1px 1px 0 #019ab8 inset;
  -ms-box-shadow: 1px 1px 0 #019ab8 inset;
  -o-box-shadow: 1px 1px 0 #019ab8 inset;
  box-shadow: 1px 1px 0 #019ab8 inset;
}
#content #commentform input[type="submit"]::-moz-focus-inner, #content #commentform input[type="submit"][type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#content.blog .post {
  width: 426px;
  height: 240px;
}
#content.blog .post > div {
  width: 422px;
  height: 236px;
}
#content.blog .post h1 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0em;
}
#content.blog .post.has-img h1 a {
  padding: 1em 1.125em 1.125em;
}
#content.blog .has-img h1 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 4px;
  z-index: 6;
}
#content.blog .post.featured {
  width: 852px;
  height: 480px;
  overflow: hidden;
}
#content.blog .post.featured > div {
  width: 848px;
  height: 476px;
  margin: 0 0 4px 4px;
}
#content.blog .post.featured h1 {
  position: absolute;
  top: 1.5em;
  right: 2.25em;
  bottom: auto;
  left: auto;
  z-index: 6;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0em;
}
#content.blog .post.featured h1 a {
  color: white;
}
#content.blog .post.featured h1.img-has-text {
  top: auto;
  right: 0;
  bottom: 4px;
  left: auto;
}
#content.blog #infscr-loading {
  right: 24%;
  left: 42%;
}
#content.resources #container > article > header {
  display: none;
}
#content.resources #container > article > footer {
  border-color: #fff;
}
#content.resources #container > article > div > section {
  margin-bottom: 4px;
  font-size: .875em;
  line-height: 1.4em;
  overflow: hidden;
  background-color: #ddd;
}
#content.resources #container > article > div > section img {
  display: block;
  margin: 0;
}
#content.resources #container > article > div > section:nth-child(even) img {
  float: left;
  border-right: 4px solid #fff;
}
#content.resources #container > article > div > section:nth-child(odd) img {
  float: right;
  border-left: 4px solid #fff;
}
#content.resources #container > article > div > section .copy {
  width: 522px;
  margin: 21px;
  float: left;
}
#content.resources #container > article > div > section .copy h2, #content.resources #container > article > div > section .copy p {
  margin: 0 0 16px;
}
#content.resources #container > article > div > section .links a {
  display: inline-block;
  padding: .6em 1em .5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #333333;
}

form label {
  font-size: 0.75em;
  line-height: 2em;
  font-weight: 100;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form textarea,
form select {
  width: 100%;
  font-size: inherit;
  color: #666;
  border: 1px solid #ccc;
  padding: 4px 6px;
  background-color: #f8f8f8;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.ie7 form input[type="text"], .ie7
form input[type="password"], .ie7
form input[type="email"], .ie7
form input[type="tel"], .ie7
form textarea, .ie7
form select {
  behavior: url("/taglib/css/boxsizing.htc");
}
form select {
  -webkit-appearance: menulist;
}
form ul {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  list-style: none;
}
form ul li + li {
  margin-top: 0.75em;
}
form ul li > label {
  display: block;
}
form ul li.captcha input[type="text"] {
  width: 6em;
}
form ul li.captcha label, form ul li.captcha span {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
form input[type="submit"] {
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 10px;
  -webkit-appearance: none;
  color: #fff;
  border: none;
  background-color: #01afd1;
  -moz-box-shadow: 1px 1px 0 #019ab8 inset;
  -webkit-box-shadow: 1px 1px 0 #019ab8 inset;
  -ms-box-shadow: 1px 1px 0 #019ab8 inset;
  -o-box-shadow: 1px 1px 0 #019ab8 inset;
  box-shadow: 1px 1px 0 #019ab8 inset;
  text-transform: uppercase;
  font-weight: bold;
}
form input[type="submit"]::-moz-focus-inner, form input[type="submit"][type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#content form h2, #content form h3 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}
#content form .note {
  font-size: 0.75em;
  line-height: 1em;
  margin-top: 0em;
  margin-bottom: 2em;
  font-family: georgia, sans-serif;
  font-style: italic;
}
#content form img {
  display: inline-block;
  margin: 0 !important;
}

form.visual-form-builder {
  margin: 0 0 1.5em !important;
}
form.visual-form-builder fieldset {
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
form.visual-form-builder fieldset .vfb-legend {
  border-bottom: none !important;
  color: #444 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mc-form h2 {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin-top: 0em;
  margin-bottom: 0.85714em;
  color: #fff;
  font-weight: 100;
  font-family: georgia, times, serif;
  font-style: italic;
}
.mc-form > div {
  padding: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.mc-form input[type="email"] {
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0.375em;
  padding: 0.75em;
  text-align: center;
}
.mc-form input[type="submit"] {
  width: 100%;
  font-weight: 100;
  padding: 0.75em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ie7 .mc-form input[type="submit"] {
  behavior: url("/taglib/css/boxsizing.htc");
}
.mc-form#giveaway-form input[type="submit"] {
  color: #444;
  background-color: #A6D8BA;
}

article.page-21-days-of-courage img {
  width: 100%;
  display: block;
}
article.page-21-days-of-courage p, article.page-21-days-of-courage #giveaway-form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
article.page-21-days-of-courage #giveaway-form input[type="email"] {
  color: #4A3C21;
  background-color: #EFE7DD;
  border: 1px solid #ded6cc;
}
article.page-21-days-of-courage #giveaway-form input[type="submit"] {
  width: auto;
  color: #4A3C21;
  font-weight: bold;
}
