/*
 * ---:[ 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('icon-fonts/icomoon.eot?-6zo2h2z');
  src: url('icon-fonts/icomoon.eot?#iefix-6zo2h2z') format('embedded-opentype'), url('icon-fonts/icomoon.woff?-6zo2h2z') format('woff'), url('icon-fonts/icomoon.ttf?-6zo2h2z') format('truetype'), url('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: "Lato", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #111111;
  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; }


/*
 * ---:[ layout structure ]:---
 */


    .columns > .sidebar.secondary {
      padding: 30px 14px; }

    .columns .column-wrapper > .sidebar.primary {
      padding: 30px 14px; }

.content_container {
  background-color: white; }

/*
 * ---:[ Layout Modes ]:---
 */
  .full-layout .post_box,
  .full-layout .comment_list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 14px;
    margin-right: 14px; }

    .fixed-layout .post_box.top .featured_image {
      margin-top: 0; }
  .fixed-layout .featured_image {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -29px; }
    .fixed-layout.template-single .featured_image {
      margin-top: 0; }

  .borderless-layout .nav-container,
  .borderless-layout .column-wrapper,
  .borderless-layout .columns > .column-wrapper > .content,
  .borderless-layout .post_box,
  .borderless-layout .prev_next,
  .borderless-layout .archive_intro.post_box,
  .borderless-layout .related-container,
  .borderless-layout .related-container .related-headline,
  .borderless-layout .author_box,
  .borderless-layout .comment_form_title,
  .borderless-layout .author_box .author_social_container {
    border: medium none; }
  .borderless-layout .show_menu {
    top: 0; }

