/*
 * ---:[ 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; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 16px;
  line-height: 26px; }
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

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

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

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

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

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }
  .comment .comment_footer a {
    font-size: 13px;
    line-height: 22px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

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

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

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

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

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

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

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

/*
 * ---:[ custom CSS ]:---
 */
@font-face {
  font-family: 'MyriadProRegular';
  src: url('https://ligonjones.com/wp-content/fonts/MyriadProRegular.eot');
  src: url('https://ligonjones.com/wp-content/fonts/MyriadProRegular.eot') format('embedded-opentype'), url('https://ligonjones.com/wp-content/fonts/MyriadProRegular.woff2') format('woff2'), url('https://ligonjones.com/wp-content/fonts/MyriadProRegular.woff') format('woff'), url('https://ligonjones.com/wp-content/fonts/MyriadProRegular.ttf') format('truetype'), url('https://ligonjones.com/wp-content/fonts/MyriadProRegular.svg#MyriadProRegular') format('svg'); }
@font-face {
  font-family: 'MyriadProIt';
  src: url('https://ligonjones.com/wp-content/fonts/MyriadProIt.eot');
  src: url('https://ligonjones.com/wp-content/fonts/MyriadProIt.eot') format('embedded-opentype'), url('https://ligonjones.com/wp-content/fonts/MyriadProIt.woff2') format('woff2'), url('https://ligonjones.com/wp-content/fonts/MyriadProIt.woff') format('woff'), url('https://ligonjones.com/wp-content/fonts/MyriadProIt.ttf') format('truetype'), url('https://ligonjones.com/wp-content/fonts/MyriadProIt.svg#MyriadProIt') format('svg'); }
#page-wrapper {
  width: 960px;
  margin: auto; }

#ligon-top {
  float: left;
  width: 100%;
  height: 13px;
  background: ();
  background-position: center;
  display: none; }

.header-top {
  float: left;
  width: 100%;
  background: white; }

.contactinfo-top {
  float: right;
  padding: 3px 8px;
  background: #2888bb;
  font-family: 'MyriadProRegular';
  color: white;
  font-size: 10px;
  line-height: 11px;
  text-align: center; }

#logo-area {
  float: left;
  width: 100%;
  padding-bottom: 15px; }

#mainlogo {
  float: left;
  margin-left: 20px; }

.main-contactinfo {
  float: right;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #2888bb;
  margin-right: 25px;
  line-height: 20px;
  margin-top: 25px; }

.bottominfo {
  color: #333333;
  font-size: 15px;
  padding-top: 10px;
  float: right; }

#menu-area {
  float: left;
  width: 100%;
  background: #333333;
  position: relative; }
  @media only screen and (min-width: 897px) {
    #menu-area {
  display: flex;
  justify-content: space-between; } }

