/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ global styles ]:---
 */
* {
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #111111;
  background-color: #383838; }

a {
  color: #910c66; }

a:hover {
  text-decoration: none; }

code,
pre {
  font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

sub,
sup {
  color: #929292; }

.full_width {
  min-width: 958px; }

.inner {
  position: relative;
  width: 958px;
  margin: 0 auto; }

img.avatar {
  border-radius: 50%; }

.clear:after,
.inner:after,
.byline:after,
.author_description:after,
.comment_nav:after {
  content: '';
  display: table;
  clear: both; }

/*
 * ---:[ header ]:---
 */
#header {
  background-color: #383838;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 22px 0; }

#header a:hover {
  color: #dfdfdf; }

#site_title {
  float: left;
  font-family: "Raleway", sans-serif;
  font-size: 29px;
  line-height: 1em; }

#site_title:hover {
  position: relative;
  bottom: -1px; }

#site_title a {
  text-decoration: none;
  color: white; }

#site_title img {
  margin: 0 auto; }

#site_tagline {
  display: inline-block;
  font-size: 14px;
  line-height: 29px;
  color: white;
  margin-left: 15px;
  border-left: 1px solid white;
  padding-left: 15px; }

/*
 * ---:[ nav menu ]:---
 */
.navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  min-height: 29px;
  margin: auto 0; }

.menu {
  list-style: none;
  display: inline-block; }

.menu a {
  text-decoration: none; }

.menu > li {
  display: inline-block; }

.menu-main a {
  font-family: Candara, Verdana, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 7px; }

.menu_control {
  display: none; }

.sub-menu {
  display: none;
  position: absolute;
  z-index: 100; }

.sub-menu {
  width: 224px; }

.sub-menu li {
  position: relative; }

.sub-menu a {
  display: block;
  color: #111111;
  padding: 7px 15px; }

#header .sub-menu a:hover {
  color: #111111;
  background-color: #f1f1f1; }

.sub-menu .sub-menu {
  top: -8px;
  left: 224px; }

.menu > li > .sub-menu {
  margin-top: 7px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu-main .sub-menu {
  list-style: none;
  background-color: white;
  border: 1px solid #dfdfdf;
  padding: 7px 0; }

.menu-main .sub-menu:before {
  content: '';
  position: absolute; }

.menu-main .sub-menu:before {
  top: -7px;
  left: 15px;
  z-index: 3;
  border: 7px solid transparent;
  border-top-width: 0;
  border-bottom-color: white; }

.sub-menu ul:before {
  display: none; }

.sidebar .menu li {
  display: block; }

/*
 * ---:[ content area structure ]:---
 */
#content_box {
  background-color: white;
  padding: 44px 0;
  overflow: hidden; }

.content {
  float: left;
  width: 600px; }

.sidebar {
  float: right;
  width: 300px; }

.full_page .content {
  width: 958px; }

/*
 * ---:[ grt, spacing, and half-spaced lists ]:---
 */
.grt,
.grt h4 {
  font-size: 18px;
  line-height: 29px; }

.grt .headline,
.grt h2,
.grt h3,
.grt h4 {
  font-family: "Raleway", sans-serif; }

.grt .headline {
  font-size: 37px;
  line-height: 54px; }

.grt h2 {
  font-size: 29px;
  line-height: 44px;
  margin-top: 44px;
  margin-bottom: 15px; }

.grt h3 {
  font-size: 23px;
  line-height: 36px; }

.grt .small,
.grt .caption {
  font-size: 14px;
  line-height: 24px; }

