/*
 * ---:[ 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: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #111111;
  background-color: white;
  padding-top: 30px; }

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

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

/*
 * ---:[ links ]:---
 */
a {
  color: #1160d6;
  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: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 9px 14px;
    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: 178px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 178px;
      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: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 9px 14px;
  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: 30px; }

#site_title {
  font-size: 47px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #1160d6; }
  #site_title + #site_tagline {
    margin-top: 7px; }

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

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-size: 37px;
    line-height: 55px; }
  .grt h1 {
    margin-bottom: 30px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #1160d6; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 29px;
    line-height: 45px;
    margin-top: 49px;
    margin-bottom: 19px; }
  .grt h3 {
    font-size: 23px;
    line-height: 37px;
    margin-top: 42px;
    margin-bottom: 12px; }
  .grt h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 7px; }
  .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: 19px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 29px;
      line-height: 41px;
      padding-left: 0;
      border: 0;
      margin-bottom: 19px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 16px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 19px 19px 19px 12px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 19px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #e5effd;
    border: 1px solid #b8d3fa; }
  .grt .footnotes {
    font-size: 14px;
    line-height: 25px;
    padding-top: 30px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 30px; }
    .grt fieldset legend {
      font-size: 23px;
      line-height: 37px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 80px;
    height: 80px;
    float: right;
    clear: both;
    margin-left: 19px; }
  .grt .small,
  .grt .caption {
    font-size: 14px;
    line-height: 25px; }
  .grt .caption {
    margin-top: -19px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 19px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 14px;
    line-height: 25px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 19px; }
  .grt .drop_cap {
    font-size: 60px;
    line-height: 1em;
    margin-right: 12px;
    float: left; }
  .grt .author_description {
    padding-top: 30px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 90px;
      height: 90px;
      float: left;
      margin-right: 19px;
      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: 30px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 30px;
    margin-left: 30px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 30px;
    margin-right: 30px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 30px; }
  .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: 30px 30px 0 30px;
  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: 12px; }
    .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: 30px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

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

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

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

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

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

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

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

.comments_closed {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  margin: 0 30px 30px 30px; }

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

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

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

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

.comment_nav {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 19px 30px;
  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: -60px 0 60px 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: 7px;
    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: 7px;
  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: 12px;
  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 30px;
  margin: 60px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 19px; }
  #commentform .comment_form_title {
    font-size: 23px;
    line-height: 37px;
    color: #111111;
    padding: 0 30px 19px 30px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -30px;
    margin-left: -30px; }
  #commentform p {
    margin-bottom: 19px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 14px;
    line-height: 25px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 23px; }
  #commentform textarea {
    display: block;
    width: 100%; }

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

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

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 14px;
  line-height: 21px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 13px; }
  .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: 21px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 21px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 21px; }
  .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: 42px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 13px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 8px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 42px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 13px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 13px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  text-align: right;
  padding: 19px 30px;
  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: 750px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1100px;
  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: 1099px) {
  body {
    padding-top: 0; }

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

  .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 30px;
    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: 30px;
      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 30px;
      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: 749px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

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

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

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

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

  .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: 19px;
    margin-left: 19px; }

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

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ Custom CSS ]:---
 */
.searchpage #wp-block-search__input-1 {
  font-size: 20px;
  padding: 8.75px;
  width: 75%; }

.searchpage .wp-block-search__button {
  margin-left: 10px;
  background: #dddddd;
  border: 2px solid #79b4e1;
  border-radius: 3px; }