.menu li {
  background-color: #333333;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700; }

/*
 * .menu .current-menu-item,
 * .menu .current-page-ancestor,
 * .menu .current-menu-parent{
 * background-color:#2888bb;
 * font-size: 14px;
 * padding: 10px 15px;
 * border-left:1px solid #fff;
 * margin-top:-5px;
 * padding-top: 5px;
 * border:0 !important;
 * }
 * 
 * .menu .current-menu-item a,
 * .menu .current-page-ancestor a,
 * .menu .current-menu-parent a{
 * font-size:14px;
 * padding: 10px 15px;
 * position: relative;
 * top: 3px;
 * }
 */
.site-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  color: white;
  background-color: #2888bb;
  padding: 12px 20px;
  text-decoration: none !important; }
  .site-btn:hover {
    color: white;
    background-color: #18516f; }

.homeicon {
  text-indent: -9999px;
  background-image: url('https://ligonjones.com/wp-content/uploads/2015/03/home-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px 15px 9px;
  background-color: #333333;
  height: 22px;
  margin-top: 0 !important;
  position: relative; }

.homeicon a {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.nav-search {
  float: right;
  margin-bottom: 0;
  margin-top: 6px;
  margin-right: 30px; }

.nav-search .input_text {
  font-family: 'MyriadProIt';
  color: #a5a5a5;
  font-size: 12px;
  background: white;
  width: 150px;
  float: left;
  height: 21px;
  margin-top: 3px;
  outline: none; }

.nav-search input[type="submit"] {
  width: 25px;
  height: 21px;
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/searchbutton.png');
  border: 0;
  float: right;
  margin-top: 3px; }

.post_box {
  padding: 0 !important; }

#homemodule-area {
  float: left;
  width: 100%;
  margin-top: 12px;
  font-family: 'MyriadProRegular';
  color: white;
  font-size: 12px;
  line-height: 16px; }

.module-auto {
  float: left;
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/auto.png');
  width: 231px;
  height: 281px;
  margin-right: 11px;
  margin-bottom: 11px; }

.module-property {
  float: left;
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/property.png');
  width: 231px;
  height: 281px;
  margin-right: 11px;
  margin-bottom: 11px; }

.module-business {
  float: left;
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/business.png');
  width: 231px;
  height: 281px;
  margin-right: 11px;
  margin-bottom: 11px; }

.module-life {
  float: left;
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/life.png');
  width: 231px;
  height: 281px;
  margin-bottom: 11px; }

#homemodule-area img {
  display: block;
  margin: auto; }

.para {
  float: left;
  margin-top: 185px;
  font-size: 16px;
  padding: 0 20px;
  line-height: 1.3; }

#homemodule-area testimonial_content {
  float: left !important;
  width: 100%;
  background: none !important;
  padding: 0px; }

.testimonial_slider__textonly p.more a,
.testimonial_by,
.testimonial_site {
  display: none !important; }

#homemodule-area .testimonial_content {
  height: auto !important;
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'MyriadProIt' !important;
  color: #666666 !important;
  font-size: 20px !important;
  font-style: none !important;
  line-height: 25px;
  width: 100% !important;
  line-height: 1.3; }

.testimonial_slider__default .testimonial_slideri {
  background: #a7d4ec !important; }

.testimonial_slider__round .testimonial_outer_wrap {
  width: 93% !important;
  border: 0 !important;
  background: none !important; }

.testimonial_slider__round .testimonial_outer_wrap:after {
  display: none !important; }

.testimonial_slider_set.testimonial_slider {
  max-width: 600px !important; }

.testimonial_slider__round .testimonial_outer_wrap:before {
  display: none; }

.testimonial_slider__round .testimonial_by_wrap .testimonial_by_text {
  margin: 40px 51px 10px !important;
  width: inherit !important; }

#homemodule-area .testimonial_slider__textonly .testimonial_content_wrap {
  height: auto !important;
  width: 100% !important; }

#homemodule-area .testimonial_by_inner {
  margin: 20px 0 0 0 !important;
  text-align: right; }

#homemodule-area .testimonial_by {
  font-family: 'MyriadProIt' !important;
  color: #666666 !important;
  font-size: 22px !important; }

#homemodule-area .testimonial_slider__textonly .testimonial_content_wrap:before {
  display: none !important; }

#homemodule-area .testimonial_slider__textonly div {
  width: 98.5% !important;
  float: left; }

#homemodule-area .testimonial_content_wrap {
  border: 0 !important;
  height: auto !important;
  width: 100%;
  background: #a7d4ec !important; }

.testimonial_slider__round .testimonial_content span {
  padding: 20px 0;
  font-size: 14px !important; }

.testimonial_slider__round .testimonial_slideri,
.testimonial_wrapper {
  width: 600px !important; }

.testimonial_slideri {
  width: inherit !important; }



.testimonial_slider__round .testimonial_slideri {
  margin-top: -24px !important; }

#homemodule-area .testimonial_by_wrap {
  clear: both;
  float: right !important;
  width: 100%;
  background: #a7d4ec !important; }