.grt .drop_cap {
  float: left;
  font-size: 58px;
  line-height: 1em;
  margin-right: 0.15em; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.grt .aligncenter,
.grt .alignnone,
.grt .left,
.grt .alignleft,
.grt .right,
.grt .alignright,
.grt .post_image,
.grt .post_image_box,
.grt .wp-caption,
.grt .wp-post-image,
.grt .alert,
.grt .note,
.headline_area,
.archive_intro .headline,
.archive_content,
.post_list,
.post_list li,
.prev_next {
  margin-bottom: 29px; }

.grt ul,
.grt ol,
.grt .right,
.grt .alignright,
.grt .stack {
  margin-left: 29px; }

.grt .wp-caption > img,
.grt .post_image_box .post_image,
.grt .thumb,
.grt blockquote.right,
.grt blockquote.left,
.grt li {
  margin-bottom: 15px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol {
  margin-top: 15px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.grt .alert p:last-child,
.grt .note p:last-child,
.grt blockquote.right p,
.grt blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.grt .alignleft {
  margin-right: 29px; }

.grt .caption {
  color: #929292;
  margin-top: -15px; }

.grt ul {
  list-style: none; }

.grt .post_content ul > li {
  padding-left: 29px;
  margin-left: -29px; }

.grt .post_content ul > li:before {
  font-family: FontAwesome;
  content: '\f0da';
  color: #a4a4a4;
  display: inline-block;
  width: 15px;
  margin-left: -15px; }

.grt pre {
  line-height: 29px; }

.grt code,
.grt pre {
  background-color: #fffbcc; }

.grt .alert,
.grt .note,
.grt .box,
.grt pre,
.grt .footnotes {
  border: 1px solid #dfdfdf;
  padding: 29px;
  border-radius: 3px; }

.grt .alert {
  background-color: #ffd1d1;
  border-color: rgba(0, 0, 0, 0.07); }

.grt .note {
  background-color: #f1f1f1; }

.grt .box {
  background-color: #f8a4dd;
  border-color: #f475cb; }

.grt .footnotes {
  font-size: 14px;
  line-height: 24px;
  color: #929292;
  background-color: #f1f1f1;
  margin-top: 29px; }

.grt .footnotes p {
  margin-bottom: 15px; }

.grt .footnotes p:last-child {
  margin-bottom: 0; }

.grt blockquote {
  color: #929292;
  border-left: 1px solid #929292;
  padding-left: 29px; }

.grt blockquote.right,
.grt blockquote.left {
  width: 45%;
  font-size: 29px;
  line-height: 41px; }

.grt blockquote.right,
.grt blockquote.left {
  border: none;
  padding-left: 0; }

.grt .frame,
.grt .wp-caption {
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  padding: 15px; }

.grt .wp-caption-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px; }

.grt .author_description {
  margin-top: 29px;
  border-top: 1px solid #dfdfdf;
  padding-top: 29px; }

.author_description .avatar {
  float: left;
  width: 87px;
  height: 87px;
  margin-right: 15px;
  margin-bottom: 7px; }

.author_description_intro {
  font-weight: bold; }

.grt .widget_title {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  line-height: 36px;
  margin: 44px 0 15px; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  margin-bottom: 58px; }

.post_box a:hover {
  background-color: #f1f1f1; }

.headline-container {
  position: relative;
  margin-bottom: 29px; }

.headline-container .headline {
  margin-bottom: 7px; }

.headline,
.headline a {
  text-decoration: none;
  color: #383838; }

.headline a {
  display: block; }

.headline a:hover {
  color: #910c66; }

.byline {
  font-size: 14px;
  line-height: 24px;
  color: #929292;
  border: 1px solid #dfdfdf;
  border-width: 1px 0;
  padding: 7px 0; }

.byline a {
  text-decoration: none; }

.headline-container .post_edit {
  text-decoration: none; }

.byline span,
.byline .post_edit {
  margin-left: 7px; }

.byline span:first-child {
  margin-left: 0; }

.byline p {
  margin-bottom: 0; }

.post_author:before,
.post_date:before,
.post_edit:before,
.comment_edit:before,
.num_comments_link:before,
.twitter_profile:before,
.post_cats:before,
.post_tags:before {
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased; }

.post_author:before {
  content: '\f007\0020'; }

.post_date:before {
  content: '\f073\0020'; }

.post_edit:before,
.comment_edit:before {
  content: '\f044\0020';
  color: #929292; }

.num_comments_link:before {
  content: '\f086\0020';
  color: #929292; }

.twitter_profile:before {
  content: '\f099\0020'; }

.post_cats:before {
  content: '\f07c\0020'; }

.post_tags:before {
  content: '\f02c\0020'; }

.byline .num_comments_link {
  float: right; }

.byline .avatar {
  position: absolute;
  top: 7px;
  left: -58px;
  width: 44px;
  height: 44px; }

/*
 * ---:[ special template styles ]:---
 */
.archive_intro {
  margin-bottom: 0; }

.post_list {
  list-style: none;
  border-top: 1px solid #dfdfdf;
  padding-top: 29px; }

.post_list .headline {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  line-height: 36px; }

.post_list a {
  text-decoration: none; }

.post_list a:hover {
  background-color: #f1f1f1; }

.post_list .num_comments_link,
.post_list .post_edit {
  font-size: 14px;
  line-height: 24px; }

.post_list .num_comments_link {
  margin-right: 7px; }

.landing .inner {
  width: 600px; }

.landing .inner,
.no-sidebars .content {
  margin: 0 auto; }

.landing #site_title,
.no-sidebars .content {
  float: none; }

.cgrt .grt h1,
.cgrt .grt h2,
.cgrt .grt h3,
.cgrt .grt h4,
.cgrt .grt h5,
.landing #site_title,
.landing .headline-container,
.landing #footer {
  text-align: center; }

.landing .post_box,
.landing .promo:last-child,
.no-sidebars .post_box {
  margin-bottom: 0; }

.no-sidebars .prev-next {
  margin-top: 29px; }

/*
 * ---:[ prev/next container ]:---
 */
.prev-next {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #f1f1f1;
  margin-bottom: -44px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.05);
  padding: 15px 29px;
  border-radius: 3px 3px 0 0; }

.next_posts {
  float: right; }

.previous_posts:before,
.next_posts:after,
.previous_comments:before,
.next_comments:after,
.comments_closed:before {
  font-family: 'FontAwesome';
  color: #929292; }

.previous_posts:before,
.previous_comments:before {
  content: '\f0a8\0020'; }

.next_posts:after,
.next_comments:after {
  content: '\0020\f0a9'; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 58px; }

#comments .comments_intro,
#comments .comments_closed {
  margin-bottom: 15px; }

.comments_intro:before {
  font-family: FontAwesome;
  content: '\f086\0020';
  color: #929292;
  -webkit-font-smoothing: antialiased; }

#comments .comments_closed {
  color: #929292; }

.comments_closed:before {
  content: '\f06a\0020'; }

.comment_nav {
  padding: 15px 0; }

.comment_nav_top {
  border-top: 2px solid #dfdfdf; }

.comment_nav_bottom {
  border-bottom: 2px solid #dfdfdf;
  margin-top: -29px; }

.comment_nav a {
  text-decoration: none; }

.next_comments {
  float: right; }

.comment_list,
.children {
  list-style: none; }

.comment_list .children {
  margin: 29px 0 0 30px; }

.comment_list > li > .children {
  margin-left: 0; }

#comments .comment_list {
  margin-left: 0; }

.comment_list .comment {
  list-style-image: none;
  margin-bottom: 29px; }

.comment_list > .comment {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 29px; }

.comment_list > .comment:first-child {
  border-top: 2px solid #dfdfdf;
  padding-top: 29px; }

.children > .comment:last-child {
  margin-bottom: 0; }

.children .comment-container {
  border-left: 1px solid #dfdfdf;
  padding-left: 29px; }

.children .bypostauthor .comment-container {
  border-color: #a4a4a4; }

.comment-byline a {
  text-decoration: none;
  margin-left: 15px; }

.comment_author {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  line-height: 36px; }

.comment_author a {
  margin-left: 0; }

.comment .avatar {
  float: right;
  width: 58px;
  height: 58px; }

.comment_permalink {
  font-family: 'FontAwesome'; }

.comment_date,
.comment_permalink,
.comment_edit {
  font-size: 14px;
  line-height: 24px; }

.comment_date {
  display: block;
  color: #929292; }

.comment_text {
  margin-top: 29px; }

.comment_text :last-child {
  margin-bottom: 0; }

/*
 * ---:[ input defaults ]:---
 */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea,
.input_text {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: white;
  border: 1px solid #dfdfdf;
  padding: 0.35em;
  border-radius: 3px; }

textarea,
textarea.input_text {
  line-height: inherit; }

::-webkit-input-placeholder {
  color: #929292; }

/*
 * ---:[ button styles ]:---
 */
.input_submit,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

#thesis_launcher input {
  padding: 7px;
  border: 0;
  background-color: #f1f1f1;
  border-radius: 3px; }

#thesis_launcher input:hover {
  background-color: #dfdfdf; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin-top: 29px; }

.comment_form_title {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  line-height: 36px; }

#commentform p {
  margin-bottom: 15px; }

#commentform .input_submit,
.comment-reply-link,
#cancel-comment-reply-link {
  padding: 7px;
  border-radius: 3px; }

#commentform .input_submit {
  padding-left: 29px; }

#comment_form_submit:before,
.comment-reply-link:before,
#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: #910c66;
  margin-right: 7px; }

#comment_form_submit {
  position: relative;
  display: inline-block;
  margin-bottom: 0; }

#comment_form_submit:before {
  position: absolute;
  content: '\f0e5';
  top: 7px;
  display: inline-block;
  width: 29px;
  line-height: 18px;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased; }

#commentform .input_submit {
  color: white;
  background-color: #910c66;
  border: 1px solid #620845; }

#commentform .input_submit:hover {
  background-color: #c01087;
  border-color: #910c66; }

.comment-reply-link,
#cancel-comment-reply-link {
  background-color: #f1f1f1;
  border: 1px solid #dfdfdf;
  text-decoration: none; }

.comment-reply-link:before {
  content: '\f112'; }

.comment-reply-link {
  display: inline-block;
  line-height: 1em;
  margin-top: 29px; }

#cancel-comment-reply-link {
  margin-left: 15px; }

#cancel-comment-reply-link:before {
  content: '\f00d'; }

#commentform + .comment-reply-link {
  display: none; }

#commentform .input_text {
  width: 40%; }