.searchpage .wp-block-search__button:hover {
  background: #79b4e1;
  border: 2px solid #79b4e1; }

.searchpage .wp-block-search__label {
  display: none; }

.nqwgt.nqwgt-erBk-quoter_request .nq_disclaimer_text_color,
.nqwgt.nqwgt-erBk-quoter_request.nq_disclaimer_text_color {
  line-height: 19px !important; }

.fe-quote-txt {
  padding: 0%; }

.fe-quote-wrap {
  background: transparent /*#c8c4da*/;
  padding: 5%;
  color: black;
  border-radius: 12px; }

.pad5-20 {
  padding: 5% 20%; }

.pad0-15 {
  padding: 0% 15%; }

.pad5-20 h2 {
  font-size: 48px !important;
  line-height: 58px !important; }

.pad5-20 h3 {
  font-size: 30px !important;
  line-height: 40px !important;
  font-weight: 600 !important; }

.fe-btn {
  background: #a22dac;
  border: 0 solid #e03c3c;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center; }

.top-less-book {
  margin-top: -46%;
  margin-left: 3em; }

.reduce-blow {
  margin-bottom: -45px !important;
  margin-left: 40px; }

.compare-area {
  background: url('../../../uploads/2021/08/compare-bg1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  height: 300px; }

.compare-inner {
  padding: 5%; }

.compare-txt h2 {
  color: white !important;
  font-family: 'poppins';
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
  margin-bottom: 14px; }

/*
 * 
 * .compare-quote #custom_html-8,#custom_html-10,#custom_html-12,#thesis-search-widget-2 {display:none;}
 * .compare-quote .headline {display:none;}
 */
.compare-block1 {
    /*
   * background: #f0edfa;
   */
  border-bottom: 3px solid #f0edfa;
  background: transparent;
  background: -webkit-linear-gradient(to bottom, #f0edfa 10%, white 90%);
  background: linear-gradient(to bottom, #f0edfa 10%, white 90%);
  padding: 2%;
  width: 96%; }

.first-page .su-spoiler-title {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  min-height: 16px;
  line-height: 20px;
  padding: 16px;
  font-weight: 600;
  font-size: 20px !important;
  background: #f04e4e;
  color: white;
  width: 60%;
  text-align: center; }

.first-page .su-spoiler-style-default>.su-spoiler-title {
  padding-left: 0;
  padding-right: 0;
  margin: auto; }

.first-page .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  left: 15px;
  top: 15px;
  display: none; }

.minus {
  margin-top: -25px; }

.block-link {
  background: #f6f6f6;
  border: 1px solid #dddddd;
  margin-bottom: -3px;
  padding: 10px 20px; }

.iq {
  padding: 2%;
  text-align: center;
  position: sticky;
  top: 10px;
  display: none; }

input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  background-color: white; }

select,
textarea {
  background-color: white; }

.first-home .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background: #92ca65;
  padding: 16px 50px; }

.first-home {
  display: block; }

.first-home .su-spoiler-title {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  min-height: 16px;
  line-height: 20px;
  padding: 18px;
  font-weight: 600;
  font-size: 18px !important;
  background: #f04e4e;
  color: white;
  width: 44%;
  text-align: center; }

.first-home .su-spoiler-style-default>.su-spoiler-title {
  padding-left: 0;
  padding-right: 0;
  margin: auto; }

.first-home .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  left: 15px;
  top: 15px;
  display: none; }

.compare-search-page .grt .headline {
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  padding: 5px 0; }

.mleft10 {
  margin-left: 10px; }

/*
 * * --- COMPARE TOOL --- *
 */
.ct-select {
  margin: 2% auto;
  font-size: 18px;
  background: #f0f7fc;
  border: 4px solid #cfe2f3;
  padding: 3% 5%;
  text-align: center;
  width: 86%; }

.ct-select .grt h3 {
  font-weight: 400 !important; }

#ic-table-div .content-data td {
  font-weight: 600; }

#ic-table-div th {
  background: transparent;
  position: sticky;
  top: 0px; }

.ct-sublabel {
  color: #3d85c6 !important;
  font-size: 14px !important; }

.mleft10 {
  margin-left: 10px; }

#ic-table-div tr:nth-child(5) td:nth-child(1),
#ic-table-div tr:nth-child(10) td:nth-child(1) {
  font-weight: 600 !important;
  text-transform: normal;
  padding: 3px 7px !important;
  border-right: 0px false; }

#ic-table-div tr:nth-child(5),
tr:nth-child(10) {
  background: #e3eff8; }

#ic-table-div tr:nth-child(18) {
  background: #e3eff8; }

#ic-table-div {
  max-width: 98% !important;
  font-size: 16px; }

#ic-compare-header {
    /*
   * max-width: 95% !important;
   */
  font-size: 16px;
  margin: 0 auto; }