.more a {
  color: #3b5998; }

#testimonial-area {
  float: left;
  width: 600px;
  padding: 20px 20px 0;
  background: #a7d4ec; }

.testimonial-title {
  float: left;
  width: 100%;
  background: #2888bb;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 16px;
  text-indent: 5px;
  margin-bottom: 20px; }

.testimonial-title img {
  float: left; }

#bottom-home {
  float: left;
  width: 100%; }

#left-side {
  float: left;
  width: 640px;
  margin-top: 12px; }

#right-side {
  float: right; }

.exceed-area {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.exceed-area h2 {
  float: left;
  width: 100%;
  background: #2888bb;
  color: white;
  font-size: 22px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  text-indent: 10px;
  padding: 4px 0;
  margin: 0 0 10px 0; }

.exceed-area p {
  color: #454545;
  padding: 10px;
  float: left;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.3; }

#slider-area {
  float: left;
  width: 70%; }
  #slider-area img {
    width: 100%;
    display: block; }

#slider-area .ls-wp-container {
  padding: 0;
  box-shadow: none; }

#contact-home {
  float: left;
  background-image: url('https://ligonjones.com/wp-content/uploads/2015/03/requestquote-bg.png');
  background-repeat: no-repeat;
  background-color: #2888bb;
  width: 30%;
  padding: 80px 0 0;
  overflow-y: hidden; }
  #contact-home iframe {
    margin-top: -20px; }

#contact-home p {
  float: left;
  margin-bottom: 10px;
  width: 100%; }

#contact-home .hclabel {
  font-family: 'MyriadProRegular';
  color: white;
  font-size: 10px;
  float: left;
  line-height: 11px; }

#contact-home select {
  float: left;
  width: 100%;
  height: 23px;
  border-radius: 0 !important;
  border: 0;
  font-family: 'MyriadProRegular'; }

#contact-home input[type="text"] {
  float: left;
  width: 100%;
  border: 0;
  height: 23px;
  font-family: 'MyriadProRegular'; }

#contact-home input[type="email"] {
  float: left;
  width: 100%;
  border: 0;
  height: 23px;
  font-family: 'MyriadProRegular'; }

#contact-home input[type="submit"] {
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/submit.png');
  width: 104px;
  height: 22px;
  display: block;
  float: none;
  margin: auto;
  border: 0;
  text-indent: -9999px;
  cursor: pointer; }

#contact-home input[type="tel"] {
  float: left;
  width: 100%;
  border: 0;
  height: 23px;
  font-family: 'MyriadProRegular'; }

#contact-home span.wpcf7-not-valid-tip {
  float: left;
  margin: 0;
  line-height: 5px;
  top: -12px;
  position: relative; }

#contact-home div.wpcf7-validation-errors {
  display: none !important; }

#contact-home div.wpcf7-mail-sent-ok {
  float: left;
  font-family: 'MyriadProRegular';
  color: #333333;
  border: 2px solid #333333;
  font-size: 14px;
  text-align: center;
  width: 90%;
  padding: 10px;
  background: white;
  margin-top: -175px;
  margin-left: 0; }

#ligon-bottom {
  float: left;
  width: 100%;
  height: 13px;
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/topgraphic.png');
  background-size: cover;
  background-position: center;
  display: none; }

#footer-area {
  float: left;
  width: 100%;
  padding: 35px 0 20px;
  background: #18516f;
  margin-top: 20px; }

.f-top {
  float: left;
  width: 100%; }

.f-top-content {
  width: 678px;
  margin: auto; }

.ftop-left {
  width: 214px;
  float: left;
  padding: 20px 0 65px;
  border-right: 1px solid white; }

.ftop-left h2 {
  float: left;
  width: 100%;
  margin: 0;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400; }

.ftop-left p {
  color: white;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  line-height: 19px;
  float: left;
  margin-top: 5px; }

.ftop-left p a {
  color: white;
  text-decoration: none; }

.ftop-mid {
  width: 214px;
  float: left;
  padding: 20px 0 20px 50px;
  border-right: 1px solid white; }

.ftop-mid h2 {
  float: left;
  width: 100%;
  margin: 0;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400; }