#commentform textarea.input_text {
  display: block;
  width: 100%;
  padding: 7px; }

#comment_form_name,
#comment_form_email,
#comment_form_url {
  position: relative; }

#comment_form_name:before,
#comment_form_email:before,
#comment_form_url:before {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  width: 29px;
  line-height: 18px;
  text-align: center;
  color: #a4a4a4; }

#comment_form_name:before {
  content: '\f2bd'; }

#comment_form_email:before {
  content: '\f003'; }

#comment_form_url:before {
  content: '\f0c1';
  -webkit-font-smoothing: antialiased; }

#author,
#email,
#url {
  padding: 7px 7px 7px 29px; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 21px; }

.sidebar .headline,
.sidebar .widget_title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px; }

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .email_form_intro {
  margin-bottom: 11px; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .headline,
.sidebar .left,
.sidebar .alignleft,
.sidebar .right,
.sidebar .alignright,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 21px; }

.sidebar .left,
.sidebar .alignleft {
  margin-right: 21px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .stack {
  margin-left: 21px; }

.sidebar .thesis_email_form .input_text,
.sidebar .widget li {
  margin-bottom: 11px; }

.sidebar .post_content,
.sidebar .widget li ul,
.sidebar .widget li ol {
  margin-top: 11px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.sidebar input[type="text"] {
  width: 100%;
  margin-bottom: 11px;
  padding: 7px; }

.sidebar input[type="submit"] {
  color: white;
  background-color: #616161;
  border: none;
  padding: 7px;
  border-radius: 3px; }

.sidebar input[type="submit"]:hover {
  background-color: #383838; }

.sidebar .search_form input[type="text"] {
  margin-bottom: 0; }

.sidebar .search_form input[type="submit"] {
  margin-top: 11px; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #929292; }

.sidebar .widget ul {
  list-style-type: none;
  margin-bottom: 0; }

.sidebar .widget li:last-child {
  margin-bottom: 0; }

.sidebar .widget li a {
  text-decoration: none; }

.sidebar .widget li a:hover {
  text-decoration: underline; }

.sidebar .widget,
.sidebar .text_box {
  background-color: #f1f1f1;
  border-bottom: 5px solid rgba(0, 0, 0, 0.05);
  padding: 21px;
  border-radius: 3px; }

.sidebar .widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 32px; }

/*
 * ---:[ tabbed posts box ]:---
 */
.sidebar .widget .tabs {
  list-style-type: none;
  margin-bottom: 21px; }

.widget .tabs .tab {
  float: left;
  line-height: 1em;
  color: #910c66;
  margin: 0 11px 0 0;
  padding: 11px;
  cursor: pointer; }

.tabs .tab:last-child {
  margin-right: 0; }

.widget .tabs .active,
.widget .tabs .tab:hover {
  color: white;
  text-decoration: none;
  border-radius: 3px; }

.tabs .active,
.tabs .tab:hover {
  background-color: #383838; }

.widget .tabbed_posts {
  display: none;
  list-style: none;
  margin-bottom: 0; }

.tabbed_posts li:last-child {
  margin-bottom: 0; }

.widget .posts_active {
  display: block; }

/*
 * ---:[ email forms ]:---
 */
.thesis_email_form {
  position: relative; }

.email_form_title {
  font-family: "Raleway", sans-serif;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px; }

.email_testimonial {
  display: block;
  font-style: italic; }

.thesis_email_form input[type="text"] {
  border: none;
  padding: 7px 7px 7px 29px; }

.thesis_email_form input[type="submit"] {
  position: absolute;
  width: 58px;
  height: 58px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  color: white;
  background-color: #383838;
  border: none;
  cursor: pointer;
  border-radius: 50%; }

.thesis_email_form input[type="submit"]:hover {
  color: #dfdfdf; }

/*
 * ---:[ content email form ]:---
 */
.content .thesis_email_form {
  color: white;
  background-color: #616161;
  margin: 29px 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px;
  border-radius: 3px; }

.content .email_form_title,
.content .email_form_intro {
  margin-bottom: 15px; }

.content .email_testimonial {
  margin: 15px 0; }

.content .thesis_email_form input[type="text"] {
  width: 47%; }

.content .thesis_email_form input[type="text"] + input[type="text"] {
  margin-left: 7px; }

.content .thesis_email_form input[type="submit"] {
  right: -15px;
  bottom: 18px; }

/*
 * ---:[ sidebar email form ]:---
 */
.sidebar .thesis_email_form {
  color: white;
  background-color: #616161;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 21px;
  border-radius: 3px; }

.sidebar .thesis_email_form input[type="text"] {
  display: block;
  margin-bottom: 0; }

.sidebar .thesis_email_form input[type="text"] + input[type="text"] {
  margin-top: 11px; }

.sidebar .thesis_email_form input[type="submit"] {
  right: -21px;
  bottom: 5px; }

.sidebar .thesis_email_form .email_testimonial {
  text-align: center;
  margin: 11px 0; }

/*
 * ---:[ promo bar ]:---
 */
#promo_bar {
  color: white;
  background-color: #a4a4a4;
  border-bottom: 5px solid rgba(0, 0, 0, 0.07);
  padding: 7px 0; }

#promo_bar a {
  color: white;
  text-decoration: underline; }

#promo_bar a:hover {
  text-decoration: none; }

#promo_bar .promo,
#promo_bar .thesis_email_form {
  width: 958px;
  text-align: center;
  margin: 0 auto; }

#promo_bar .email_form_title,
#promo_bar input[type="text"] {
  font-size: 14px;
  line-height: 24px; }