/*
 * Clicky Analytics Conflict Issue with Pre-selected Compare Chart (removes Clicky from chart and page)
 */
#ic-table-div #ca_sdata,
#ic-table-div #ca_div {
  display: none; }

/*
 * ----------------------------------end
 */
.ystar {
  color: #ffb900;
  font-size: 18px !important; }

.lit td a {
  color: #a22dac;
  display: block;
  width: 100%; }

.quoter-box-term {
  max-width: 300px; }

.about .headline {
  display: none; }

.about-block {
  background: #dbebd3;
  padding: 3%;
  width: 60%; }

.mobile-quote-btn {
  display: none;
  padding: 0%; }

.pad5-20-3 {
  padding: 5% 20% 3%; }

.pad5-20-2 {
  padding: 5% 20% 2%; }

.pad4-20 {
  padding: 4% 20%; }

.pad2-20-2 {
  padding: 2% 20% 2%; }

.pad-tighter {
  padding: 0 13%; }

.quote-container .post_box {
  padding: 0px 0 0 0; }

/*
 * - CALCULATOR ---------------------
 */
.cal-pad {
  padding: 0 15%; }

.ui-corner-all {
  border-radius: 2px !important; }

.ui-slider-horizontal {
  height: 1.2em !important; }

.ui-slider .ui-slider-handle {
  height: 1.6em !important; }

.ui-widget.ui-widget-content {
  border: 1px solid white !important; }

.slider .ui-slider-range {
  background: #729fcf !important; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid white false;
  background: #2a68b1 !important; }

.text_div {
  font-weight: 900 !important;
  color: #0c8d01;
  background: #d6e6cd;
  padding: 0 5px; }

.cal {
  background: #eff6fc;
  border: 2px solid #d6e5f1;
  border-radius: 2px;
  color: #111111;
  font-weight: 600;
  padding: 4%; }

.calc-instructions {
  color: #666666;
  font-size: 16px;
  font-weight: 400; }

.calc-results {
  background: #225279;
  color: white;
  padding: 4%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  border-radius: 2px; }

.calc-results .text_div {
  font-weight: 900 !important;
  color: #8ac666 !important;
  background: none;
  padding: 0 !important; }

#essentials-lead {
  background: #a4bec7;
  border-radius: 4px;
  color: white;
  padding: 5% 10% 6%;
  text-align: center;
  max-height: 549px;
  margin-top: 7px; }

#essentials-lead input {
  background: white;
  border: 0px solid #cccccc;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 11px 10px;
  width: 100%; }

#essentials-lead input.name {
  background: white url('') no-repeat 10px;
  color: #666666;
  padding-left: 35px;
  width: 55%; }

#essentials-lead input.email {
  background: white url('') no-repeat 10px;
  color: #666666;
  padding-left: 35px;
  width: 55%; }

#essentials-lead input[type="submit"] {
  background-color: #92ca65;
  border-radius: 2px;
  color: white;
  font-size: 15px !important;
  margin-top: 0px;
  padding: 12px 18px;
  text-align: center;
  width: 93%; }

.sidebar #essentials-lead {
  background: #a4bec7;
  border-radius: 4px;
  color: white;
  padding: 5% 8%;
  text-align: center;
  margin-top: 0;
  min-height: 600px; }

.rates .columns>.sidebar {
  display: none; }

