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

html {
  word-break: break-word;
  -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;
  word-break: normal; }

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 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; }

  .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 ]:---
 */
html[dir="ltr"] {
  margin-top: 0px !important; }

.exit-modal-secondary {
  text-align: center;
  color: #162944;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-transform: uppercase; }

.exit-modal-actions {
  padding-top: 26px; }

/*
 * Exit Intent Modal (bold + high contrast)
 */
.exit-modal-overlay {
  position: fixed;
  inset: 0;
  display: none;
    /*
   * toggled via JS
   */
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.86);
  z-index: 999999; }

.exit-modal-overlay.is-open {
  display: flex; }

.exit-modal {
  width: 100%;
  max-width: 720px;
    /*
   * replaces min(720px, 100%)
   */
  box-sizing: border-box;
  background: white;
  border-radius: 14px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  position: relative;
  transform: translateY(8px);
  animation: exitModalPop 160ms ease-out forwards; }

@keyframes exitModalPop {
    from {
    transform: translateY(18px) scale(0.985);
    opacity: 0; }


    to {
    transform: translateY(0) scale(1);
    opacity: 1; }
 }
.exit-modal-close {
  position: absolute;
  color: white;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 44px;
  cursor: pointer;
  opacity: 0.6; }

#exitModal .typeInTop.dashedRedBox p {
  font-size: 14px;
  line-height: 18px; }

.fieldLeft {
  float: left;
  width: 48%; }

.fieldRight {
  float: right;
  width: 48%; }

.exit-modal-copy {
  font-size: 20px;
  line-height: 24px;
  font-family: "roboto", "Times New Roman", Times, serif;
  font-weight: bold;
  color: #162944;
  text-align: center;
  margin-bottom: 26px; }

.exit-modal-kicker h2 {
  text-align: center;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504;
  font-size: 120px;
  line-height: 130px;
  color: #fbc504;
  font-family: "Bangers", "Times New Roman", Times, serif; }

.exit-modal-close:hover {
  opacity: 1; }

.exit-modal-header h3 {
  text-align: center;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504;
  font-size: 36px;
  line-height: 42px;
  font-family: "Bangers", "Times New Roman", Times, serif; }

.exit-modal-header {
  background: #162944;
  color: white;
  padding: 18px 20px;
  border-bottom: 4px solid #ffcc00;
    /*
   * punchy accent
   */ }

.exit-modal-kicker {
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 28px; }

.exit-modal-title {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 800; }

.exit-modal-body {
  padding: 18px 20px 20px; }

.exit-modal-copy {
    /*
   * margin: 0 0 16px;
   * font-size: 16px;
   * line-height: 1.45;
   * color: #222;
   */ }

.exit-modal-form .textboxesWrappa {
  width: 550px;
  margin-right: auto;
  margin-left: auto; }

.exit-modal-form .dashedRedBox .iAgreeThat {
  color: #162944;
  margin-bottom: 26px; }

.exit-modal-form .signMeUpBox {
  padding: 26px 18px 26px 18px; }

.exit-modal-form {
  padding: 14px;
  border: 2px dashed #dddddd;
  border-radius: 10px;
  background: #fafafa; }

/*
 * Small screens
 */
@media (max-width: 520px) {
  .exit-modal-kicker {
    font-size: 24px; }

  .exit-modal-title {
    font-size: 18px; } }

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .exit-modal-form .textboxesWrappa {
    width: 450px; } }

.accordion-content {
    /*
   * display: none;
   */
  border-bottom: 1px solid #dde0e7;
  background: #f6f7f9;
  padding: 39px;
  color: #4a5666; }

.singleTemplate .grandWrapperTop {
  display: flex;
  flex-direction: column; }

.singleTemplate #mysticky-wrap {
  flex: 0 0 auto; }

.singleTemplate .menuLogoWrapperTopOuter {
  flex: 1;
  display: flex;
  align-items: center;
    /*
   * vertical center
   */ }

.singleTemplate .menuLogoWrapperTopOuter {
  padding-top: 0; }

.menuLogoWrapperTopInnerBottomDeck {
  width: 80%; }

.menuLogoWrapperTopInner {
  padding-top: 14px;
  padding-bottom: 14px; }

.post_content p {
  margin-bottom: 26px !important; }

#mysticky-wrap {
  position: relative; }

.template-home .contentRight .loopOuterWrapper:first-child {
  display: none; }

.accordionWrapperOuter {
    /*
   * padding-top: 52px ;
   */ }

.contactPage .headlineWrapperPosts .headline {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 64px;
  text-align: center;
  color: #fbc504;
  line-height: 72px; }

.marker {
  position: relative;
  display: inline-block;
  z-index: 1; }

.marker1 {
  position: relative;
  display: inline-block;
  z-index: 1; }

.marker1::after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: 0.02em;
  width: 108%;
  height: 0.26em;
  background: repeating-linear-gradient(-1deg, #f44336, #f44336 5px, rgba(244, 67, 54, 0.6) 8px);
  z-index: -1;
  border-radius: 3px; }