#promo_bar .thesis_email_form > p {
  display: inline-block; }

#promo_bar .email_form_intro,
#promo_bar input[type="text"] {
  margin-left: 7px; }

#promo_bar input[type="text"] {
  width: 23%;
  line-height: 1em; }

#promo_bar input[type="submit"] {
  bottom: -29px;
  right: auto; }

/*
 * ---:[ footer ]:---
 */
#footer {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: #383838;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0; }

#footer a {
  color: white; }

#footer a:hover {
  color: #dfdfdf; }

/*
 * ---:[ social media profiles ]:---
 */
.profile-icon {
  display: inline-block;
  font-size: 23px;
  line-height: 1em;
  color: white;
  text-decoration: none; }

/*
 * ---:[ header profiles ]:---
 */
#header .profile-icons {
  display: inline-block;
  margin-left: 15px;
  border-left: 1px solid white;
  padding-left: 7px; }

#header .profile-icon {
  margin-left: 15px;
  vertical-align: middle; }

/*
 * ---:[ sidebar profiles ]:---
 */
.sidebar .profile-icons {
  text-align: center;
  margin-bottom: 32px; }

.sidebar .profile-icon {
  font-size: 37px;
  line-height: 1em;
  color: #dfdfdf;
  margin-right: 11px; }

.sidebar .profile-icon:last-child {
  margin-right: 0; }

.sidebar .profile-icon:hover {
  color: #616161; }

/*
 * ---:[ footer profiles ]:---
 */
#footer .profile-icons {
  float: right;
  display: inline-block; }

#footer .profile-icon {
  margin-left: 15px; }

/*
 * ---:[ WooCommerce ]:---
 */
.woocommerce-pagination {
  margin-bottom: 15px; }

.woocommerce .woocommerce-pagination > .page-numbers {
  margin-top: -7px; }

.woocommerce-result-count {
  font-size: 14px;
  line-height: 24px;
  color: #929292; }

.woocommerce-shop .page-title,
.woocommerce .product_title {
  font-family: "Raleway", sans-serif;
  font-size: 37px;
  line-height: 54px;
  margin-bottom: 29px; }

.woocommerce .onsale {
  box-sizing: content-box; }

.woocommerce .products .product h2 {
  line-height: 29px; }

.woocommerce .products a.button,
.woocommerce .cart button.button,
.grt .woocommerce input.button,
.woocommerce .grt input.button,
.woocommerce .grt #respond input#submit {
  font-family: inherit;
  line-height: 1em;
  padding: 0.47em 0.75em; }

.woocommerce #comments,
.woocommerce-tabs h2 {
  margin-top: 0; }

.grt .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 15px; }

.woocommerce-tabs {
  -webkit-transform: translateZ(0); }

/*
 * ---:[ checkout and account details ]:---
 */
fieldset legend {
  font-weight: bold; }

.grt fieldset {
  margin-top: 29px;
  margin-bottom: 15px; }

.grt fieldset legend {
  margin-bottom: 15px; }

/*
 * ---:[ hmmm ]:---
 */
.post_content p:last-child,
.sidebar :last-child {
  margin-bottom: 0; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 957px) {
  /*
   * structure
   */  .inner,
  .landing .inner,
  #promo_bar .promo,
  #promo_bar .thesis_email_form {
    width: auto;
    max-width: 600px; }

  .full_width {
    min-width: 600px; }

  .content,
  .sidebar {
    float: none;
    width: auto; }

  /*
   * header
   */  #header {
    text-align: center; }

  #site_title {
    float: none; }

  #site_tagline {
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }

  .navigation {
    position: static;
    margin-top: 15px; }

  #header .profile-icons {
    display: block;
    margin-top: 15px;
    margin-left: 0;
    border-left: 0;
    padding-left: 0; }

  #header .profile-icon:first-child {
    margin-left: 0; }

  /*
   * menu
   */  .menu_control {
    display: inline-block;
    color: white;
    background-color: #616161;
    margin: 0 auto;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 3px; }

  .menu-main {
    display: none;
    background-color: white;
    margin-top: 15px;
    margin-right: 0;
    border-radius: 3px 3px 0 0; }

  .menu-main a {
    display: block;
    text-align: left;
    color: #111111;
    padding: 15px; }

  #header .menu-main a:hover {
    color: white;
    background-color: #a4a4a4; }

  .menu-main > li:first-child > a:hover {
    border-radius: 3px 3px 0 0; }

  .show_menu,
  .menu-main li {
    display: block; }

  .menu-main .sub-menu {
    position: static;
    display: block;
    margin-left: 29px;
    border: none;
    padding-top: 0;
    padding-bottom: 0; }

  .menu-main .sub-menu,
  .menu-main .sub-menu li {
    width: auto; }

  .menu > li > .sub-menu {
    margin-top: 0; }

  .menu-main .sub-menu:before {
    display: none; }

  #promo_bar .thesis_email_form > p,
  #promo_bar input[type="text"] {
    display: block;
    margin: 0 auto; }

  /*
   * promo bar
   */  #promo_bar input[type="text"],
  #promo_bar .thesis_email_form > p + p {
    margin-top: 7px; }

  #promo_bar input[type="text"] {
    width: 50%; }

  #promo_bar input[type="submit"] {
    bottom: -15px;
    right: 20%; }

  /*
   * content
   */  .prev-next {
    margin-bottom: 0; }

  /*
   * sidebar
   */  .sidebar {
    margin-top: 32px; }

  .sidebar input[type="text"] {
    display: block;
    width: 50%; }

  .sidebar .thesis_email_form input[type="text"] {
    display: inline-block;
    width: 47%; }

  .sidebar .thesis_email_form input[type="text"] + input[type="text"] {
    margin-top: 0;
    margin-left: 11px; }

  .sidebar .thesis_email_form .email_testimonial {
    text-align: left; }

  /*
   * footer
   */  #footer {
    text-align: center; }

  #footer .profile-icons {
    float: none;
    margin-bottom: 15px; }

  #footer .profile-icon:first-child {
    margin-left: 0; } }