.rates .grey {
  background: #c4d6e4; }

.rates .su-tabs {
  background: white !important; }

.rates-chart {
  font-size: 14px;
  text-align: center;
  font-family: "roboto";
  color: #111111; }

.rates-hd {
  font-size: 12px;
  color: #0a5b9c;
  font-weight: bold; }

.rates .su-spoiler-title {
  cursor: pointer;
  font-size: 15px !important;
  font-weight: 700; }

.rates .su-spoiler {
  margin-bottom: 0.15em; }

.rates .su-table-responsive table td,
.su-table-responsive table th {
  word-break: initial !important; }

.rates .su-table table td {
  padding: 0.1em 0.25em !important;
  border-bottom: 1px solid #cccccc !important;
  background: white !important; }

.rates .su-table table td {
  padding: 0.1em 0.25em !important;
  border-bottom: 1px solid #cccccc !important;
  background: white !important; }

.rates .su-table-alternate table tr:nth-child(even) td {
  background-color: #f7f7f7 !important; }

.rates .su-spoiler-style-default>.su-spoiler-content {
  padding: 0.5em; }

.rates .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
  left: 95%;
  color: #ee9015; }

.rates .su-tabs-nav span {
  color: #666666;
  font-weight: bold; }

.rates .su-tabs-nav span {
  background: #dddddd; }

.rates .su-tabs-pane {
  background: #f9f9f9;
  border-radius: 3px;
  padding: 2% 5%;
  border: 2px solid #eeeeee; }

.rates .su-tabs-nav span.su-tabs-current {
  background: #f6f6f6; }

.gradi {
  background: #caabc5;
    /*
   * fallback for old browsers
   */
  background: -webkit-linear-gradient(to left, #26d0ce, #caabc5);
    /*
   * Chrome 10-25, Safari 5.1-6
   */
  background: linear-gradient(to left, #26d0ce, #caabc5);
    /*
   * W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
   */ }

.gradi-b {
  background: #caabc5;
    /*
   * fallback for old browsers
   */
  background: -webkit-linear-gradient(to left, #caabc5, #26d0ce);
    /*
   * Chrome 10-25, Safari 5.1-6
   */
  background: linear-gradient(to left, #caabc5, #26d0ce);
    /*
   * W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
   */ }

.gradi2 {
  background: #a1ffce;
    /*
   * fallback for old browsers
   */
  background: -webkit-linear-gradient(to bottom, #f0f7fc, #3baee7);
    /*
   * Chrome 10-25, Safari 5.1-6
   */
  background: linear-gradient(to bottom, #f0f7fc, #3baee7);
    /*
   * W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
   */ }

.gradi3 {
  background: #a1ffce;
    /*
   * fallback for old browsers
   */
  background: -webkit-linear-gradient(to bottom, #3baee7, white);
    /*
   * Chrome 10-25, Safari 5.1-6
   */
  background: linear-gradient(to bottom, #3baee7, white);
    /*
   * W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+
   */ }

/*
 * --- GRAVITY FORMS ---
 */
.gform_wrapper textarea.small {
  background: white; }

body .gform_wrapper {
  background: #eeeeee;
  margin-top: 0px;
  padding: 1em 3em; }

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"] {
  border: 1px solid #cccccc;
  color: #444444;
  font-size: 16px;
  padding: 7px 5px;
  width: 95%; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background: #92ca65;
  border: 0px;
  color: white;
  font-size: 15px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  margin-top: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

/*
 * **
 */
.footer #gform_wrapper_1 .gform_footer {
  text-align: left !important; }

.footer #gform_wrapper_1 ul li.gfield {
  margin-top: -10px !important; }

.footer #gform_wrapper_1 .gform_footer {
  margin: 20px 0 0 !important; }

#gform_wrapper_1 .gfield_required {
  display: none !important; }

#gform_wrapper_1 ul li.gfield {
  padding-top: 0; }

#gform_wrapper_1 .top_label .gfield_label {
  clear: both;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3; }

.gform_wrapper_1 .gfield_description {
  font-weight: 600; }

body #gform_wrapper_1 .gform_body .gform_fields .gfield select {
  background: white !important;
  margin-top: -3px !important;
  padding: 6px !important; }

body #gform_wrapper_1 {
  background: transparent;
  padding: 0; }

#gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"] {
  background: white;
  border: 1px solid #cccccc;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  margin-top: 16px;
  padding: 12px 15px;
  width: 90%; }

#gform_wrapper_1 input.large {
  width: 95% !important; }

#gform_wrapper_1 input.small {
  width: 55% !important; }

#gform_wrapper_1 input.medium {
  width: 55% !important; }

#gform_wrapper_1 .gform_footer {
  text-align: left; }

#gform_wrapper_1 .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background: #a22dac;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 600 !important;
  letter-spacing: 0;
  margin-top: -10px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 110px; }

#gform_wrapper_1 .gform_footer {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  width: 80%; }