.ftop-mid p {
  color: white;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  line-height: 17px;
  float: left;
  margin-top: 5px; }

#logo-f {
  float: left;
  margin-left: 43px;
  margin-top: 14px; }

.f-bottom {
  float: left;
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  line-height: 17px;
  margin-top: 40px; }

.f-bottom a {
  color: white;
  text-decoration: none; }

.page-innerc {
  padding: 30px 20px;
  float: left;
  width: 920px; }

.page-innerc h1 {
  float: left;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background: #2888bb;
  width: 98%;
  margin: 0 0 20px;
  padding: 4px 1% 0; }

.inner-contents {
  float: left;
  padding: 0 20px;
  width: 880px;
  color: #333333;
  font-family: 'MyriadProRegular';
  font-size: 15px;
  line-height: 21px; }

.inner-contents2 {
  float: left;
  padding: 0 20px;
  width: 880px;
  color: #333333;
  font-family: 'MyriadProRegular';
  font-size: 15px;
  line-height: 21px;
  margin-top: 20px; }

.inner-contents3 {
  float: left;
  padding: 0 20px;
  width: 880px;
  color: #333333;
  font-family: 'MyriadProRegular';
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 30px; }

.inner-lists {
  float: left;
  width: 100%;
  margin-top: 20px; }

.inner-lists h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #2888bb;
  text-indent: 35px; }

.inner-lists h3 {
  float: left;
  font-family: 'MyriadProRegular';
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 10px 35px;
  line-height: 20px; }

.ihome {
  float: left;
  font-family: 'MyriadProRegular';
  color: #333333;
  font-size: 15px;
  margin: 10px 0;
  text-indent: 5px; }

.inner-lists ul#list1 {
  width: 298px; }

.inner-lists ul#list2 {
  width: 368px;
  margin-left: 133px; }

.ihome img {
  float: left; }

.inner-lists h3 a {
  color: #333333;
  text-decoration: none; }

.inner-lists ul {
  float: left;
  width: 330px;
  padding: 0;
  margin: 0;
  margin-left: 111px;
  margin-bottom: 30px; }

.inner-lists ul li {
  float: left;
  font-family: 'MyriadProRegular';
  color: #333333;
  font-size: 15px;
  width: 100%;
  list-style: none;
  list-style-image: (); }

.contact-phone {
  float: left;
  background: ();
  height: 64px;
  margin-left: 65px;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 32px;
  text-indent: 126px;
  line-height: 66px; }

.contact-email {
  float: left;
  background: ();
  height: 64px;
  margin-left: 5px;
  margin-bottom: 10px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 32px;
  text-indent: 104px;
  line-height: 66px;
  display: none; }

.contact-email a {
  color: #333333;
  text-decoration: none; }

.c-lists ul {
  float: left;
  width: 24%;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 30px; }

.c-lists ul li {
  float: left;
  font-family: 'MyriadProRegular';
  color: #333333;
  font-size: 15px;
  width: 100%;
  list-style: none;
  list-style-image: (); }

#clist1 {
  margin-left: 35px; }

h2.subtile {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #2888bb;
  margin-top: -10px;
  text-transform: uppercase; }

#quotepage {
  float: left;
  width: 100%; }

#quotepage .hclabel {
  font-family: 'MyriadProRegular';
  color: #333333;
  font-size: 15px;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

#quotepage input[type="text"] {
  float: left;
  width: 54%;
  border: 1px solid #333333;
  height: 35px;
  font-family: 'MyriadProRegular';
  font-size: 15px; }

#quotepage input[type="email"] {
  float: left;
  width: 54%;
  border: 1px solid #333333;
  height: 35px;
  font-family: 'MyriadProRegular';
  font-size: 15px; }

#quotepage input[type="tel"] {
  float: left;
  width: 54%;
  border: 1px solid #333333;
  height: 35px;
  font-family: 'MyriadProRegular';
  font-size: 15px;
  margin-top: -10px; }