@media all and (max-width: 599px) {
  .full_width {
    min-width: 0; }

  .inner,
  #promo_bar .promo,
  #promo_bar .thesis_email_form {
    padding-right: 29px;
    padding-left: 29px; }

  .byline .avatar {
    display: none; }

  #commentform .input_text {
    width: 50%; } }

@media all and (max-width: 450px) {
  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .grt .alignright,
  .grt .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: auto;
    margin-bottom: 29px; }

  #header {
    padding: 15px 0; }

  #promo_bar .thesis_email_form .email_form_intro {
    margin-bottom: 15px; }

  #promo_bar input[type="text"],
  #commentform .input_text,
  .sidebar input[type="text"],
  .content .thesis_email_form input[type="text"],
  .sidebar .thesis_email_form input[type="text"] {
    width: 100%; }

  #promo_bar input[type="text"] + input[type="text"],
  .content .thesis_email_form input[type="text"] + input[type="text"] {
    margin-top: 7px; }

  #promo_bar input[type="submit"] {
    right: 0; }

  .byline .num_comments_link {
    float: none; }

  .num_comments_link:before {
    content: '\a\f086\0020';
    white-space: pre; }

  .twitter_profile:before {
    content: '\a\f099\0020';
    white-space: pre; }

  .content .thesis_email_form input[type="text"] + input[type="text"],
  .sidebar .thesis_email_form input[type="text"] + input[type="text"] {
    margin-left: 0; }

  .sidebar .thesis_email_form input[type="text"] + input[type="text"] {
    margin-top: 11px; } }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * ** HEADER **
 */
#header {
  padding: 15px 0; }

#header_fp {
  background-color: #383838;
  padding: 15px 0 24px 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2); }

#header_sales {
  background-color: #910c66;
  padding: 15px 0 24px 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2); }

/*
 * ** CUSTOM BODY **
 */
body-webinar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #111111;
  background-color: #383838; }

/*
 * ** NAV SUB-MENU **
 */
.sub-menu a {
  font-size: 75%; }

/*
 * ** BASIC GRT CUSTOMIZATIONS **
 */
.grt h2 {
  margin-top: 15px;
  margin-bottom: 15px; }

.grt .headline {
  margin-bottom: 15px; }

#content_box .widget_title {
  font-family: "Raleway", sans-serif;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  margin: 44px 0 15px 0; }

#content_box a:link {
  text-decoration: none; }

#content_box a:hover {
  text-decoration: none; }

/*
 * ** CONTENT AREA ON PORTFOLIO PAGE **
 */
.nextgen-content {
  background-color: #7e8f3c;
  background-image: url(/wp-content/uploads/2013/04/polaroid.png);
  background-repeat: repeat;
  padding: 15px; }

/*
 * ** CONTENT AREA **
 */
.post_content {
  margin-bottom: 58px; }

#reserve {
  width: 100%;
  padding: 0; }

.byline {
  margin-bottom: 29px; }

/*
 * ** CONTENT AREA FOR PODCAST-RELATED CONTENT **
 */
#content_box_podep {
  background-color: #a4a4a4;
  background-image: url(/wp-content/uploads/2017/10/white_leather.png);
  background-repeat: repeat;
  padding: 15px;
  border-top: 5px solid #66259c; }

#content_box_podsuggest {
  background-color: white;
  background-repeat: repeat;
  padding: 15px; }

#content_box_subscribe {
  background-color: white;
  padding: 44px 0;
  overflow: hidden;
  border-top: 5px solid #66259c; }

/*
 * ** WORK WITH ME ORGANIZING SERVICES SALES PAGE **
 */
.squares_purple {
  background-color: #910c66;
  color: white;
  background-image: url(/wp-content/uploads/2017/10/background-squares-purple.png);
  background-repeat: repeat;
  overflow: hidden; }

.squares_purple_avi {
  background-color: #910c66;
  color: white;
  background-image: url(/wp-content/uploads/2017/10/background-squares-purple.png);
  padding: 44px 0;
  background-repeat: repeat;
  overflow: hidden; }

.columns_twoleft {
  width: 50%;
  float: left;
  padding: 29px;
  overflow: hidden; }

.columns_tworight {
  width: 50%;
  float: left;
  overflow: hidden; }

#content_box_sales {
  background-color: white;
  padding: 44px 0;
  overflow: hidden; }

.sales_text a:link {
  text-decoration: underline;
  color: #66259c; }

.sales_white {
  background-color: white;
  color: #111111;
  padding: 44px 0;
  overflow: hidden; }

.grt .sales_white ul > li {
  padding-left: 29px;
  margin-left: -29px;
  list-style-image: url("/wp-content/uploads/2017/10/bullets-circular-dots-lines-pink.png"); }

/*
 * ** POST BOX STYLES **
 */
.post_box a:hover,
a:visited,
a:active {
  background-color: #dfdfdf; }

/*
 * ** REMOVE COMMENTS ARE CLOSED MESSAGE **
 */
.comments_closed {
  display: none; }

/*
 * ** PROMO + HELLO BARS **
 */
#promo_bar {
  background-color: #66259c;
  padding: 7px 0 24px 0;
  border-style: none; }

#promo_bar .email_form_intro {
  background-color: #66259c;
  width: 100%; }

#promo_bar input[type="submit"] {
  margin-left: 7px;
  bottom: -24px; }

#hello_bar {
  color: white;
  background-color: #66259c;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2); }

#hello_bar a {
  text-decoration: underline; }

#hello_bar p {
  text-align: center; }

.thesis_email_form input[type="submit"] {
  position: static;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 195px;
  height: 50px;
  background-color: #910c66;
  padding: 7px;
  border-radius: 3px; }