#optin #gform_wrapper_1 input.large {
  width: 100% !important; }

#optin #gform_wrapper_1 input.small {
  width: 100% !important; }

#optin #gform_wrapper_1 input.medium {
  width: 100% !important; }

#optin #gform_wrapper_1 .gform_footer {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  width: 100% !important; }

.sidebar .footer #gform_wrapper_1 .gform_footer {
  text-align: left !important; }

.sidebar .footer #gform_wrapper_1 ul li.gfield {
  margin-top: -10px !important; }

.footer #gform_wrapper_1 .gform_footer {
  margin: 20px 0 0 !important; }

.sidebar #gform_wrapper_1 .gfield_required {
  display: none !important; }

.sidebar #gform_wrapper_1 ul li.gfield {
  margin-top: -25px;
  padding-top: 0; }

.sidebar #gform_wrapper_1 .top_label .gfield_label {
  clear: both;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3; }

.sidebar .gform_wrapper_1 .gfield_description {
  font-weight: 600; }

.sidebar body #gform_wrapper_1 .gform_body .gform_fields .gfield select {
  background: white !important;
  margin-top: -3px !important;
  padding: 6px !important; }

.sidebar body #gform_wrapper_1 {
  background: transparent;
  padding: 0; }

.sidebar #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"] {
  background: white;
  border: 1px solid #cccccc;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  margin-top: -8px;
  padding: 8px 15px;
  width: 95%; }

.sidebar #gform_wrapper_1 input.large {
  width: 95% !important; }

.sidebar #gform_wrapper_1 input.small {
  width: 55% !important; }

.sidebar #gform_wrapper_1 input.medium {
  width: 55% !important; }

.sidebar #gform_wrapper_1 .gform_footer {
  text-align: left; }

.sidebar #gform_wrapper_1 .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background: #92ca65;
  border-radius: 3px;
  color: white;
  font-size: 15px;
  font-weight: 600 !important;
  letter-spacing: 0;
  margin-top: -15px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.sidebar #gform_wrapper_1 .gform_footer {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  width: 80%; }

.sidebar #essentials-lead #gform_wrapper_1 input.large {
  width: 100% !important; }

.sidebar #essentials-lead #gform_wrapper_1 input.small {
  width: 100% !important; }

.sidebar #essentials-lead #gform_wrapper_1 input.medium {
  width: 100% !important; }

.sidebar #essentials-lead #gform_wrapper_1 .gform_footer {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  width: 100% !important; }

#essentials-lead #gform_wrapper_1 input.large {
  width: 100% !important; }

#essentials-lead #gform_wrapper_1 input.small {
  width: 100% !important; }

#essentials-lead #gform_wrapper_1 input.medium {
  width: 100% !important; }

#essentials-lead #gform_wrapper_1 .gform_footer {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  width: 100% !important; }

.essentials-mobile #gform_wrapper_1 input.large {
  width: 100% !important; }

.essentials-mobile #gform_wrapper_1 input.small {
  width: 100% !important; }

.essentials-mobile #gform_wrapper_1 input.medium {
  width: 100% !important; }

.essentials-mobile #gform_wrapper_1 .gform_footer {
  clear: both;
  margin: 24px 0 0;
  padding: 0;
  width: 100% !important; }

.testi-block {
  background: #a6a1b9;
  border: 0 solid white;
  padding: 3% 4%;
  margin: auto 20%;
  margin-top: -7em;
  margin-bottom: 3em;
  font-family: georgia;
  font-style: italic;
  font-size: 24px;
  color: white;
  text-align: center;
  line-height: 36px; }

.img-neg {
  margin-top: -60px !important; }

.img-neg-plus {
  margin-top: -75px !important; }

.four-block {
  box-shadow: 0 0.125rem 2rem -1.188rem rgba(85, 85, 85, 0.9);
  background: white;
  font-size: 16px;
  padding: 2.5% 3%; }

.four-block:hover {
  box-shadow: 0 0.25rem 2.5rem -1.5rem rgba(85, 85, 85, 0.9); }

.four-block h4 {
  font-size: 18px;
  font-size: 600;
  line-height: 26px;
  text-align: center; }

