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

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

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

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

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  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;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

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

.wp-smiley {
  display: inline; }

@font-face {
  font-family: 'icomoon';
  src: url('assets/public/icon-fonts/icomoon.eot?-6zo2h2z');
  src: url('assets/public/icon-fonts/icomoon.eot?#iefix-6zo2h2z') format('embedded-opentype'), url('assets/public/icon-fonts/icomoon.woff?-6zo2h2z') format('woff'), url('assets/public/icon-fonts/icomoon.ttf?-6zo2h2z') format('truetype'), url('assets/public/icon-fonts/icomoon.svg?-6zo2h2z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before,
[class*=" icon-"]:before,
.menu-item-has-children > a:after,
.play_btn:before,
.post_tags > a:before,
.post_cats:before,
.post_author:before,
.num_comments:before,
.post_date:before,
.email_form_assurance:before,
.sidebar .widget li a:before,
.note:before,
.alert:before,
.tip:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-map-marker:before {
  content: "\e68b\2000"; }

.icon-calendar:before,
.post_date:before {
  content: "\e690\2000"; }

.icon-quote-open:before {
  content: "\e6ae\2000"; }

.icon-quote-close:before {
  content: "\e6af\2000"; }

.icon-pencil:before,
.note:before {
  content: "\e606\2000"; }

.icon-edit:before,
.thesis-killer-recent-entries li a:before,
.widget_recent_entries li a:before {
  content: "\e609\2000"; }

.icon-user:before,
.post_author:before {
  content: "\e678\2000"; }

.icon-tags:before,
.post_tags > a:before {
  content: "\e682\2009"; }

.icon-comment:before,
.num_comments:before {
  content: "\e6ab\2009"; }

.icon-code:before {
  content: "\e742\2000"; }

.icon-link:before {
  content: "\e74b\2000"; }

.icon-lock:before,
.email_form_assurance:before {
  content: "\e62d\2009"; }

.icon-folder:before,
.post_cats:before {
  content: "\e64e\2000"; }

.icon-play2:before {
  content: "\e780"; }

.icon-play3:before {
  content: "\e66b"; }

.icon-tip:before,
.tip:before {
  content: "\e7bc\2000"; }

.icon-alert:before,
.alert:before {
  content: "\e955\2000"; }

.icon-google-plus:before {
  content: "\2000\ea88\2000"; }

.icon-facebook:before {
  content: "\2000\ea8c\2000"; }

.icon-twitter:before {
  content: "\2000\ea91\2000"; }

.icon-youtube:before {
  content: "\2000\ea99\2000"; }

.icon-instagram:before {
  content: "\2000\ea90\2000"; }

.icon-linkedin:before {
  content: "\2000\eac9\2000"; }

.icon-pinterest:before {
  content: "\2000\ead0\2000"; }

/*
 * ---:[ global styles ]:---
 */
.featured_image > .post_image,
.wrapper,
.container,
.content_container,
.column-wrapper,
.columns > .content,
.columns > .sidebar.secondary,
.columns .column-wrapper > .content,
.columns .column-wrapper > .sidebar.primary {
  width: 100%;
  float: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 29px;
  color: #333333;
  background-color: white; }

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

.right,
.alignright,
img[align="right"],
.left,
.alignleft,
img[align="left"] {
  float: none; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd3333;
  text-decoration: none; }
  a:hover {
    color: #c22020; }

p a {
  text-decoration: none; }
  p a:hover {
    text-decoration: none; }

.post_content li a {
  border-bottom: 1px dotted;
  text-decoration: none; }

li a:hover {
  text-decoration: none; }

/*
 * ---:[ header container ]:---
 */
.header_container {
  position: relative;
  z-index: 999; }
  .header_container .headline_container {
    text-align: center; }
    .header_container .headline_container .container {
      vertical-align: top;
      padding: 15px; }

#site_title {
  font-family: "PT Serif", serif;
  font-size: 22px;
  line-height: 1.32em;
  color: #8f9cb3; }
  #site_title img {
    padding: 15px 0;
    display: inline-block;
    vertical-align: top; }
  #site_title a {
    color: #8f9cb3;
    outline: none; }
    #site_title a:hover {
      color: #c22020; }

#site_tagline {
  font-size: 23px;
  line-height: 1.32em; }

/*
 * ---:[ nav menu ]:---
 */
.nav-container {
  background-color: #3498ea;
  margin: 0 auto;
  vertical-align: top;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }

.nav {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 17px;
  display: none;
  position: relative;
  width: 197px;
  height: 0;
  list-style: none;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .nav .sub-menu {
    list-style: none;
    padding-left: 15px;
    display: none;
    text-transform: capitalize;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .nav li {
    background-color: #1782da;
    list-style: none; }
  .nav a {
    display: block;
    color: #dfeffc;
    padding: 15px; }
    .nav a:hover {
      color: white;
      background-color: #3498ea; }
  .nav .current-menu-item > a {
    color: #dfeffc;
    background-color: #3498ea;
    cursor: text; }

.menu_control {
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 17px;
  background-color: #3498ea;
  color: white;
  padding: 7px 15px;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  user-select: none; }
  .menu_control:hover {
    color: white;
    background-color: #3498ea; }

/*
 * ---:[ misc nav ]:---
 */
.show_menu {
  top: 3px;
  display: block; }

  .colorless-nav .nav-container .nav > li,
  .colorless-nav .nav-container .nav .sub-menu > li {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6; }

/*
 * ---:[ core input styles ]:---
 */
.input_text,
input[type="text"],
input[type="email"],
input[type="password"] {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #333333;
  border: 1px solid #d6d6d6;
  background-color: white;
  height: 3em;
  padding: 0 0.75em; }

textarea.input_text {
  display: block; }

input[type="submit"],
.input_submit,
.button,
button,
.comment_footer a {
  color: white;
  background-color: #3498ea;
  display: inline-block;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  padding: 0.75em 1em;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 3px 0;
  border-radius: 6px;
  -webkit-appearance: none; }
  input[type="submit"]:hover,
  .input_submit:hover,
  .button:hover,
  button:hover,
  .comment_footer a:hover {
    color: white;
    background-color: #6bb4f0;
    cursor: pointer; }
  input[type="submit"]:active,
  .input_submit:active,
  .button:active,
  button:active,
  .comment_footer a:active {
    margin-top: 2px;
    border-width: 0 0 1px 0; }

/*
 * ---:[ Misc Inputs ]:---
 */
.home_footer > .button,
.archive_footer .button {
  display: block;
  float: none;
  margin-bottom: 29px; }

/*
 * ---:[ GRT base styles with spaced paragraphs ]:---
 */
.grt {
  font-size: 22px;
  line-height: 32px; }

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

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

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

.grt h4,
.grt h5,
.grt h6,
.grt .small,
.grt .caption,
.grt .wp-caption p {
  font-size: 14px;
  line-height: 24px; }

.grt h4,
.grt h5,
.grt h6 {
  line-height: 29px; }

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

.grt .wp-caption img,
.grt .post_image_box .post_image,
.grt .thumb {
  margin-bottom: 15px; }

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

.grt .wp-caption img {
  width: 100%; }

/*
 * ---:[ contextual/discretionary content column styles ]:---
 */

.grt h3 {
  font-weight: bold; }

.grt h4,
.grt h5,
.grt h6 {
  text-transform: uppercase; }

.grt ul {
  list-style-type: square; }

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

.grt li {
  line-height: 45px; }

.grt sub,
.grt sup {
  color: #888888; }

.grt blockquote {
  display: inline-block;
  color: #888888;
  padding: 29px 29px 0 29px;
  width: 100%; }

.grt blockquote.right,
.grt blockquote.left {
  font-size: 29px;
  line-height: 41px;
  padding: 29px;
  border: none; }

.grt pre,
.grt code {
  font-size: 17px; }

.grt pre,
.grt .note,
.grt .alert,
.grt .tip,
.grt .box {
  padding: 29px; }

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

.grt code {
  padding: 2px 4px; }

.grt .note,
.grt .alert,
.grt .tip,
.grt .box {
  background-color: #ededed;
  border-left: 7px solid #d6d6d6;
  padding-left: 22px;
  display: block; }

.grt .alert {
  background-color: #f8eab0;
  border-color: #f3db78; }

.grt .tip {
  background-color: #ee9999;
  border-color: #dd3333; }

.grt .frame,
.grt .post_image_box,
.grt .wp-caption {
  background-color: #ededed; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.grt .wp-caption p {
  padding: 0 15px 15px;
  color: #888888; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

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

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

.grt .footnotes {
  font-size: 14px;
  line-height: 24px;
  color: #888888; }

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

.grt .box,
.grt .thesis_email_form {
  background-color: #dfeffc;
  border-left: 7px solid #b5d9f7;
  padding: 29px 29px 29px 22px; }

.box input[type="text"],
.box .input_text,
.grt .thesis_email_form input[type="text"],
.grt .thesis_email_form .input_text {
  border-color: #ee9999; }

.grt .widget {
  margin-top: 58px;
  margin-bottom: 58px; }

.grt .widget_title {
  margin-top: 0; }

.grt .widget_recent_entries a:hover,
.grt .thesis-killer-recent-entries a:hover {
  text-decoration: underline; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  position: relative;
  padding: 29px 15px 0 15px;
  margin-bottom: 44px;
  border-top: 1px solid #d6d6d6; }
  .post_box.top {
    border-top: none; }

.headline_area {
  position: relative;
  font-size: 14px;
  line-height: 29px;
  color: #888888; }

.headline_area .headline {
  margin-top: 0;
  margin-bottom: 7px; }

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

.headline a:hover {
  color: #dd3333;
  text-decoration: none; }

.headline_area .byline {
  position: relative; }

.headline_area .avatar {
  display: none; }

.headline_area .post_date,
.headline_area .twitter_profile,
.headline_area .post_author,
.headline_area .num_comments_link,
.headline_area .post_cats,
.author_name {
  margin-right: 11px;
  display: block; }

.headline_area .post_author ~ .twitter_profile:after,
.archive .headline_area .post_author ~ .post_date:after {
  content: '\a';
  height: 0;
  white-space: pre; }

.post_author a:hover,
.post_edit:hover,
.post_content a,
.post_cats a:hover,
.post_tags > a:hover,
.twitter_profile a:hover {
  text-decoration: underline; }

.byline .num_comments_link {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0; }

.post_edit {
  font-size: 14px;
  line-height: 29px;
  color: #3498ea;
  background-color: #dfeffc;
  text-align: center;
  padding: 0.2em; }

.post_edit:hover {
  text-decoration: none;
  color: white;
  background-color: #3498ea; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .post_tags {
  display: inline-block; }
  .post_box .post_tags > a {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0.4em; }

/*
 * ---:[ Misc Post Box Styles ]:---
 */
.single-col .headline_area {
  text-align: center; }
  .single-col .headline_area .byline .num_comments_link {
    float: none;
    position: relative; }
  .single-col .headline_area .post_date,
  .single-col .headline_area .twitter_profile,
  .single-col .headline_area .post_author,
  .single-col .headline_area .num_comments_link,
  .single-col .headline_area .post_cats,
  .single-col .headline_area .author_name {
    display: inline-block; }

kbd {
  font-family: "arial";
  text-transform: uppercase;
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #333333;
  line-height: 1.625;
  font-size: 10px;
  display: inline-block;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  background-color: #f7f7f7;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px white inset;
  text-shadow: 0 1px 0 white; }

/*
 * ---:[ Tables ]:---
 */
table {
  border-bottom: medium none;
  border-top: 1px solid #f0f0f0;
  text-align: left;
  width: 100%;
  margin-bottom: 29px; }

td {
  line-height: 25px;
  vertical-align: middle; }

th {
  font-weight: 700; }

td,
th {
  border-bottom: 1px solid #f0f0f0;
  border-top: medium none;
  padding: 3px 5px;
  text-align: left; }

tbody tr:nth-child(2n) td,
tbody tr:nth-child(2n) th {
  background-color: #eeeeee; }

table .description {
  font-size: 14px;
  line-height: 24px;
  color: #888888; }

/*
 * ---:[ other post box styles ]:---
 */
.home_footer,
.archive_footer {
  position: relative; }

.num_comments {
  color: #888888; }
  .num_comments:before {
    color: #888888; }

.num_comments_link:hover .num_comments {
  color: false; }

.bracket {
  color: #d6d6d6; }

.featured_image  img {
  width: 100%; }

/*
 * ---:[ misc. content elements ]:---
 */
.post_box .post_excerpt p {
  margin-bottom: 58px; }

.related-container {
  padding-top: 29px;
  border-bottom: 1px solid #d6d6d6;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }
  .related-container .related-headline {
    margin-bottom: 29px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 15px;
    padding-right: 15px; }
  .related-container .related-content {
    margin: 0;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px; }

.single_related {
  display: block;
  float: left;
  background: #f2f2f2;
  position: relative;
  margin-right: 29px;
  margin-bottom: 29px;
  width: 174px;
  height: 116px; }
  .single_related h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    text-align: center;
    position: absolute;
    text-align: center;
    color: white;
    display: block;
    padding: 0px 7px;
    margin: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    z-index: 2; }
  .single_related a:after {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.single_related:nth-child(n+3) {
  margin-right: 0; }

.archive_intro.post_box {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
  margin-bottom: 0; }
  .archive_intro.post_box .headline {
    margin-bottom: 29px; }

.previous_post,
.next_post {
  display: block;
  float: right;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  width: 50%; }

.previous_post {
  text-align: left;
  float: left; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #d6d6d6;
  padding: 15px;
  text-align: center;
  font-size: 29px;
  letter-spacing: 1px;
  position: relative; }
  .prev_next > a {
    color: #d6d6d6;
    text-transform: none;
    letter-spacing: 0;
    display: block;
    border: none; }

.prev_next .page-numbers {
  display: inline-block;
  line-height: 58px; }

.prev_next .prev.page-numbers {
  position: absolute;
  left: 29px; }

.prev_next .next.page-numbers {
  position: absolute;
  right: 29px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline;
  color: #33dddd; }

.page-numbers.current,
.prev_next .page-numbers:hover,
.prev_next a:hover {
  color: #33dddd; }

.page-full-width .headline_area .headline {
  text-align: center;
  font-size: 3em;
  line-height: 1.2em; }

.cpt-container {
  margin: 0 auto;
  max-width: 700px; }

/*
 * ---:[ Custom Templates ]:---
 */
  .landing-slim .header_container .headline_container,
  .landing-slim .headline_area,
  .landing-wide .header_container .headline_container,
  .landing-wide .headline_area,
  .no-sidebar-slim .header_container .headline_container,
  .no-sidebar-slim .headline_area,
  .no-sidebar-wide .header_container .headline_container,
  .no-sidebar-wide .headline_area {
    text-align: center; }
  .landing-slim .column-wrapper,
  .landing-slim .columns > .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .columns > .column-wrapper > .content,
  .no-sidebar-slim .column-wrapper,
  .no-sidebar-slim .columns > .column-wrapper > .content,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .columns > .column-wrapper > .content {
    border: medium none;
    float: none; }
  .landing-slim .footer,
  .landing-wide .footer,
  .no-sidebar-slim .footer,
  .no-sidebar-wide .footer {
    text-align: center; }

      .single-col.no-sidebar-slim .container .content,
      .single-col.landing-slim .container .content {
        max-width: 724px; }

/*
 * ---:[ clearfix ]:---
 */
.wrapper:after,
.container:after,
.column-wrapper:after,
.header_container:after,
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.byline:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after,
.content:after,
.nav-container:after,
.clear:after,
.post_excerpt > p:after,
.author_box:after,
.author_box_container:after,
.related-content:after,
.home_footer:after,
.archive_footer:after {
  display: table;
  clear: both;
  content: ''; }

/*
 * ---:[ natural layout break 1 ]:---
 */
@media all and (min-width: 582px) {
  .grt .right,
  .grt .alignright,
  .grt .stack {
    margin-left: 29px; }

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

  .grt blockquote {
    padding-right: 29px; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: 45%;
    margin-bottom: 15px;
    padding-right: 0; }

  .author_box .author_box_wrapper {
    padding-left: 0;
    padding-right: 0; }

  .home_footer > .button,
  .archive_footer > .button {
    float: right;
    margin-bottom: 0; }

  .headline_area .post_date,
  .headline_area .twitter_profile,
  .headline_area .post_author,
  .headline_area .num_comments_link,
  .headline_area .post_cats,
  .author_name {
    display: inline-block; }

  .prev_next .previous_post,
  .prev_next .next_post,
  .prev_next .previous_posts,
  .prev_next .next_posts,
  #action_box .action_box .half_width {
    width: 50%; }

  .right,
  .alignright,
  img[align="right"],
  .prev_next .next_posts,
  .prev_next .next_post,
  .next_comments {
    float: right; }

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

  .prev_next .next_post,
  .prev_next .next_posts {
    border-bottom: 0; } }

/*
 * ---:[ natural layout break 2 ]:---
 */
@media all and (min-width: 524px) {
  .container,
  .columns > .content,
  .columns > .sidebar.secondary,
  .columns .column-wrapper > .content,
  .columns .column-wrapper > .sidebar.primary {
    width: 524px;
    margin: 0 auto;
    float: none; }

  .wrapper {
    width: 100%;
    margin: 0 auto; }

  .grt blockquote.right,
  .grt blockquote.left {
    width: 50%; }

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

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

/*
 * ---:[ natural layout break 3 (desktop) ]:---
 */
@media all and (min-width: 920px) {
  .columns > .content,
  .columns .column-wrapper > .content {
    width: 920px;
    float: none;
    border-width: 0;
    margin: 0 auto;
    border-style: solid;
    border-color: #d6d6d6; }

    .full-layout .author_box_wrapper {
      padding-left: 29px;
      padding-right: 29px; }
    .full-layout .related-container,
    .full-layout .related-headline {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; }
    .full-layout .post_box,
    .full-layout .comment_list {
      padding-left: 0;
      padding-right: 0;
      margin-left: 29px;
      margin-right: 29px; }

    .fixed-layout .featured_image,
    .fixed-layout .related-container {
      margin-left: -29px;
      margin-right: -29px; }
    .fixed-layout .related-container .related-content,
    .fixed-layout .related-container .related-headline {
      padding-left: 29px;
      padding-right: 29px; }

  .header_container .headline_container .container,
  .post_box,
  .author_box_title,
  .author_box .author_box_container,
  .author_box .author_social_container,
  .footer,
  .comment,
  #commentform,
  .comments_intro,
  .prev_next {
    padding-left: 29px;
    padding-right: 29px; }

  .wrapper {
    width: 100%;
    margin: 0 auto; }

  .container,
  .no-sidebar-wide .column-wrapper,
  .no-sidebar-wide .column-wrapper > .content,
  .landing-wide .column-wrapper,
  .landing-wide .column-wrapper > .content {
    width: 920px; }

  .column-wrapper {
    width: 100%;
    border-width: 0;
    float: none;
    margin: 0 auto;
    border-style: solid;
    border-color: #d6d6d6; }


      .columns > .sidebar.secondary {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 32px 29px 0; }

      .columns .column-wrapper > .sidebar.primary {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 32px 29px 0;
        margin-left: -1px; }

  .no-sidebar-slim .columns .content {
    border: medium none;
    float: none;
    margin: 0 auto; }

  .header_container {
    text-align: center; }

  .menu_control {
    display: none; }

  .show_menu {
    top: auto; }

  .colorless-nav .nav-container .nav > li {
    border: none; }

  .nav {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .nav:before {
      display: none; }
    .nav li {
      position: relative; }
      .nav li > a:hover {
        background-color: #1782da; }
      .nav li:hover > .sub-menu {
        display: block; }
    .nav .sub-menu {
      display: none;
      position: absolute;
      text-align: left;
      padding-top: 3px;
      padding-left: 0; }
      .nav .sub-menu li {
        width: 168px;
        background-color: #3498ea; }
        .nav .sub-menu li > a:hover {
          background-color: #1782da; }
      .nav .sub-menu .sub-menu {
        top: 0;
        left: 168px;
        text-align: left;
        padding-top: 0; }
      .nav .sub-menu .current-menu-item > a {
        background-color: #1782da; }
    .nav > li,
    .nav > ul > li {
      float: left;
      background-color: #3498ea; }
      .nav > li > .sub-menu:before,
      .nav > ul > li > .sub-menu:before {
        display: block;
        top: 0;
        right: 29px;
        left: auto; }
    .nav .current-menu-item > a {
      background-color: #1782da; }

  .menu_control,
  .author_box_wrapper,
  .prev_next {
    margin-left: 0;
    margin-right: 0; }

 }

/*
 * ---:[ custom CSS ]:---
 */
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1; }

#site_title {
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  font-weight: 800;
  letter-spacing: -1px;
  font-style: italic; }

#site_tagline {
  font-family: 'Permanent Marker', serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  letter-spacing: 0px;
  color: #7a7a7a; }

.grt .headline {
  font-size: 32px;
  line-height: 44px;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased; }

.highlight {
  background: #fffc96 !important; }

.indent {
  text-indent: 50px; }

.noindent {
  text-indent: 0px; }

.white-frame {
  border: 1px solid #cdcccc;
  padding: 3px;
  background-color: white;
  margin: 0 20px 0 0; }

.white-frame-center {
  border: 1px solid #cdcccc;
  padding: 3px;
  background-color: white;
  margin: 0 20px 0 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

/*
 * [ underline ]
 */
z {
  text-decoration: none;
  border-bottom: 2px solid; }

/*
 * [ boxes ]
 */
.alert:before,
.note:before,
.tip:before {
  content: normal; }

div.disclaimer {
  color: #111111;
  font-style: italic;
  font-size: 15px;
  line-height: 22px; }