.thesis_email_form input[type="email"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border: none;
  padding: 7px 7px 7px 29px; }

/*
 * ** PROMO BAR END OF PAGE/POSTS (CONTENT w/ SIDEBAR) **
 */
#promo_bar_content {
  color: white;
  margin-top: 15px;
  background-color: #910c66;
  border-bottom: 5px solid rgba(0, 0, 0, 0.07);
  padding: 15px 7px; }

.email_form_intro {
  color: #111111; }

#promo_bar_content a {
  color: white;
  text-decoration: underline; }

#promo_bar_content a:hover {
  text-decoration: none; }

#promo_bar_content .promo_content,
#promo_bar_content .thesis_email_form_content {
  width: 600px;
  text-align: left;
  margin: 0 auto; }

#promo_bar_content .email_form_title_content,
#promo_bar_content input[type="text_content] { font-size: 14px; line-height: 24px; }#promo_bar_content .thesis_email_form_content > p { display: inline-block; }#promo_bar_content .email_form_intro_content, #promo_bar_content input[type="text_”content] {
  margin-left: 7px; }

#promo_bar_content input[type="text"] {
  width: 25%;
  line-height: 1em; }

#promo_bar_content input[type="submit"] {
  bottom: 7px;
  right: auto;
  margin-left: 7px; }

/*
 * ** HEADER ON CONTACT PAGE **
 */
#solid_background {
  background-color: #a4a4a4;
  color: #f1f1f1;
  padding: 24px 0; }

/*
 * ** FEATURE BOX STRUCTURE **
 */
#feature {
  border-bottom: 1px solid #383838;
  padding: 0 0;
  overflow: hidden; }

#feature_fp {
  background-color: #383838;
  color: white;
  padding: 0;
  overflow: hidden; }

/*
 * ** WEBINAR LANDING PAGE STRUCTURE **
 */
#webinar_details {
  background-color: #15142d;
  padding: 24px 0 0 0;
  overflow: hidden;
  color: white; }

#webinar_video {
  background-color: white;
  padding: 0 0;
  overflow: hidden; }

#inner_web {
  position: relative;
  width: 958px;
  margin: 0 auto; }

#inner_web .headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: white; }

/*
 * ** FRONT PAGE STYLING **
 */
#fp_testimonials {
  background-color: white;
  color: #111111;
  padding: 7px 0 0 0;
  overflow: hidden; }

#fp_testimonials_intro {
  background-color: white;
  color: #111111;
  padding: 29px 0 0 0;
  overflow: hidden; }

#testimonials_org {
  background-color: white;
  padding: 24px 0 0 0 color: #111111;
  overflow: hidden; }

.testimonial_widget_1 {
  width: 33.33%;
  float: left; }

.testimonial_widget_2 {
  width: 33.33%;
  float: left; }

.testimonial_widget_3 {
  width: 33.33%;
  float: left; }

#content_box_podcast {
  background-color: #383838;
  background-repeat: repeat;
  overflow: hidden; }

#columns_twocontent {
  background-color: #383838;
  color: white;
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 58px 58px; }

#columns_twoimg {
  background-color: #383838;
  width: 50%;
  float: left;
  padding: 0;
  overflow: hidden; }

#fp_about_yoli {
  padding: 58px 0;
  background-color: white;
  border-bottom: 5px solid #66259c; }

#content_box_fpsi {
  background-color: white;
  padding: 24px 0 7px 0;
  overflow: hidden; }

#fp_content_box {
  padding: 15px 0 0 0;
  background-color: #66259c;
  color: white;
  overflow: hidden; }

#fp_content_box .grt h2 {
  font-size: 29px;
  line-height: 44px;
  margin-top: 44px; }

#hrser_content_box {
  background-color: white;
  padding: 24px 0;
  overflow: hidden; }

#columns_two {
  background-color: white;
  border-style: solid;
  border-width: 3 6 3 6;
  border-color: white;
  width: 1280px;
  overflow: hidden; }

#columns_twob {
  background-color: white;
  border-style: solid;
  border-width: 3 6 3 6;
  margin-bottom: 3px;
  border-color: white;
  width: 1280px;
  overflow: hidden; }

#columns_twop1 {
  width: 50%;
  float: left;
  overflow: hidden; }

#columns_twop2 {
  width: 50%;
  float: left;
  overflow: hidden; }

#columns_twoc1 {
  width: 634px;
  height: 469px;
  float: left;
  margin-right: 3px;
  overflow: hidden; }

#columns_twoc2 {
  width: 634px;
  height: 469px;
  float: left;
  margin-left: 3px;
  overflow: hidden; }

.columns_twou1 {
  width: 50%;
  float: left; }

.columns_twou2 {
  width: 50%;
  float: left; }

#fp_aboutme {
  background-color: white;
  border-style: solid;
  border-width: 3 6 3 6;
  border-color: white;
  overflow: hidden; }

#fpsi_1 {
  background-image: url(/wp-content/uploads/2015/02/page-home-dream-reality-01.jpg);
  background-color: #383838;
  background-size: 100%;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 24px 0 0 0;
  overflow: hidden; }

#fpsi_2 {
  background-color: #383838;
  background-repeat: no-repeat;
  color: white;
  padding: 0 0 0 0;
  overflow: hidden; }

#fpsi_3 {
  background-image: url(/wp-content/uploads/2015/01/page-home-story-03.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

#fpsi_4 {
  background-image: url(/wp-content/uploads/2015/01/page-home-story-04.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

#fpsi_5 {
  background-image: url(/wp-content/uploads/2015/01/page-home-story-05.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

#fpsi_6 {
  background-image: url(/wp-content/uploads/2015/01/page-home-story-06.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

.tech_spec_1 {
  width: 241px;
  float: left; }

.tech_spec_2 {
  width: 241px;
  float: left; }

.tech_spec_3 {
  width: 241px;
  float: left; }

.tech_spec_4 {
  width: 241px;
  float: right; }

/*
 * ** ABOUT YOLANDA PAGE (/is) STYLING **
 */
#content_box_is1 {
  background-color: #f1f1f1;
  background-repeat: repeat;
  overflow: hidden; }

#columns_twois1img {
  background-color: #f1f1f1;
  width: 50%;
  float: left;
  padding: 0;
  overflow: hidden; }

#columns_twois1content {
  color: #383838;
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 32px 58px; }

#content_box_is2 {
  background-color: white;
  color: #383838;
  background-repeat: repeat;
  overflow: hidden; }