#quotepage input[type="submit"] {
  background: url('https://ligonjones.com/wp-content/uploads/2015/03/submit.png');
  width: 104px;
  height: 22px;
  display: block;
  float: left;
  clear: both;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: 20px; }

#quotepage select {
  float: left;
  width: 54%;
  height: 35px;
  border-radius: 0 !important;
  border: 0;
  font-family: 'MyriadProRegular';
  font-size: 15px;
  margin-bottom: 10px;
  border: 1px solid #333333; }

#quotepage div.wpcf7-validation-errors {
  border: 0; }

#quotepage textarea {
  border: 1px solid #333333;
  font-size: 15px;
  font-family: 'MyriadProRegular';
  width: 54%; }

.sections {
  float: left;
  width: 25%;
  line-height: 30px; }

.sections a {
  color: #333333;
  text-decoration: underline; }

ul.faqs {
  float: left;
  width: 100%; }

ul.faqs li {
  float: left;
  font-family: 'MyriadProRegular';
  padding: 5px 0;
  color: #333333;
  font-size: 15px;
  width: 100%;
  list-style: none;
  list-style-image: (); }

ul.faqs li a {
  color: #333333;
  text-decoration: none; }

.italictext {
  font-family: 'MyriadProIt'; }

.right-areas {
  float: left;
  width: 70%;
  margin-left: 20px; }

.right-areas p {
  margin-bottom: 10px; }

.cube-left {
  float: left;
  width: 50%; }

.cube-right {
  float: right;
  width: 50%; }

.cube-wrapper {
  float: left;
  width: 96%;
  border: 2px solid #333333;
  padding: 2px;
  margin-top: 10px; }

.cube-title {
  float: left;
  color: white;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background: #2888bb;
  width: 100%;
  padding: 4px 0 0;
  text-indent: 4px; }

.cube-row {
  float: left;
  width: 99%;
  padding-top: 20px;
  padding-left: 4px;
  height: 200px; }

.cube-row img {
  margin-top: -41px; }

.cube-row2 {
  float: left;
  width: 100%;
  margin-top: 30px; }

.nav-page {
  float: left;
  width: 100%;
  margin-top: 20px; }

.nav-page span {
  float: left;
  margin-right: 10px; }

.nav-page span a {
  color: #2888bb; }

#map-canvas {
  float: left;
  width: 100%;
  height: 350px; }

#post-10 iframe {
  float: left;
  width: 100%;
  margin-top: 20px; }

#contact-home iframe {
  width: 199px;
  border-right: 1px solid lightgrey;
  float: left;
  margin-bottom: 10px; }