.colorless-nav .nav-container {
  background: transparent; }
    .colorless-nav .nav-container .nav a,
    .colorless-nav .nav-container .nav > li,
    .colorless-nav .nav-container .sub-menu a,
    .colorless-nav .nav-container .sub-menu > li {
      color: #111111;
      background: white; }
      .colorless-nav .nav-container .nav a:hover,
      .colorless-nav .nav-container .nav > li:hover,
      .colorless-nav .nav-container .sub-menu a:hover,
      .colorless-nav .nav-container .sub-menu > li:hover {
        background: white;
        color: #888888; }
    .colorless-nav .nav-container .nav > li > .sub-menu:before,
    .colorless-nav .nav-container .sub-menu > li > .sub-menu:before,
    .colorless-nav .nav-container .nav:before,
    .colorless-nav .nav-container .sub-menu:before {
      border-bottom-color: #eeeeee; }
  .colorless-nav .nav-container .menu_control {
    background: transparent;
    color: #888888; }
    .colorless-nav .nav-container .menu_control a:hover,
    .colorless-nav .nav-container .menu_control:hover {
      background: transparent;
      color: #888888; }
  .colorless-nav .nav-container .nav .current-menu-item > a {
    background: transparent;
    color: #888888; }

/*
 * ---:[ links ]:---
 */
a {
  color: #2b3ac2;
  text-decoration: none; }
  a:hover {
    color: #232f9c; }

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: left; }
    .header_container .headline_container .container {
      vertical-align: top;
      padding: 14px; }

#site_title {
  font-size: 42px;
  line-height: 1.32em; }
  #site_title img {
    padding: 14px 0;
    display: inline-block;
    vertical-align: top; }
  #site_title a {
    outline: none; }
    #site_title a:hover {
      color: #232f9c; }

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

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

.nav {
  font-size: 13px;
  line-height: 18px;
  display: none;
  position: relative;
  width: 210px;
  height: 0;
  list-style: none;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .nav .sub-menu {
    list-style: none;
    padding-left: 14px;
    display: none;
    text-transform: capitalize;
    letter-spacing: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .nav li {
    background-color: #232f9c;
    list-style: none; }
  .nav a {
    display: block;
    color: #e2e4f9;
    padding: 14px; }
    .nav a:hover {
      color: white;
      background-color: #2b3ac2; }
  .nav .current-menu-item > a {
    color: #e2e4f9;
    background-color: #2b3ac2;
    cursor: text; }

.menu_control {
  font-size: 13px;
  line-height: 18px;
  background-color: #2b3ac2;
  color: white;
  padding: 7px 14px;
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding-right: 14px;
  padding-left: 14px;
  user-select: none; }
  .menu_control:hover {
    color: white;
    background-color: #2b3ac2; }

/*
 * ---:[ 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: #111111;
  border: 1px solid #d6d6d6;
  background-color: white;
  padding: 0.75em; }

textarea.input_text {
  display: block; }

input[type="submit"],
.input_submit,
.button,
button,
.comment_footer a {
  color: white;
  background-color: #2b3ac2;
  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.4em 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: #525fd9;
    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: 28px; }

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

.grt .headline {
  font-size: 33px;
  line-height: 51px; }

.grt h2,
.grt .widget_title,
.grt .email_form_title {
  font-size: 26px;
  line-height: 41px;
  margin-top: 42px;
  margin-bottom: 14px; }

.grt h3 {
  font-size: 20px;
  line-height: 34px; }

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

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

.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: 28px; }

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

.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: 28px; }

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

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

.grt blockquote.right,
.grt blockquote.left {
  font-size: 26px;
  line-height: 37px;
  padding: 28px;
  border: none; }

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

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

.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: 21px;
  display: block; }

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

.grt .tip {
  background-color: #8f98e6;
  border-color: #2b3ac2; }

.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 14px 14px;
  color: #888888; }

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

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

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

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

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

.grt .box,
.grt .thesis_email_form {
  background-color: #e2e4f9;
  border-left: 7px solid #bcc1f0;
  padding: 28px 28px 28px 21px; }

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

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

.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: 28px 14px 0 14px;
  margin-bottom: 42px;
  border-top: 1px solid #d6d6d6; }
  .post_box.top {
    border-top: none; }

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

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

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

.headline a:hover {
  color: #2b3ac2;
  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: 10px;
  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: 13px;
  line-height: 28px;
  color: #2b3ac2;
  background-color: #e2e4f9;
  text-align: center;
  padding: 0.2em; }

.post_edit:hover {
  text-decoration: none;
  color: white;
  background-color: #2b3ac2; }

.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: 28px; }

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

th {
  background-color: #2b3ac2;
  color: #FFF;
  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: 13px;
  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: 56px; }

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

.single_related {
  display: block;
  float: left;
  background: #f2f2f2;
  position: relative;
  margin-right: 28px;
  margin-bottom: 28px;
  width: 229px;
  height: 152px; }
  .single_related h4 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 14px;
    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: 28px; }

.previous_post,
.next_post {
  display: block;
  float: right;
  font-size: 13px;
  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: 14px;
  text-align: center;
  font-size: 26px;
  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: 56px; }

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

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

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

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

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

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

/*
 * ---:[ comments ]:---
 */
#comments {
  padding-top: 28px; }

.comments_intro {
  color: #888888;
  margin-bottom: 14px;
  padding: 0 14px; }

.comments_closed {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
  margin: 0 28px 28px 28px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 56px;
  border-top: 1px dotted #d6d6d6; }

.full-layout .comment_list > li.depth-1 {
  padding-left: 0;
  padding-right: 0; }

.comment {
  border-bottom: 1px dotted #d6d6d6;
  padding: 28px 14px; }

.children .comment {
  list-style-type: none;
  margin-top: 28px;
  border-left: 1px solid #d6d6d6;
  border-bottom: 0;
  padding: 0 0 0 28px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #2b3ac2; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 13px;
  margin-left: 14px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 13px;
  line-height: 1;
  margin-left: 14px; }

.comment_head a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  float: right;
  margin-left: 14px; }

.comment_nav {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #d6d6d6;
  padding: 14px 28px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -56px 0 56px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 56px 0;
  padding: 0 14px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  border-bottom: 1px dotted #d6d6d6; }

#commentform label {
  display: block; }

#commentform .inline {
  display: inline-block; }

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

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2b3ac2; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #d6d6d6;
  background-color: #2b3ac2; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 20px; }

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

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

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

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

.sidebar .post_content,
.sidebar .post_excerpt {
  margin-top: 20px; }

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

.sidebar .widget_title,
.sidebar .email_form_title,
.sidebar .headline,
.email_form_title {
  font-size: 17px;
  line-height: 25px; }

.sidebar .widget_title,
.email_form_title {
  position: relative;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #2b3ac2;
  margin-bottom: 10px;
  border-bottom: 3px solid #8f98e6;
  padding: 5px 20px; }

.sidebar .widget_recent_entries .widget_title,
.sidebar .widget_archive .widget_title,
.sidebar .thesis-killer-recent-entries .widget_title,
.email_form_title {
  margin-bottom: 5px; }

.sidebar .widget_categories > ul {
  margin-top: -5px; }

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

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

.sidebar .widget_recent_comments > ul > li {
  margin-bottom: 14px; }

.sidebar .widget_text ul {
  list-style-type: square;
  margin-left: 20px; }

.sidebar .widget li a {
  display: block;
  color: #111111;
  padding: 7px 20px; }

.sidebar .widget li a:before {
  margin-left: -20px; }

.sidebar .widget li a:hover {
  background-color: #eef0fb; }

.sidebar .widget_recent_comments #recentcomments {
  padding-left: 20px; }

.sidebar .widget_recent_comments li a {
  color: #2b3ac2; }

.sidebar .widget_recent_comments li a:hover {
  text-decoration: underline;
  background-color: transparent; }

.sidebar .widget_recent_comments li a:before {
  display: none; }

.sidebar .widget li a:hover:before {
  color: #2b3ac2; }

.sidebar input[type="text"],
.sidebar .input_text {
  width: 100%;
  margin-bottom: 10px; }

.sidebar input[type="submit"],
.sidebar .input_submit {
  padding: 5px 20px;
  border-radius: 5px; }

.sidebar textarea.input_text {
  line-height: 20px; }

.sidebar .searchform input[type="text"],
.sidebar .search_form input[type="text"] {
  border-color: #bcc1f0; }

.sidebar .search_form,
.sidebar .tagcloud,
.sidebar #calendar_wrap {
  padding-left: 20px;
  padding-right: 20px; }

.sidebar .search_form {
  padding-left: 0;
  padding-right: 0; }

/*
 * ---:[ Optin forms ]:---
 */
.sidebar .email_form_title {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px; }

.sidebar .thesis_email_form {
  margin-top: -10px; }

.thesis_email_form {
  background: none repeat scroll 0 0 #eef0fb;
  padding: 20px; }
  .thesis_email_form .email_form_assurance {
    color: #2b3ac2;
    font-size: smaller;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: center; }

/*
 * ---:[ footer ]:---
 */
.footer_container {
  background-color: #2b3ac2;
  font-size: 13px;
  line-height: 24px;
  color: white;
  text-align: center;
  margin: 0 auto; }
  .footer_container .container {
    background-color: #2b3ac2; }

.footer {
  text-align: center;
  padding: 28px 14px;
  background: none; }
  .footer a {
    color: white;
    text-decoration: underline; }
    .footer a:hover {
      color: #eef0fb;
      text-decoration: none; }
  .footer .copyright_container {
    font-size: 13px;
    line-height: 24px; }

/*
 * ---:[ Action Box ]:---
 */
#ab_video_container {
  margin-bottom: 0; }

#action_box {
  background-color: #f6d5d8;
  margin-bottom: 0;
  color: #111111; }
  #action_box .container {
    background: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    padding: 28px 0;
    max-width: 1100px; }
    #action_box .content_column.align_left {
      text-align: left; }
    #action_box .content_column.align_center {
      text-align: center; }
    #action_box .content_column.align_right {
      text-align: right; }
  #action_box .video_image {
    width: 100%; }
  #action_box .media_image {
    text-align: center;
    margin: 0 auto; }
    #action_box .media_image.left,
    #action_box .media_image.right {
      text-align: center;
      margin: 0 auto; }
  #action_box .ab_col {
    box-sizing: border-box;
    padding: 14px;
    display: block;
    vertical-align: top;
    margin: 0; }
  #action_box .action_title {
    margin-top: 0; }
  #action_box .action_box .half_width {
    width: 100%; }
    #action_box .action_box .half_width .action_title {
      font-size: 33px; }
  #action_box .action_title {
    font-size: 42px;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 14px; }
  #action_box .action_text {
    margin-bottom: 28px; }
    #action_box .action_text p {
      margin-bottom: 7px; }
  #action_box input[type="text"] {
    width: 100%;
    margin-bottom: 14px; }
  #action_box input[type="submit"],
  #action_box .input_submit {
    background-color: #2b3ac2; }
  #action_box input[type="submit"]:hover,
  #action_box .input_submit:hover {
    background-color: #525fd9;
    color: white; }