#columns_twojobc {
  background-color: white;
  color: #383838;
  width: 50%;
  float: left;
  overflow: hidden;
  padding: 58px 58px; }

#columns_twojobimg {
  width: 50%;
  float: left;
  padding: 0;
  overflow: hidden; }

#content_box_quote {
  background-color: white;
  padding: 24px 0;
  overflow: hidden;
  border-bottom: 5px solid #66259c; }

#content_box_abtyo {
  background-color: #a4a4a4;
  background-image: url(/wp-content/uploads/2017/10/ice_age.png);
  background-repeat: repeat;
  padding: 15px; }

#untangling_principles {
  background-color: #dfdfdf;
  padding: 29px; }

#principles {
  padding-top: 15px;
  background-color: transparent; }

#untangling_headline {
  padding-bottom: 29px; }

#principle_items {
  position: relative;
  width: 958px;
  margin: 0 auto; }

#untangling_1 {
  display: table;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  position: relative; }

#untangling_2 {
  display: table;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  position: relative; }

#untangling_3 {
  display: table;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  position: relative; }

#untangling_4 {
  display: table;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  position: relative; }

#untangling_5 {
  display: table;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  position: relative; }

.leftimage {
  display: table;
  position: absolute;
  width: 50%;
  height: 300px;
  left: 0;
  z-index: 400;
  box-shadow: 0 0 15px #888888; }

.rightimage {
  display: table;
  position: absolute;
  width: 50%;
  height: 300px;
  right: 0;
  z-index: 400;
  box-shadow: 0 0 15px #888888; }

.lefttext {
  display: table;
  position: absolute;
  width: 60%;
  background: white;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  box-shadow: 0 0 15px #888888;
  padding: 24px;
  margin: auto; }

.righttext {
  display: table;
  position: absolute;
  width: 60%;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  box-shadow: 0 0 15px #888888;
  padding: 24px;
  margin: auto; }

#work_is {
  background-color: #383838;
  color: white;
  background-image: url(/wp-content/uploads/2017/10/background-circles-purple.png);
  padding: 44px 0;
  background-repeat: repeat;
  overflow: hidden; }

#work_is a {
  color: #f1f1f1; }

/*
 * ** CATEGORY (PODCAST) PAGE STYLING **
 */
.three-column-post {
  width: 30%;
  float: left;
  margin-left: 4.9%; }

.column-post-left {
  clear: left;
  margin-left: 0; }

.cat-episode .post_box {
  float: left;
  margin-bottom: 1.2em;
  margin-right: 2.3%;
  padding: 22px 2%;
  width: 27%; }

.cat-episode .headline {
  font-family: "Raleway", sans-serif;
  text-align: left;
  color: #383838;
  font-size: 18px;
  line-height: 29px; }

/*
 * ** SIGNUP PAGE STYLING **
 */
#signup {
  background-image: url(/wp-content/uploads/2016/01/background-signup-02.jpg);
  background-repeat: no-repeat;
  background-color: #93a3b5;
  background-size: 100%;
  color: white;
  padding: 24px 58px 0 58px;
  overflow: hidden; }

#signup_content_box {
  padding: 24px 0; }

/*
 * ** FEATURED POSTS & SERVICES BOX STRUCTURE **
 */
#testimonials_widgets {
  background-color: white;
  padding: 29px 7px;
  overflow: hidden; }

#featured_posts {
  background-color: white;
  overflow: hidden; }

.feature_headline {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 47px;
  line-height: 54px;
  background: url(/wp-content/uploads/2014/01/bg-line_footer.png) repeat-x bottom;
  padding: 29px 0 15px 0;
  margin: 15px 0 15px; }

.intro_content {
  text-align: left;
  padding: 15px 0 29px 0; }

.featured_post_1 {
  width: 321px;
  float: left; }

.featured_post_2 {
  width: 321px;
  float: left; }

.featured_post_3 {
  width: 322px;
  float: right; }

/*
 * ** CONTENT AREA STRUCTURE (PADDING) & TEXTURED BACKGROUND **
 */
#content_box {
  padding: 24px 0; }

#content_box_coc {
  padding: 24px 0;
  background-color: #383838;
  color: white; }

/*
 * ** HR CONSULITNG LANDING PAGE **
 */
#hr_content_box {
  padding: 24px 0 0 0;
  background-color: #ede3e1; }

#hr_services {
  background-color: white;
  border-bottom: 5px solid #383838;
  padding: 29px 0 29px 0;
  overflow: hidden; }

#hr_recruiting {
  background-image: url(/wp-content/uploads/2015/01/page-hr-consult-recruit.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid #383838;
  padding: 29px 0 29px 0;
  overflow: hidden; }

#hr_employee {
  background-image: url(/wp-content/uploads/2015/01/page-hr-consult-employee.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

#hr_pm {
  background-image: url(/wp-content/uploads/2015/01/page-hr-consult-pm.jpg);
  background-color: #383838;
  color: white;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

#hr_contact {
  padding: 24px 0;
  background-color: #ede3e1; }

/*
 * ** INDIVIDUAL JOB POSTINGS **
 */
#jobs_content_box {
  padding: 24px 0 0 0;
  background-color: white; }

#jobs_contact {
  padding: 24px 0;
  background-color: #ede3e1; }

/*
 * ** ZTL LANDING PAGE TEMPLATE **
 */
#ztl_bio {
  background-color: #8885a0;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 7px 0 29px 0;
  overflow: hidden; }

.ztl_bio_content {
  width: 964px; }

#ztl_infographic {
  background-color: #aed6e2;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 29px 0 29px 0;
  overflow: hidden; }

.ztl_products img {
  opacity: 1;
  filter: alpha(100); }

/*
 * ** HEADSPACE TEMPLATE **
 */
#hs_box_1 {
  background-color: #2da098;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 7px 0 29px 0;
  overflow: hidden; }

#hs_box_2 {
  background-color: #eff1f3;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 7px 0 29px 0;
  overflow: hidden; }