@media only screen and (max-width: 974px) {
  #page-wrapper {
    width: 98%; }

  .menu {
    position: absolute;
    width: 100%;
    top: 38px; }

  .menu .current-menu-item,
  .menu .current-page-ancestor,
  .menu .current-menu-parent {
    background: none; }

  .menu .current-menu-item a,
  .menu .current-page-ancestor a,
  .menu .current-menu-parent a {
    font-size: 11px;
    padding: 10px 10px;
    position: relative;
    top: 3px; }

  .menu .current-menu-item > a {
    background-color: #333333 !important; }

  #left-side {
    width: 100%; }

  #testimonial-area {
    padding: 20px 2% 0;
    width: 96%;
    margin-bottom: 12px; }

  .module-top,
  .module-bottom {
    width: 473px;
    margin: auto; }

  .module-property {
    margin-right: 0; }

  .homeicon {
    background-image: none; }

  .homeicon a {
    text-indent: -9999px;
    background-image: ();
    background-repeat: no-repeat;
    padding: 9px 15px 9px;
    margin-top: -5px;
    background-color: #333333; }

  .page-innerc {
    width: 100%;
    padding: 30px 0; }

  #quotepage select,
  #quotepage input[type="text"],
  #quotepage input[type="email"],
  #quotepage input[type="tel"],
  #quotepage textarea {
    width: 100%; }

  .inner-contents {
    width: 98%;
    padding: 0 1%;
    margin-top: 20px; }

  .c-lists {
    float: left;
    width: 100%; }

  .inner-lists h2 {
    text-indent: 2px; }

  .inner-lists h3 {
    margin: 0 0 10px 2px; }

  .inner-contents2,
  .inner-contents,
  .inner-contents3,
  .inner-contents4 {
    width: 100%;
    padding: 0; }

  #clist1,
  .c-lists ul,
  ul.faqs {
    width: 93%;
    margin-left: 7%; }

  #clist1 {
    margin-bottom: 0px;
    margin-top: 20px; }

  .inner-lists ul,
  .inner-lists ul#list1,
  .inner-lists ul#list2 {
    float: left;
    width: 93%;
    margin-left: 7%; }

  .c-lists ul {
    margin-bottom: 0px;
    margin-top: 0; }

  .contact-phone {
    width: 280px;
    font-size: 20px;
    text-indent: 117px; }

  .contact-email {
    width: 280px;
    font-size: 20px;
    text-indent: 96px; }

  .contact-phone,
  .contact-email {
    margin-left: 0px; }

  .menu li {
    width: auto !important; }

  .menu li {
    padding-top: 0px; }

  .menu .sub-menu {
    border-top: 0px !important; }

  .menu a {
    background-color: #333333 !important; }

  .menu > li > a {
    background-color: #333333 !important;
    color: white; }

  .menu .sub-menu {
    padding: 0 0 20px 40px !important; }

  .menu .sub-menu li {
    padding: 10px 0;
    border: 0; }

  .sub-menu li a {
    color: white !important;
    padding: 0;
    border: 0 !important; }

  .blueitem {
    border-left: 0px; }

  .testimonial-title {
    margin-left: -2%;
    padding: 10px 2%; }

  #slider-area {
    width: 100%; }

  #right-side {
    width: 100%; }

  #right-side iframe {
    display: block;
    margin: auto; }

  #contact-home {
    float: left;
    width: 96%;
    padding: 80px 2% 0;
    background-repeat: no-repeat;
    background-color: #2888bb;
    margin-top: 12px; }

  .nav-search {
    margin-top: 3px;
    margin-right: 10px; }

  #contact-home .hclabel {
    width: 100%; }

  #contact-home iframe {
    border: 0;
    width: 100%; } }

@media only screen and (max-width: 890px) {
  .cube-left,
  .cube-right {
    width: 100%;
    float: left; }

  .cube-row {
    height: 300px; }

  .cube-row img {
    margin-top: 20px;
    float: left; }

  .cubetext {
    float: left;
    width: 100%; } }

@media only screen and (max-width: 691px) {
  .f-top-content {
    width: 97%; }

  .ftop-left {
    margin: auto;
    float: none;
    border-right: 0;
    text-align: center;
    padding: 25px 0 20px; }

  .ftop-mid {
    margin: auto;
    float: none;
    border-right: 0;
    text-align: center;
    padding: 0 0 20px; }

  .ftop-left h2 {
    margin: 0 0 5px 0; }

  .ftop-left p,
  .ftop-mid p {
    float: none; }

  #logo-f {
    margin: auto;
    float: none; } }

@media only screen and (max-width: 659px) {
  .contactinfo-top {
    width: 100%;
    margin-bottom: 15px;
    padding: 3px 0; }

  .right-areas {
    margin-left: 2px;
    margin-top: 15px; }

  .testimonial_slideri {
    font-size: 12px; }

  #homemodule-area .testimonial_content {
    font-size: 16px !important; } }

@media only screen and (max-width: 577px) {
  .bottominfo,
  .main-contactinfo {
    text-align: center;
    width: 100%;
    margin-right: 0; }

  #mainlogo {
    float: none;
    margin: auto;
    display: block; }

  .sections {
    font-size: 8px; } }

@media only screen and (max-width: 492px) {
  .module-top,
  .module-bottom {
    width: 100%;
    float: left; }

  .module-auto,
  .module-property,
  .module-business,
  .module-life {
    margin: auto;
    float: none;
    padding-bottom: 11px;
    background-repeat: no-repeat; } }