/*
 * ---:[ Action Box Video ]:---
 */
.video_wrapper,
.video_wrapper img {
  min-width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0; }

.video_container {
  margin-bottom: 2em; }


  .video_wrapper span.play_btn {
    background-color: #2b3ac2;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    padding: 0.4em;
    position: absolute;
    top: 50%; }
    .video_wrapper span.play_btn:before {
      margin: 0;
      padding: 0;
      content: "\2009\e762";
      color: white; }
    .video_wrapper span.play_btn:hover {
      opacity: 0.8; }
  .video_wrapper iframe#video_player {
    top: 0;
    left: 0;
    position: absolute;
    background: #111111; }

/*
 * ---:[ Author Box ]:---
 */
.author_box_title {
  font-size: 33px;
  line-height: 51px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center; }

.author_box {
  display: block;
  background: #f2f2f2;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
  .author_box .author_desc {
    color: #888888;
    font-size: 14px;
    line-height: 26px; }
  .author_box .author_meta {
    margin-bottom: 10px;
    text-align: center; }
  .author_box .author_box_container {
    padding: 14px; }
  .author_box .author_name,
  .author_box .author_url {
    color: #888888; }
  .author_box .author_gravitar.alignleft img {
    margin-right: 28px;
    margin-bottom: 14px; }
  .author_box .author_gravitar.alignright img {
    margin-left: 28px;
    margin-bottom: 14px; }
  .author_box .author_social_container {
    background: #2b3ac2;
    color: white;
    border-bottom: 3px solid #8f98e6;
    clear: both;
    display: block;
    text-align: center;
    padding: 0 28px; }
  .author_box .social_headline {
    color: inherit;
    display: block;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 41px; }
  .author_box .author_icons {
    display: inline-block;
    vertical-align: bottom; }
    .author_box .author_icons > a {
      color: inherit;
      display: block;
      font-size: 20px;
      line-height: 41px; }
      .author_box .author_icons > a:hover {
        background: white;
        color: #2b3ac2; }

/*
 * ---:[ 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: 856px) {
  .grt .right,
  .grt .alignright,
  .grt .stack {
    margin-left: 28px; }

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

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

  .grt blockquote.right,
  .grt blockquote.left {
    width: 45%;
    margin-bottom: 14px;
    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: 912px) {
  .container,
  .columns > .content,
  .columns > .sidebar.secondary,
  .columns .column-wrapper > .content,
  .columns .column-wrapper > .sidebar.primary {
    width: 912px;
    margin: 0 auto;
    float: none; }


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




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

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

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

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

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

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

  .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: 28px;
    padding-right: 28px; }

  .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: 1100px; }

  .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: 30px 28px 0; }

      .columns .column-wrapper > .sidebar.primary {
        width: 300px;
        float: left;
        margin: 0 auto;
        padding: 30px 28px 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: 14px;
    padding-right: 14px; }
    .nav:before {
      display: none; }
    .nav li {
      position: relative; }
      .nav li > a:hover {
        background-color: #232f9c; }
      .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: 182px;
        background-color: #2b3ac2; }
        .nav .sub-menu li > a:hover {
          background-color: #232f9c; }
      .nav .sub-menu .sub-menu {
        top: 0;
        left: 182px;
        text-align: left;
        padding-top: 0; }
      .nav .sub-menu .current-menu-item > a {
        background-color: #232f9c; }
    .nav > li,
    .nav > ul > li {
      float: left;
      background-color: #2b3ac2; }
      .nav > li > .sub-menu:before,
      .nav > ul > li > .sub-menu:before {
        display: block;
        top: 0;
        right: 28px;
        left: auto; }
    .nav .current-menu-item > a {
      background-color: #232f9c; }

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

  .sidebar .tagcloud,
  .sidebar #calendar_wrap,
  .related-container .related-content {
    padding-left: 0;
    padding-right: 0; }

  .sidebar input[type="submit"],
  .sidebar .input_submit {
    width: 100%; }

  .author_box .author_social_container,
  .related-container {
    text-align: left; }

  .author_box .social_headline {
    display: inline-block; }

  #action_box .ab_col {
    padding: 28px; } }


#map {
	width: 100%;
	height: 500px;
	border: 1px;
	border-style: solid;
	border-color: #4D758E;
}


/* Ads */
.adtop {margin: 10px 0;}
.admiddle {margin: 20px 0;}


/* Form border */
.gform {
	border: solid 1px #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.gforminside {
	margin: 0px 11px;
}

.gformfield {
	margin: 25px 12px;
}

/* Dropdown */
#dropdowngen select {
	webkit-border-radius: 5px;
	border:1px solid #ccc; 
	border-radius: 5px;
	overflow: hidden;
	padding:8px 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
    	font-size: large;
    	width: 100%;
}

.gformfield select {
	font-size: x-large;
	font-family:monospace;
	text-transform: uppercase;
	webkit-border-radius: 5px;
	border:1px solid #ccc; 
	border-radius: 5px;
	overflow: hidden;
	padding:8px 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
    	font-size: large;
    	width: 285px;
}