.dashedRedBox .iAgreeThat {
  color: #162944; }

.dashedRedBox {
  border-color: #c52a0d;
  border-style: dashed;
  border-color: #c52a0d;
  border: 5px solid;
  border-style: dashed;
  border-color: #c52a0d;
  background-color: white;
  padding: 20px 10px;
  margin-bottom: 26px; }

.thirdSectionLeft .yoursFreeWrapper h3 {
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

.thirdSectionLeft .yoursFreeWrapper p {
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504;
  font-family: "Bangers", "Times New Roman", Times, serif;
  color: white;
  text-align: center; }

.yoursFree1 {
  font-size: 32px; }

.yoursFree2 {
  font-size: 24px; }

.yoursFree3 {
  font-size: 26px; }

.yoursFree4 {
  font-size: 28px; }

.yoursFree5 {
  font-size: 42px;
  line-height: 46px; }

.yoursFree6 {
  font-size: 46px;
  line-height: 52px; }

.yoursFree7 {
  font-size: 30px;
  line-height: 36px; }

.publishesRidiculouslyWrapper {
  padding: 13px; }

.publishesRidiculouslyWrapper span {
  text-align: center; }

.bangersSpan {
  font-family: "Bangers", "Times New Roman", Times, serif;
  color: #fbc504;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

.publishesRidiculouslyWrapper1 {
  font-size: 22px;
  line-height: 26px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper2 {
  font-size: 28px;
  line-height: 32px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper3 {
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper4 {
  font-size: 20px;
  line-height: 27px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper5 {
  font-size: 36px;
  line-height: 38px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper6 {
  font-size: 28px;
  line-height: 34px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper7 {
  font-size: 15px;
  line-height: 21px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper8 {
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper9 {
  font-size: 26px;
  line-height: 32px;
  display: block;
  text-align: center;
  display: block; }

.publishesRidiculouslyWrapper10 {
  font-size: 18px;
  line-height: 26px;
  display: block;
  text-align: center;
  display: block; }

.contactPage .logoLeft {
  margin-bottom: 52px; }

.contactPage .headlineWrapperPosts .headline a {
    /*
   * color: #fbc504;
   */
  font-size: 64px;
  color: white;
  text-align: center;
  line-height: 72px;
  margin-bottom: 26px;
  display: block;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

.contactPage .headlineWrapperPosts {
  border-bottom: none;
  padding-bottom: 0; }

.template-single .headlineWrapperPosts .headline a {
  color: #111111; }

.fofOuterWrapper {
  padding: 208px 39px;
  box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  box-shadow: 0px 10px 30px 0px #dad5d5;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07), 0px -1px 4px rgba(1, 0, 0, 0.05);
  border-radius: 2px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 7px;
  text-align: center; }

.fofOuterWrapper h2 {
  color: #162944;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -3px;
  margin-bottom: 26px; }

.fofOuterWrapper p {
  color: #162944; }

.fofInnerWrapper {
  margin-bottom: 26px; }

.fofOuterWrapper .search-wrapper button {
  background: transparent url(images/searchGlass.png) no-repeat scroll center center;
  border: 0 none;
  border-radius: 0 3px 3px 0;
  color: white;
  cursor: pointer;
  float: right;
  height: 40px;
  overflow: visible;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 45px;
  background-color: black; }

.fofOuterWrapper .search-wrapper {
  background-color: black;
  border-radius: 3px;
  width: 250px; }

.fofPage .fofOuterWrapper .search-wrapper {
  margin-right: auto;
  margin-left: auto; }

.fofPage .fofOuterWrapper .search-wrapper input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  background-color: white;
  border-radius: 3px 0 0 3px;
  float: left;
  font-size: 12px;
  height: 40px;
  padding: 10px;
  width: 205px; }

.accordion {
  background: linear-gradient(to bottom right, white, #f8f8f8);
  background: white;
  margin: 0 auto;
    /*
   * box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
   */ }

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.75), transparent);
  margin-bottom: 30px; }

.accordion-header {
  border-bottom: 1px solid #dde0e7;
  color: white;
  transition: background 0.5s ease 0.3s;
  cursor: pointer;
  font-weight: 700;
  background-color: #162944;
  padding: 1.5rem;
  font-size: 24px;
  line-height: 30px; }

.boldBullet {
  font-weight: 900; }

.italics {
  font-style: italic; }

.plusAfter {
  display: block;
  width: 100%; }

.accordion-content p {
  font-size: 18px;
  line-height: 26px; }

.accordion-content p:last-child {
  margin-bottom: 0; }

.plusAfter::after {
    /*
   * content: '\002B';
   */
    /*
   * color: orange;
   */
    /*
   * color: #fbc504;
   */
    /*
   * float: right;
   */
    /*
   * font-style: normal;
   */ }

.accordion-content p {
  font-size: 18px;
  line-height: 26px; }

.para {
  margin-bottom: 24px;
  font-size: 22px; }

.contactPage .grandWrapperTop {
  background-image: url(images/genericBanner.jpg);
  aspect-ratio: 2.03;
  background-color: unset;
  background-position: center top;
  background-size: inherit; }

.grandWrapperTop {
  background-image: url(images/topBlogHeader.jpg);
    /*
   * align-items: center;
   */
  color: white;
    /*
   * text-shadow: 1px 1px 1px #000;
   */
    /*
   * justify-content: flex-end;
   */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  position: relative;
  aspect-ratio: 1.657; }

.contentInner,
.footerInner {
  width: 1200px;
  margin: 0px auto; }

.menuLogoWrapperTopInner {
  width: 95%;
  margin: 0px auto;
  padding-left: 1%;
  padding-right: 1%; }

.testimonialsPage .contentRight {
  width: 900px;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.benImageSidebarInner {
  padding-top: 230px; }

.grt h1,
.grt .headline {
  line-height: 48px; }

#mysticky-wrap .wrapfixed {
  background-color: black;
  height: 67px;
  box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.8); }

.benHeadingWrapper {
  position: relative; }

.logoDropDownLeft {
    /*
   * width: 725px ;
   */
  width: 25%;
  float: left; }

.logoDropDownLeft {
  display: none; }

.wrapfixed.down .logoDropDownLeft {
  display: block; }

.wrapfixed.up .logoDropDownLeft {
  display: block; }

.logoDropDownLeftWidgetWrapper {
  float: left;
  width: 250px; }

.searchWrapperMenu {
  float: right;
  width: 250px;
  padding-top: 13px; }

.searchPageResults .contentInner {
  padding-top: 0; }

.searchResultsHeadingWrapper {
  padding-top: 52px;
  padding-bottom: 52px; }

.searchResultsHeading {
  font-size: 64px;
  color: #162944;
  line-height: 72px;
  display: block;
  text-align: center; }

.search-wrapper button {
  background: transparent url(images/searchGlass.png) no-repeat scroll center center;
  border: 0 none;
  border-radius: 0 3px 3px 0;
  color: white;
  cursor: pointer;
  float: right;
  height: 53px;
  overflow: visible;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 45px;
  background-color: #162944; }

.search-wrapper {
    /*
   * background-color: black;
   */
  border-radius: 3px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 52px; }

.searchWrapperMenu input[type="text"],
.searchWrapperMenu input[type="number"],
.searchWrapperMenu input[type="url"],
.searchWrapperMenu input[type="tel"],
.searchWrapperMenu input[type="email"],
.searchWrapperMenu input[type="password"] {
  font-size: 12px;
  padding: 19px 18px 19px 18px; }

.search-wrapper input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  background-color: white;
  border-radius: 3px 0 0 3px !important;
  float: left;
  font-size: 12px;
  height: 40px;
  padding: 10px;
  width: 255px; }

.stickyMenuLogo {
    /*
   * padding-top: 14px;
   */ }

.fourthSectionInner .textboxesWrappa {
  width: 510px;
  margin-left: auto;
  margin-bottom: 13px;
  margin-right: auto; }

.contactPage .benImageRight .widget {
  position: absolute;
  width: 450px;
  right: 20%;
  bottom: 0; }

#mysticky-wrap .wrapfixed .stickyMenuLogo a {
  font-size: 36px;
  font-family: "Bangers", "Times New Roman", Times, serif;
  color: #162944;
  line-height: 42px;
  display: block;
    /*
   * text-align: center;
   * text-shadow: 1px 1px 1px black;
   */ }

.bottomFooterInner {
  width: 615px;
  margin-right: auto;
  margin-left: auto; }

.grandWrapperTop {
  background-color: black; }

.menuLogoWrapperTopInner #menu-primary-navigation {
  float: right; }

body {
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-family: "roboto", "Times New Roman", Times, serif;
    /*
   * background-color: #162944 ;
   */
  padding-top: 0; }

.hideDesktop {
  display: none; }

.hideMobile {
  display: block; }


.menuRight {
    /*
   * width: 850px ;
   */
  width: 73%;
  float: right;
  padding-top: 3px; }

.menuLogoWrapperTopOuter {
  padding: 52px; }

.contentRight {
  width: 800px;
  float: right; }

.sidebarLeft {
  width: 350px;
  float: left; }

.menuLogoWrapperTopOuter {
    /*
   * background: url(images/topGraphic.jpg);
   * background-attachment: fixed;
   * background-repeat: no-repeat;
   * background-size: cover;
   * color: white;
   * padding-top: 250px ;
   * padding-bottom: 500px ;
   * background-repeat: no-repeat;
   * background-image: url(images/topGraphic.jpg);
   * background-size: cover;
   * background-position: top center;
   * width: 1250px;
   * margin-right: auto;
   * margin-left: auto;
   * color: #fff;
   */ }

.faqsTemplatePage .menuLogoWrapperTopOuter {
    /*
   * background-image: url(images/faqsBD.jpg);
   */ }

.testimonialsCTAWrapper {
  color: black; }

.testimonialsPage .menuLogoWrapperTopOuter {
    /*
   * background-image: url(images/testimonialsBD.jpg);
   */ }

.contactPage .menuLogoWrapperTopOuter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

#mysticky-wrap .wrapfixed .menuRight label .burger .bar,
#mysticky-wrap .wrapfixed .menuRight label .burger::before,
#mysticky-wrap .wrapfixed .menuRight label .burger::after {
  background: #162944;
  box-shadow: inherit; }

.testieMainPara {
  text-align: center; }

.testiesWrapperInner {
  padding-top: 52px; }

h1,
h2,
h3,
h4 {
  font-family: "Bangers", "Times New Roman", Times, serif; }

.contentInner {
  padding-top: 78px;
  padding-bottom: 78px; }

.testiesUnit {
  margin-bottom: 78px; }

.testimonialsHeadingWrapper h2 {
  font-size: 64px;
  text-align: center;
  color: white;
  line-height: 72px;
  margin-bottom: 52px;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

/*
 * .contentRight .testiesUnit:nth-child(even) .topTestieDiv blockquote:before { left: 133px ;  }
 * .contentRight .testiesUnit:nth-child(odd) .topTestieDiv blockquote:before { right: 133px ;  }
 * 
 * .contentRight .testiesUnit .topTestieDiv blockquote:before { right: 133px ;  }
 */
.topTestieDiv {
  padding: 13px 13px 0 13px; }

.testieMainPara {
  font-size: 20px;
  font-style: italic;
  color: #162944; }

.bottomTestieDivInner p {
  text-align: right; }

.previous_posts a {
  color: #162944;
  font-weight: bold; }

.grt blockquote {
  font-style: italic;
  color: #162944; }

.grt .headline a:hover {
  color: #4a4343; }

.topTestieDivInner {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  background-color: white;
  padding: 39px 26px 26px 26px;
  position: relative;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.bottomTestieDiv {
  padding: 0 13px 13px 13px;
  background-color: #fbc504;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.bottomTestieDivInner {
  color: #162944;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  padding: 26px 13px 13px 13px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.topTestieDiv blockquote {
  padding-bottom: 26px;
  border-bottom: 1px dashed #d5d2d2; }

.topTestieDiv blockquote:before {
  content: "";
  position: absolute;
  background-image: url(images/quote.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  left: 133px;
  top: -24px;
  margin: 0 auto;
  z-index: 1; }

.testimonialsPage .topTestieDiv blockquote:before {
  content: "";
  position: absolute;
  background-image: url(images/quote.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  left: 415px;
  top: -24px;
  margin: 0 auto;
  z-index: 1; }

/*
 * .contentRight .testiesUnit.unit1 .topTestieDiv blockquote:before { left: 133px ;  }
 * .contentRight .testiesUnit.unit2 .topTestieDiv blockquote:before { right: 133px ;  }
 */
.testieAuthor {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 7px;
  font-family: "Bangers", "Times New Roman", Times, serif;
  line-height: 36px; }

.testieAuthor2 {
  font-size: 16px; }

.testiesWrapperOuter h3 {
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  color: #162944; }

.block {
  display: block; }

.contentRight .loopOuterWrapper {
  background-color: white;
  margin-bottom: 52px;
  border-radius: 10px;
  color: #162944;
  box-shadow: 40px 40px 60px 0 rgba(0, 0, 0, 0.16); }

.loopMidWrapper {
  padding: 26px 26px 0 26px; }

.post_box.loopInnerWrapper {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-radius: 5px;
  padding-bottom: 26px; }

.post_content {
  padding-top: 26px; }

.headlineWrapperPosts {
  border-bottom: 1px dashed #bebebe;
  padding-bottom: 26px; }

.headlineWrapperPosts .headline {
  margin-bottom: 13px; }

.postLinkBlogPageOuter {
  background-color: #fbc504;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 26px 26px 26px; }

.postLinkBlogPageInner {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 13px 26px; }

.latestBlogPostHeader {
  font-size: 64px;
  color: white;
  text-align: center;
  line-height: 72px;
  margin-bottom: 26px;
  display: block;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

#recent-posts-widget-with-thumbnails-2 {
  padding: 20px 20px 0 20px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #162944;
  opacity: 0.8; }

#rpwwt-recent-posts-widget-with-thumbnails-2 {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 20px 20px 0 20px; }

.doubleYourSalesTopOuter {
  margin-top: 52px; }

.doubleYourSalesTopOuter #custom_html-5 .textwidget {
  background-color: #fbc504;
  padding: 0 20px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.rpwwt-post-excerpt {
  padding-bottom: 26px; }

.excerptInner a {
  text-transform: uppercase;
  color: black;
  font-weight: 900; }

.doubleYourSalesTopOuter #custom_html-5 .textwidget .excerptInner {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 13px 26px; }

.grt h1,
.grt .headline {
  font-size: 42px;
  color: #162944; }

#rpwwt-recent-posts-widget-with-thumbnails-2 ul li a {
  color: #162944;
  margin-bottom: 20px;
  font-size: 28px;
  border-bottom: 1px dashed #bebebe;
  display: block;
  padding-bottom: 13px;
  font-family: "Bangers", "Times New Roman", Times, serif; }

.postLinkBlogPageInner a {
  text-transform: uppercase;
  color: black;
  font-weight: bold; }

.post_content a {
  text-decoration: none;
  color: #162944; }

.logoLeft h1 a {
  font-size: 124px;
  color: #fbc504;
  line-height: 96px;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

.menu {
  border: 0; }

.menu a {
  background: none;
  border: 0;
  font-family: "Open Sans", Sans-serif;
  color: white; }

#mysticky-nav.down .menu a {
  color: #162944; }

#mysticky-nav.wrapfixed .menu a {
  color: #162944; }

.menu .current-menu-item > a {
  background: none; }

/*
 * MENU WRAPPER
 */
.menuRight {
  display: flex;
  justify-content: flex-end; }

/*
 * MENU LIST
 */
.menuRight ul.menu {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center; }

/*
 * MENU LINKS
 */
.menuRight ul.menu li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
    /*
   * color: #162944;
   */
  text-decoration: none;
  padding: 8px 2px;
  transition: color 0.25s ease; }

/*
 * HOVER COLOR
 */
.menuRight ul.menu li a:hover {
    /*
   * color: #fbc504;
   */
  color: #162944; }

/*
 * ANIMATED UNDERLINE
 */
.menuRight ul.menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  background: #fbc504;
  transition: width 0.3s ease; }

.menuRight ul.menu li a:hover::after {
  width: 100%; }

/*
 * CURRENT PAGE
 */
.menuRight ul.menu li.current-menu-item a {
  color: #fbc504; }

.menuRight ul.menu li.current-menu-item a::after {
  width: 100%; }

.menuRight input {
  position: fixed;
  opacity: 0; }

.menuRight label {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer; }
  .menuRight label::before {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 38, 57, 0.75);
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .menuRight label .burger {
    position: fixed;
    top: 19px;
    right: 42px;
    z-index: 3;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .menuRight label .burger .bar,
    .menuRight label .burger::before,
    .menuRight label .burger::after {
      position: absolute;
      left: 0;
      display: block;
      box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 12%;
      background: white;
      content: '';
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .menuRight label .burger .bar {
      top: 44%; }
    .menuRight label .burger::before {
      top: 0;
      transform-origin: top left; }
    .menuRight label .burger::after {
      bottom: 0;
      transform-origin: bottom left; }

  .menuRight input:focus + label .burger,
  .menuRight label:hover .burger {
    opacity: 0.75; }

#menuTop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  transform: translate3d(0, 0, 0);
    /*
   * material acceleration
   */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  #menuTop::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 25em;
    background: white;
    content: '';
    transform: skewX(15deg) translateX(-100%);
    transform-origin: bottom left;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    @media(min-width: 40em) {
      #menuTop::before {
    width: 40em; } }
  #menuTop a {
    margin: 0.5em 0;
    padding: 0.2em 2em;
    font-size: 18px;
    color: #4c4c4c;
    letter-spacing: 6px;
        /*
     * text-shadow: 1px 1px 3px rgba(0,0,0, 0.5) ;
     */
    text-decoration: none;
    font-weight: 300;
    transform: translateX(-100%);
    transition: color 0.15s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
      #menuTop a:nth-child(1) {
        transition-delay: 0s, 100ms; }
      #menuTop a:nth-child(2) {
        transition-delay: 0s, 150ms; }
      #menuTop a:nth-child(3) {
        transition-delay: 0s, 200ms; }
      #menuTop a:nth-child(4) {
        transition-delay: 0s, 250ms; }
      #menuTop a:nth-child(5) {
        transition-delay: 0s, 300ms; }
      #menuTop a:nth-child(6) {
        transition-delay: 0s, 350ms; }
    #menuTop a:hover,
    #menuTop a:focus {
      color: #676565;
      background: none; }

main {
  overflow: hidden; }
  main .content {
    transform: translate3d(0, 0, 0);
        /*
     * material acceleration
     */
    will-change: transform, filter;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

    [id="navcheck"]:checked + label::before {
      opacity: 1;
      pointer-events: auto; }
      [id="navcheck"]:checked + label .burger::before,
      [id="navcheck"]:checked + label .burger::after {
        width: 141.42%; }
      [id="navcheck"]:checked + label .burger::before {
        transform: rotate(45deg) translateY(-50%); }
      [id="navcheck"]:checked + label .burger::after {
        transform: rotate(-45deg) translateY(50%); }
      [id="navcheck"]:checked + label .burger .bar {
        transform: scale(0.1); }
  [id="navcheck"]:checked ~ #menuTop {
    transform: translateX(0); }
    [id="navcheck"]:checked ~ #menuTop::before {
      transform: skewX(15deg) translateX(0); }
    [id="navcheck"]:checked ~ #menuTop a {
      transform: translateX(0); }
  [id="navcheck"]:checked ~ main .content {
    transform: translateX(3em);
    transform-origin: left center;
    filter: blur(2px); }

.footerRight .menu a:hover {
  background: none; }

.menu a:hover {
  background-color: none; }

.benImageSidebar .benBlurb {
  width: 100%; }

.benImageSidebar .topDeskList {
  width: 100%; }

.benImageSidebar .bottomDeskList {
  width: 100%; }

.topDeskList {
  width: 485px;
  margin-left: auto;
  margin-right: auto; }

.benBlurb li {
  list-style: none;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 2px;
  float: left; }

.deckListPaddingRight {
  padding-right: 16px; }

.deckListPaddingLeft {
  padding-left: 16px; }

.diamondHandWrapper {
  width: 20px; }

.deckListPaddingTodo {
  padding-right: 16px;
  padding-left: 16px; }

.bottomDeskList {
  width: 595px;
  margin-left: auto;
  margin-right: auto; }

.clientLessListOuter {
  padding-top: 52px; }

.menuLogoWrapperTopInnerBottomDeck {
    /*
   * width: 1200px ;
   */
  margin-left: auto;
  margin-right: auto; }

/*
 * helper
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.doubleYourSalesTopOuter {
    /*
   * padding-right: 52px ; padding-left: 52px ;
   */ }

.titleDYS {
  color: #fbc504;
  font-size: 54px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 13px; }

.useThisForm {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 26px; }

.useThisForm span {
  display: block; }

.useThisForm2 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 26px; }

.signMeUp {
  background: #74b027 none repeat scroll 0 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 19px;
  padding-bottom: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
  transition: background 0.3s ease 0s;
  width: 525px; }

.contentOuter {
    /*
   * background-repeat: repeat-y;
   * background-image: url(images/coverBlog.jpg);
   * background-size: 100%;
   * background-position: center center;
   * color: #fff;
   */
  background-color: #f6f6f6; }

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

.benImageRight {
  width: 400px;
  float: right;
    /*
   * position: relative ;
   */ }

.benImageRight .widget {
  position: absolute;
  width: 550px;
  right: 8%;
  bottom: 0; }

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

* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

.thirdSectionLeft {
  background-color: #162944;
  border-radius: 5px;
  padding: 39px 26px;
  margin-bottom: 52px; }

.thirdSectionLeft h3 {
  font-family: "Bangers", "Times New Roman", Times, serif;
  color: #fbc504;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 26px;
  text-align: center;
    /*
   * text-shadow: 1px 1px 1px #000 ;
   */ }

.dashedRedBox h3 {
  font-family: "roboto", "Times New Roman", Times, serif;
  font-weight: bold;
  color: #162944; }

.yoursFreeWrapper {
  margin-bottom: 26px; }

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: 25px 18px 26px 18px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 5px; }

.signMeUp:hover {
  background: #82a32a; }

.signMeUpBox {
  padding: 18px 10px 19px 10px;
  font-size: 14px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 0;
  color: #929090;
  margin-bottom: 13px; }

.signMeUp {
  background: #a3d322;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  display: block;
  text-align: center;
  width: 250px;
  color: white;
  font-size: 20px;
  padding: 25px 10px 26px 10px;
  font-family: "Roboto", "Times New Roman", Times, serif;
  transition: background 0.5s ease 0.3s;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center !important;
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 26px; }

.iAgreeThat {
  margin-bottom: 26px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
    /*
   * padding-left: 39px;
   * padding-right: 39px;
   */ }

.confirmSub {
  font-size: 16px;
    /*
   * margin-bottom: 26px;
   */
  text-align: center;
  font-weight: bold;
  color: black;
  line-height: 20px; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.fourthSectionOuter .iAgreeThat {
  color: white; }

.fourthSectionOuter {
    /*
   * background-repeat: no-repeat;
   * background-image: url(images/thirdSection.jpeg);
   * background-size: cover;
   * background-position: top center;
   */
    /*
   * height: 100vh;
   */
  width: 1250px;
  margin-right: auto;
  padding-bottom: 52px;
  margin-left: auto;
  color: white;
    /*
   * text-shadow: 1px 1px 1px #000;
   */ }

.fourthSectionLeft h3 {
  font-family: "Bangers", "Times New Roman", Times, serif;
  color: #fbc504;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 26px;
  text-align: center;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

.footerInner {
  padding-top: 52px; }

.bottomFooterInner p {
    /*
   * text-align: center;
   */
  font-size: 14px;
  text-align: center; }

.bottomFooterInner p {
  text-indent: 0; }

.footerLinks {
  color: white; }

.fourthSectionInner .disclaimerWrapperInner {
  padding-left: 39px;
  padding-right: 39px; }

.fourthOuterOuter {
  background-color: #162944; }

.fourthSectionInner {
  padding-top: 78px; }

.fourthSectionLeft {
  width: 800px;
  float: none;
  position: relative;
  margin-right: auto;
  margin-left: auto;
    /*
   * padding-bottom: 119px;
   */ }

.fourthSectionRight {
  width: 450px;
  float: right;
  padding-bottom: 119px;
  position: relative; }

.benPaintWrapper {
  position: absolute;
  width: 250px;
  left: 540px;
  top: 120px; }

.benBlurb {
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px; }

.deckListPaddingRight {
  padding-right: 26px; }

.deckListPaddingLeft {
  padding-left: 26px; }

.diamondHandWrapper {
  width: 20px; }

.deckListPaddingTodo {
  padding-right: 26px;
  padding-left: 26px; }

.benImageSidebar {
  position: relative; }

.benImageSidebarWrapper {
  position: absolute;
  top: -45px;
  right: 0px; }

.benImageSidebar .benBlurb li {
  font-size: 13px; }

.benImageSidebar .topDeskList .deckListPaddingRight .diehard {
  display: block;
  width: 165px;
  float: left; }

.benImageSidebar .topDeskList .deckListPaddingRight .diamondHandWrapper {
  display: block;
  width: 20px;
  float: right; }

.benImageSidebar .topDeskList .deckListPaddingRight {
  width: 213px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.benImageSidebar .topDeskList .deckListPaddingTodo .diehard {
  display: block;
  width: 228px;
  float: left; }

.benImageSidebar .topDeskList .deckListPaddingTodo .diamondHandWrapper {
  display: block;
  width: 20px;
  float: right; }

.benImageSidebar .topDeskList .deckListPaddingTodo {
  float: none; }

.benImageSidebar .bottomDeskList .deckListPaddingRight .diehard {
  display: block;
  width: 93px;
  float: left; }

.benImageSidebar .bottomDeskList .deckListPaddingRight .diamondHandWrapper {
  display: block;
  width: 20px;
  float: right; }

.benImageSidebar .bottomDeskList .deckListPaddingRight {
  width: 123px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  padding-right: 0; }

.benImageSidebar .bottomDeskList .deckListPaddingTodo .diehard {
  display: block;
    /*
   * width: 228px ;
   */
  float: left; }

.benImageSidebar .bottomDeskList .deckListPaddingTodo .diamondHandWrapper {
  display: block;
  width: 20px;
  float: right; }

.benImageSidebar .bottomDeskList .deckListPaddingTodo {
  float: right;
  width: 187px;
  padding-right: 0;
  padding-left: 0; }

.benImageSidebar .bottomDeskList2 .deckListPaddingLeft .diehard {
  display: block;
  width: 142px;
  float: left; }

.benImageSidebar .bottomDeskList2 .deckListPaddingLeft .diamondHandWrapper {
  display: block;
  width: 20px;
  float: right; }

.benImageSidebar .bottomDeskList2 .deckListPaddingLeft {
  width: 186px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 0; }

.clientLessListOuter {
  padding-top: 52px; }

.benImageSidebar {
  background-color: #162944;
  border-radius: 5px;
  padding: 13px;
  margin-bottom: 52px; }

.benImageSidebarWrapper {
  margin-bottom: 26px; }

.benSidebarHeading {
  font-family: "Bangers", "Times New Roman", Times, serif;
  color: #fbc504;
  font-size: 72px;
  line-height: 84px;
    /*
   * margin-bottom: 26px;
   */
  text-align: center;
  text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

@media all and (max-width: 900px) {
  .benImageSidebar {
    width: 350px;
    margin-right: auto;
    margin-left: auto; }

  /*
   * MENU CONTAINER
   */  .menuRight {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end; }

  /*
   * MENU TOGGLE
   */  .menuRight .menu_control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 999px;
    background: #162944;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, color 0.2s ease; }

  .menuRight .menu_control:hover {
    color: #fbc504; }

  /*
   * Optional: toggle looks "active" if JS adds menu_control_triggered
   */  .menuRight .menu_control.menu_control_triggered {
    background: #fbc504;
    color: #162944; }

  /*
   * -------------------------------------------------------
   * SHOW / HIDE LOGIC (this is the important part)
   * -------------------------------------------------------
   */  /*
   * Hidden by default on mobile
   */  .menuRight ul.menu {
    display: none; }

  /*
   * Theme adds .show_menu when opened
   */  .menuRight ul.menu.show_menu {
    display: flex; }

  /*
   * -------------------------------------------------------
   * DROPDOWN PANEL STYLING (applies when shown)
   * -------------------------------------------------------
   */  .menuRight ul.menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    z-index: 9999;
    width: 360px;
    max-width: 92vw;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    background: white;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    flex-direction: column; }

  .menuRight ul.menu li {
    width: 100%; }

  .menuRight ul.menu li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #162944;
    text-decoration: none; }

  .menuRight ul.menu li a:hover {
    background: rgba(22, 41, 68, 0.06);
    color: #162944; }

  /*
   * UNDERLINE (no calc)
   */  .menuRight ul.menu li a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 10px;
    height: 3px;
    background: #fbc504;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease; }

  .menuRight ul.menu li a:hover::after {
    transform: scaleX(1); }

  /*
   * CURRENT PAGE
   */  .menuRight ul.menu li.current-menu-item a {
    background: rgba(251, 197, 4, 0.18); }

  .menuRight ul.menu li.current-menu-item a::after {
    transform: scaleX(1); }

  /*
   * OPTIONAL: CTA STYLE FOR 3RD ITEM
   */  .menuRight ul.menu li:nth-child(3) a {
        /*
     * background: #fbc504;
     * color: #162944;
     * font-weight: 800;
     */ }

  .testimonialsHeadingWrapper h2 {
    font-size: 36px;
    line-height: 42px;
    color: white;
    text-align: center;
    line-height: 72px;
    margin-bottom: 26px;
    display: block;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 #fbc504; }

  .contactPage .headlineWrapperPosts .headline a {
    font-size: 36px;
    line-height: 42px; }

  .contactPage .grandWrapperTop {
    aspect-ratio: inherit;
    background-size: cover; }

  .benImageSidebar .bottomDeskList {
    padding-left: 10px; }

  #rpwwt-recent-posts-widget-with-thumbnails-2 ul li a {
    line-height: 32px; }

  #mysticky-wrap {
    height: 67px; }

  .benImageSidebar {
    padding-left: 0;
    padding-right: 0; }

  .contactPage .benImageSidebar {
    margin-bottom: 26px; }

  .menuRight label .burger::before {
    background: #162944;
    text-shadow: inherit;
    box-shadow: inherit; }

  .menuRight label .burger .bar,
  .menuRight label .burger::after {
    background: #162944;
    text-shadow: inherit;
    box-shadow: inherit; }

  #mysticky-wrap .wrapfixed .menuRight label .burger .bar {
    background: #162944;
    text-shadow: inherit; }

  .grandWrapperTop #mysticky-nav.wrapfixed {
    opacity: 1;
    padding-bottom: 45px; }

  #mysticky-wrap {
    background-color: white;
    opacity: 1; }

  .contentInner {
    padding-left: 13px;
    padding-right: 13px; }

  .benBlurb {
    width: 100%; }

  .fourthSectionLeft {
    width: 100%; }

  .fourthSectionInner {
    padding: 26px; }

  .fourthSectionLeft h3 {
    font-size: 24px;
    line-height: 32px; }

  .logoLeft h1 a {
    font-size: 64px;
    line-height: 72px; }

  .floatLeft {
    float: none; }

  .floatRight {
    float: none; }

  .fourthSectionInner .textboxesWrappa {
    width: 250px; }

  .footerInner {
    padding-top: 26px; }

  .wrapfixed.down .logoDropDownLeft {
    display: none; }

  .wrapfixed.up .logoDropDownLeft {
    display: none; }

  .fourthSectionOuter {
    width: 100%; }

  .bottomFooterInner {
    width: 320px; }

  .bottomFooterInner p {
    width: 320px;
    margin-right: auto;
    margin-left: auto; }

  .menuLogoWrapperTopOuter {
    width: 100%; }

  .menuLogoWrapperTopInnerBottomDeck {
    width: 100%; }

  .menuLogoWrapperTopInner,
  .contentInner,
  .footerInner {
    width: 100%; }

  .logoDropDownLeft {
    width: 100%;
    float: none; }

  .menuRight {
    width: 100%;
    float: none; }

  .benImageSidebar .topDeskList {
    width: 300px; }

  .benImageSidebar .topDeskList .deckListPaddingTodo .diehard {
    width: 242px; }

  .benImageSidebar .topDeskList .deckListPaddingRight .diamondHandWrapper {
    width: 15px;
    padding-top: 3px; }

  .benImageSidebar .topDeskList .deckListPaddingTodo .diamondHandWrapper {
    width: 15px;
    padding-top: 3px;
    float: left; }

  .benImageSidebar .bottomDeskList .deckListPaddingRight .diamondHandWrapper {
    width: 15px;
    padding-top: 3px; }

  .benImageSidebar .bottomDeskList .deckListPaddingRight {
    float: none; }

  .benImageSidebar .bottomDeskList2 .deckListPaddingLeft .diamondHandWrapper {
    width: 15px;
    padding-top: 3px; }

  .benImageSidebar .topDeskList .deckListPaddingRight {
    width: 193px; }

  .testiesWrapperOuter h3 {
    font-size: 32px;
    line-height: 36px; }

  .menuLogoWrapperTopOuter {
    padding-top: 26px; }

  .hideDesktop {
    display: block; }

  .hideMobile {
    display: none; }

  .clientLessListOuter {
    padding-top: 0; }

  .clientLessListOuter .benImageSidebar {
    background: none;
    font-size: 14px; }

  .clientLessListOuter .benBlurb.benImageSidebar li {
    font-size: 14px; }

  .contentInner {
    padding-top: 52px;
    padding-bottom: 0; }

  .testimonialsPage .contentRight {
    width: 100%; }

  .deckListPaddingTodo {
    padding-left: 13px;
    padding-right: 13px; }

  .deckListPaddingRight {
    padding-right: 13px; }

  .logoDropDownLeftWidgetWrapper {
    display: none; }

  .testimonialsPage .topTestieDiv blockquote:before {
    left: 45%; }

  .latestBlogPostHeader {
    font-size: 36px;
    line-height: 42px; }

  .menuLogoWrapperLeft {
    width: 100%;
    float: none; }

  .benImageRight {
    width: 100%;
    float: none; }

  .benImageRight .widget {
    display: none; }

  [id="navcheck"]:checked ~ #menuTop::before {
    transform: skewX(0deg) translateX(0); }

  #menuTop a {
    font-size: 14px;
    font-weight: 700;
    padding: 0.4em 2em; }

  .template-home .menuLogoWrapperTopOuter {
    padding-bottom: 52px; }

  .menuLogoWrapperTopOuter {
    padding-bottom: 0; }

  .contactPage .menuLogoWrapperTopOuter {
    padding-bottom: 26px; }

  .menuLogoWrapperTopOuter {
    padding-left: 13px;
    padding-right: 13px; }

  .benImageSidebar .bottomDeskList .deckListPaddingRight {
    width: 137px; }

  .benImageSidebar .bottomDeskList .deckListPaddingTodo {
    width: 205px;
    float: none;
    margin-right: auto;
    margin-left: auto; }

  .sidebarLeft {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 52px; }

  .contentRight {
    width: 100%;
    float: none; } }

@media all and (max-width: 1400px) {
  .menuLogoWrapperTopInnerBottomDeck {
    width: 100%; } }

@media (max-width: 896px) {
  .menu .current-menu-item > a {
    background: none; } }

@media screen and (min-width:900px) and (max-width:1200px) {
  .menuRight ul.menu li a {
    font-size: 12px; }

  .yoursFree2 {
    font-size: 22px; }

  .thirdSectionLeft .yoursFreeWrapper h3 {
    font-size: 56px; }

  .iAgreeThat {
    margin-bottom: 0; }

  .publishesRidiculouslyWrapper {
    padding-left: 5px;
    padding-right: 5px; }

  .benImageSidebar {
    padding-right: 7px;
    padding-left: 7px; }

  .publishesRidiculouslyWrapper7 {
    font-size: 14px; }

  .contentInner,
  .footerInner {
        /*
     * width: 875px ;
     */
    width: 100%; }

  .contentOuter {
    padding-left: 2%;
    padding-right: 2%; }

  .contentRight {
    width: 68%; }

  .sidebarLeft {
    width: 30%; }

  .benSidebarHeading {
    font-size: 54px;
    line-height: 60px; }

  .fourthSectionOuter {
    width: 100%; }

  .fourthSectionInner .textboxesWrappa {
    width: 420px; }

  .search-wrapper input {
    width: 195px; }

  .search-wrapper {
    width: 240px; }

  .thirdSectionLeft {
        /*
     * padding: 10px ;
     */ }

  .signMeUpBox {
    width: 200px; }

  .signMeUp {
    width: 200px;
    font-size: 16px; }

  .deckListPaddingTodo {
    padding-left: 5px;
    padding-right: 5px; }

  .benImageSidebar .topDeskList .deckListPaddingTodo .diehard {
    width: 190px; }

  .benImageSidebar .topDeskList .deckListPaddingTodo .diamondHandWrapper {
    padding-top: 15px; }

  .benImageSidebar .bottomDeskList .deckListPaddingRight {
    float: none; }

  .benImageSidebar .bottomDeskList .deckListPaddingTodo {
    float: none;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width:900px) and (max-width:1100px) {
  .yoursFree3 {
    font-size: 20px; }

  .yoursFree3 {
    font-size: 23px; }

  .yoursFree4 {
    font-size: 22px; }

  .yoursFree6 {
    font-size: 36px;
    line-height: 42px; }

  .contactPage .benImageRight .widget {
    position: absolute;
    width: 250px;
    right: 15%;
    bottom: 0; }

  .benImageRight .widget {
    position: absolute;
    width: 300px;
    right: 8%;
    bottom: 0; }

  .benImageSidebarInner {
    padding-top: 180px; }

  .thirdSectionLeft {
    padding: 26px 13px; }

  .sidebarLeft .thirdSectionLeft .yoursFreeWrapper h3 {
    font-size: 42px;
    line-height: 46px; }

  .publishesRidiculouslyWrapper2 {
    font-size: 24px;
    line-height: 30px; }

  .publishesRidiculouslyWrapper3 {
    font-size: 14px;
    line-height: 18px; }

  .publishesRidiculouslyWrapper4 {
    font-size: 16px;
    line-height: 20px; }

  .sidebarLeft .publishesRidiculouslyWrapper7 {
    font-size: 12px; }

  .thirdSectionLeft h3 {
    font-size: 16px; } }

@media screen and (min-width:1100px) and (max-width:1400px) {
  .contactPage .benImageRight .widget {
    position: absolute;
    width: 300px;
    right: 20%;
    bottom: 0; }

  .benImageRight .widget {
    position: absolute;
    width: 350px;
    right: 8%;
    bottom: 0; } }

@media screen and (min-width:1400px) and (max-width:1600px) {
  .contactPage .benImageRight .widget {
    position: absolute;
    width: 330px;
    right: 20%;
    bottom: 0; }

  .benImageRight .widget {
    position: absolute;
    width: 400px;
    right: 8%;
    bottom: 0; } }

@media screen and (max-width:1600px) {
  .contactPage .grandWrapperTop {
    background-position: center bottom; } }

@media screen and (min-width:1600px) {
  .benImageRight .widget {
    position: absolute;
    width: 500px;
    right: 8%;
    bottom: 0; }

  .contactPage .grandWrapperTop {
    background-size: cover; } }

.contentInner:after,
.menuLogoWrapperTopInner:after,
.topDeskList:after,
.bottomDeskList:after,
.bottomDeskList2:after,
.menuLogoWrapperTopInnerBottomDeck:after,
.fourthSectionInner:after,
#form:after,
.benImageSidebar .deckListPaddingRight:after,
.deckListPaddingLeft:after,
.benImageSidebar .deckListPaddingTodo:after,
.logoDropDownLeft:after,
.search-wrapper.cf:after {
  display: table;
  clear: both;
  content: ''; }