[data-f-id="pbf"] {
  display: none; }

a:-webkit-any-link {
  color: #008cba;
  text-decoration: none !important;
  line-height: inherit;
  color: -webkit-link;
  cursor: pointer; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "ProximaNova-Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0; }
  @media only screen and (max-width: 767px) {
    hr {
      margin: 0; } }

.author-name-style {
  color: #FFC453 !important; }

.author-name-style:hover {
  color: #f3941e !important; }

.share-post-section .facebook-share:hover, .tooltiptext-show .facebook-share:hover {
  color: #3B5997 !important;
  border: 1px solid #3B5997 !important;
  background-color: white !important;
  transition: 0.5s; }
  .share-post-section .facebook-share:hover i, .tooltiptext-show .facebook-share:hover i {
    color: #3B5997; }
.share-post-section .twitter-share:hover, .tooltiptext-show .twitter-share:hover {
  color: #100f0f !important;
  border: 0.5px solid #4099FF !important;
  background-color: white !important;
  transition: 0.5s; }
  .share-post-section .twitter-share:hover i, .tooltiptext-show .twitter-share:hover i {
    color: #4099FF; }
.share-post-section .pinterest-share:hover, .tooltiptext-show .pinterest-share:hover {
  color: #B8242C !important;
  border: 1px solid #B8242C !important;
  background-color: white !important;
  transition: 0.5s; }
  .share-post-section .pinterest-share:hover i, .tooltiptext-show .pinterest-share:hover i {
    color: #B8242C; }

.hire-lawn-service-arrow {
  position: relative;
  top: -2px;
  left: 7px;
  transition: all 0.5s; }

.new-ho-sign-up:hover, .new-ho-sign-up:focus {
  background: #f67106; }

body {
  width: 100%;
  font-family: "proxima-nova";
  color: #5b5b5b;
  margin: 0;
  font-size: 100%;
  background: #fff;
  color: #222;
  padding: 0;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h3 {
  font-size: 1.6875rem;
  line-height: 1.4;
  font-weight: normal; }

p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }

.new-ho-sign-up:hover img, .new-ho-sign-up:focus img {
  left: 6%;
  transition: all 0.5s;
  -webkit-transition: 0.5s; }

.header {
  display: none; }

.infographic-link {
  opacity: 0.6 !important; }

.gp-blue-bg .gp-header__menu--link:hover {
  opacity: 1 !important; }

.fb-bg:hover {
  background-color: #3B5999;
  border: 1px solid #3B5999 !important; }
  .fb-bg:hover i {
    color: #fff !important; }

.fixed {
  position: fixed !important;
  top: 88px !important;
  left: auto;
  background: #fff; }

.tw-bg:hover {
  background-color: #55ACEE;
  border: 1px solid #55ACEE !important; }
  .tw-bg:hover i {
    color: #fff !important; }

.pin-bg:hover {
  background-color: #DD001E;
  border: 1px solid #DD001E !important; }
  .pin-bg:hover i {
    color: #fff !important; }

.mail-bg:hover {
  background-color: #00A3E7;
  border: 1px solid #00A3E7 !important; }
  .mail-bg:hover i {
    color: #fff !important; }

@media only screen and (max-width: 767px) {
  .sumome-share-client-wrapper {
    display: none; } }
.sumome-share-client-wrapper .sumome-share-client-wrapper-left-page {
  display: none; }

.blue-link {
  color: #00A3E7 !important; }

.author-details a {
  color: #373737; }

.author-details a:focus, .author-details a:visited, .author-details a:focus {
  color: #373737;
  text-decoration: none; }

.share-hidden {
  display: none; }

.header-shadow {
  box-shadow: 0 1px 12px 0 rgba(55, 55, 55, 0.15); }
  @media only screen and (max-width: 767px) {
    .header-shadow {
      box-shadow: 0 4px 4px 0 transparent, 0 2px 9px 0 rgba(0, 0, 0, 0.1); } }

.header {
  height: 65px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  background: white;
  top: 0; }
  @media (min-width: 376px) and (max-width: 767px) {
    .header {
      height: 61px;
      top: -1px; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .header {
      top: -1px; } }
  @media only screen and (max-width: 375px) {
    .header {
      height: 57px; } }
  .header .sp-container {
    width: 1234px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) and (max-width: 1300px) {
      .header .sp-container {
        width: 90%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .header .sp-container {
        width: 85%; } }
    @media only screen and (max-width: 767px) {
      .header .sp-container {
        width: 92%; } }
    .header .sp-container .sp-header-grid {
      display: grid;
      grid-template-columns: 15% 75% 10%; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .header .sp-container .sp-header-grid {
          grid-template-columns: 15% 76% 9%; } }
      @media (min-width: 376px) and (max-width: 767px) {
        .header .sp-container .sp-header-grid {
          grid-template-columns: 33.1% 51.5% 15%; } }
      @media only screen and (max-width: 375px) {
        .header .sp-container .sp-header-grid {
          grid-template-columns: 32.7% 51.5% 15%; } }
      .header .sp-container .sp-header-grid .sp-header-logo {
        line-height: 78px; }
        @media (min-width: 376px) and (max-width: 767px) {
          .header .sp-container .sp-header-grid .sp-header-logo {
            line-height: 63px; } }
        @media only screen and (max-width: 375px) {
          .header .sp-container .sp-header-grid .sp-header-logo {
            line-height: 56px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .header .sp-container .sp-header-grid .sp-header-logo {
            width: 95px; } }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .header .sp-container .sp-header-grid .sp-header-logo {
            width: 109px;
            padding-left: 8px; } }
      .header .sp-container .sp-header-grid .sp-header-title p {
        color: #373737;
        font-size: 18px;
        font-family: 'proxima_nova_rgbold';
        border-left: 1px solid #D8D8D8;
        padding-left: 18px;
        margin-top: 26px;
        position: relative;
        left: -2px; }
        @media only screen and (max-width: 767px) {
          .header .sp-container .sp-header-grid .sp-header-title p {
            display: none; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .header .sp-container .sp-header-grid .sp-header-title p {
            font-size: 16px;
            margin-top: 28px; } }
      .header .sp-container .sp-header-grid .sp-header-share {
        line-height: 80px;
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .header .sp-container .sp-header-grid .sp-header-share {
            line-height: 58px; } }
        .header .sp-container .sp-header-grid .sp-header-share a {
          text-decoration: none;
          color: #373737;
          font-family: 'ProximaNova-Regular';
          font-size: 18px;
          display: block;
          float: right;
          width: max-content; }
          @media (min-width: 376px) and (max-width: 767px) {
            .header .sp-container .sp-header-grid .sp-header-share a {
              font-size: 13px;
              position: relative;
              top: 2px; } }
          @media only screen and (max-width: 360px) {
            .header .sp-container .sp-header-grid .sp-header-share a {
              font-size: 11px; } }
          @media (min-width: 361px) and (max-width: 375px) {
            .header .sp-container .sp-header-grid .sp-header-share a {
              top: 0;
              font-size: 12px; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .header .sp-container .sp-header-grid .sp-header-share a {
              font-size: 13px; } }
          @media screen and (min-width: 1024px) and (max-width: 1060px) {
            .header .sp-container .sp-header-grid .sp-header-share a {
              font-size: 15px; } }
        .header .sp-container .sp-header-grid .sp-header-share .share-image, .header .sp-container .sp-header-grid .sp-header-share .share-image-blue {
          width: 19px; }
          @media only screen and (max-width: 375px) {
            .header .sp-container .sp-header-grid .sp-header-share .share-image, .header .sp-container .sp-header-grid .sp-header-share .share-image-blue {
              width: 13px;
              top: -1px;
              left: -1px; } }
          @media (min-width: 376px) and (max-width: 767px) {
            .header .sp-container .sp-header-grid .sp-header-share .share-image, .header .sp-container .sp-header-grid .sp-header-share .share-image-blue {
              width: 14px;
              top: -1px;
              left: -3px;
              position: relative; } }

.tooltiptext {
  visibility: hidden;
  width: 127px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 13px 0;
  position: absolute;
  z-index: 1;
  top: 77%;
  color: black;
  left: 60%;
  box-shadow: 0 4px 8px 0 transparent, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: translate(-50%); }
  @media only screen and (max-width: 360px) {
    .tooltiptext {
      left: -27%;
      width: 120px; } }
  @media (min-width: 376px) and (max-width: 767px) {
    .tooltiptext {
      left: -18.5%;
      width: 132px;
      left: 41%; } }
  @media (min-width: 361px) and (max-width: 480px) {
    .tooltiptext {
      left: -18.5%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .tooltiptext {
      left: 46%; } }
  .tooltiptext:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 60%;
    margin-left: -5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent white transparent; }
    @media only screen and (max-width: 767px) {
      .tooltiptext:after {
        left: 81%; } }
  .tooltiptext .share-button {
    float: right;
    background-color: #3B5997;
    border: none;
    color: white;
    padding: 11px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 8px;
    margin: 5px 14px;
    width: 99px;
    cursor: pointer; }
    @media only screen and (max-width: 360px) {
      .tooltiptext .share-button {
        font-size: 11px; } }
    @media (min-width: 361px) and (max-width: 767px) {
      .tooltiptext .share-button {
        font-size: 13px;
        width: 80%; } }
    .tooltiptext .share-button i {
      margin-right: 8px; }
  .tooltiptext .twitter-button {
    background-color: #282f3c; }
  .tooltiptext .pintrest-button {
    background-color: #B8242C; }

.tooltiptext-show {
  visibility: visible; }

.title-image {
  margin: 62px auto 0 auto;
  width: 785px;
  position: relative;
  left: 7px; }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .title-image {
      text-align: center;
      margin: 132px auto 0 auto; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .title-image {
      width: 85%; } }
  @media (min-width: 376px) and (max-width: 767px) {
    .title-image {
      margin: 150px auto 0 auto;
      width: 90%;
      left: 0; } }
  @media only screen and (max-width: 376px) {
    .title-image {
      margin: 135px auto 0 auto;
      width: 90%;
      left: 0; } }
  .title-image img {
    height: 416px;
    width: 100%; }
    @media (min-width: 376px) and (max-width: 767px) {
      .title-image img {
        height: 223px; } }
    @media only screen and (max-width: 376px) {
      .title-image img {
        height: 200px; } }

.sp-main-container {
  width: 85%;
  display: grid;
  grid-template-columns: 16% 60% 20%;
  margin: 45px auto 0 auto; }
  @media screen and (min-width: 1024px) and (max-width: 1060px) {
    .sp-main-container {
      width: 85%;
      grid-gap: 30px;
      grid-template-columns: 21% 48% 26%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .sp-main-container {
      width: 75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .sp-main-container {
      width: 90%;
      margin: 15px auto 0 auto;
      grid-template-columns: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .sp-main-container .fixed-sub-div {
      width: 25%; } }
  .sp-main-container .fixed-sub-div .subscribe-div {
    width: 100%;
    position: sticky;
    top: 92px;
    height: 1176px; }
    @media only screen and (max-width: 767px) {
      .sp-main-container .fixed-sub-div .subscribe-div {
        display: none; } }
    .sp-main-container .fixed-sub-div .subscribe-div .share-article {
      width: 100%; }
      .sp-main-container .fixed-sub-div .subscribe-div .share-article p {
        color: #373737;
        font-family: "proxima_nova_rgbold";
        font-size: 20px;
        text-align: left;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .share-article p {
            font-size: 18.6px;
            margin-bottom: 0; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .share-article p {
            font-size: 17px;
            margin-bottom: 0; } }
      .sp-main-container .fixed-sub-div .subscribe-div .share-article ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      .sp-main-container .fixed-sub-div .subscribe-div .share-article span {
        color: #B8B8B8;
        line-height: 40px;
        font-size: 8px;
        opacity: 0.9;
        font-family: 'proxima_novasemibold';
        border: 1px solid #B8B8B8;
        width: 31px;
        height: 31px;
        display: block;
        margin-right: 5px;
        float: left;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        line-height: 38px; }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .share-article span {
            font-size: 14px;
            width: 30px;
            height: 30px;
            margin-right: 7px;
            line-height: 29px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .share-article span {
            font-size: 13px;
            width: 26px;
            height: 26px;
            margin-right: 7px;
            line-height: 25px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .share-article span i {
          font-weight: 700;
          color: #B8B8B8;
          font-size: 15px; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .sp-main-container .fixed-sub-div .subscribe-div .share-article span i {
              font-weight: normal;
              padding-top: 5px; } }
    .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block {
      background-color: rgba(253, 233, 202, 0.4);
      margin-top: 74px;
      height: max-content;
      padding-right: 9px;
      padding-left: 9px;
      padding-top: 5px;
      padding-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block {
          margin-top: 45px; } }
      @media only screen and (max-width: 375px) {
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block {
          height: 183px; } }
      .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block p {
        color: #373737;
        font-family: "proxima_nova_rgbold";
        font-size: 19px;
        text-align: center;
        margin-bottom: 6px;
        opacity: 1;
        margin-top: 0; }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block p {
            font-size: 17.2px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block p {
            font-size: 13.4px; } }
      .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email {
        margin-bottom: 9px;
        padding-left: 35px;
        border: 1px solid #E4E4E4;
        box-shadow: none;
        color: #B8B8B8;
        letter-spacing: -1px;
        height: 38px;
        background-color: #fff;
        opacity: 1;
        width: 100%; }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email {
            padding-left: 34px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email {
            letter-spacing: normal; } }
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email:placeholder {
          color: #B8B8B8;
          font-family: 'ProximaNova-Regular';
          font-size: 14px;
          font-weight: 400;
          text-align: left; }
          @media screen and (min-width: 768px) and (max-width: 1060px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email:placeholder {
              font-size: 10px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email::-webkit-input-placeholder {
          color: #B8B8B8;
          font-family: 'ProximaNova-Regular';
          font-size: 14px;
          font-weight: 400;
          text-align: left; }
          @media screen and (min-width: 1024px) and (max-width: 1060px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email::-webkit-input-placeholder {
              font-size: 10px; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email::-webkit-input-placeholder {
              font-size: 9px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email::-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #B8B8B8;
          font-family: 'ProximaNova-Regular';
          font-size: 14px;
          font-weight: 400;
          text-align: left; }
          @media screen and (min-width: 768px) and (max-width: 1060px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email::-moz-placeholder {
              font-size: 10px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email:-moz-placeholder {
          /* Mozilla Firefox 19+ */
          padding-left: 25px;
          color: #B8B8B8;
          font-family: 'ProximaNova-Regular';
          font-size: 14px;
          font-weight: 400;
          text-align: left; }
          @media screen and (min-width: 1024px) and (max-width: 1060px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email:-moz-placeholder {
              font-size: 10px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #B8B8B8;
          font-family: 'ProximaNova-Regular';
          font-size: 14px;
          font-weight: 400;
          text-align: left; }
          @media screen and (min-width: 768px) and (max-width: 1060px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .email:-ms-input-placeholder {
              font-size: 10px; } }
      .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .suscribe-blog__mail {
        position: absolute;
        top: 3px;
        left: 10px; }
        @media screen and (min-width: 768px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .suscribe-blog__mail {
            top: 5px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .suscribe-blog__mail img {
          vertical-align: -webkit-baseline-middle; }
          @media only screen and (max-width: 767px) {
            .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .suscribe-blog__mail img {
              max-width: 27px;
              width: 27px; } }
      .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .emb-subscribe-form {
        position: relative; }
      .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .subscribe-btn {
        border-radius: 25px;
        font-size: 16px;
        color: white;
        border: 0px solid #d7d7d7;
        background-image: linear-gradient(0deg, #ff6f00 0%, #ff9b00 100%);
        padding: 7px 20px;
        font-family: 'proxima_novasemibold';
        height: 35px;
        margin: 0 auto;
        display: block; }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .subscribe-btn {
            width: 150px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .subscribe-block .subscribe-btn {
            width: 111px;
            font-size: 14px; } }
    .sp-main-container .fixed-sub-div .subscribe-div .featured-posts {
      margin-top: 29px; }
      .sp-main-container .fixed-sub-div .subscribe-div .featured-posts p {
        color: #373737;
        font-family: "proxima_nova_rgbold";
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        text-align: left;
        margin-bottom: 8px; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .featured-posts p {
            font-size: 19px; } }
      .sp-main-container .fixed-sub-div .subscribe-div .featured-posts ol {
        margin-left: 11px;
        line-height: 21px;
        padding: 0; }
      .sp-main-container .fixed-sub-div .subscribe-div .featured-posts li {
        margin-bottom: 15px;
        font-size: 15px; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .featured-posts li {
            font-size: 14px; } }
      .sp-main-container .fixed-sub-div .subscribe-div .featured-posts a {
        color: #00A3E7;
        font-family: 'ProximaNova-Regular';
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 188px;
        text-align: left; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .featured-posts a {
            line-height: 20px;
            font-size: 12.5px; } }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .featured-posts a {
            line-height: 20px;
            font-size: 14px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .featured-posts a:hover {
          color: #FF9000; }
    .sp-main-container .fixed-sub-div .subscribe-div .menu-links {
      margin-top: 37px; }
      .sp-main-container .fixed-sub-div .subscribe-div .menu-links .menu-head {
        color: #373737;
        font-family: "proxima_nova_rgbold";
        font-size: 20px;
        margin-bottom: 4px; }
      .sp-main-container .fixed-sub-div .subscribe-div .menu-links ul {
        list-style-type: none;
        margin-left: 0;
        padding: 0; }
      .sp-main-container .fixed-sub-div .subscribe-div .menu-links li {
        margin-bottom: 8px; }
      .sp-main-container .fixed-sub-div .subscribe-div .menu-links a {
        font-family: "ProximaNova-Regular";
        color: #00A3E7; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .fixed-sub-div .subscribe-div .menu-links a {
            line-height: 20px;
            font-size: 12.5px; } }
        @media screen and (min-width: 1024px) and (max-width: 1060px) {
          .sp-main-container .fixed-sub-div .subscribe-div .menu-links a {
            line-height: 20px;
            font-size: 14px; } }
        .sp-main-container .fixed-sub-div .subscribe-div .menu-links a:hover {
          color: #FF9000; }
    .sp-main-container .fixed-sub-div .subscribe-div .random-areas {
      margin-top: 25px; }
      .sp-main-container .fixed-sub-div .subscribe-div .random-areas .areas-head {
        color: #373737;
        font-family: "proxima_nova_rgbold";
        font-size: 20px;
        margin-bottom: 3px; }
      .sp-main-container .fixed-sub-div .subscribe-div .random-areas ul {
        list-style-type: none;
        margin-left: 0;
        padding: 0; }
        .sp-main-container .fixed-sub-div .subscribe-div .random-areas ul li {
          color: #00A3E7;
          font-family: 'ProximaNova-Regular';
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 10px;
          text-align: left; }
          .sp-main-container .fixed-sub-div .subscribe-div .random-areas ul li a {
            color: #00A3E7; }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              .sp-main-container .fixed-sub-div .subscribe-div .random-areas ul li a {
                line-height: 20px;
                font-size: 12.5px; } }
            @media screen and (min-width: 1024px) and (max-width: 1060px) {
              .sp-main-container .fixed-sub-div .subscribe-div .random-areas ul li a {
                line-height: 20px;
                font-size: 14px; } }
            .sp-main-container .fixed-sub-div .subscribe-div .random-areas ul li a:hover {
              color: #FF9000; }
  .sp-main-container .main-post-data {
    margin-left: 79px;
    width: 563px; }
    @media only screen and (max-width: 767px) {
      .sp-main-container .main-post-data {
        margin-left: 0;
        width: 100%;
        color: #373737; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .sp-main-container .main-post-data {
        width: 60%; } }
    @media screen and (min-width: 1024px) and (max-width: 1060px) {
      .sp-main-container .main-post-data {
        margin-left: 0;
        width: 100%; } }
    .sp-main-container .main-post-data .main-title {
      color: #373737;
      font-family: "proxima_nova_rgbold";
      font-size: 38px;
      text-align: left;
      line-height: 40px;
      margin-bottom: 10px;
      margin: 0; }
      @media only screen and (max-width: 360px) {
        .sp-main-container .main-post-data .main-title {
          margin-bottom: 20px;
          font-size: 40px;
          letter-spacing: -.05em;
          text-transform: none; } }
      @media (min-width: 361px) and (max-width: 375px) {
        .sp-main-container .main-post-data .main-title {
          margin-bottom: 15px;
          text-align: center;
          font-size: 40px;
          letter-spacing: -.05em;
          text-transform: none; } }
      @media screen and (min-width: 768px) and (max-width: 1060px) {
        .sp-main-container .main-post-data .main-title {
          font-size: 32px; } }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .main-title {
          text-align: center;
          margin-bottom: 20px;
          font-size: 40px;
          letter-spacing: -.05em;
          text-transform: none; } }
    .sp-main-container .main-post-data .post-info {
      color: #41515D;
      font-family: 'ProximaNova-Regular';
      font-size: 14px;
      line-height: 34px;
      text-align: left; }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .post-info {
          font-size: 12.7px;
          text-align: center;
          line-height: 0px; } }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .post-info {
          font-size: 12.7px;
          line-height: 0px;
          text-align: center; } }
      .sp-main-container .main-post-data .post-info span {
        color: #FFC453; }
        @media only screen and (max-width: 767px) {
          .sp-main-container .main-post-data .post-info span {
            color: #FF9B00; } }
    .sp-main-container .main-post-data .share-post-mobile {
      text-align: center;
      padding-left: 7px; }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .share-post-mobile {
          margin-top: 22px; } }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .share-post-mobile {
          margin-top: 26px; } }
      .sp-main-container .main-post-data .share-post-mobile img {
        margin-right: 10px; }
        @media only screen and (max-width: 375px) {
          .sp-main-container .main-post-data .share-post-mobile img {
            width: 40px; } }
        @media (min-width: 375px) and (max-width: 767px) {
          .sp-main-container .main-post-data .share-post-mobile img {
            width: 44px; } }
    .sp-main-container .main-post-data .post-body {
      font-family: "proxima-nova"; }
      @media only screen and (max-width: 767px) {
        .sp-main-container .main-post-data .post-body {
          padding-top: 22px;
          margin-bottom: 42px; } }
      .sp-main-container .main-post-data .post-body .main-body-section {
        color: #373737;
        font-family: 'ProximaNova-Regular'; }
        @media only screen and (max-width: 767px) {
          .sp-main-container .main-post-data .post-body .main-body-section {
            margin: 0;
            padding: 0; } }
      .sp-main-container .main-post-data .post-body h1, .sp-main-container .main-post-data .post-body h2, .sp-main-container .main-post-data .post-body h3, .sp-main-container .main-post-data .post-body h4 {
        color: #373737;
        font-family: 'ProximaNova-Regular'; }
      @media (max-width: 767px) {
        .sp-main-container .main-post-data .post-body h3 {
          font-size: 1.7rem; } }
      @media (max-width: 767px) {
        .sp-main-container .main-post-data .post-body h2 {
          font-size: 2rem;
          letter-spacing: -.05em;
          text-transform: none;
          font-weight: 600; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .sp-main-container .main-post-data .post-body h2 {
          font-size: 2.3125rem; } }
      @media (max-width: 767px) {
        .sp-main-container .main-post-data .post-body h4 {
          font-size: 1.5rem; } }
      .sp-main-container .main-post-data .post-body img {
        margin: 5px 0;
        max-width: 100%; }
        @media only screen and (max-width: 767px) {
          .sp-main-container .main-post-data .post-body img {
            margin: 5px 0;
            max-width: 100%; } }
      .sp-main-container .main-post-data .post-body p {
        color: #5b5b5b;
        font-family: "ProximaNova-Regular";
        margin-top: 0; }
        @media only screen and (max-width: 767px) {
          .sp-main-container .main-post-data .post-body p {
            overflow: hidden;
            color: #373737;
            font-size: 1.3rem;
            font-weight: 400;
            letter-spacing: 0px;
            line-height: 1.75; } }
        .sp-main-container .main-post-data .post-body p a {
          color: #008CBA; }
      .sp-main-container .main-post-data .post-body ol {
        margin-left: 1.4rem;
        font-family: "ProximaNova-Regular";
        line-height: 1.6;
        list-style-position: outside;
        margin-bottom: 1.25rem;
        padding: 0; }
        @media (max-width: 767px) {
          .sp-main-container .main-post-data .post-body ol li {
            font-size: 20px; } }
        .sp-main-container .main-post-data .post-body ol a {
          color: #008CBA; }
          @media (max-width: 767px) {
            .sp-main-container .main-post-data .post-body ol a {
              font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .sp-main-container .main-post-data .post-body iframe {
          width: 100% !important; } }
      .sp-main-container .main-post-data .post-body ul {
        font-family: 'ProximaNova-Regular'; }
        @media (max-width: 767px) {
          .sp-main-container .main-post-data .post-body ul li {
            font-size: 20px; } }
    .sp-main-container .main-post-data .share-post-section {
      height: 85px;
      padding-top: 11px; }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .share-post-section {
          margin-top: 45px;
          margin: 0 auto;
          padding-top: 15px; } }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .share-post-section {
          height: 75px;
          margin: 0 auto;
          padding-top: 15px; } }
      @media (max-width: 360px) {
        .sp-main-container .main-post-data .share-post-section {
          width: 100%; } }
      .sp-main-container .main-post-data .share-post-section .share-button {
        float: right;
        background-color: #3B5997;
        border: none;
        color: white;
        padding: 12px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 8px;
        margin: 4px 2px;
        cursor: pointer; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .sp-main-container .main-post-data .share-post-section .share-button {
            padding: 11px 22px;
            margin: 4px 4px; } }
        @media (min-width: 376px) and (max-width: 767px) {
          .sp-main-container .main-post-data .share-post-section .share-button {
            font-size: 13px;
            padding: 9px 23px;
            margin: 4px 5px; } }
        @media only screen and (max-width: 360px) {
          .sp-main-container .main-post-data .share-post-section .share-button {
            margin: 4px 3px; } }
        @media (min-width: 361px) and (max-width: 375px) {
          .sp-main-container .main-post-data .share-post-section .share-button {
            padding: 9px 18px;
            margin: 4px 5px;
            font-size: 12px; } }
        .sp-main-container .main-post-data .share-post-section .share-button i {
          margin-right: 8px; }
          @media (min-width: 376px) and (max-width: 767px) {
            .sp-main-container .main-post-data .share-post-section .share-button i {
              margin-right: 6px; } }
          @media only screen and (max-width: 375px) {
            .sp-main-container .main-post-data .share-post-section .share-button i {
              margin-right: 5px; } }
      .sp-main-container .main-post-data .share-post-section .twitter-button {
        background-color: #282f3c; }
        @media (max-width: 360) {
          .sp-main-container .main-post-data .share-post-section .twitter-button {
            padding: 12px 25px; } }
      .sp-main-container .main-post-data .share-post-section .pintrest-button {
        background-color: #B8242C; }
    @media only screen and (max-width: 767px) {
      .sp-main-container .main-post-data .about-the-author {
        width: 100%;
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .sp-main-container .main-post-data .about-the-author .author {
        color: #373737;
        margin-top: 15px;
        font-family: 'ProximaNova-Regular';
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        font-size: 17.5px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 375px) {
      .sp-main-container .main-post-data .about-the-author .author {
        margin-top: 21px;
        font-size: 16.5px;
        margin-bottom: 6px; } }
    @media only screen and (max-width: 767px) {
      .sp-main-container .main-post-data .about-the-author .author-info-mobile .info-mobile {
        grid-template-columns: 19% 70%;
        display: grid; } }
    .sp-main-container .main-post-data .about-the-author .author-info-mobile .info-mobile p {
      font-family: 'proxima_novasemibold'; }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .info-mobile p {
          margin-top: 0;
          font-size: 22px;
          color: #373737;
          padding-top: 12px; } }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .info-mobile p {
          font-size: 19px; } }
    .sp-main-container .main-post-data .about-the-author .author-info-mobile .gene-image {
      border-radius: 50%; }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .gene-image {
          width: 60px;
          height: 60px; } }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .gene-image {
          width: 55px;
          height: 55px; } }
    @media only screen and (max-width: 767px) {
      .sp-main-container .main-post-data .about-the-author .author-info-mobile .social-image {
        width: 32px;
        height: 32px;
        margin-left: 8px; } }
    .sp-main-container .main-post-data .about-the-author .author-info-mobile .author-details {
      margin: 0;
      margin-bottom: 9px;
      font-family: "ProximaNova-Regular"; }
      @media only screen and (max-width: 767px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .author-details {
          font-size: 18.7px;
          line-height: 26px;
          color: #373737; } }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .author-details {
          font-size: 16.9px;
          line-height: 24px; } }
    .sp-main-container .main-post-data .about-the-author .author-info-mobile .follow-me {
      font-family: "ProximaNova-Regular"; }
      @media (min-width: 376px) and (max-width: 767px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .follow-me {
          font-size: 18.7px;
          color: #373737; } }
      @media only screen and (max-width: 375px) {
        .sp-main-container .main-post-data .about-the-author .author-info-mobile .follow-me {
          font-size: 16.9px; } }
  .sp-main-container .fifty_top_cities {
    background-color: #F8F8F8;
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 16px 20px 20px 20px;
    border-radius: 10px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .sp-main-container .fifty_top_cities {
        width: 100%;
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .sp-main-container .fifty_top_cities {
        margin-top: 30px; } }
    .sp-main-container .fifty_top_cities .cities_heading {
      color: #a2b0bf;
      font-size: 18px;
      padding-bottom: 10px; }
      @media (max-width: 1060px) {
        .sp-main-container .fifty_top_cities .cities_heading {
          font-size: 17px; } }
    .sp-main-container .fifty_top_cities .each_city {
      font-family: 'ProximaNova-Regular';
      padding-bottom: 5px; }
      .sp-main-container .fifty_top_cities .each_city a {
        color: #696969; }
        @media (max-width: 1060px) {
          .sp-main-container .fifty_top_cities .each_city a {
            line-height: 1.8; } }

.about-the-author {
  width: 563px;
  margin: 35px auto 0 26%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .about-the-author {
      margin-top: 25px;
      width: 400px;
      margin-left: 13%; } }
  @media screen and (min-width: 1024px) and (max-width: 1060px) {
    .about-the-author {
      width: 470px;
      margin-left: 28%; } }
  @media (max-width: 767px) {
    .about-the-author {
      margin: 0; } }
  .about-the-author .author {
    color: #373737;
    font-family: 'ProximaNova-Regular';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left; }
  .about-the-author .author-info {
    color: #373737;
    display: grid;
    grid-template-columns: 15% 84.3%;
    margin-top: 34px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .about-the-author .author-info {
        grid-gap: 1%;
        margin-top: 22px; } }
    @media screen and (min-width: 1024px) and (max-width: 1060px) {
      .about-the-author .author-info {
        grid-template-columns: 19% 84.3%; } }
    .about-the-author .author-info .gene-image {
      width: 68px;
      height: 68px;
      border-radius: 50%; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .about-the-author .author-info .gene-image {
          width: 55px;
          height: 55px; } }
    .about-the-author .author-info .author-gene {
      margin-top: 0;
      font-family: 'proxima_novasemibold';
      margin-bottom: 5px;
      color: #373737; }
    .about-the-author .author-info .social-image {
      vertical-align: middle;
      width: 28px;
      height: 28px; }
    .about-the-author .author-info .author-details {
      margin-top: 0;
      font-family: "ProximaNova-Regular";
      font-size: 15px;
      line-height: 23.5px;
      margin-bottom: 12px; }
    .about-the-author .author-info .follow-author {
      font-family: "ProximaNova-Regular";
      font-size: 14px; }
      .about-the-author .author-info .follow-author a {
        margin-left: 4px; }
  .about-the-author .horizontal-row-author {
    margin-top: 38px; }

.subscribe-for-mobile {
  width: 90%;
  margin: 0 auto; }
  .subscribe-for-mobile .subscribe-block {
    background-color: rgba(253, 233, 202, 0.4);
    margin-top: 33px;
    height: 205px;
    padding-right: 9px;
    padding-left: 9px;
    padding-top: 1px; }
    .subscribe-for-mobile .subscribe-block p {
      color: #373737;
      font-family: "proxima_nova_rgbold";
      font-size: 18px;
      text-align: center;
      margin-bottom: 5px;
      margin-top: 25px;
      opacity: 1; }
      @media only screen and (max-width: 375px) {
        .subscribe-for-mobile .subscribe-block p {
          margin-top: 15px;
          margin-bottom: 6px;
          font-size: 16px; } }
    .subscribe-for-mobile .subscribe-block .suscribe-blog__mail {
      position: absolute;
      top: 12px;
      left: 43px; }
      @media (min-width: 376px) and (max-width: 767px) {
        .subscribe-for-mobile .subscribe-block .suscribe-blog__mail {
          top: 8px;
          left: 12%; } }
      @media (max-width: 375px) {
        .subscribe-for-mobile .subscribe-block .suscribe-blog__mail {
          top: 6px; } }
      .subscribe-for-mobile .subscribe-block .suscribe-blog__mail img {
        vertical-align: -webkit-baseline-middle; }
        @media only screen and (max-width: 767px) {
          .subscribe-for-mobile .subscribe-block .suscribe-blog__mail img {
            max-width: 27px;
            width: 27px; } }
    .subscribe-for-mobile .subscribe-block .emb-subscribe-form {
      position: relative; }
    .subscribe-for-mobile .subscribe-block .email {
      display: block;
      height: 52px;
      width: 83%;
      margin: 0 auto;
      padding-left: 57px;
      border: 0.1px solid #E4E4E4; }
      @media only screen and (max-width: 375px) {
        .subscribe-for-mobile .subscribe-block .email {
          width: 83%;
          box-shadow: none;
          height: 45px; } }
      .subscribe-for-mobile .subscribe-block .email::placeholder {
        color: #B8B8B8;
        font-family: 'ProximaNova-Regular';
        font-size: 18px;
        font-weight: 400;
        text-align: left; }
      .subscribe-for-mobile .subscribe-block .email::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #B8B8B8;
        font-family: 'ProximaNova-Regular';
        font-size: 18px;
        font-weight: 400;
        background-size: 27px 35px;
        text-align: left; }
      .subscribe-for-mobile .subscribe-block .email::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #B8B8B8;
        font-family: 'ProximaNova-Regular';
        font-size: 18px;
        font-weight: 400;
        text-align: left; }
      .subscribe-for-mobile .subscribe-block .email:-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #B8B8B8;
        font-family: 'ProximaNova-Regular';
        font-size: 18px;
        font-weight: 400;
        text-align: left; }
      .subscribe-for-mobile .subscribe-block .email:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #B8B8B8;
        font-family: 'ProximaNova-Regular';
        font-size: 18px;
        font-weight: 400;
        text-align: left; }
    .subscribe-for-mobile .subscribe-block .subscribed {
      display: flex;
      justify-content: center; }
    .subscribe-for-mobile .subscribe-block .subscribe-btn {
      border-radius: 25px;
      font-size: 18px;
      color: white;
      border: 0;
      background-image: linear-gradient(0deg, #ff6f00 0%, #ff9b00 100%);
      padding: 7px 20px;
      font-family: "proxima_nova_rgbold";
      width: 165px;
      height: 48px;
      text-align: center;
      margin: 20px 20% 0 20%;
      width: 60%; }
      @media only screen and (max-width: 375px) {
        .subscribe-for-mobile .subscribe-block .subscribe-btn {
          font-size: 16px;
          height: 45px; } }

.only-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .only-mobile {
      display: block; } }

.only-desktop {
  display: block; }
  @media only screen and (max-width: 767px) {
    .only-desktop {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 1060px) {
  iframe {
    width: 100% !important; } }

@media only screen and (max-width: 767px) {
  .fa {
    font-size: 14px; }

  .sumome-stylebufferbottom-shim {
    height: 0px !important; } }
.gene-x-profile {
  width: 17px; }
  @media (min-width: 768px) {
    .gene-x-profile {
      width: 15px; } }