.homepage .post_box {
  padding: 0;
  border-top: 0px dotted #dddddd; }

.btn-quote {
  background: #a22dac;
  border: 0 solid #e03c3c;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none; }

.btn {
  background: #d65050;
  border: 3px solid #d65050;
  border-radius: 3px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 20px;
  text-decoration: none; }

.btn:hover {
  background: transparent;
  border: 3px solid #e03c3c;
  color: #e03c3c; }

.btn-blue {
  background: #3773ca;
  border-radius: 3px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  text-decoration: none; }

.ftr-area {
  height: auto;
  font-family: 'muli';
  overflow: hidden; }

.ftr-right {
  margin-top: 20%; }

.ftr-txt-hd {
  color: white;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 67px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px; }

.ftr-txt {
  color: white;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 20px 0 50px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

.ftr-txt1 {
  color: white;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 10px;
  padding: 20px 0 10px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

.ftr-txt2 {
  color: white;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 46px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 3px; }

.grt .headline {
  color: #79b4e1;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin: 0;
  padding: 10px 0; }

.su-spoiler-title {
  cursor: pointer;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 20px;
  min-height: 20px;
  padding: 7px 7px 7px 34px;
  position: relative; }

.blog .post_box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1.5em; }

.blog .columns > .content {
  margin-top: 0.5em; }

.blog .post_box .headline a {
  font-family: 'poppins';
  font-weight: 600 !important;
  color: #263f6c !important; }

.single .grt .headline {
  color: #263f6c !important;
  font-family: 'poppins';
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin: 0; }

.excerpt_read_more {
  background-color: white;
  border: 3px solid #d65050;
  color: #d65050;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 600 !important;
  margin-right: 1em;
  margin-top: 2.25em;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase; }

.excerpt_read_more:hover {
  background: #d65050;
  color: white; }

.byline {
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  color: #777777;
  margin-top: 5px;
  padding: 4px 10px; }

.post_cats {
  color: #777777;
  float: none; }

.byline a,
.post_author,
.post_date {
  font-style: italic;
  letter-spacing: 1px;
  text-transform: none !important; }

.input_text {
  color: #777777;
  padding: 0.75em 0.5em;
  font-size: 14px;
  font-weight: 600; }

.su-posts-list-loop {
  line-height: 18px;
  margin-left: 22px; }

.su-post {
  font-weight: 600; }

/*
 * --- Sidebar -----------------------------
 */
.columns > .content {
  border-style: none; }

.columns > .sidebar {
  float: right;
  padding: 47px 0px 0px 15px;
  width: 350px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  color: #777777;
  font-size: 18px !important;
  font-weight: 600;
  font-variant: normal !important;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.sidebar .widget ul {
  font-size: 16px !important; }

.textwidget {
  color: #7e6c57; }

/*
 * ---sidebar END
 */
.page-head {
  background: #f2f0ec;
  border-bottom: 0px solid #f0e1d0;
  padding: 1.5em; }

.page-head .headline {
  color: #7e6c57;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px; }

.grt h2 {
  color: #263f6c !important;
  font-family: 'poppins';
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 14px;
  margin-top: 20px; }

.grt h3 {
  color: #263f6c !important;
  font-family: 'poppins';
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 12px;
  margin-top: 16px; }

.grt h4 {
  color: #263f6c !important;
  font-family: 'poppins';
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 12px; }

.grt h6 {
  color: #263f6c !important;
  font-family: 'poppins';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px; }

/*
 * ---- MAJOR AREAS -------------------------------------------------------
 */
body {
  font-family: 'muli';
  background-color: white;
  color: #555555;
  padding-top: 0px; }

.pw {
  max-width: 1100px;
  margin: 0 auto; }

.post_box {
  border: none;
  padding: 50px 0 0 0; }

#header {
  background: transparent;
  border: none;
  padding: 0px !important; }

.fw-head {
  background: #f0f7fc;
  border-bottom: 0px solid #aec4d5;
  padding: 0.75em 2%; }

.footer {
  background: #263f6c;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0em;
  padding: 3em 0.55em;
  text-align: left; }

.footer-home {
  font-size: 13px;
  font-weight: 400; }

.ft-title {
  border-bottom: 1px solid white;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  padding: 5px 0px;
  font-weight: 600; }

.footer-text {
  border-top: 1px solid #999999; }

.footer a {
  color: #999999;
  text-decoration: none; }

.footer a:hover {
  color: white; }

/*
 * --- NAV MENU ---------------------------------------------------------------------
 */
.menu {
  background-color: transparent;
  border: none;
  float: right;
  list-style: none;
  position: relative;
  right: 1.5%;
  top: 12px; }

.menu a {
  background-color: transparent;
  border: none;
  color: #263f6c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0 1em;
  padding: 0.5em 0.25em;
  text-transform: none; }

.menu a:hover {
  background-color: transparent;
  color: #65a9dd; }

.menu .current-menu-item > a,
.menu .current_page_item > a {
  background-color: transparent;
  color: #65a9dd; }

.menu-item-2210 {
  background: #a22dac !important;
  border-radius: 20px; }

.menu-item-2210 a {
  color: white !important;
  text-transform: uppercase !important; }

/*
 * * Mobile "Get A Quote" *
 */
.menu-item-2211 {
  display: none; }

/*
 * Sub Menu
 */
.sub-menu {
  border: none; }

.menu .sub-menu {
  border-top: 8px solid transparent;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  margin-left: 1px;
  margin-top: -2px; }

.sub-menu a {
  color: #3a4e6f;
  background: #f2f2f2;
  border-bottom: 2px solid white;
  border-radius: 0px !important;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  padding: 0.85em 1em;
  text-transform: none !important;
  width: 175px; }

.sub-menu .current-menu-item > a,
.sub-menu .current_page_item > a {
  background-color: #f0f7fc; }

.sub-menu a:hover {
  background-color: #f0f7fc; }

/*
 * --- GRAVITY FORMS -------------------------------------
 */
body .gform_wrapper {
  background: #eeeeee;
  margin-top: 0px;
  padding: 1em 3em; }

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"] {
  border: 1px solid #cccccc;
  color: #444444;
  font-size: 16px;
  padding: 7px 5px;
  width: 95%; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background: #e03c3c;
  border: 0px;
  color: white;
  font-size: 15px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  margin-top: 0px;
  padding: 7px 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

/*
 * **************
 */
/*
 * -------- MOBILE SETS -----------------------------
 */
.mobile-head,
.mobile-phone {
  display: none; }

.quote-btn,
.quote-box-inner {
  display: none;
  background: none;
  margin-top: 2em;
  text-align: center; }

/*
 * * RESPONSIVE ************************************************************************
 */
/*
 * ---:[ media queries ]:---
 */
.mobile-head,
.mobile-phone {
  display: none; }

/*
 * * RESPONSIVE ************************************************************************
 */
/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1700px) {
  .pad5-20 {
    padding: 5% 15%; }

  .pad0-15 {
    padding: 5% 10%; } }

@media all and (max-width: 1540px) {
  .pad-tighter {
    padding: 0 0; }

  .testi-block {
    margin: auto 2%;
    margin-top: -5em;
    margin-bottom: 3em; }

  .content {
    padding: 1% 3%; }

  .quote-container .content {
    padding: 0% 0%; } }

@media all and (max-width: 1400px) {
  .pad5-20 {
    padding: 5%; }

  .pad0-15 {
    padding: 0% 5%; } }

@media all and (max-width: 1150px) {
  /*
   * * desktop "Get A Quote" *
   */  .menu-item-2210 {
    display: none; }

  .menu-item-2211 {
    display: block; }

  .mobile-quote-btn {
    display: block; }

  .pad5-20-3 {
    padding: 5% 8% 3%; }

  .pad5-20-2 {
    padding: 5% 8% 2%; }

  .pad4-20 {
    padding: 4% 8%; }

  .pad2-20-2 {
    padding: 2% 8% 2%; }

  .menu .sub-menu {
    background: transparent;
    box-shadow: none;
    margin-left: 1px;
    margin-top: 0px; }

  .sub-menu {
    border: none;
    margin-left: 15px !important;
    padding: 0em !important;
    width: 90%; }

  .menu .sub-menu {
    border-top: 0px solid #dddddd; }

  .testi-block {
    margin: auto 2%;
    margin-top: 0em;
    margin-bottom: 3em; }

  .ftr-txt-hd {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0.75;
    margin-top: 0; }

  .ftr-txt {
    color: white;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 10px 0 20px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

  .ftr-txt1 {
    color: white;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px 0 10px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

  .grt h2 {
    color: #263f6c !important;
    font-family: 'poppins';
    font-size: 36px;
    font-weight: 800;
    line-height: 45px;
    margin-bottom: 6px;
    margin-top: 8px; } }

@media all and (max-width: 1100px) {
  .fw-head {
    display: none; }

  .mobile-head,
  .mobile-phone,
  .quote-box-inner {
    display: block; }

  .mobile-header {
    padding: 1em;
    margin-top: -1em; }

  #header {
    display: none; }

  .fw-nav {
    border-bottom: none; }

  .menu {
    background-image: none; }

  #thesis-search-widget-5 {
    display: none; }

  .fw-nav {
    background: white; }

  .menu_control {
    background: #dddddd;
    color: #354a6a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.5em;
    padding: 1.25em 28px 1em; }

  .menu {
    margin-bottom: 1em;
    top: -20px; }

  .menu a {
    background: #eeeeee;
    border-bottom: 1px solid white;
    color: #354a6a;
    width: 50%;
    margin-left: 1em;
    padding-left: 4em;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu a:hover {
    background-color: #354a6a;
    color: white; }

  .menu .current-menu-item > a,
  .menu .current_page_item > a {
    border-bottom: 1px solid white;
    background: #354a6a;
    color: white; }

  .menu show_menu {
    background: #dddddd; }

  .btm-fnl {
    padding: 2em 1em; }

  h1 {
    color: black;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px; }

  .columns > .sidebar {
    float: left; } }

@media all and (max-width: 950px) {
  .ftr-txt-hd {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0.75;
    margin-top: 0; }

  .ftr-txt {
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 10px 0 20px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

  .ftr-txt1 {
    color: white;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px 0 10px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; } }

@media all and (max-width: 865px) {
  .img-neg {
    margin-top: 0px !important; }

  .ftr-txt-hd {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0.75;
    margin-top: 0; }

  .ftr-txt {
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 10px 0 20px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

  .ftr-txt1 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px 0 10px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; } }

@media all and (max-width: 768px) {
  .fe-quote-txt {
    padding: none;
    margin-top: -50px !important;
    text-align: center !important; }

  .pad5-20 {
    padding: 3% 3%; }

  .pad5-20 h2 {
    font-size: 32px !important;
    line-height: 42px !important; }

  .pad5-20 h3 {
    font-size: 22px !important;
    line-height: 32px !important; }

  .pad0-15 {
    padding: 9% 1%; }

  .compare-area {
    background-image: none;
    background-color: #5073ab;
    height: auto; }

  .compare-txt h2 {
    color: white !important;
    font-family: 'poppins';
    font-size: 34px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 14px; }

  .iq {
    padding: 2%;
    text-align: center;
    display: block; }

  .ftr-right {
    margin-top: 0;
    padding: 0 10%; }

  .ftr-txt-hd {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0.75;
    margin-top: 0; }

  .ftr-txt {
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 10px 0 20px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

  .ftr-txt1 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 20px 0 10px;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px; }

  .banner {
    display: none; }

  .mobile-phone {
    background: #fcfcfc;
    border-bottom: 1px solid #f6f6f6;
    padding: 0.5em 0; }

  .byline {
    border: none; }

  .post_cats {
    float: none; }

  .grt .headline {
    color: #1e73be;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding: 1px 0;
    text-transform: uppercase; }
    .grt .headline .blog.img {
      display: none; } }

@media all and (max-width: 480px) {
  .btn {
    border: 2px solid #e03c3c;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    text-decoration: none; }

  .btn:hover {
    border: 2px solid #e03c3c; } }

@media all and (max-width: 360px) {
   }

@media all and (max-width: 320px) {
   }