#hs_box_3 {
  background-color: #eff1f3;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  padding: 7px 0 29px 0;
  overflow: hidden; }

/*
 * ** HOVER COVER FOR IMAGE LINKS ON UPCOMING CLASSES PAGE **
 */
.class_excerpts img {
  opacity: 1;
  filter: alpha(100); }

.class_excerpts img:hover {
  opacity: 0.4;
  filter: alpha(100); }

/*
 * ** PORTFOLIO POSTS STRUCTURE **
 */
.portfolio {
  width: 305px;
  float: left;
  margin-left: 7px;
  margin-right: 7px; }

.appguide_morebutton {
  background-color: #96230b;
  display: table;
  margin: 15px auto 29px;
  padding: 7px 15px;
  text-align: center; }

.more_apps_text {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  color: #929292;
  background-color: #96230b;
  display: table;
  margin: 29px auto 29px;
  padding: 15px 29px;
  text-align: center; }

.more_apps_text a:link,
.more_apps_text a:visited {
  text-decoration: none;
  color: white; }

.more_apps_text a:hover,
.more_apps_text a:active {
  background-color: transparent;
  color: #52890a; }

/*
 * ** FIX STYLING OF EMAIL BOX ON OPT-IN FORM **
 */
#email,
.thesis_email_form_email {
  line-height: 1em;
  width: 23%; }

/*
 * ** COLUMNS STRUCTURE **
 */
.one_half_first {
  width: 482px;
  float: left; }

.one_half {
  width: 482px;
  float: left; }

.one_sixth {
  width: 14%; }

.one_third,
.two_sixths {
  width: 31%; }

.three_sixths,
.two_fourths {
  width: 48%; }

.four_sixths,
.two_thirds {
  width: 65%; }

.five_sixths {
  width: 82%; }

.one_fourth {
  width: 22.5%; }

.three_fourths {
  width: 73.5%; }

.one_fifth {
  width: 17.4%; }

.two_fifths {
  width: 37.8%; }

.three_fifths {
  width: 58.2%; }

.four_fifths {
  width: 78.6%; }

/*
 * **SIDEBAR WIDGET TITLE FOR CLASSES**
 */
.sidebar .widget_title {
  background-color: #616161;
  color: white;
  padding: 15px 7px;
  text-align: center; }

/*
 * ** FOOTER WIDGETS BOX STRUCTURE **
 */
#footer_widgets {
  background-color: #383838;
  padding: 29px 7px;
  overflow: hidden; }

#footer_widgets .widget_title {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  color: white;
  text-align: left;
  line-height: 36px;
  border-image: url(/wp-content/uploads/2014/01/bg-line_footer.png) repeat:repeat-x;
  position: bottom;
  padding: 0 0 7px 0;
  margin: 15px 0 15px; }

#footer_widgets h2 {
  font-family: "Raleway", sans-serif;
  color: white;
  text-align: left;
  font-size: 23px;
  line-height: 29px;
  margin-top: 7px;
  margin-bottom: 7px; }

#footer_widgets h3 {
  font-family: "Raleway", sans-serif;
  color: white;
  text-align: left;
  font-size: 29px;
  line-height: 36px; }

#footer_widgets p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-align: left;
  font-size: 18px;
  line-height: 24px; }

#footer_widgets a {
  color: white;
  text-decoration: none; }

#footer_widgets a:hover {
  color: #910c66;
  text-decoration: none; }

.footer_widget_1 {
  width: 300px;
  float: left;
  margin-right: 29px; }

.footer_widget_2 {
  width: 300px;
  float: left; }

.footer_widget_3 {
  width: 300px;
  float: right; }

#footer {
  overflow: hidden; }

.footer_widget_3 ul {
  list-style-type: none; }

/*
 * ** MEDIA QUERIES/RESPONSIVE PROPERTIES **
 */
@media all and (max-width: 957px) {
  /*
   * HEADER
   */  #header_sales,
  #header_fp {
    text-align: center; }

  /*
   * FEATURED POSTS ON FRONT PAGE & OTHER BOXES
   */  .featured_post_1,
  .featured_post_2,
  .featured_post_3,
  .testimonial_widget_1,
  .testimonial_widget_2,
  .testimonial_widget_3,
  .columns_twoleft,
  .columns_tworight {
    text-align: center;
    margin: auto;
    display: block;
    float: none;
    width: auto;
    margin-bottom: 15px; }

  #testimonials_org,
  #content_box_podcast,
  #testimonials_widgets,
  #fp_about_yoli,
  #featured_posts,
  #columns_twop1,
  #columns_twop2,
  #columns_twocontent,
  #columns_twoimg,
  #columns_twojobc,
  #columns_twojobimg,
  #content_box_subscribe,
  content_box_podep,
  #content_box_is1,
  #content_box_is2,
  #columns_twois1img,
  #columns_twois1content,
  #untangling_principles,
  #principles,
  #untangling_1,
  #untangling_2,
  #untangling_3,
  #untangling_4,
  #untangling_5,
  .lefttext,
  .righttext {
    display: block;
    margin: 0 auto;
    float: none;
    width: auto;
    margin-bottom: 15px; }

  .lefttext,
  .righttext p {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    text-align: center; }

  img {
    display: block;
    margin: 0 auto; }

  #content_box_podep,
  #columns_twois1img,
  #content_box_is1,
  #untangling_1,
  #untangling_2,
  #untangling_3,
  #untangling_4,
  #untangling_5 img,
  .leftimage,
  .righttimage {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: none;
    width: auto;
    margin-bottom: 15px; }

  #content_box_subscribe img {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: none;
    width: auto;
    margin-bottom: 15px; }

  .sales img {
    text-align: center;
    display: block;
    margin: 0 auto;
    float: none;
    width: auto;
    margin-bottom: 15px; }

  /*
   * OPT-IN FORM
   */  #promo_bar input[type="email"] {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-top: 7px; }

  #promo_bar input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-top: 7px;
    bottom: 7px; }

  /*
   * FOOTER WIDGETS
   */  .footer_widget_1,
  .footer_widget_2,
  .footer_widget_3 {
    text-align: left;
    float: none;
    width: auto; }

  @media all and (max-width: 599px) {
    .hello_bar {
      padding-right: 29px;
      padding-left: 29px; }

    img {
      display: block;
      margin: 0 auto; } } }