/*!/wp-content/themes/genesis_child/custom/landingpage/tier-0/includes/css/tier0-global-styles.css*/
#blog #content {
    padding: 0 !important;
    margin: 0 !important;
}

#blog a { 
    text-decoration: none !important;
}

.site-footer p:only-child:empty {
    margin: 0;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/electric-cars-vs-gas-cars/assets/css/main.css*/
.small-wrap {
  max-width: 680px;
  margin: 0 auto; }

.tz-wrap {
  max-width: 1325px;
  margin: 0 auto; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  margin-bottom: 16px;
  font-weight: 700; }

h2, h3 {
  margin-bottom: 30px; }

h2 {
  line-height: 1.1;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 500;
  color: #e1faff; }
  h2 span {
    display: block; }
  @media screen and (max-width: 992px) {
    h2 {
      text-align: center;
      font-size: 2.5rem !important; } }

h3 {
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-size: 2.5rem;
  font-weight: 400; }
  h3 span {
    display: block; }
  @media screen and (max-width: 992px) {
    h3 {
      text-align: center; } }

p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 1em 0; }
  @media screen and (max-width: 992px) {
    p br {
      display: none; } }

img {
  max-width: 100%;
  height: auto; }

.tz-mt0 {
  margin-top: 0;
  margin-bottom: 1.875rem !important;
  padding-bottom: 0 !important; }

.tz-h3 {
  color: #333333;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 1.875rem !important;
  text-align: center; }

.tz-link {
  color: #2e4787;
  display: inline;
  text-decoration: none;
  font-weight: 500 !important; }
  .tz-link:hover {
    color: #2e4787 !important; }

.tz-lightblue {
  color: #e1faff !important; }
  .tz-lightblue:hover {
    color: #e1faff !important; }

.tz-btn-link {
  border: 2px solid #2e4787;
  color: #2e4787;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem; }
  .tz-btn-link:hover {
    color: #2e4787 !important; }
  @media only screen and (max-width: 767px) {
    .tz-btn-link {
      text-align: center; } }

.tz-section-title {
  color: #2e4787;
  font-size: 3.75rem;
  padding: 0 20px 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .tz-section-title {
      padding: 0 20px 30px; } }

.tz-content-wrap {
  margin: 0 auto;
  padding: 50px; }
  @media only screen and (max-width: 992px) {
    .tz-content-wrap {
      padding: 20px 16px;
      margin: 0; } }

.tz-btn {
  width: 100%;
  padding: 15px 10px;
  border-radius: 50px;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
  display: block;
  border: 2px solid #ffffff; }
  @media only screen and (max-width: 992px) {
    .tz-btn {
      font-size: 1.0625rem; } }

.intro-arrow-down {
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px; }
  @media only screen and (max-width: 767px) {
    .intro-arrow-down {
      display: none; } }
  .intro-arrow-down img {
    width: 20px;
    position: relative;
    left: 54px;
    top: 10px;
    transition: 0.1s ease-out;
    animation: _arrow_animate ease-out 3s infinite forwards 1s; }
  .intro-arrow-down .arrow-down-btn {
    color: #ffffff;
    text-align: center;
    font-size: 0.875rem;
    display: block;
    z-index: 2; }

*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll; }
  body #content {
    padding: 0 !important;
    margin: 0 !important; }
  body .custom-logo {
    width: 300px;
    height: 60px; }
    @media only screen and (max-width: 992px) {
      body .custom-logo {
        width: 210px;
        height: auto; } }
    @media only screen and (max-width: 320px) {
      body .custom-logo {
        width: 198px; } }
  body .infographic-main-wrap {
    overflow: hidden; }
    body .infographic-main-wrap .main-nav-wrap {
      padding: 0 30px;
      display: flex;
      justify-content: center;
      width: 100%;
      position: fixed;
      top: 0;
      background: #0c0c0c;
      z-index: 2000;
      /***************************/
      /***Mobile Lightbox Menu***/
      /*</**Mobile Lightbox Menu***/
      /***************************/ }
      @media only screen and (max-width: 1024px) {
        body .infographic-main-wrap .main-nav-wrap {
          padding: 0; } }
      body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
        width: 100%;
        transition: all 0.5s ease;
        overflow: hidden; }
        @media only screen and (max-width: 1024px) {
          body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
            height: 0; } }
        body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
          display: flex;
          margin: 5px auto 0 auto !important; }
          @media only screen and (max-width: 1024px) {
            body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
              flex-direction: column;
              margin: 0 !important;
              padding: 0;
              display: grid;
              place-content: center;
              width: 100%;
              height: 400px; } }
          body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
            margin: 0 !important;
            padding: 5px 8px 0;
            display: inherit;
            list-style: none !important; }
            @media only screen and (max-width: 1024px) {
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
                line-height: 1.2;
                display: inline-block; } }
            @media only screen and (max-width: 992px) {
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li {
                padding: 8px;
                max-width: 100%; } }
            body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a {
              transition: all 0.3s ease;
              height: 34px; }
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a:before {
                background: #fc7e00;
                transform: translateX(0); }
            body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
              display: inline-block;
              position: relative;
              overflow: hidden;
              color: #ffffff !important;
              font-size: 1rem;
              transition: all 0.3s ease; }
              @media only screen and (max-width: 1024px) {
                body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
                  font-size: 25px !important; } }
              @media only screen and (max-width: 1024px) {
                body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
                  font-size: 20px !important; } }
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:before {
                content: "";
                transition: .2s;
                position: absolute;
                top: 29px;
                left: 0;
                width: 100%;
                height: 5px;
                background: #fc7e00;
                transform: translateX(-101%); }
              body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:hover {
                color: #ffffff;
                opacity: 1; }
                body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a:hover:before {
                  transform: translateX(0); }
      body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
        background: #0c0c0c;
        position: relative;
        height: 400px;
        z-index: 2;
        background: #0c0c0c;
        text-align: left; }
      body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
        visibility: visible; }
      body .infographic-main-wrap .main-nav-wrap > div {
        text-align: center; }
        @media only screen and (max-width: 1024px) {
          body .infographic-main-wrap .main-nav-wrap > div {
            text-align: left; } }
        body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
          display: none;
          position: relative; }
          @media only screen and (max-width: 1024px) {
            body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
              display: inline-block;
              background: #0c0c0c;
              padding: 0.4rem;
              font-size: 0px;
              position: fixed;
              top: 0;
              right: 0; }
              body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon img {
                width: 28px; } }
          body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .tz-menu-icon {
            position: absolute; }
          body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .tz-close-icon {
            opacity: 0;
            visibility: hidden; }
        body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
          display: inline-block; }
          @media only screen and (max-width: 1024px) {
            body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
              visibility: hidden;
              display: flex; } }
      body .infographic-main-wrap .main-nav-wrap .nav-logo {
        margin: 0;
        padding: 0;
        line-height: 0; }
        @media only screen and (max-width: 992px) {
          body .infographic-main-wrap .main-nav-wrap .nav-logo {
            padding-left: 0; } }
        body .infographic-main-wrap .main-nav-wrap .nav-logo a {
          width: 200px; }
          body .infographic-main-wrap .main-nav-wrap .nav-logo a svg {
            width: 200px !important; }
      body .infographic-main-wrap .main-nav-wrap .nav-mid {
        text-align: center; }
        body .infographic-main-wrap .main-nav-wrap .nav-mid h2 {
          color: #E1E1E1;
          text-transform: uppercase;
          margin: 0; }
      body .infographic-main-wrap .main-nav-wrap .nav-social {
        margin: 2px 0 0 0; }
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon {
          position: relative;
          width: 38px;
          height: 38px;
          display: inline-block;
          vertical-align: middle;
          padding: 5px 0;
          text-align: center;
          margin: 0 2px 0 0;
          cursor: pointer;
          /***copy share link**/ }
          body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6) {
            padding: 0;
            top: 5px; }
          body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon a.sh-btn {
            position: relative;
            z-index: 500;
            display: inline-block; }
          body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip {
            position: relative;
            display: inline-block;
            z-index: 9999; }
          body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip .tooltiptext {
            visibility: hidden;
            width: 170px;
            font-size: 0.875rem;
            color: #fff;
            text-align: right;
            border-radius: 6px;
            padding: 8px 6px;
            position: absolute;
            z-index: 1;
            bottom: 30px;
            left: 0;
            margin-left: -135px;
            opacity: 0;
            transition: opacity 0.3s;
            white-space: nowrap; }
          body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1; }
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transform: rotate(20deg);
          border: 2px solid white;
          border-radius: 50%; }
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(6)::after {
          border: 0; }
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:hover::after {
          transform: rotate(0deg); }
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1),
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2),
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3),
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4),
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) {
          opacity: 0;
          transition: transform 400ms ease-out, opacity 400ms ease-out; }
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(1) .fa,
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(2) .fa,
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(3) .fa,
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(4) .fa,
        body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list .social-icon:nth-child(5) .fa {
          opacity: 0;
          transition: transform 200ms ease-out, opacity 400ms ease-out; }
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1),
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2),
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3),
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4),
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) {
        opacity: 1;
        transform: translateX(0); }
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(1) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(2) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(3) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(4) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-social:hover .social-icon:nth-child(5) .fa {
        opacity: 1;
        transform: translateX(0); }
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social {
        position: absolute;
        bottom: 25px;
        z-index: 500;
        left: 0;
        width: 100%;
        border-top: 1px solid #333;
        padding: 25px 16px 0 16px; }
        body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list {
          display: flex;
          justify-content: center; }
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon {
            margin: 0 4px; }
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1),
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2),
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3),
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4),
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) {
            opacity: 1 !important;
            transition: inherit !important; }
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(1) .fa,
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(2) .fa,
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(3) .fa,
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(4) .fa,
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(5) .fa {
            opacity: 1 !important;
            transition: inherit !important; }
          body .infographic-main-wrap .main-nav-wrap .nav-mb-social .nav-social-list .social-icon:nth-child(6) {
            display: none; }
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1),
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2),
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3),
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4),
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) {
        opacity: 1 !important;
        transform: inherit !important; }
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(1) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(2) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(3) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(4) .fa,
      body .infographic-main-wrap .main-nav-wrap .nav-mb-social:hover .social-icon:nth-child(5) .fa {
        opacity: 1 !important;
        transform: inherit !important; }
    body .infographic-main-wrap .nav-section {
      padding: 0 0 30px 0;
      display: flex;
      justify-content: space-between;
      width: 100%;
      z-index: 2000; }
      @media only screen and (max-width: 992px) {
        body .infographic-main-wrap .nav-section {
          position: relative;
          z-index: 1000; } }
      @media only screen and (max-width: 480px) {
        body .infographic-main-wrap .nav-section {
          padding: 10px 0;
          margin-bottom: 1rem; } }
      body .infographic-main-wrap .nav-section .nav-logo {
        margin: 0;
        padding: 0;
        line-height: 0; }
        body .infographic-main-wrap .nav-section .nav-logo a {
          width: 200px; }
          body .infographic-main-wrap .nav-section .nav-logo a svg {
            width: 247px !important; }
            @media only screen and (max-width: 480px) {
              body .infographic-main-wrap .nav-section .nav-logo a svg {
                width: 160px !important; } }
      body .infographic-main-wrap .nav-section .nav-social-list {
        text-align: right;
        margin: 5px 0 0 0; }
        @media only screen and (max-width: 992px) {
          body .infographic-main-wrap .nav-section .nav-social-list {
            padding: 0;
            margin: 0; } }
        body .infographic-main-wrap .nav-section .nav-social-list li {
          display: inline-block;
          margin-right: 5px;
          position: relative;
          top: 3px;
          margin-bottom: 0 !important; }
          @media only screen and (max-width: 380px) {
            body .infographic-main-wrap .nav-section .nav-social-list li:last-child {
              margin: 0;
              padding: 0; } }
          @media only screen and (max-width: 992px) {
            body .infographic-main-wrap .nav-section .nav-social-list li a svg {
              width: 32px;
              height: 32px; } }
    body .infographic-main-wrap #tz-hero {
      width: 100%;
      padding: 44px 0 0 0; }
      @media only screen and (max-width: 1024px) {
        body .infographic-main-wrap #tz-hero {
          padding: 0; } }
      body .infographic-main-wrap #tz-hero #img-bg {
        background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/electric-cars-vs-gas-cars/electric-vs-gas-car-hero-desktop");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: scale(1.2);
        width: 100%;
        height: 80vh; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-hero #img-bg {
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url("https://cld.partsimg.com/image/upload/c_pad,f_auto,q_auto,dpr_auto/carparts/blog/tier-zero/electric-cars-vs-gas-cars/electric-vs-gas-car-hero-mobile");
            background-position: 50% 50%;
            background-repeat: no-repeat;
            width: 100%;
            height: 70vh; } }
      body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
        width: 100%;
        height: 100%;
        top: 0; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box {
            height: 100%; } }
        body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
          display: flex;
          align-items: center;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content {
              height: 100%; } }
          body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
            position: absolute;
            padding: 0 0 0 50px;
            max-width: 770px; }
            @media only screen and (max-width: 992px) {
              body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text {
                padding: 0 16px;
                max-width: inherit; } }
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
              display: inline-block;
              text-transform: uppercase;
              font-size: 48px;
              font-weight: 700;
              letter-spacing: 4px;
              background: rgba(35, 154, 223, 0.8);
              padding: 5px 20px; }
              @media only screen and (max-width: 960px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 28px; } }
              @media only screen and (max-width: 767px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 20px; } }
              @media only screen and (max-width: 530px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 14px; } }
              @media only screen and (max-width: 380px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-one {
                  font-size: 12px; } }
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
              margin: 0;
              font-size: 4.375rem;
              font-weight: 700;
              display: flex;
              flex-direction: column;
              line-height: 1.1; }
              @media only screen and (max-width: 960px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
                  margin-bottom: 15px; } }
              @media only screen and (max-width: 520px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
                  font-size: 3rem; } }
              @media only screen and (max-width: 335px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two {
                  font-size: 2.8rem; } }
            body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
              font-size: 35px;
              font-weight: 500;
              max-width: 385px;
              line-height: 1.3;
              margin: 2rem 0 !important;
              padding-bottom: 0 !important; }
              @media only screen and (max-width: 767px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
                  font-size: 1.8rem;
                  margin-top: 0; } }
              @media only screen and (max-width: 520px) {
                body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle {
                  font-size: 1.5rem; } }
              body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-subtitle span {
                display: inline-block; }
          body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
            display: none; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile {
                position: relative;
                bottom: 65px;
                left: calc(50% - 65px);
                z-index: 1;
                width: 130px;
                color: #ffffff;
                display: block; } }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile img {
                width: 20px;
                position: relative;
                left: 54px;
                top: 10px;
                transition: 0.1s ease-out;
                animation: _arrow_animate ease-out 3s infinite forwards 1s; } }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .tz-arrow-down-mobile .tz-scroll-down-mobile {
                color: rgba(0, 0, 0, 0.3);
                text-align: center;
                font-size: 14px;
                display: block;
                z-index: 2; } }
      body .infographic-main-wrap #tz-hero .intro-content {
        position: absolute;
        top: 0;
        height: 100vh;
        width: 100%; }
        body .infographic-main-wrap #tz-hero .intro-content .intro-content-box {
          position: absolute;
          height: 100vh;
          width: 100%; }
          body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline {
            width: 100%;
            height: 100vh; }
            body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div {
              width: 100%;
              height: 100vh;
              display: flex;
              align-items: center;
              justify-content: center; }
              body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
                font-size: 3.125rem;
                text-align: center;
                color: #fff; }
                @media only screen and (max-width: 1024px) {
                  body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
                    padding: 0 24px;
                    font-size: 42px; } }
                body .infographic-main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 .video-content-headline-mark {
                  background: rgba(206, 22, 22, 0.7);
                  display: inline-block;
                  padding: 0 24px; }
        body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote {
          width: 100%;
          height: 100vh;
          top: 0;
          position: absolute;
          opacity: 0;
          background: #000000; }
          body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt {
            width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center; }
            body .infographic-main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt h3 {
              font-size: 18px;
              font-weight: normal;
              line-height: 25px;
              text-align: center;
              letter-spacing: 1px;
              color: #60FCF1;
              max-width: 800px;
              padding: 0 20px; }
    body .infographic-main-wrap #tz-intro {
      background: #f6f6f6; }
      body .infographic-main-wrap #tz-intro .tz-intro-flex {
        display: flex; }
        @media only screen and (max-width: 1000px) {
          body .infographic-main-wrap #tz-intro .tz-intro-flex {
            flex-direction: column; } }
        body .infographic-main-wrap #tz-intro .tz-intro-flex > div {
          padding: 3.125rem; }
          @media only screen and (max-width: 1000px) {
            body .infographic-main-wrap #tz-intro .tz-intro-flex > div {
              padding: 1rem; } }
          body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) {
            margin-top: -60px;
            background: #f6f6f6;
            z-index: 9; }
            @media only screen and (max-width: 1325px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) {
                margin: -45px 2rem 0; } }
            @media only screen and (max-width: 1000px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) {
                width: 90%;
                margin: -45px auto 10px;
                padding: 1.5rem 1rem 0; } }
            @media only screen and (max-width: 1000px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(1) .tz-btn-link {
                text-align: center;
                display: table;
                margin: 0 auto; } }
          body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(2) {
            width: 1880px;
            padding-left: 30px; }
            @media only screen and (max-width: 1000px) {
              body .infographic-main-wrap #tz-intro .tz-intro-flex > div:nth-child(2) {
                width: auto;
                padding: 1rem; } }
        body .infographic-main-wrap #tz-intro .tz-intro-flex p {
          color: #333333; }
          body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p {
            margin-top: 0; }
            body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p:after {
              content: "";
              display: table;
              clear: both; }
            body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p::first-letter {
              display: block;
              float: left;
              margin: 0 20px 0 0;
              padding: 0;
              font-size: 5.9375rem;
              color: #2e4787;
              font-weight: 700;
              line-height: 1;
              text-align: center; }
              @media only screen and (max-width: 365px) {
                body .infographic-main-wrap #tz-intro .tz-intro-flex p.first-p::first-letter {
                  margin: 8px 16px 8px 0; } }
    body .infographic-main-wrap #tz-types-of-ev {
      background: #ffffff;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 870px) {
        body .infographic-main-wrap #tz-types-of-ev {
          padding: 2.5rem 0; } }
      body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex {
        display: flex;
        margin-bottom: 50px; }
        @media only screen and (max-width: 870px) {
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex {
            flex-direction: column;
            margin: 0 1rem; } }
        body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div {
          width: 33.3333333333%;
          padding: 30px;
          background-size: cover; }
          @media only screen and (max-width: 870px) {
            body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div {
              width: auto;
              margin-bottom: 1rem; } }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div:nth-child(1) {
            background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/bevs.jpg") no-repeat center center; }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div:nth-child(2) {
            background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/phevs.jpg") no-repeat center center; }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div:nth-child(3) {
            background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/hevs.jpg") no-repeat center center; }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div h3 {
            text-align: center;
            font-weight: 500;
            line-height: 1.3;
            font-size: 1.5625rem; }
            @media only screen and (max-width: 870px) {
              body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div h3 {
                font-size: 1.4rem;
                font-weight: 700; } }
          body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div .tz-types-of-ev-flex-list {
            padding-left: 40px !important;
            margin: 0 !important; }
            body .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div .tz-types-of-ev-flex-list li {
              margin: 0 !important;
              padding: 0;
              list-style-type: disc; }
      body .infographic-main-wrap #tz-types-of-ev .tz-btn-link {
        margin: 0 auto;
        display: table; }
        @media only screen and (max-width: 870px) {
          body .infographic-main-wrap #tz-types-of-ev .tz-btn-link {
            margin: 1rem auto;
            text-align: center;
            display: table; } }
        @media only screen and (max-width: 790px) {
          body .infographic-main-wrap #tz-types-of-ev .tz-btn-link {
            margin: 1rem; } }
    body .infographic-main-wrap #tz-maintenance-cost {
      background: #f6f6f6;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-maintenance-cost {
          padding: 2.5rem 0; } }
      body .infographic-main-wrap #tz-maintenance-cost .small-wrap {
        margin-bottom: 40px; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-maintenance-cost .small-wrap {
            margin: 0 1rem 2rem; } }
        body .infographic-main-wrap #tz-maintenance-cost .small-wrap p {
          margin-top: 0; }
        body .infographic-main-wrap #tz-maintenance-cost .small-wrap .tz-btn-link {
          display: table;
          margin: 0 auto;
          margin-bottom: 30px; }
      body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex {
        background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/mileage-ev-gas.svg") no-repeat;
        background-size: 650px auto;
        background-position: center 50px;
        display: flex;
        align-items: center;
        margin-bottom: 40px; }
        @media only screen and (max-width: 1430px) {
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex {
            background: none;
            flex-direction: column;
            overflow: hidden; } }
        body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div {
          width: 50%; }
          @media only screen and (max-width: 1430px) {
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div {
              width: 100%; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div .tz-maintenance-cost-flex-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
          @media only screen and (max-width: 1430px) {
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div .tz-car {
              max-width: none;
              width: 650px; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) {
            background: rgba(120, 170, 87, 0.8);
            clear: both; }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) .tz-flip-img img {
              transform: scaleX(-1); }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) .tz-ev-car {
                width: 100%; } }
            @media only screen and (max-width: 500px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) .tz-ev-car {
                width: 570px;
                float: right; } }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) li {
              background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/bullet-ev.svg") no-repeat;
              background-position: left 5px;
              background-size: 25px;
              list-style: none !important; }
              @media only screen and (max-width: 1430px) {
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(1) li {
                  background-position: left 0; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) {
            background: rgba(46, 71, 135, 0.8); }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) .tz-gas-car {
                width: 100%; } }
            @media only screen and (max-width: 500px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) .tz-gas-car {
                margin-left: 0;
                width: 570px; } }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) li {
              background: url("https://cld.partsimg.com/image/upload/carparts/blog/tier-zero/electric-cars-vs-gas-cars/bullet-gas.svg") no-repeat;
              background-position: left 5px;
              background-size: 25px;
              list-style: none !important; }
              @media only screen and (max-width: 1430px) {
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div:nth-child(2) li {
                  background-position: left 0; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div h3 {
            text-align: center;
            margin-top: 3.75rem;
            font-weight: 700;
            font-size: 5rem;
            letter-spacing: -2px; }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div h3 {
                font-size: 3rem;
                margin-bottom: 1rem;
                letter-spacing: 0;
                margin-top: 2.5rem; } }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul {
            width: 700px;
            margin-bottom: 1.875rem;
            margin: 1.875rem 0 !important;
            padding-left: 2rem !important; }
            @media only screen and (max-width: 1430px) {
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul {
                width: auto;
                margin: 0; } }
            body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li {
              height: 50px;
              padding: 0 0 0 35px;
              line-height: 1.5;
              margin: 0 0 2rem 0 !important; }
              @media only screen and (max-width: 1430px) {
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li {
                  height: auto;
                  margin: 0 !important; } }
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li span {
                display: inline-block;
                margin-right: 15px; }
                body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li span img {
                  width: 25px; }
              body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li p {
                color: #ffffff;
                font-weight: 400;
                font-size: 1.875rem;
                line-height: 1.2; }
                @media only screen and (max-width: 1430px) {
                  body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div ul li p {
                    font-size: 1.5rem; } }
      body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list {
        margin: 0 0 0 3.125rem;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list {
            margin: 0 0 0 1.25rem; } }
        body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list li {
          list-style: none; }
          body .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-list li h4 {
            font-size: 1.25rem;
            font-weight: 500;
            color: #333333; }
      body .infographic-main-wrap #tz-maintenance-cost p {
        color: #333333; }
    body .infographic-main-wrap #tz-convenience {
      background: #ffffff;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-convenience {
          padding: 2.5rem 0;
          margin: 0 1rem; } }
      body .infographic-main-wrap #tz-convenience .small-wrap p {
        color: #333333; }
      body .infographic-main-wrap #tz-convenience .map-wrap {
        padding: 0 1rem; }
        @media only screen and (max-width: 708px) {
          body .infographic-main-wrap #tz-convenience .map-wrap {
            padding: 0; } }
        body .infographic-main-wrap #tz-convenience .map-wrap .tz-map-inner {
          position: relative;
          overflow: hidden;
          padding-top: 56.25%;
          					/* display: table;
          					margin: 0 auto;
          					width: 800px;
          					position: relative;
          					overflow: hidden;
          					padding-top: 30.25%;
          
          					@media only screen and (max-width: 1685px){
          						padding-top: 900px;
          					}
          
          					@media only screen and (max-width: 1370px){
          						padding-top: 800px;
          					}
          
          					@media only screen and (max-width: 820px){
          						padding-top: 80.25%;
          					}
          
          					@media only screen and (max-width: 760px){
          						width: 100%;
          						padding-top: 100.25%;
          					}
          
          					@media only screen and (max-width: 760px){
          						padding-top: 105.25%;
          					}
          
          					@media only screen and (max-width: 420px){
          						padding-top: 200.25%;
          					}
          
          					@media only screen and (max-width: 320px){
          						padding-top: 210.25%;
          					} */ }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-map-inner #map-frame {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            /* position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important;
            border: none; */ }
        body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map {
          display: block;
          text-align: center;
          margin-bottom: 1rem; }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .arrow-directional-desktop {
            display: block;
            font-size: 1.5rem;
            margin: 1rem 0;
            color: #333333; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .arrow-directional-desktop {
                display: none; } }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .tz-swipe-mobile {
            width: 30px;
            display: table;
            margin: 1rem auto 0.5rem;
            display: none; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map .tz-swipe-mobile {
                display: block; } }
          body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p {
            text-align: center;
            color: #333333;
            padding-bottom: 0;
            font-size: 0.9rem; }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p.scroll-desktop-txt {
                display: none; } }
            body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p.swipe-mobile-txt {
              display: none; }
              @media only screen and (max-width: 767px) {
                body .infographic-main-wrap #tz-convenience .map-wrap .tz-swipe-map p.swipe-mobile-txt {
                  display: block; } }
      body .infographic-main-wrap #tz-convenience .tz-btn-link {
        display: table;
        margin: 0 auto 30px; }
    body .infographic-main-wrap #tz-mileage {
      background: #f6f6f6;
      padding: 3.75rem 0; }
      @media only screen and (max-width: 1358px) {
        body .infographic-main-wrap #tz-mileage {
          padding: 2.5rem 1rem; } }
      body .infographic-main-wrap #tz-mileage .tz-mileage-flex {
        display: flex; }
        @media only screen and (max-width: 767px) {
          body .infographic-main-wrap #tz-mileage .tz-mileage-flex {
            flex-direction: column; } }
        body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div {
          width: 50%; }
          @media only screen and (max-width: 767px) {
            body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div {
              width: 100%; } }
          body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:first-child {
            padding-right: 3.75rem; }
            @media only screen and (max-width: 1358px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:first-child {
                padding-right: 2rem; } }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:first-child {
                padding-right: 0; } }
          body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:last-child {
            padding-left: 3.75rem; }
            @media only screen and (max-width: 1358px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:last-child {
                padding-left: 2rem; } }
            @media only screen and (max-width: 767px) {
              body .infographic-main-wrap #tz-mileage .tz-mileage-flex > div:last-child {
                padding-left: 0; } }
      body .infographic-main-wrap #tz-mileage p {
        color: #333333; }
    body .infographic-main-wrap #tz-safety-features {
      background: #ffffff;
      padding: 3.75rem 0 8.125rem; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-safety-features {
          margin: 0 1rem;
          padding: 3rem 0 2.5rem; } }
      body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex {
        display: flex; }
        @media only screen and (max-width: 1035px) {
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex {
            flex-direction: column; } }
        @media only screen and (max-width: 1035px) {
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex.tz-wrap {
            max-width: 680px;
            margin: 0 auto; } }
        body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div {
          width: 50%; }
          @media only screen and (max-width: 1035px) {
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div {
              width: 100%; } }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) {
            padding-right: 50px;
            clear: both; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) {
                padding-right: 0; } }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) .tz-safety-features-flex-title {
              color: #669944; }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul {
              float: right;
              padding-right: 20px; }
              @media only screen and (max-width: 1035px) {
                body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul {
                  padding-right: 0;
                  float: none; } }
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul li p {
                color: #669944;
                text-align: right; }
                @media only screen and (max-width: 1035px) {
                  body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul li p {
                    text-align: left; } }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) {
            padding-left: 50px;
            clear: both; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) {
                padding-left: 0; } }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) .tz-safety-features-flex-title {
              color: #2e4787; }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) ul {
              float: left;
              padding-left: 40px; }
              @media only screen and (max-width: 1035px) {
                body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) ul {
                  padding-left: 0;
                  float: none; } }
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(2) ul li p {
                color: #2e4787;
                text-align: left; }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div .tz-safety-features-flex-title {
            font-size: 2.5rem;
            margin: 50px 0;
            text-align: center;
            font-weight: 400;
            display: block; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div .tz-safety-features-flex-title {
                margin: 20px 0; } }
          body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul {
            margin: 0;
            padding: 0;
            width: 460px; }
            @media only screen and (max-width: 1035px) {
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul {
                width: 100%; } }
            body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul li {
              list-style: none;
              height: 110px; }
              @media only screen and (max-width: 1035px) {
                body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul li {
                  height: auto; } }
              body .infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div ul li p {
                font-weight: 400;
                font-size: 1.5625rem; }
      body .infographic-main-wrap #tz-safety-features p {
        color: #333333; }
    body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex {
      display: flex; }
      @media only screen and (max-width: 1260px) {
        body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex {
          flex-direction: column; } }
      body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div {
        width: 50%; }
        @media only screen and (max-width: 1260px) {
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div {
            width: 100%; } }
        body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child {
          background: #282832; }
          @media only screen and (max-width: 1260px) {
            body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child {
              order: 2;
              z-index: -1; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-col-wrap {
            max-width: 100%;
            padding: 3.75rem 7.5rem 3.75rem 3.75rem; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-col-wrap {
                padding: 3rem 1rem;
                max-width: 680px;
                margin: 0 auto; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-section-title {
            color: #9fde75;
            text-align: left;
            padding-left: 0; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-section-title {
                margin-top: 1.25rem;
                text-align: center; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child h3, body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child p {
            color: #ffffff; }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-h3 {
            text-align: left; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-h3 {
                text-align: center; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-btn-link {
            color: #ffffff;
            border-color: #ffffff;
            text-align: center; }
            body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:first-child .tz-btn-link:hover {
              color: #ffffff !important; }
        body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child {
          background: #ffffff;
          padding: 50px 0; }
          @media only screen and (max-width: 1260px) {
            body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child {
              order: 1;
              padding: 0 20px;
              z-index: 9; } }
          body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child img {
            max-width: 120%;
            width: 120%;
            height: 100%;
            object-fit: cover;
            margin-left: -50px; }
            @media only screen and (max-width: 1260px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child img {
                max-width: 100%;
                width: 100%;
                height: 560px;
                margin: 0 0 -20px 0;
                display: block; } }
            @media only screen and (max-width: 545px) {
              body .infographic-main-wrap #tz-sustainability .tz-sustainability-flex > div:last-child img {
                height: auto; } }
    body .infographic-main-wrap #tz-additional-benefits {
      background: #ffffff;
      padding: 60px 0; }
      @media only screen and (max-width: 767px) {
        body .infographic-main-wrap #tz-additional-benefits {
          margin: 0 1rem; } }
      body .infographic-main-wrap #tz-additional-benefits .small-wrap {
        max-width: 1000px; }
        @media only screen and (max-width: 1350px) {
          body .infographic-main-wrap #tz-additional-benefits .small-wrap {
            max-width: 680px;
            margin: 0 auto; } }
      @media only screen and (max-width: 1350px) {
        body .infographic-main-wrap #tz-additional-benefits .tz-wrap {
          max-width: 680px;
          margin: 0 auto; } }
      body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px 40px; }
        @media only screen and (max-width: 1350px) {
          body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex {
            flex-direction: column; } }
        body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb {
          width: 33.3333333333%;
          padding: 32px 20px;
          display: flex; }
          @media only screen and (max-width: 1350px) {
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb {
              width: 100%;
              padding: 20px; } }
          body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div {
            padding: 30px;
            border-radius: 50px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div img {
              width: 115px;
              display: table;
              margin: 10px auto; }
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div h3 {
              color: #669944;
              text-align: center;
              font-size: 30px; }
            body .infographic-main-wrap #tz-additional-benefits .tz-additional-benefits-flex .tz-additional-benefits-flex-thumb > div p {
              color: #333333; }
      body .infographic-main-wrap #tz-additional-benefits p {
        color: #333333; }
      body .infographic-main-wrap #tz-additional-benefits .tz-btn-link {
        display: table;
        margin: 0 auto 40px; }
    body .infographic-main-wrap #tz-description-about {
      border-top: 1px solid #eaeaea;
      padding: 50px;
      background: #f6f6f6; }
      body .infographic-main-wrap #tz-description-about h3 {
        color: #333333;
        font-size: 1.5625rem;
        text-align: center; }
      body .infographic-main-wrap #tz-description-about p {
        font-size: 16px;
        font-weight: 300;
        color: #333333; }
      @media only screen and (max-width: 992px) {
        body .infographic-main-wrap #tz-description-about {
          padding: 30px 16px; } }

/*# Current File Updated by Asset CleanUp - Original Source Map: main.css.map */
/*!/wp-content/themes/genesis_child/custom/css/author-base.css*/
.latest__posted--entrymeta {
    display: flex;
    max-width: 1325px;
    margin: 0 auto 1rem;
}
.latest__posted--entrymeta .author-box {
    display: flex;
    align-items: center;
}
/* Thumb fixed size and alway rounded */
.latest__posted--entrymeta .itg-thumb {
    border-radius: 50%;
    width: 100px;
    margin-right: 1.25rem; /* 20px */
    /* cut off inner image, to make border radius work */
    overflow: hidden;
}

/* Display image as a block element, to keep proportions. */
.latest__posted--entrymeta .itg-thumb img {
    display: block;
}

.latest__posted--entrymeta .author-name a {
    font-size: 1rem; /* 16px */
    color: inherit;
    font-weight: 700 !important; /* Link always bold */
}

.latest__posted--entrymeta .role,
.latest__posted--entrymeta .author-name a,
.latest__posted--entrymeta .pos-title,
.latest__posted--entrymeta .date {
    padding: 0;
    margin: 0;
}

.latest__posted--entrymeta .role,
.latest__posted--entrymeta .date {
    font-size: .875rem; /* 14px */
    font-style: italic;
}

.latest__posted--entrymeta .role,
.latest__posted--entrymeta .author-name,
.latest__posted--entrymeta .pos-title {
    /* Overwrite default padding for all <p> tags.*/
    padding: 0 !important;
}

.latest__posted--entrymeta .author-name {
    margin-bottom: .5rem; /* 8px */
}

.latest__posted--entrymeta .date {
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.latest__posted--entrymeta .pos-title {
    font-size: 1rem; /* 16px */
    font-weight: 400;
    margin: 0 0 .5rem !important; /* 0 0 8px 0; */
}
/*!/wp-content/themes/genesis_child/custom/landingpage/electric-cars-vs-gas-cars/assets/css/author.css*/
/* Overwrite default text color */
#blog .latest__posted--entrymeta .date,
#blog .latest__posted--entrymeta .author-name {
    color:  #333333;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/electric-cars-vs-gas-cars/assets/css/blog-overwrite.css*/
.infographic-main-wrap #tz-hero .img-bg-content .img-bg-content-box .hero-content .hero-text .hero-head-two, .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div h3, .infographic-main-wrap #tz-types-of-ev .tz-types-of-ev-flex > div .tz-types-of-ev-flex-list, .infographic-main-wrap #tz-maintenance-cost .tz-maintenance-cost-flex > div h3 {
    color:#ffffff;
}

.infographic-main-wrap #tz-safety-features .tz-safety-features-flex > div:nth-child(1) ul li p {
    text-align: left !important;
}


#footerBlogContainer {
    position: relative;
    z-index: 100;
}
/*!/wp-content/themes/genesis_child/custom/css/custom.css*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
}

.lSSlideOuter,
.lSSlideOuter .lSPager.lSGallery {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideOuter {
  overflow: hidden;
  user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(/blog/wp-content/themes/genesis_child/custom/css/../img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@keyframes rightEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -15px;
  }
}
@-webkit-keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@keyframes topEnd {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -15px;
  }
}
@-webkit-keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@keyframes leftEnd {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 15px;
  }
}
@-webkit-keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
@keyframes bottomEnd {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  box-sizing: 0;
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow*/
}

body {
  color: #000;
}

#blog {
  color: #000;
  /*Related Posts Plugin*/
  /*announcement sitewide ad*/
  /*footer ads*/
  /* overwrite : social pug plugins */
  /*Nuts and Bolts overwrite*/
  /*Our Team Page*/
  /*Editorial Process Page*/
  /* Comment Css */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /* Recommended Articles widget */
  /* subtle blue overlay */
  /* subtle black overlay */
  /* lightbox */
  /*.overlay-lightbox {
  	background: rgba(0,0,0,.8);
  	display: none;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	z-index: 10000;
  }*/
  /* lightbox - CarParts.com Ultimate Parts Giveaway */
  /* CarParts.com Ultimate Parts Giveaway */
  /* Add additional widget CSS here */
  /* reading time */
  /* job listings */
  /***************/
  /*About Us Page*/
  /*contributors*/
  /*</About Us Page*/
  /**Editorial Process Page**/
  /*</Editorial Process Page*/
  /*Covid19 updates Page CSS*/
  /*Disclaimer Button*/
  /*cta content*/
  /*cta readmore*/
  /*Lightbox*/
  /*title*/
  /*closebutton*/
  /*general cta*/
  /* YASR Ratings */
  /* Add additional widget CSS here */
  /* nuts and bolts v1*/
  /* end of nuts and bolts v1*/
  /*nuts and bolts v2*/
  /*end nuts and bolts v2*/
  /*Start Features When Should You Use Your Headlights -Posts-*/
  /*End Features When Should You Use Your Headlights -Posts-*/
  /*New BlueShift Live Content Posts Widget*/
  /*End of BlueShift Live Content Posts Widget*/
  /*BlueShift Live Content Posts Widget*/
  /*End BlueShift Live Content Posts Widget*/
  /* LuckyWP Table of Contents */
  /* Reusable Block - Product Link 3 Rows */
  /* Reusable Block - Product Link 5 Rows */
  /* Reusable - Product List Version 2 */
  /*
     #reusable-product-list {
         display: flex;
         width: 100%;
         flex-wrap: wrap;
         margin: 0;

         @media only screen and(max-width: 992px) {
             justify-content: center;
         }

         @media only screen and(max-width: 767px) {
             margin: 0;
         }

         > div.prod-item {
             width: 33.333%;
             margin: 8px 0;

             @media only screen and(max-width: 992px) {
                 width: auto;
                 margin: 8px;
             }

             @media only screen and(max-width: 767px) {
                 width: 33.333%;
             }

             @media only screen and(max-width: 680px) {
                 width: 43.333%;
             }
         }

         a {
             display: inline-block;
             outline: 1px solid #fff;
             overflow: hidden;
             color:#2E4787;
             text-decoration: none;
             text-align: center; 
             padding: 16px;
             -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
             box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);

             @media only screen and(max-width: 680px) {
                 display: table;
             }

             @media only screen and(max-width: 480px) {
                 height: 200px;
             }

             &:active, &:hover {
                 outline: 1px solid #2E4787;
                 -webkit-transition: 0.2s outline ease;
                 -o-transition: 0.2s outline ease;
                 transition: 0.2s outline ease;
                 color:#333333;
             }

             img {
                 max-width: 100%;
             }
         }

         strong {
             display: block;
         }

     }f
  */
}
h1, h2, h3, h4, h5, h6, p, div {
  font-family: "Inter", Arial, sans-serif !important;
}

.wp-block-uagb-buttons .uagb-button__wrapper > a {
  display: inline-flex;
}

.wp-block-uagb-buttons .uagb-button__wrapper .uagb-button__icon {
  display: flex;
  min-width: 24px;
  align-items: center;
  margin-left: 10px;
}

.wp-block-uagb-buttons .uagb-button__wrapper .uagb-button__icon path {
  fill: currentColor;
}

.material-icons {
  font-family: 'Material Icons' !important;
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined' !important;
}

#blog .site-container {
  position: relative;
}
#blog .site-container a {
  text-decoration: none;
}
#blog .site-inner,
#blog .wrap {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
#blog .wp-block-columns,
#blog .wp-block-column,
#blog .archive-description,
#blog article,
#blog p {
  margin: 0;
}
#blog .entry-footer,
#blog #searach_form {
  display: none;
}
#blog .site-header {
  height: 84px;
  font-size: 14px;
  position: static;
  background: #fff;
  /*border-top: 5px solid $blue;*/
  position: relative;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 420px) {
  #blog .site-header {
    border-top: inherit;
  }
}
#blog .site-header a {
  display: inline-block;
  color: #000;
  transition: all 0.3s ease 0s;
}
#blog .site-header a:hover {
  color: #21376d;
}
#blog .site-header button {
  top: 16px;
  right: 10px;
  color: #000;
}
#blog .site-header button:before {
  font-size: 30px;
}
#blog .site-header button.menu-toggle {
  margin-top: -11px;
  margin-right: 15px;
}
#blog .site-header button.sub-menu-toggle {
  top: 3px !important;
}
@media screen and (max-width: 1279px) {
  #blog .site-header button.sub-menu-toggle {
    right: 8px;
    top: 5px;
  }
}
@media only screen and (max-width: 1279px) {
  #blog .site-header button.sub-menu-toggle:before {
    font-size: 20px;
  }
}
#blog .site-header .title-area {
  padding-top: 15px;
  width: 250px;
}
#blog .site-header .custom-logo-link img {
  width: 100%;
  max-width: 270px;
  height: 49px;
}
#blog .site-header .wrap {
  max-width: 100%;
}
#blog .site-header .nav-primary {
  float: left;
  overflow: hidden;
}
#blog .site-header #menu-main-navigation {
  margin-top: 7px;
  display: flex;
  flex-wrap: nowrap;
  max-width: none !important;
}
#blog .site-header #menu-main-navigation > li {
  flex-grow: 1;
  margin: 0 8px;
  letter-spacing: 1px;
  /*Sub Menu or Secondary Menu*/
  /*End of Sub Menu or Secondary Menu*/
}
#blog .site-header #menu-main-navigation > li a {
  padding: 10px;
  margin: 0;
}
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  #blog .site-header #menu-main-navigation > li a {
    font-size: 12px;
  }
}
#blog .site-header #menu-main-navigation > li:last-child a {
  /*background:url('https://cld.partsimg.com/image/upload/w_auto,dpr_auto/carparts/logos/wordmark/full_color/CP_WORDMARK_COLOUR_RGB.svg') no-repeat;
  background-position: 86px -1px;
  background-size: 60%;*/
  display: block;
  /*padding-right: 150px;*/
}
#blog .site-header #menu-main-navigation > li:last-child a span {
  display: inline-block;
}
#blog .site-header #menu-main-navigation > li:last-child a img {
  display: inline-block;
  width: 150px;
  position: relative;
  bottom: 12px;
}
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  #blog .site-header #menu-main-navigation > li:last-child a img {
    width: 135px;
  }
}
#blog .site-header #menu-main-navigation > li.menu-item-has-children > a {
  display: inline-block;
  position: relative;
}
#blog .site-header #menu-main-navigation > li.menu-item-has-children > a:before {
  content: "\f347";
  font-family: "dashicons";
  position: absolute;
  top: 10px;
  right: -8px;
}
@media only screen and (max-width: 1279px) {
  #blog .site-header #menu-main-navigation > li.menu-item-has-children > a:before {
    display: none;
  }
}
#blog .site-header #menu-main-navigation > li.menu-item-has-children > a:hover:before {
  transform: rotate(180deg);
}
#blog .site-header .genesis-nav-menu .sub-menu {
  border: 0;
  background: transparent;
  width: 320px;
  position: fixed;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
  border-radius: 12px;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 1279px) {
  #blog .site-header .genesis-nav-menu .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: inherit;
    margin: 10px 0 20px 16px;
  }
}
#blog .site-header .genesis-nav-menu .sub-menu li {
  border-bottom: 0;
}
#blog .site-header .genesis-nav-menu .sub-menu li:nth-child(1) a {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#blog .site-header .genesis-nav-menu .sub-menu li:last-child {
  border: 0;
}
#blog .site-header .genesis-nav-menu .sub-menu li:last-child a {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
#blog .site-header .genesis-nav-menu .sub-menu a {
  border: 0;
  color: #000;
  text-transform: capitalize;
  background: #fff;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0;
  width: 320px;
}
#blog .site-header .genesis-nav-menu .sub-menu a:hover {
  border-bottom: 0;
  background: #f5f5f5;
}
#blog #genesis-footer-widgets {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 20px 0;
  margin-bottom: 60px;
  /*new edit 07162020*/
  display: none !important;
}
#blog #genesis-footer-widgets h3 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
#blog #genesis-footer-widgets li {
  margin-left: 10px;
  margin-bottom: 5px;
}
#blog #genesis-footer-widgets a {
  color: #555555;
  font-weight: 100;
}
#blog #genesis-footer-widgets #tags ul {
  display: flex;
  flex-wrap: wrap;
}
#blog #genesis-footer-widgets #tags ul::after {
  clear: both;
  content: "";
  display: table;
}
#blog #genesis-footer-widgets #tags li {
  align-self: center;
}
#blog #genesis-footer-widgets #tags li:nth-child(3n) {
  font-size: 20px;
}
#blog .footer-widgets {
  display: none !important;
}
#blog .footer-widget-area {
  padding: 0 50px;
}
#blog .footer-widget-area .footer-logo {
  max-width: 260px;
  width: 100%;
}
#blog .site-footer {
  border: 0;
  padding: 0;
}

#blog .site-footer p:only-child:empty {
  margin: 0;
}

#blog .rp4wp-related-posts .rp4wp-rp-title {
  font-size: 24px;
  margin: 0.8rem;
  font-family: "roboto", arial, sans-serif;
  font-weight: 400;
}
#blog #section-announcement {
  background: #2e4787;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #blog #section-announcement {
    line-height: 1.3em;
    font-size: 13px;
  }
}
#blog #section-announcement a {
  color: #fff !important;
  display: block;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 420px) {
  #blog #section-announcement a {
    font-size: 12px;
  }
}
#blog #section-announcement a img {
  height: 16px;
  margin: 0 0 0 4px;
  width: 8.44px;
  vertical-align: middle;
}
#blog #post-mobile__content--ads.wrap {
  background: #000;
  padding: 20px;
  margin: 0 20px 30px 20px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 302px;
  right: 0;
}
#blog #post-mobile__content--ads.wrap img {
  border: 1px solid #fff;
}
#blog .dpsp-networks-btns-content li {
  float: none;
  margin: 0 !important;
  width: 50px;
}
#blog .dpsp-networks-btns-content li a {
  border: 0;
  padding: 30px 0;
}
#blog .dpsp-networks-btns-wrapper {
  background: #fff;
  top: 5px !important;
  left: -60px;
  position: absolute !important;
  max-width: none !important;
}
#blog .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
  font-size: 30px;
}
#blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
  border: 0;
  color: #2E4787;
  background: #fff;
}
#blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon:after, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:after, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon:after {
  color: #2E4787;
}
#blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:after {
  margin-left: -12px;
}
#blog .dpsp-networks-btns-wrapper .yasr-overall-rating {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px;
}
#blog .dpsp-networks-btns-wrapper .yasr-star-rating {
  margin-right: 10px;
}
#blog.page-id-9839 .site-container {
  background: #f3f3f3 none scroll no-repeat 0 0;
}
#blog.page-id-14 #content {
  max-width: 100%;
}
#blog.page-id-14 h1 {
  max-width: 800px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  #blog.page-id-14 h1 {
    max-width: auto;
    margin: 0 0 20px 0;
  }
}
#blog.page-id-14 .about-social-links {
  display: flex;
  margin: 0 0 20px 0;
}
#blog.page-id-14 .about-social-links .about-social-icons {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2E4787;
  margin: 0 8px 0 0;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}
#blog.page-id-21911 #content {
  max-width: 1080px;
}
#blog.page-id-21911 h1 {
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  #blog.page-id-21911 h1 {
    max-width: auto;
    margin: 0 0 20px 0;
  }
}
#blog #respond p {
  margin: 0 0 16px 0;
}
#blog #respond p.comment-form-cookies-consent {
  display: flex;
}
#blog #respond p.comment-form-cookies-consent #wp-comment-cookies-consent {
  flex: 0 0 20px;
  margin-right: 8px;
}
#blog a {
  color: #2E4787;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}
#blog a:hover {
  color: #000;
}
#blog tbody {
  word-break: normal;
}
#blog .icon {
  cursor: pointer;
  color: #000;
  z-index: 100;
  position: absolute;
}
#blog .icon.search {
  top: 27px !important;
  right: 20px;
  font-size: 36px;
}

#blog .icon.close {
  color: #fff;
  top: 25px;
  right: 20px;
  font-size: 36px;
  z-index: 1002;
  display: none;
  position: fixed;
}
#blog #heroshot {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
#blog #heroshot .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  mix-blend-mode: normal;
}
#blog #heroshot [class$=__box] {
  /*left: 30px;*/
  bottom: 0;
  z-index: 10;
  max-width: 70%;
  margin: 20px 50px;
  text-align: left;
  position: absolute;
  padding: 20px 0;
  width: auto;
  /*p{ margin-bottom: $gutter * 2; }*/
  /*a.btn{
  	color: $white;
  	font-size: 18px;
  	font-weight: bold;
  	border-radius: 22px;
  	font-family: $roboto;
  	display: inline-block;
  	border: 2px solid $white;
  	text-transform: uppercase;
  	padding: $gutter - 5 $gutter * 2;

  	@include transition-fade(0.3);

  	&:hover{
  		background: $blue;
  		border: 2px solid $blue;
  	}
  }*/
}
#blog #heroshot [class$=__box] h2 {
  font-weight: 700;
  font-size: 50px;
}
#blog #heroshot [class$=__box] h2 a {
  color: #fff;
}
#blog #heroshot [class$=__box] .category a {
  /*display: none;*/
}
#blog #heroshot [class$=__box] .category a:first-child {
  display: block;
}
#blog #heroshot #slider__nav {
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 11;
  width: 100%;
  height: 50px;
  position: absolute;
}
#blog #heroshot i.icon {
  color: #fff;
  float: left;
  position: static;
  font-size: 30px;
  border: 2px #fff solid;
  border-radius: 60px;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
}
#blog #heroshot i.icon:hover {
  opacity: 0.5;
}
#blog #heroshot i.icon.keyboard--arrowleft {
  left: 10px;
  position: absolute;
}
#blog #heroshot i.icon.keyboard--arrowright {
  right: 10px;
  position: absolute;
}
#blog #heroshot #slider li {
  margin: 0;
  padding: 0;
  height: 500px;
  position: relative;
}
#blog #heroshot #slider li .overlay-light {
  background-image: radial-gradient(center, ellipse cover, rgb(46, 71, 135) 0%, rgba(46, 71, 135, 0) 60%);
  mix-blend-mode: screen;
  height: 200%;
  width: 200%;
  left: -100%;
  top: -100%;
  position: absolute;
}
#blog #heroshot #slider li .category {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-color: #fc7e00;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}
#blog #heroshot #slider .lSPager {
  display: none;
}
#blog #content {
  font-size: 18px;
  max-width: 800px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  /*a { text-decoration: underline; }*/
  /*********************/
  /* Share This Story */
  /*********************/
  /**********************/
  /*Related Posts Plugin*/
  /**********************/
}
#blog #content p {
  padding-bottom: 20px;
}
#blog #content ul > li {
  list-style: disc inside;
  margin-bottom: 20px;
}
#blog #content ol > li {
  list-style: decimal inside;
}
#blog #content iframe {
  width: 100%;
  height: 470px;
  border: 1px solid #e0e0e0;
}
#blog #content .social-share-wrapper {
  margin: 0 0 30px 0;
  /*title*/
  /*icons*/
}
#blog #content .social-share-wrapper .share-social-title h3 {
  margin-bottom: 10px;
}
#blog #content .social-share-wrapper .social-share-icons a {
  display: inline-block;
  margin: 0 8px 0 0;
}
#blog #content .social-share-wrapper .social-share-icons i.fab {
  font-size: 30px;
}
#blog #content .main-related-posts .rp4wp-related-posts {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 32px 0 0;
  padding: 24px 24px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #blog #content .main-related-posts .rp4wp-related-posts {
    padding: 32px 16px 0;
  }
}
#blog #content .main-related-posts .rp4wp-related-posts strong {
  font-weight: bold;
  padding: 0 12px 12px 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  #blog #content .main-related-posts .rp4wp-related-posts strong {
    padding: 0 8px 12px;
  }
}
#blog #content .main-related-posts .rp4wp-related-posts ul {
  width: 100%;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#blog #content .main-related-posts .rp4wp-related-posts ul > li {
  list-style: none !important;
  padding: 0;
  margin: 0;
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  #blog #content .main-related-posts .rp4wp-related-posts ul > li {
    padding: 0 8px;
    width: 50%;
  }
}
#blog #content .main-related-posts .rp4wp-related-posts ul > li .rp4wp-related-post-image {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#blog #content .main-related-posts .rp4wp-related-posts ul > li .rp4wp-related-post-image img {
  width: 100% !important;
}
#blog #content .main-related-posts .rp4wp-related-posts ul > li .rp4wp-related-post-content {
  line-height: 1.3em;
}
#blog #content .main-related-posts .rp4wp-related-posts ul > li > p {
  margin: 0 0 24px;
  padding: 0;
}
#blog #custom__footer {
  font-family: "Roboto", sans-serif;
  /*remove new edit 07202020*/
  /*margin-bottom: $gutter;*/
  /*display: none !important;*/
}
#blog #search {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 1001;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
}
#blog #search .search__form {
  top: 50%;
  left: 50%;
  width: 760px;
  height: 150px;
  position: absolute;
  text-align: center;
  margin-top: -75px;
  /* Half the height */
  margin-left: -380px;
  /* Half the width */
}
#blog #search .search__form h3 {
  color: #fff;
  font-size: 48px;
}
#blog #search .search__form .itg-src-title strong {
  color: #fff;
  font-size: 48px;
}
#blog #search .search__form input[type=search] {
  color: #1d1d1d;
  height: 60px;
  font-size: 18px;
  padding-left: 30px;
  border-radius: 30px;
}
#blog #search .search__form input[type=search]::placeholder {
  color: #999;
}
#blog #search .search__form .search-form-submit {
  top: -75px;
  right: -20px;
  float: right;
  color: #000;
  font-size: 36px;
  position: relative;
  background: none;
}
#blog #copyright {
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
#blog #copyright a {
  color: #1d1d1d;
  margin-left: 10px;
  text-decoration: none;
}
#blog #newsletter form {
  max-width: 400px;
}
#blog #newsletter [class$=__inputEmail] {
  position: relative;
  padding: 10px 0;
}
#blog #newsletter input[type=email]::placeholder {
  color: #aaa;
}
#blog #newsletter input[type=email].error {
  border: 1px solid #f74538;
}
#blog #newsletter #subscribe-button {
  padding: 0;
  width: 100%;
  height: 45px;
  display: block;
  line-height: 45px;
  border-radius: 23px;
  background: #2E4787;
  transition: all 0.3s ease 0s;
}
#blog #newsletter #subscribe-button:hover {
  background: #21376d;
}
#blog #newsletter [class$=__errormsg] {
  top: 0;
  left: 0;
  display: none;
  font-size: 14px;
  color: #f74538;
  font-weight: bold;
  position: absolute;
  padding: 6px 0;
}
#blog #socialmedia {
  text-align: left;
  margin-top: 10px;
}
#blog #socialmedia a {
  display: inline-block;
  padding: 10px;
  /*background: $white-mid;*/
  /*@include circle(40,23);*/
}
#blog .ad__banner {
  text-align: center;
  margin: 60px 0;
}
#blog .leaveacomment {
  letter-spacing: 2px;
}
#blog .categorytags {
  font-size: 14px;
  margin: 30px auto;
  max-width: 800px;
}
#blog .categorytags span {
  display: block;
  margin-bottom: 10px;
}
#blog .category {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#blog .category.categoryFeatures {
  border-bottom-color: #ffce05;
}
#blog .category.categoryNews {
  border-bottom-color: #fc7e00;
}
#blog .category.categoryAutoRepair {
  border-bottom-color: #669944;
}
#blog .category.categoryIndustryInsights {
  border-bottom-color: #5c85c6;
}
#blog .category.categoryReviews {
  border-bottom-color: #f74538;
}
#blog .category.categoryInfographic {
  border-bottom-color: #f44635;
}
#blog .category.categoryGuides {
  border-bottom-color: #ccc;
}
#blog .category a {
  font-weight: bold;
  color: #fff;
  height: 14px;
  line-height: 0;
  display: block;
}
#blog .date {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
#blog #recommended {
  max-width: 840px;
  margin: 30px auto;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
#blog #recommended strong {
  font-size: 24px;
  margin: 20px;
  width: 100%;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  #blog #recommended strong {
    margin: 20px 0;
  }
}
#blog #recommended strong span {
  background: #2e4787;
  color: #fff;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
#blog #recommended .latest__posted--item {
  width: 50%;
  padding: 20px;
}
#blog #recommended .latest__posted--item .latest__posted--thumb {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#blog #recommended .latest__posted--item .latest__posted--thumb .category {
  left: 20px;
  bottom: 10px;
  color: #fff;
  height: 18px;
  line-height: 0;
  letter-spacing: 1px;
  position: absolute;
  z-index: 11;
}
#blog #recommended .latest__posted--item .latest__posted--entrymeta {
  margin: 0;
}
#blog #recommended .latest__posted--item .latest__posted--title a {
  color: #000;
}
#blog #recommended .latest__posted--item p {
  margin-bottom: 20px;
}
#blog #recommended.home {
  background: #f6f6f6;
  margin: 0;
  max-width: none;
  padding: 30px;
}
#blog #recommended.home h3 {
  margin: 20px;
}
#blog #recommended.home h3 span {
  padding: 10px 20px;
}
#blog #recommended.home .latest__posted--item {
  margin: 0;
  width: 33.33%;
}
#blog #recommended.home .latest__posted--item .latest__posted--thumb {
  position: relative;
}
#blog #recommended.home .latest__posted--item:nth-child(3) .latest__posted--thumb .overlay {
  left: 0;
  top: 0;
}
#blog #recommended.home .latest__posted--item:nth-child(4) .latest__posted--thumb .overlay {
  left: -50%;
  top: 25%;
}
#blog #recommended.home .latest__posted--item:nth-child(5) .latest__posted--thumb .overlay {
  left: 0;
  top: -100%;
}
#blog #recommended.home .latest__posted--item:nth-child(6) .latest__posted--thumb .overlay {
  left: -100%;
  top: 0;
}
#blog #recommended.home .latest__posted--item .latest__posted--desc h2 a {
  color: #000;
}
#blog #recommended.home .categorytags {
  display: none;
}
#blog .overlay {
  background-image: radial-gradient(center, ellipse cover, rgb(46, 71, 135) 0%, rgba(46, 71, 135, 0) 60%);
  mix-blend-mode: lighten;
  height: 200%;
  width: 200%;
  /*left: -100%;*/
  /*top: -100%;*/
  position: absolute;
  z-index: 10;
}
#blog .overlay2 {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.6) 100%);
  mix-blend-mode: normal;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
}
#blog .sgpb-popup-close-button-6 {
  right: 0 !important;
  top: -30px !important;
}
#blog #sgpb-popup-dialog-main-div {
  border-radius: 5px !important;
  box-shadow: none !important;
}
#blog .lb-upg {
  width: 600px;
}
#blog .lb-upg .logo {
  background: url(/blog/wp-content/uploads/2020/04/lb-upg-bg.jpg) no-repeat;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
#blog .lb-upg .logo img {
  padding: 20px 0;
}
#blog .lb-upg .logo img.logo-mobile {
  display: none;
}
#blog .lb-upg .logo span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
#blog .lb-upg .wrap {
  padding: 30px 20px;
  text-align: center;
}
#blog .lb-upg .wrap .desktop {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0 0 20px;
  text-align: center;
}
#blog .lb-upg .wrap .desktop .winners {
  font-size: 22px;
}
#blog .lb-upg .wrap .desktop .vglnk {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
#blog .lb-upg .wrap .desktop .vglnk:hover {
  color: #000;
  text-decoration: none;
}
#blog .lb-upg .wrap .mobile {
  display: none;
}
#blog .lb-upg .wrap form {
  padding: 0 0 20px;
}
#blog .lb-upg .wrap form .upg-email {
  border: 1px #ccc solid;
  border-radius: 80px;
  height: 58px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 430px;
}
#blog .lb-upg .wrap form .upg-email input[type=email] {
  border: 0;
  height: 58px;
  left: 0;
  outline: none;
  padding: 0 15px 0 25px;
  position: absolute;
  width: 230px;
}
#blog .lb-upg .wrap form .upg-email ::placeholder {
  color: #999;
}
#blog .lb-upg .wrap form .upg-email input[type=submit] {
  background: #2E4787;
  border-radius: 0;
  font-size: 18px;
  height: 58px;
  padding: 0 20px;
  position: absolute;
  right: 0;
}
#blog .lb-upg .wrap h2 {
  margin: 0 0 20px;
}
#blog .lb-upg .upg-rules {
  font-size: 12px;
}
#blog .upg-ad {
  background: #f9f9f9;
  margin: 0 0 30px;
  overflow: hidden;
}
#blog .upg-ad .logo {
  background: url("/blog/wp-content/uploads/2020/04/lb-upg-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
#blog .upg-ad .logo img {
  max-width: 429px;
  width: 80%;
}
#blog .upg-ad .logo strong {
  display: block;
  padding: 10px 0 0;
}
#blog .upg-ad .wrap {
  float: left;
  padding: 25px 10px 10px;
  text-align: center;
  width: 100%;
}
#blog .upg-ad .wrap .info {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 auto;
  text-align: center;
}
#blog .upg-ad .wrap .info a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
#blog .upg-ad .wrap .info .winners {
  font-size: 16px;
  font-weight: normal;
}
#blog .upg-ad .wrap .btn-enter a {
  background: #2e4787;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 10px auto 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}
#blog .upg-ad .wrap .btn-enter a:hover {
  background: #6072b7;
}
#blog .upg-ad .wrap p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 20px 0 0;
}
#blog .upg-ad .wrap p a {
  color: #2E4787;
}
#blog .upg-ad.single {
  margin: 0 auto 30px;
  max-width: 800px;
}
#blog .upg-ad.single .logo {
  float: left;
  width: 400px;
}
#blog .upg-ad.single .wrap {
  padding: 25px 20px 10px;
  width: 400px;
}
#blog.home {
  margin: 0;
  padding: 0;
  /*Extole Adrotate Home Sidebar*/
  /* Top Stories widget */
  /* Add additional widget CSS here */
  /* Infographics widget */
  /*Nuts & Bolts widget*/
}
@media screen and (max-width: 1279px) {
  #blog.home .wrapper {
    margin: 0 16px 35px 16px !important;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #blog.home .wrapper {
    margin: 90px 16px 35px 16px !important;
  }
}
@media screen and (max-width: 420px) {
  #blog.home .wrapper {
    margin: 60px 16px 35px 16px !important;
  }
}
#blog.home #content {
  margin-top: 0;
  max-width: 100%;
}
#blog.home h1 {
  display: none;
}
#blog.home #slider {
  height: 93vh;
  background: #000;
}
#blog.home #lp__content--ads.wrap {
  background: #000;
  padding: 50px 0;
}
#blog.home #latest__posted {
  width: 100%;
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
#blog.home #latest__posted.wrap {
  padding: 0 30px;
}
#blog.home #latest__posted > div:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
}
#blog.home #latest__posted > div:last-child {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 20px;
  /*padding: $gutter * 2;*/
}
#blog.home #latest__posted > div:last-child .category {
  padding: 5px 20px;
}
#blog.home #latest__posted [class$="--item"] {
  width: 100%;
  padding: 20px;
}
#blog.home #latest__posted [class$="--item"] [class$="--thumb"] {
  float: left;
  width: 30%;
  height: 250px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#blog.home #latest__posted [class$="--item"] [class$="--thumb"] .overlay {
  background-image: radial-gradient(center, ellipse cover, rgb(46, 71, 135) 0%, rgba(46, 71, 135, 0) 60%);
  mix-blend-mode: lighten;
  height: 200%;
  width: 200%;
  left: -100%;
  top: -100%;
  position: absolute;
}
#blog.home #latest__posted [class$="--item"] [class$="--thumb"] .category {
  left: 20px;
  bottom: 10px;
  color: #fff;
  height: 18px;
  line-height: 0;
  letter-spacing: 1px;
  position: absolute;
  z-index: 11;
}
#blog.home #latest__posted [class$="--item"] [class$="--entrymeta"] {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  /*margin-bottom: $gutter * 2;*/
  text-transform: uppercase;
}
#blog.home #latest__posted [class$="--item"] [class$="--entrymeta"]::after {
  clear: both;
  content: "";
  display: table;
}
#blog.home #latest__posted [class$="--item"] [class$="--entrymeta"] span {
  margin-right: 10px;
  display: inline-block;
}
#blog.home #latest__posted [class$="--item"] [class$="--entrymeta"] .category {
  margin-bottom: 0;
}
#blog.home #latest__posted [class$="--item"] [class$="--entrymeta"] .category a {
  display: none;
}
#blog.home #latest__posted [class$="--item"] [class$="--entrymeta"] .category a:first-child {
  display: block;
}
#blog.home #latest__posted [class$="--item"] .latest__posted--desc {
  float: left;
  padding: 20px 30px;
  width: 70%;
}
#blog.home #latest__posted [class$="--item"] h2 a {
  color: #000;
}
#blog.home #latest__posted .featured__post--section {
  display: flex;
  flex-wrap: wrap;
}
#blog.home #latest__posted .featured__post--section > div:nth-child(2) [class$="--thumb"] .overlay {
  left: 0;
  top: 0;
}
#blog.home #latest__posted .featured__post--section > div:nth-child(3) [class$="--thumb"] .overlay {
  left: -50%;
  top: 25%;
}
#blog.home #latest__posted .featured__post--section > div:nth-child(4) [class$="--thumb"] .overlay {
  left: 0;
  top: -100%;
}
#blog.home #latest__posted .featured__post--section > div:nth-child(5) [class$="--thumb"] .overlay {
  left: -100%;
  top: 0;
}
#blog.home #latest__posted #latest__posted--featured-feat {
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-feat [class$="--thumb"] {
  float: none;
  height: 300px;
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-feat .latest__posted--desc {
  float: none;
  padding: 0;
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-news {
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-news [class$="--thumb"] {
  float: none;
  height: 300px;
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-news .latest__posted--desc {
  float: none;
  padding: 0;
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-auto {
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-auto [class$="--thumb"] {
  float: none;
  height: 300px;
  width: 100%;
}
#blog.home #latest__posted #latest__posted--featured-auto .latest__posted--desc {
  float: none;
  padding: 0;
  width: 100%;
}
#blog.home #latest__posted [class$="--review"] {
  min-height: 100px;
  position: relative;
  margin-bottom: 20px;
}
#blog.home #latest__posted [class$="--review"]::after {
  clear: both;
  content: "";
  display: table;
}
#blog.home #latest__posted [class$="--review"] [class$="--thumb"] {
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  position: absolute;
}
#blog.home #latest__posted [class$="--review"] [class$="--desc"] {
  padding-left: 120px;
}
#blog.home #latest__posted [class$="--review"] h3 {
  font-size: 20px;
  margin-bottom: 0;
}
#blog.home #latest__posted .latest__h2 {
  background: none;
  clear: both;
  display: block;
  border-bottom-style: inherit;
  border-bottom-width: inherit;
}
#blog.home #latest__posted .latest__h2 span {
  font-size: 24px;
  display: inline-block;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  margin: 20px;
  padding-bottom: 2px;
}
#blog.home #latest__posted h3 {
  font-weight: bold;
}
#blog.home #latest__posted h3 a {
  color: #000;
}
#blog.home #latest__posted .view__all {
  border: 3px solid #2E4787;
  border-radius: 60px;
  display: block;
  font-size: 18px;
  line-height: 1.1;
  /*height: 60px;*/
  margin: 20px auto;
  padding: 20px 0;
  /*padding: $gutter * 3 0;*/
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
#blog.home #latest__posted .view__all:hover, #blog.home #latest__posted .view__all:active {
  background: #2E4787;
  color: #fff;
  transition: all 0.3s ease 0s;
}
#blog.home .sidebar {
  font-size: inherit;
  float: none;
  line-height: inherit;
  min-width: 300px;
  width: 100%;
}
#blog.home .sidebar .category-top {
  background: #2E4787;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 12px !important;
}
#blog.home .sidebar .category-custom {
  margin-bottom: 20px;
}
#blog.home .sidebar .widget {
  margin-bottom: 20px;
}
#blog.home .sidebar .featured-content .entry {
  border: 0;
}
#blog.home .sidebar .featured-content .entry h4 {
  font-size: 18px;
}
#blog.home .sidebar .featured-content .entry h4 a {
  color: #000;
}
#blog.home .extole-home-ad {
  margin: 10px 0 20px 0;
}
#blog.home #topstories ul li {
  height: 170px;
  list-style: none;
  overflow: hidden;
  position: relative;
}
#blog.home #topstories ul li .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  mix-blend-mode: normal;
  height: 100%;
  width: 100%;
}
#blog.home #topstories ul li .overlay div {
  bottom: 0;
  padding: 20px;
  position: absolute;
}
#blog.home #topstories ul li .overlay .category {
  color: #fff;
  padding: 0;
}
#blog.home #topstories ul li .overlay h2 {
  font-size: 18px;
  max-width: 280px;
  margin: 0;
}
#blog.home #topstories ul li .overlay h2 a {
  color: #fff;
}
#blog.home #infographicsWidget ul li {
  height: 230px;
  list-style: none;
  overflow: hidden;
  position: relative;
}
#blog.home #infographicsWidget ul li .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  mix-blend-mode: normal;
  height: 100%;
  width: 100%;
}
#blog.home #infographicsWidget ul li .overlay div {
  bottom: 0;
  padding: 20px;
  position: absolute;
}
#blog.home #infographicsWidget ul li .overlay .heroshot__box {
  background: transparent none scroll no-repeat 0 0 !important;
  margin: 0 !important;
}
#blog.home #infographicsWidget ul li .overlay h2 {
  font-size: 18px;
  /*23px*/
  max-width: 340px;
  margin: 0;
}
#blog.home #infographicsWidget ul li .overlay h2 a {
  color: #fff;
}
#blog.home .nab-ad {
  background: #2e4787;
  margin: 0 0 30px;
  overflow: hidden;
}
#blog.home .nab-ad .logo {
  background: url("/blog/wp-content/uploads/2020/05/cp-nab-home-widget.jpg") no-repeat center center;
  background-size: auto;
  background-size: cover;
  color: #fff;
  padding: 0;
  text-align: center;
}
#blog.home .nab-ad .logo a.nab-link {
  padding: 7rem 0;
  display: block;
}
#blog.home .nab-ad .logo a.nab-link img {
  max-width: 429px;
  width: 80%;
}
#blog.single {
  /**Vehicle Selector**/
  /**End Vehicle Selector**/
  /*#heroshot{
  	height: 300px;
  	position: relative;

  	[class$="__box"]{
  		top: 10%;
  		left:0;
  		right:0;
  		bottom: 0;
  		width: 100%;
  		height: 50%;
  		margin: 0 auto;
  		text-align: center;
  		position: absolute;
  	}

  	.overlay {
  		background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4));
  		mix-blend-mode: normal;
  	}
  }*/
  /* indent/center content except figures/images/videos */
  /*carpartscom search*/
  /*</carpartscom search*/
  /*Author*/
  /*>End of author*/
  /********************/
  /*Buzzsprout Widget*/
  /************************/
  /**Top Products Widget**/
  /***Top Product Box Section***/
  /*Button*/
  /**Product Review Widget**/
  /***Shop this Project Widget***/
  /**Trust Review Widget**/
  /* SINGLE POST custom - Everyday Americans are the Real Victims of the Trade War */
  /* SINGLE POST custom - Alternator Voltage Regulation: Electromechanical, Electronic, and Computer-Controlled (Diagrams Included) */
  /* Guthenberg Blocks CSS */
  /**Posts Gallery**/
  /**Default Carousel**/
  /**</Default Carousel**/
  /**</Posts Gallery**/
  /**General Table Layout**/
  /**</General Table Layout**/
}
@media screen and (max-width: 1279px) {
  #blog.single .wrapper {
    width: auto;
    margin: 35px 16px 0 16px;
  }
}
@media screen and (max-width: 767px) {
  #blog.single .wrapper {
    margin: 110px 16px 30px 16px !important;
  }
}
#blog.single .post-category {
  border-bottom: 3px #e0e0e0 solid;
  font-weight: bold !important;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}
#blog.single h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 20px !important;
}
@media only screen and (max-device-width: 767px) {
  #blog.single h1 {
    font-size: 36px;
    margin: 0 0 16px !important;
  }
}
#blog.single .heroshot {
  height: 300px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-device-width: 767px) {
  #blog.single .heroshot {
    height: 150px;
    margin: 8px 0 16px;
  }
}
#blog.single .heroshot picture,
#blog.single .heroshot img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
}
#blog.single [class$="--entrymeta"] {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 20px 0;
}
#blog.single [class$="--entrymeta"] a {
  font-weight: normal;
}
@media only screen and (max-device-width: 1023px) {
  #blog.single [class$="--entrymeta"] {
    margin: 0 0 20px 0;
  }
}
#blog.single [class$="--entrymeta"] .entrymeta-wrap {
  /*breadcrumbs widget*/
  /*badge widget*/
}
@media only screen and (max-device-width: 1023px) {
  #blog.single [class$="--entrymeta"] .entrymeta-wrap {
    padding: 0 20px;
  }
}
#blog.single [class$="--entrymeta"] .entrymeta-wrap .breadcrumb {
  font-size: 14px;
  border-bottom: inherit;
  margin-bottom: 16px;
  padding-bottom: 0px;
}
#blog.single [class$="--entrymeta"] .entrymeta-wrap .badge {
  display: flex;
  column-gap: 8px;
}
#blog.single h1,
#blog.single h2,
#blog.single h3,
#blog.single h4,
#blog.single h5,
#blog.single h6,
#blog.single p,
#blog.single ul,
#blog.single ol,
#blog.single .latest__posted--entrymeta,
#blog.single .comment__form,
#blog.single .instagram-media,
#blog.single .twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 800px;
}

#blog #wp-admin-bar-root-default {
  max-width: none;
}

#blog.single .latest__posted--entrymeta em {
  display: none;
  font-style: normal;
}
#blog.single h1,
#blog.single h2 {
  margin: 20px 0;
}
#blog.single figcaption {
  border-bottom: 1px solid #e0e0e0;
  font-weight: normal;
  padding: 20px 0;
}
#blog.single .entry-content ul {
  padding-left: 30px;
}
#blog.single .protip {
  display: table;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 800px;
}
#blog.single .protip h4 {
  background: #ffce05;
  display: table-cell;
  font-size: 36px;
  font-weight: 800;
  line-height: 1em;
  margin: 0;
  padding: 10px;
  vertical-align: top;
}
#blog.single .protip h5 {
  display: table-cell;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  padding: 0 0 20px 70px;
  vertical-align: middle;
}
#blog.single .relatedpost {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px;
  max-width: 800px;
  overflow: hidden;
  padding: 20px;
}
#blog.single .relatedpost br {
  display: none;
}
#blog.single .relatedpost a {
  color: #333;
  display: block;
}
#blog.single .relatedpost a > p {
  padding: 0 !important;
}
#blog.single .relatedpost a .relatedpost-img {
  float: left;
  width: 110px;
}
#blog.single .relatedpost a .relatedpost-content {
  float: left;
  font-size: 14px;
  padding-left: 20px;
  width: 80%;
}
#blog.single .relatedpost a .relatedpost-content h2 {
  font-size: 18px;
  margin: 10px 0;
}
#blog.single .relatedpost a .relatedpost-content p {
  font-weight: 400;
  padding-bottom: 0 !important;
}
#blog.single .relatedpost a .relatedpost-content strong {
  color: #2e4787;
}
#blog.single .indent {
  padding: 0 0 30px 40px;
}
#blog.single .cp-search {
  border-bottom: 1px #f3f3f3 solid;
  border-top: 1px #f3f3f3 solid;
  display: block !important;
  margin: 0 auto 20px;
  max-width: 700px;
  padding: 30px 20px;
}
#blog.single .cp-search form {
  margin: 20px auto 0;
  max-width: 500px;
}
#blog.single .cp-search form input[type=text] {
  border-right: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  float: left;
  font-size: 14px;
  height: 45px;
  padding: 0 0 0 20px;
  width: 400px;
}
#blog.single .cp-search form input[type=text]::placeholder {
  color: #999;
}
#blog.single .cp-search form input[type=submit] {
  background: #2E4787;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  height: 45px;
  padding: 0 20px;
  width: 100px;
}
#blog.single .cp-search a {
  background: #2E4787;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 0;
  padding: 12px;
  width: 250px;
}
#blog.single .carpartscomsearch {
  background: url("https://cld.partsimg.com/image/upload/f_auto,q_60,w_1600,dpr_auto/carparts/blog/widgets/carpartscomsearch/bg") no-repeat;
  background-position: top center;
  background-size: cover;
  height: 350px;
  margin: 20px 0 40px;
  position: relative;
}
#blog.single .carpartscomsearch .search {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
}
#blog.single .carpartscomsearch .search img {
  margin-bottom: 30px;
}
#blog.single .carpartscomsearch .search form {
  display: flex;
  flex: wrap;
}
#blog.single .carpartscomsearch .search input[type=text] {
  background: rgba(0, 0, 0, 0.3);
  border: 2px #fff solid;
  border-right: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  width: 365px;
}
#blog.single .carpartscomsearch .search input[type=text]::placeholder {
  color: #fff;
  opacity: 0.6;
}
#blog.single .carpartscomsearch .search input[type=submit] {
  background: #ffce05;
  border: 2px #fff solid;
  border-left: 0;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  color: #333;
  font-size: 18px;
  width: 135px;
}
#blog.single .carpartscomsearch .search input[type=submit]:hover {
  background: rgb(255, 255, 82);
}
@media only screen and (max-device-width: 1024px) {
  #blog.single .carpartscomsearch {
    margin: 20px -20px 40px;
  }
}
@media only screen and (max-device-width: 767px) {
  #blog.single .carpartscomsearch .search {
    padding: 0 20px;
    width: 100%;
  }
  #blog.single .carpartscomsearch .search form {
    display: block;
    flex: none;
  }
  #blog.single .carpartscomsearch .search input[type=text] {
    border-right: 2px #fff solid;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    display: block;
    margin: 0 0 20px;
    padding: 14px;
    text-align: center;
    width: 100%;
  }
  #blog.single .carpartscomsearch .search input[type=submit] {
    border: 0;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    display: block;
    padding: 14px;
    width: 100%;
  }
}
#blog.single .author-box {
  background: #ffffff !important;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
#blog.single .author-box .itg-thumb {
  margin-right: 20px;
}
@media only screen and (max-device-width: 767px) {
  #blog.single .author-box .itg-thumb {
    flex: 0 0 80px;
    margin-right: 10px;
  }
}
#blog.single .author-box .itg-thumb .avatar {
  border-radius: 50%;
  width: 100px;
  margin-right: 0 !important;
}
#blog.single .author-box .role {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 0 !important;
}
#blog.single .author-box .author-name {
  margin: 0 0 8px 0;
  padding: 0 !important;
}
#blog.single .author-box .author-name a {
  font-size: 16px;
  font-weight: 700 !important;
  color: #2e4787 !important;
}
@media only screen and (max-device-width: 767px) {
  #blog.single .author-box .author-name a {
    line-height: 1.1;
    display: block;
  }
}
#blog.single .author-box .pos-title {
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0 !important;
  font-size: 16px;
}
@media only screen and (max-device-width: 767px) {
  #blog.single .author-box .pos-title {
    margin: 3px 0 15px 0;
  }
}
#blog.single .author-box .itg-cont .date {
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (max-device-width: 480px) {
  #blog.single .author-box .itg-cont .date {
    font-size: 14px;
  }
}
#blog.single .author-box .itg-cont .date a {
  color: #333 !important;
  font-weight: 400;
}
#blog.single .bz-sprout-noamp div iframe {
  border: inherit !important;
  height: 205px !important;
}
#blog.single .bz-sprout-amp {
  display: none;
}
#blog.single .top-product-link a {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: #2e4787;
}
#blog.single .top-product-link a:hover, #blog.single .top-product-link a:active {
  color: #2e4787;
}
#blog.single .prod-box a:hover {
  border: 1px solid #2e4787;
}
#blog.single .top-prod-cta a {
  font-size: 20px;
  width: fit-content;
  padding: 16px;
  line-height: 1.3em;
  background-color: transparent !important;
  border: 3px solid #2E4787;
  border-radius: 60px;
  display: block;
  margin: 20px auto;
  text-align: center;
}
#blog.single .top-prod-cta a:hover, #blog.single .top-prod-cta a:active {
  background: #2E4787 !important;
  color: #fff !important;
  transition: all 0.3s ease 0s !important;
}
#blog.single .top-prod-cta-button a {
  color: #333333 !important;
}
#blog.single .prod-rev-box .kt-inside-inner-col {
  position: relative;
  /*container*/
  /*Product Review Title*/
}
#blog.single .prod-rev-box .kt-inside-inner-col .prod-rev-wrap {
  margin: 0;
}
#blog.single .prod-rev-box .kt-inside-inner-col h2 {
  font-weight: 700;
  padding: 8px 16px 8px 16px;
  display: inline-block;
  position: relative;
  left: -10px;
  margin: 18px 0 0 0;
}
@media only screen and (max-device-width: 1023px) {
  #blog.single .prod-rev-box .kt-inside-inner-col h2 {
    padding: 8px 16px 8px 20px !important;
  }
}
#blog.single .prod-rev-box .kt-inside-inner-col h2::after {
  content: " ";
  display: block;
  position: absolute;
  left: -10px;
  bottom: -7px;
  border-color: rgba(0, 0, 0, 0) #111f30 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: inset solid inset inset;
  border-width: 0 10px 7px;
}
#blog.single .prod-rev-box .kt-inside-inner-col .prod-col-right {
  position: relative;
  top: -35px;
  /*small-info*/
}
@media only screen and (max-width: 1023px) {
  #blog.single .prod-rev-box .kt-inside-inner-col .prod-col-right {
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog.single .prod-rev-box .kt-inside-inner-col .prod-col-right {
    top: -15px;
  }
}
#blog.single .prod-rev-box .kt-inside-inner-col .prod-col-right h3 {
  font-weight: 700;
}
#blog.single .prod-rev-box .kt-inside-inner-col .prod-col-right p {
  line-height: 1.4;
}
#blog.single .prod-rev-box .kt-inside-inner-col .prod-col-right .pr-desc {
  font-size: 12px;
  font-style: italic;
  text-wrap: balance;
}
#blog.single .shop-this-project-wrap {
  margin: 0 0 20px 0;
}
#blog.single .shop-this-project-wrap h2 {
  margin: 10px 0;
  font-size: 20px !important;
  font-weight: 700;
  color: var(--cp-black) !important;
}
#blog.single .shop-this-project-wrap .project-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list {
  margin: 0 0 1rem !important;
  list-style: none !important;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list:last-child {
  border-bottom: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#blog.single .shop-this-project-wrap .project-sub-list .uagb-container-inner-blocks-wrap {
  display: flex
}

#blog.single .shop-this-project-wrap .project-sub-list .project-col-left {
  flex: 0 0 100px;
  margin: 0 16px 0 0;
  padding: 0 0 16px 0
}

#blog.single .shop-this-project-wrap .project-col-right .kt-inside-inner-col a {
  line-height: 1.4
}

#blog.single .shop-this-project-wrap > div:nth-of-type(1) {
  padding: 8px;
}

#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right figure {
  margin: 0;
  height: auto;
  line-height: 1.1;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right .project-price {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: var(--cp-black) !important;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right .project-price span, #blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right .project-price strong {
  color: var(--cp-black) !important;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right .cta-shop-project a {
  font-weight: 500;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right .cta-shop-project a:hover {
  color: #004C80 !important;
}
#blog.single .shop-this-project-wrap .kt-inside-inner-col div.project-sub-list .project-col-right .project-disclaimer {
  color: var(--cp-grey) !important;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
}
@media (max-width: 992px) {
  #blog.single {
    /*Related Products*/
    /*Shop this Project*/
  }
  #blog.single .related-products-list {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  #blog.single .related-products-list li {
    list-style: none !important;
    width: 50%;
    padding: 0 10px 10px 0;
    list-style: none !important;
  }
  #blog.single .related-products-list > li:last-child {
    width: 100%;
  }
  #blog.single .related-products {
    padding: 20px;
    margin: 10px 1px 20px 1px;
  }
  #blog.single .rp-expand-collapse {
    width: 100%;
  }
  #blog.single .rp-expand-collapse ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #blog.single .rp-expand-collapse label {
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
  #blog.single .shop-this-project-wrap .kt-inside-inner-col > div:last-child .project-col-right {
    padding-bottom: 0 !important;
  }
}
#blog.single .tr-rev h2 {
  font-size: 20px;
}
#blog.single.postid-4495 #heroshot {
  background-position: center top !important;
}
#blog.single.postid-23135 #heroshot h1 {
  font-size: 42px;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  #blog.single.postid-23135 #heroshot h1 {
    font-size: 24px;
  }
}
#blog.single .wp-block-image {
  margin: 0 auto;
  max-width: 800px;
}
#blog.single .wp-block-image figcaption em {
  display: inline-block;
  font-style: normal;
  text-align: center;
}
#blog.single .wp-block-file .wp-block-file__button {
  background: none;
  border: 1px #2E4787 solid;
}
#blog.single .owl-slider {
  max-width: 800px;
  margin: 50px auto;
  overflow: hidden;
}
#blog.single .owl-slider {
  max-width: 800px;
  margin: 50px auto;
  overflow: hidden;
}
#blog.single .oc-gallery {
  border: 1px solid #E3E3E3;
  padding: 16px 16px 0 16px;
}
#blog.single .owl-slider .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}
#blog.single .owl-slider .owl-carousel .item-box {
  padding: 10px 16px 0 8px;
}
#blog.single .owl-slider .owl-carousel .item-box p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #333333;
  padding-bottom: 0 !important;
}
#blog.single .oc-gallery .owl-dots button.owl-dot {
  background: #C6C6C6;
  width: 10px;
  height: 10px;
}
#blog.single .oc-gallery .owl-dots {
  text-align: center;
  position: relative;
  bottom: 108px;
}
#blog.single .oc-gallery .owl-dots button.owl-dot.active {
  background: #3C3C3C;
}
#blog.single .oc-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#blog.single .owl-nav button.owl-prev {
  left: 0;
}
#blog.single .owl-nav button.owl-next {
  right: 0;
}
#blog.single .oc-gallery i.material-icons.arrow-left {
  left: 15px;
}
#blog.single .oc-gallery i.material-icons.arrow-right {
  right: 25px;
}
#blog.single .owl-nav button i.material-icons {
  top: -65px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  font-size: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 500;
  color: #C6C6C6;
}
#blog.single .owl-nav button i.material-icons:hover {
  color: #3C3C3C;
}
#blog.single .owl-nav .owl-prev.disabled i.material-icons {
  color: #3C3C3C;
}
#blog.single .owl-nav .owl-next.disabled i.material-icons {
  color: #3C3C3C;
}
#blog.single .oc-gallery .material-icons.arrow-left:before {
  content: "\e314";
}
#blog.single .oc-gallery .material-icons.arrow-right:before {
  content: "\e315";
}
#blog.single .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
#blog.single .owl-dots button.owl-dot.active {
  background-color: #000;
}
#blog.single .owl-dots button.owl-dot:focus {
  outline: none;
}
#blog.single .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog.single .owl-nav button:focus {
  outline: none;
}
#blog.single .oc-gallery .disabled {
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog.single .oc-gallery {
    padding: 0;
  }
  #blog.single .owl-slider .owl-carousel .item-box {
    padding: 10px 16px 0 16px;
  }
  #blog.single .owl-nav button i.material-icons {
    top: -90px;
  }
  #blog.single .oc-gallery i.material-icons.arrow-left {
    left: 0px;
  }
  #blog.single .oc-gallery i.material-icons.arrow-right {
    right: 15px;
  }
  #blog.single .owl-slider .owl-carousel .item-box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  #blog.single .owl-nav button i.material-icons {
    top: -105px;
  }
  #blog.single .oc-gallery .owl-dots {
    bottom: 125px;
  }
}
#blog.single .owl-carousel,
#blog.single .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
#blog.single .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
#blog.single .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
}
#blog.single .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#blog.single .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#blog.single .owl-carousel .owl-item,
#blog.single .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
#blog.single .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
#blog.single .owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
}
#blog.single .owl-carousel .owl-dots.disabled,
#blog.single .owl-carousel .owl-nav.disabled {
  display: none;
}
#blog.single .no-js .owl-carousel,
#blog.single .owl-carousel.owl-loaded {
  display: block;
}
#blog.single .owl-carousel .owl-dot,
#blog.single .owl-carousel .owl-nav .owl-next,
#blog.single .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#blog.single .owl-carousel .owl-nav button.owl-next,
#blog.single .owl-carousel .owl-nav button.owl-prev,
#blog.single .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
#blog.single .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
#blog.single .owl-carousel.owl-hidden {
  opacity: 0;
}
#blog.single .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
#blog.single .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#blog.single .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
#blog.single .owl-carousel.owl-rtl {
  direction: rtl;
}
#blog.single .owl-carousel.owl-rtl .owl-item {
  float: right;
}
#blog.single .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
#blog.single .owl-carousel .owl-animated-in {
  z-index: 0;
}
#blog.single .owl-carousel .owl-animated-out {
  z-index: 1;
}
#blog.single .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#blog.single .owl-height {
  transition: height 0.5s ease-in-out;
}
#blog.single .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
#blog.single .owl-carousel .owl-item .owl-lazy:not([src]),
#blog.single .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
#blog.single .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
#blog.single .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
#blog.single .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/blog/wp-content/themes/genesis_child/custom/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
#blog.single .owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
#blog.single .owl-carousel .owl-video-playing .owl-video-play-icon,
#blog.single .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
#blog.single .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
#blog.single .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#blog.single .table-prime-wrap-one {
  margin: 0;
}
#blog.single .table-prime-wrap-one .table-prime-layout-one {
  color: #333333;
  overflow: hidden;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  #blog.single .table-prime-wrap-one .table-prime-layout-one {
    border-spacing: 0 0 15px 0;
  }
}
#blog.single .table-prime-wrap-one .table-prime-layout-one thead tr {
  background: #3C3C3C no-repeat scroll 0 0;
}
@media screen and (max-width: 767px) {
  #blog.single .table-prime-wrap-one .table-prime-layout-one thead tr {
    background: transparent scroll no-repeat 0 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
#blog.single .table-prime-wrap-one .table-prime-layout-one thead tr th {
  text-transform: capitalize;
  font-weight: 400;
  padding: 20px 5px;
  font-size: 16px;
  text-align: left;
  column-gap: 0px;
  color: #ffffff;
  word-break: break-word;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #blog.single .table-prime-wrap-one .table-prime-layout-one thead tr th {
    padding: 0;
  }
}
#blog.single .table-prime-wrap-one .table-prime-layout-one tbody tr {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
#blog.single .table-prime-wrap-one .table-prime-layout-one tbody tr td {
  padding: 16px 5px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #blog.single .table-prime-wrap-one .table-prime-layout-one tbody tr td {
    display: flex;
    padding: 15px 16px;
    font-size: 14px;
  }
  #blog.single .table-prime-wrap-one .table-prime-layout-one tbody tr td:nth-child(odd) {
    background: none no-repeat 0 0 scroll #F1F1F1;
  }
  #blog.single .table-prime-wrap-one .table-prime-layout-one tbody tr td::before {
    content: attr(data-label);
    width: 50%;
  }
  #blog.single .table-prime-wrap-one .table-prime-layout-one tbody tr td span {
    padding: 0 0 0 15px;
    width: 50%;
    display: inline-block;
  }
}
#blog .avatar {
  border-radius: 0;
}
#blog .rt-reading-time {
  color: #555555;
  font-size: 16px;
  font-style: italic;
  margin: 0 auto 20px;
  max-width: 800px;
}
#blog.page-template-page-infographic .rt-reading-time, #blog.landing-page .rt-reading-time {
  display: none !important;
}
#blog.landing-page-advisory h1 {
  display: none;
}
#blog.landing-page-advisory p {
  margin: 0 0 30px;
}
#blog.landing-page-advisory .content {
  padding: 0 24px;
}
#blog.sjb .site-inner {
  border-top: 1px #e0e0e0 solid;
}
#blog.post-type-archive-jobpost .site-container, #blog.jobpost-template-default .site-container {
  /*background: url('/blog/wp-content/uploads/2020/03/usapcareersheader.jpg') no-repeat center top;*/
  background: url("/blog/wp-content/themes/genesis_child/custom/landingpage/careers/assets/img/header.svg") no-repeat center top;
  background-size: 700px;
  padding-top: 108px;
}
#blog.post-type-archive-jobpost .site-header,
#blog.post-type-archive-jobpost .footer-widgets, #blog.jobpost-template-default .site-header,
#blog.jobpost-template-default .footer-widgets {
  display: none;
}
#blog.post-type-archive-jobpost .sjb-page .sjb-detail .job-features .table td:first-child, #blog.jobpost-template-default .sjb-page .sjb-detail .job-features .table td:first-child {
  background: #f3f3f3;
  padding-left: 15px;
}
#blog.post-type-archive-jobpost .sjb-page .sjb-detail .list-data .job-info-margin, #blog.jobpost-template-default .sjb-page .sjb-detail .list-data .job-info-margin {
  margin: 0 0 10px;
}
#blog.post-type-archive-jobpost .sjb-page .sjb-detail .job-features .table td, #blog.jobpost-template-default .sjb-page .sjb-detail .job-features .table td {
  border: 1px solid #e0e0e0;
}
#blog.post-type-archive-jobpost .sjb-page .btn-primary, #blog.jobpost-template-default .sjb-page .btn-primary {
  background: #2E4787;
  color: #fff;
  border-radius: 60px;
}
#blog.post-type-archive-jobpost .sjb-page .file div, #blog.jobpost-template-default .sjb-page .file div {
  border-radius: 60px;
}
#blog.post-type-archive-jobpost .sjb-page .col-md-1 img, #blog.jobpost-template-default .sjb-page .col-md-1 img {
  max-width: 70%;
}
#blog.post-type-archive-jobpost .list-data ul li:before, #blog.jobpost-template-default .list-data ul li:before {
  display: none;
}
#blog.post-type-archive-jobpost .sjb-page .col-md-1, #blog.jobpost-template-default .sjb-page .col-md-1 {
  width: 50%;
}
#blog.post-type-archive-jobpost .sjb-page .col-md-1 img, #blog.jobpost-template-default .sjb-page .col-md-1 img {
  border: 0;
  height: auto !important;
  width: 100% !important;
}
#blog.post-type-archive-jobpost .yasr-visitor-votes, #blog.jobpost-template-default .yasr-visitor-votes {
  display: none;
}
#blog .sjb-page .job-date {
  display: none !important;
}
#blog .abt-box-wrap {
  background: #E1FAFF;
  padding: 30px;
}
#blog .abt-box-wrap h2 {
  font-style: italic;
}
#blog .abt-box-wrap.wrap {
  max-width: 800px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  #blog .abt-box-wrap.wrap {
    max-width: auto;
    margin: 0 0 20px 0;
  }
}
#blog .abt-wrap {
  /*follow us*/
}
#blog .abt-wrap.wrap {
  max-width: 800px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  #blog .abt-wrap.wrap {
    max-width: auto;
    margin: 0 0 20px 0;
  }
}
#blog .abt-wrap ul.auth-social-list {
  display: flex;
  justify-content: center;
}
#blog .abt-wrap ul.auth-social-list .auth-social-items {
  margin: 10px 15px 5px 15px;
  list-style: none !important;
  text-align: center;
}
#blog .abt-wrap ul.auth-social-list a.social-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  margin: 5px 0 0 0;
}
#blog .abt-wrap ul.auth-social-list a.social-link span {
  color: #2E4787 !important;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #blog .abt-wrap ul.auth-social-list a.social-link span {
    font-size: 16px;
  }
}
#blog .abt-wrap ul.auth-social-list .social-icon {
  border-radius: 50%;
  border: 2px solid #2E4787;
  width: 100px;
  height: 100px;
  display: flex;
  padding: 8px 0;
  margin: 0 0 5px 0;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #blog .abt-wrap ul.auth-social-list .social-icon {
    width: 70px;
    height: 70px;
  }
}
#blog .abt-wrap ul.auth-social-list .social-icon svg {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  #blog .abt-wrap ul.auth-social-list .social-icon svg {
    width: 35;
    height: 35px;
  }
}
#blog .auth-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #blog .auth-wrap {
    max-width: auto;
  }
}
#blog .auth-wrap .auth-sb-title {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #blog .auth-wrap .auth-sb-title {
    padding: 0;
  }
}
#blog .auth-wrap .auth-sb-wrap {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  #blog .auth-wrap .auth-sb-wrap {
    flex-direction: column;
  }
}
#blog .auth-wrap .auth-sb-wrap .auth-item {
  padding: 10px 20px 20px 20px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #blog .auth-wrap .auth-sb-wrap .auth-item {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
#blog .auth-wrap .auth-sb-wrap .auth-item .auth-thumb {
  width: 70%;
  margin: 0 auto 20px;
}
#blog .auth-wrap .auth-sb-wrap .auth-item .auth-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  #blog .auth-wrap .auth-sb-wrap .auth-item .auth-thumb {
    width: 100%;
  }
}
#blog .auth-wrap .auth-sb-wrap .auth-item h3 {
  font-weight: normal;
}
#blog .auth-wrap .auth-sb-wrap .auth-item h3 a {
  display: block;
  color: #333;
}
#blog .auth-wrap .auth-sb-wrap .auth-item h3 a strong {
  font-weight: 600;
  display: block;
  margin: 0 0 3px 0;
}
#blog .auth-wrap .auth-sb-wrap .auth-item h3 a span {
  font-weight: 500;
  font-size: 20px;
  display: block;
}
#blog .auth-wrap .auth-sb-wrap .auth-item .auth-list {
  padding: 0 0 0 40px;
}
#blog .auth-wrap .auth-sb-wrap .auth-item .auth-list li {
  list-style: disc outside !important;
}
#blog .auth-wrap .auth-sb-wrap .auth-item .auth-list li p {
  padding: 0 !important;
}
#blog .cont-wrap a {
  color: #333;
  font-size: 20px;
}
#blog .cont-wrap a strong {
  font-weight: 500;
}
#blog .blg-box-wrap.wrap {
  background: #e1faff;
  padding: 30px;
  margin: 30px 0;
}
#blog .blg-box-wrap h3 {
  font-weight: 400;
  font-style: italic;
}
#blog .blg-wrap.wrap {
  max-width: 800px;
  margin: 0 auto 15px auto;
}
#blog .blg-full-wrap.wrap {
  display: block;
  margin: 0 0 40px 0;
  /* Front */
  /* back */
  /* effect */
}
@media only screen and (max-width: 992px) {
  #blog .blg-full-wrap.wrap {
    margin: 0;
  }
}
#blog .blg-full-wrap.wrap .oc-list {
  display: flex;
  /*margin: 0 -20px;*/
  margin: 0;
  flex-direction: row;
  justify-content: center;
}
#blog .blg-full-wrap.wrap .oc-list:nth-child(1) .oc-items:nth-child(1) .hd-line {
  width: 150px;
}
#blog .blg-full-wrap.wrap .oc-list:nth-child(1) .oc-items:nth-child(2) .hd-line {
  width: 160px;
}
#blog .blg-full-wrap.wrap .oc-list:nth-child(2) .oc-items:nth-child(1) .hd-line {
  width: 190px;
}
#blog .blg-full-wrap.wrap .oc-list:nth-child(2) .oc-items:nth-child(2) .hd-line {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  #blog .blg-full-wrap.wrap .oc-list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #blog .blg-full-wrap.wrap .blg-img {
    margin: 0 0 30px 0;
  }
}
#blog .blg-full-wrap.wrap .oc-items {
  width: 35%;
  overflow: hidden;
  position: relative;
  margin: 0 20px 30px 20px;
}
@media only screen and (max-width: 767px) {
  #blog .blg-full-wrap.wrap .oc-items {
    width: 100%;
    overflow: inherit;
    position: relative;
    margin: 0;
    padding: 0;
  }
}
#blog .blg-full-wrap.wrap .front-card,
#blog .blg-full-wrap.wrap .back-card {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  #blog .blg-full-wrap.wrap .front-card,
#blog .blg-full-wrap.wrap .back-card {
    width: auto;
    height: auto;
  }
}
#blog .blg-full-wrap.wrap .front-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#blog .blg-full-wrap.wrap .front-card p {
  position: relative;
  top: -60px;
  background: #1DA962;
  line-height: 40px;
  transition: all 0.4s;
}
#blog .blg-full-wrap.wrap .back-card {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  color: #ffffff;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 992px) {
  #blog .blg-full-wrap.wrap .back-card {
    position: relative;
    overflow: visible;
    background: transparent;
    transition: inherit;
    color: #333333;
    opacity: 1;
  }
}
#blog .blg-full-wrap.wrap .items-desc {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 992px) {
  #blog .blg-full-wrap.wrap .items-desc {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin: 20px 0 15px 0;
  }
}
#blog .blg-full-wrap.wrap .back-card h3:before {
  background: #0A6E3B;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 2px 0px #1A5336;
  transform: scale(4.5);
  transition: all 0.3s ease;
}
#blog .blg-full-wrap.wrap .back-card h3 {
  font-size: 25px;
  margin: 0 0 5px 10px;
  position: relative;
}
#blog .blg-full-wrap.wrap .back-card h3 .hd-title {
  display: block;
  font-weight: 700;
}
#blog .blg-full-wrap.wrap .back-card h3 .hd-line {
  margin: 5px 0 0 0;
  display: block;
  border-bottom: 5px solid #fc7e00;
}
#blog .blg-full-wrap.wrap .back-card p {
  font-size: 20px;
  font-weight: 400;
  margin: 0 10px;
  position: relative;
  top: 200px;
  transition: all 0.3s linear 0.2s;
}
@media only screen and (max-width: 992px) {
  #blog .blg-full-wrap.wrap .back-card p {
    top: inherit;
    transition: inherit;
  }
}
#blog .blg-full-wrap.wrap .oc-items:hover {
  cursor: pointer;
}
#blog .blg-full-wrap.wrap .oc-items:hover .front-card p {
  top: 0;
}
#blog .blg-full-wrap.wrap .oc-items .back-card:hover {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  #blog .blg-full-wrap.wrap .oc-items .back-card:hover,
#blog .blg-full-wrap.wrap .oc-items .back-card:visited,
#blog .blg-full-wrap.wrap .oc-items .back-card:active {
    color: #333333;
  }
}
#blog .blg-full-wrap.wrap .oc-items .back-card:hover h3:before,
#blog .blg-full-wrap.wrap .oc-items .back-card:hover p {
  top: 0;
  margin-bottom: 0;
}
#blog .blg-full-wrap.wrap .oc-items .back-card:hover h3:before {
  transform: scale(1);
}
#blog.blank-landing-covid19 .cp-logo-center {
  margin: 0 auto;
  text-align: center;
}
#blog.blank-landing-covid19 .cp-logo-center svg {
  max-width: 300px;
}
#blog a.nlink {
  text-decoration: none;
}
#blog .lb-wrap {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog .btn-gn-cpr {
  flex-direction: column;
  border-bottom: 1px #f3f3f3 solid;
  border-top: 1px #f3f3f3 solid;
  display: block !important;
  margin: 0 auto 20px;
  max-width: 700px;
  padding: 30px 20px;
}
#blog .btn-gn-cpr p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #333333;
  padding-bottom: 0 !important;
}
#blog .btn-gn-cpr .ampstart-lb-btn {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #333333;
  border: 0;
  background: transparent no-repeat 0 0;
  padding: 0;
  color: #2E4787;
  cursor: pointer;
}
#blog .lb-content {
  position: relative;
  z-index: 999;
  padding: 20px;
  max-width: 970px;
  background: #fff;
  position: relative;
  max-height: 450px;
  overflow: auto;
}
#blog .lb-modal-title {
  font-family: "Roboto", sans-serif;
  font-size: 26px !important;
  font-weight: 700;
  display: block !important;
  margin: 20px 0 20px 0 !important;
}
#blog .lb-content p {
  margin: 0 0 20px !important;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
#blog .lb-close {
  border: 0;
  outline: 0;
  background: transparent none scroll no-repeat 0 0;
}
#blog .lb-cta-close {
  right: 8px;
  top: 12px;
  cursor: pointer;
  position: absolute;
  color: #333333;
  background: transparent;
  border: 0;
  background: transparent no-repeat 0 0;
  padding: 0;
}
#blog .ampstart-lb-btn:visited,
#blog .ampstart-lb-btn:focus,
#blog .ampstart-lb-btn:focus-visible,
#blog .lb-close:visited,
#blog .lb-close:focus,
#blog .lb-close:focus-visible {
  border: 0;
  outline: 0;
}
#blog .btn-cpr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px #f3f3f3 solid;
  border-top: 1px #f3f3f3 solid;
  display: block !important;
  margin: 0 auto 20px;
  max-width: 700px;
  padding: 30px 20px;
}
#blog .btn-cpr p {
  color: #666;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 0 !important;
  margin: 0;
}
#blog .btn-cpr p .cpr-link {
  color: #2E4787;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent scroll no-repeat 0 0;
  padding: 0;
}
#blog .yasr-auto-insert-visitor {
  clear: both;
}
#blog .site-container #content .rt-reading-time {
  display: none !important;
}
#blog #nab-wrap {
  /***nab gallery responsive***/
}
#blog #nab-wrap .nab-item {
  border: 1px solid #ccc;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background: #fff none scroll no-repeat 0 0;
  padding: 0px 40px 40px 40px;
  margin-top: 60px;
}
#blog #nab-wrap .nab-item:last-child {
  margin-bottom: 60px;
}
#blog #nab-wrap .nab-item article {
  display: block;
}
#blog #nab-wrap .nab-item #slider {
  text-align: center;
  margin: 0 auto;
}
#blog #nab-wrap .nab-item label,
#blog #nab-wrap .nab-item a {
  cursor: pointer;
  text-decoration: none;
  font-style: italic;
}
#blog #nab-wrap .nab-item label:hover,
#blog #nab-wrap .nab-item a:hover {
  color: #ddd !important;
}
#blog #nab-wrap .nab-item * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#blog #nab-wrap .nab-item label,
#blog #nab-wrap .nab-item #active,
#blog #nab-wrap .nab-item img {
  -moz-user-select: none;
  -webkit-user-select: none;
}
#blog #nab-wrap .nab-item .catch {
  display: block;
  height: 0;
  overflow: hidden;
}
#blog #nab-wrap .nab-item input {
  display: none;
}
#blog #nab-wrap .nab-item #slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#blog #nab-wrap .nab-item #slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
#blog #nab-wrap .nab-item #slide3:checked ~ #slides .inner {
  margin-left: -200%;
}
#blog #nab-wrap .nab-item #slide4:checked ~ #slides .inner {
  margin-left: -300%;
}
#blog #nab-wrap .nab-item #slide5:checked ~ #slides .inner {
  margin-left: -400%;
}
#blog #nab-wrap .nab-item #container {
  width: 100%;
  overflow: hidden;
}
#blog #nab-wrap .nab-item article img {
  width: 100%;
}
#blog #nab-wrap .nab-item #slides .inner {
  width: 500%;
  line-height: 0;
}
#blog #nab-wrap .nab-item #slides article {
  width: 20%;
  float: left;
}
#blog #nab-wrap .nab-item #commands {
  margin: -50% 0 0 0;
  width: 100%;
  position: absolute;
}
#blog #nab-wrap .nab-item #commands label {
  display: none;
  width: 80px;
  height: 80px;
  opacity: 0.5;
}
#blog #nab-wrap .nab-item #commands label:hover {
  opacity: 0.8;
}
#blog #nab-wrap .nab-item #active {
  position: relative;
  z-index: 5;
  margin: -8% 0 0;
  text-align: center;
}
#blog #nab-wrap .nab-item #active label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
}
#blog #nab-wrap .nab-item #active label:hover {
  background: #333;
  border-color: #777 !important;
}
#blog #nab-wrap .nab-item #slide1:checked ~ #commands label:nth-child(2),
#blog #nab-wrap .nab-item #slide2:checked ~ #commands label:nth-child(3),
#blog #nab-wrap .nab-item #slide3:checked ~ #commands label:nth-child(4),
#blog #nab-wrap .nab-item #slide4:checked ~ #commands label:nth-child(5),
#blog #nab-wrap .nab-item #slide5:checked ~ #commands label:nth-child(1) {
  background: url("/blog/wp-content/uploads/2020/05/nab-next-2.png") no-repeat;
  float: right;
  margin: 0 -20px 0 0;
  display: block;
}
#blog #nab-wrap .nab-item #slide1:checked ~ #commands label:nth-child(5),
#blog #nab-wrap .nab-item #slide2:checked ~ #commands label:nth-child(1),
#blog #nab-wrap .nab-item #slide3:checked ~ #commands label:nth-child(2),
#blog #nab-wrap .nab-item #slide4:checked ~ #commands label:nth-child(3),
#blog #nab-wrap .nab-item #slide5:checked ~ #commands label:nth-child(4) {
  background: url("/blog/wp-content/uploads/2020/05/nab-prev-2.png") no-repeat;
  float: left;
  margin: 0 0 0 12px;
  display: block;
}
#blog #nab-wrap .nab-item #slide1:checked ~ #active label:nth-child(1),
#blog #nab-wrap .nab-item #slide2:checked ~ #active label:nth-child(2),
#blog #nab-wrap .nab-item #slide3:checked ~ #active label:nth-child(3),
#blog #nab-wrap .nab-item #slide4:checked ~ #active label:nth-child(4),
#blog #nab-wrap .nab-item #slide5:checked ~ #active label:nth-child(5) {
  background: #000;
  opacity: 0.6;
  border-color: #fff !important;
  border: 2px solid #fff;
}
#blog #nab-wrap .nab-item .caption bar {
  display: inline-block;
  padding: 10px;
  background: #000;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#blog #nab-wrap .nab-item #slides {
  position: relative;
  padding: 2px;
  margin: 0;
}
#blog #nab-wrap .nab-item #slides .inner {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#blog #nab-wrap .nab-item #slider {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#blog #nab-wrap .nab-item #commands label {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#blog #nab-wrap .nab-item #slide1:checked ~ #slides article:nth-child(1) .caption,
#blog #nab-wrap .nab-item #slide2:checked ~ #slides article:nth-child(2) .caption,
#blog #nab-wrap .nab-item #slide3:checked ~ #slides article:nth-child(3) .caption,
#blog #nab-wrap .nab-item #slide4:checked ~ #slides article:nth-child(4) .caption,
#blog #nab-wrap .nab-item #slide5:checked ~ #slides article:nth-child(5) .caption {
  opacity: 1;
  -webkit-transition: all 1s ease-out 0.6s;
  -moz-transition: all 1s ease-out 0.6s;
  -o-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}
#blog #nab-wrap .nab-item #commands,
#blog #nab-wrap .nab-item #commands label,
#blog #nab-wrap .nab-item #slides,
#blog #nab-wrap .nab-item #active,
#blog #nab-wrap .nab-item #active label {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#blog #nab-wrap .nab-item .nab-desc {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 1000;
}
#blog #nab-wrap .nab-item .nab-desc .col:nth-child(1) {
  flex: 18% 0 0;
  padding: 0 20px 0 0;
}
#blog #nab-wrap .nab-item .nab-desc .col:nth-child(1) img {
  width: 100%;
  height: auto;
}
#blog #nab-wrap .nab-item .nab-desc .col:nth-child(2) {
  flex-grow: 3;
}
@media only screen and (max-device-width: 1024px) {
  #blog #nab-wrap .nab-item {
    margin-top: 40px;
  }
  #blog #nab-wrap .nab-item:last-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-device-width: 850px) {
  #blog #nab-wrap #slide1:checked ~ #commands label:nth-child(2),
#blog #nab-wrap #slide2:checked ~ #commands label:nth-child(3),
#blog #nab-wrap #slide3:checked ~ #commands label:nth-child(4),
#blog #nab-wrap #slide4:checked ~ #commands label:nth-child(5),
#blog #nab-wrap #slide5:checked ~ #commands label:nth-child(1) {
    margin: 0 17px 0 0 !important;
  }
  #blog #nab-wrap #slide1:checked ~ #commands label:nth-child(5),
#blog #nab-wrap #slide2:checked ~ #commands label:nth-child(1),
#blog #nab-wrap #slide3:checked ~ #commands label:nth-child(2),
#blog #nab-wrap #slide4:checked ~ #commands label:nth-child(3),
#blog #nab-wrap #slide5:checked ~ #commands label:nth-child(4) {
    margin: 0 0 0 -36px !important;
  }
  #blog #nab-wrap #slider #commands {
    margin: -60% 0 0 3% !important;
    width: 100%;
  }
  #blog #nab-wrap #slider #commands label {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  #blog #nab-wrap #slider #slides .caption {
    padding: 280px 12px;
  }
  #blog #nab-wrap #slider #slides {
    padding: 2px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #blog #nab-wrap #slider #active {
    margin: -8% 0 0;
  }
  #blog #nab-wrap #nab-wrap .nab-item .nab-desc {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-device-width: 615px) {
  #blog #nab-wrap #slider #active {
    margin: -8% 0 0;
  }
  #blog #nab-wrap #nab-wrap .nab-item {
    padding: 0 40px 40px 40px;
  }
  #blog #nab-wrap #slide1:checked ~ #commands label:nth-child(2),
#blog #nab-wrap #slide2:checked ~ #commands label:nth-child(3),
#blog #nab-wrap #slide3:checked ~ #commands label:nth-child(4),
#blog #nab-wrap #slide4:checked ~ #commands label:nth-child(5),
#blog #nab-wrap #slide5:checked ~ #commands label:nth-child(1) {
    margin: 0 -30px 0 0 !important;
  }
  #blog #nab-wrap #slide1:checked ~ #commands label:nth-child(5),
#blog #nab-wrap #slide2:checked ~ #commands label:nth-child(1),
#blog #nab-wrap #slide3:checked ~ #commands label:nth-child(2),
#blog #nab-wrap #slide4:checked ~ #commands label:nth-child(3),
#blog #nab-wrap #slide5:checked ~ #commands label:nth-child(4) {
    margin: 0 0 0 -28px !important;
  }
}
@media only screen and (max-device-width: 450px) {
  #blog #nab-wrap .nab-item {
    padding: 25px 40px;
    margin-top: 30px;
  }
  #blog #nab-wrap .nab-item:last-child {
    margin-bottom: 30px;
  }
  #blog #nab-wrap #slide1:checked ~ #commands label:nth-child(2),
#blog #nab-wrap #slide2:checked ~ #commands label:nth-child(3),
#blog #nab-wrap #slide3:checked ~ #commands label:nth-child(4),
#blog #nab-wrap #slide4:checked ~ #commands label:nth-child(5),
#blog #nab-wrap #slide5:checked ~ #commands label:nth-child(1) {
    margin: 0 -48px 0 0 !important;
  }
  #blog #nab-wrap #slide1:checked ~ #commands label:nth-child(5),
#blog #nab-wrap #slide2:checked ~ #commands label:nth-child(1),
#blog #nab-wrap #slide3:checked ~ #commands label:nth-child(2),
#blog #nab-wrap #slide4:checked ~ #commands label:nth-child(3),
#blog #nab-wrap #slide5:checked ~ #commands label:nth-child(4) {
    margin: 0 0 0 -42px !important;
  }
  #blog #nab-wrap #slider #slides {
    padding: 2px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #blog #nab-wrap #slider #slides .caption {
    opacity: 0 !important;
  }
  #blog #nab-wrap #slider #commands label {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
#blog .nab-ig-list {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
#blog .nab-ig-list:last-child {
  margin-bottom: 60px;
}
@media only screen and (max-device-width: 1023px) {
  #blog .nab-ig-list {
    margin-top: 40px;
  }
  #blog .nab-ig-list:last-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-device-width: 450px) {
  #blog .nab-ig-list {
    margin-top: 30px;
  }
  #blog .nab-ig-list:last-child {
    margin-bottom: 30px;
  }
}
#blog .hd-states {
  border: 1px solid #cacaca !important;
}
#blog .hd-states tr:nth-child(1) {
  background-color: #2E4787 !important;
  color: #ffffff !important;
}
#blog .hd-states tr:nth-child(2n+1) {
  background-color: #F4F4F4;
}
#blog .hd-states tr td {
  border-right: 1px solid #cacaca !important;
}
#blog .hd-states tr td:nth-child(2n+1) {
  padding: 0 15px !important;
  width: 25% !important;
}
#blog .hd-states tr td:nth-child(even) {
  padding: 10px 15px !important;
}
#blog .cp-blog-post-widget {
  height: 275px !important;
  margin: 15px auto 15px auto;
}
@media only screen and (max-width: 596px) {
  #blog .cp-blog-post-widget {
    height: 325px !important;
  }
}
@media only screen and (max-width: 580px) {
  #blog .cp-blog-post-widget {
    height: 290px !important;
  }
}
@media only screen and (max-width: 440px) {
  #blog .cp-blog-post-widget {
    height: 240px !important;
  }
}
#blog .cp-lcblog-widget {
  height: 420px !important;
  max-width: 800px !important;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 596px) {
  #blog .cp-lcblog-widget {
    height: 770px !important;
  }
}
@media only screen and (max-width: 540px) {
  #blog .cp-lcblog-widget {
    height: 770px !important;
  }
}
#blog .lwptoc-right {
  max-width: 400px;
}
@media only screen and (max-device-width: 767px) {
  #blog .lwptoc-right {
    float: none;
    margin-left: 0;
    max-width: none;
  }
}
@media only screen and (max-device-width: 767px) {
  #blog .lwptoc-right .lwptoc_i {
    width: 100%;
  }
}
#blog .reusable-productlink {
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#blog .reusable-productlink a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 8px;
  outline: 1px solid #fff;
  overflow: hidden;
  padding: 8px;
  /*16px*/
  text-align: center;
  width: 30%;
  /*22%*/
}
#blog .reusable-productlink a:hover, #blog .reusable-productlink a:active {
  outline: 1px solid #2E4787;
  transition: 0.2s outline ease;
}
@media only screen and (max-width: 767px) {
  #blog .reusable-productlink a {
    width: 45%;
  }
}
#blog .reusable-productlink a img {
  display: block;
  margin: 0 auto;
}
#blog .post-article-productlink {
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#blog .post-article-productlink a {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 8px;
  outline: 1px solid #ffffff;
  overflow: hidden;
  padding: 8px;
  /*16px*/
  text-align: center;
  width: 15%;
  /*30%*/
  text-decoration: none;
}
#blog .post-article-productlink a:hover, #blog .post-article-productlink a:active {
  outline: 1px solid #2E4787;
  transition: 0.2s outline ease;
}
@media only screen and (max-width: 767px) {
  #blog .post-article-productlink a {
    width: 45%;
  }
}
@media only screen and (max-width: 680px) {
  #blog .post-article-productlink a {
    width: 40%;
  }
}
#blog .post-article-productlink a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#blog .blog__archive {
  display: flex;
  flex-wrap: wrap;
  /* Add additional widget CSS here */
}
#blog .blog__archive strong a {
  color: #000;
}
#blog .blog__archive [class$="--item"] {
  width: 50%;
  padding: 20px;
  position: relative;
}
#blog .blog__archive [class$="--item"] [class$="--thumb"] {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
#blog .blog__archive [class$="--item"] [class$="--thumb"] .category {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 11;
}
#blog .blog__archive [class$="--item"] [class$="--entrymeta"] {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#blog .blog__archive [class$="--item"] [class$="--entrymeta"]::after {
  clear: both;
  content: "";
  display: table;
}
#blog .blog__archive [class$="--item"] [class$="--entrymeta"] span {
  margin-right: 10px;
  display: inline-block;
}
#blog .blog__archive [class$=__navigation] {
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  padding-top: 20px;
}
#blog .blog__archive [class$=__navigation]::after {
  clear: both;
  content: "";
  display: table;
}
#blog .blog__archive [class$=__navigation] a {
  color: #999;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #f5f5f5;
  transition: all 0.3s ease 0s;
}
#blog .blog__archive [class$=__navigation] a:hover {
  color: #1d1d1d;
  background: #f5f5f5;
}
#blog.category {
  /* indent/center content except figures/images/videos */
}
#blog.category h1,
#blog.category h2,
#blog.category h3,
#blog.category h4,
#blog.category h5,
#blog.category h6,
#blog.category p,
#blog.category ul,
#blog.category ol,
#blog.category .latest__posted--entrymeta,
#blog.category .comment__form,
#blog.category .instagram-media,
#blog.category .twitter-tweet {
  max-width: 840px !important;
}
#blog #author {
  border-bottom: 1px #e0e0e0 solid;
  display: inline-block;
  padding: 40px 0 20px;
  width: 100%;
  /* Add additional widget CSS here */
}
#blog #author .info {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}
#blog #author .info .avatar {
  flex-wrap: wrap;
  float: none;
  width: 250px;
}
#blog #author .info .description {
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  width: 550px;
}
#blog #author .info .description h1 {
  margin: 0;
}
#blog #author .info .description .btn {
  border: 1px #2E4787 solid;
  border-radius: 60px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 10px 8px 10px 0;
}
#blog #author .info .description .btn:hover {
  background: #2E4787;
  color: #fff;
}
#blog #author .info .description .auth-social-links {
  margin: -10px 0 0 0;
}
#blog #author .info .description p {
  margin: 20px 0;
}
#blog #author .info ul.author-list {
  padding-left: 40px;
}
#blog #author .info ul.author-list li {
  list-style: disc outside;
}
#blog #author .info ul.author-list li p {
  margin: 0 0 10px 0;
}
#blog.search {
  /* Add additional widget CSS here */
}
#blog.search #content {
  /*padding: 20px;*/
  max-width: 840px;
}
#blog.search [class$=__results] {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#blog.search [class$=__results] p {
  padding-bottom: 0;
}
#blog.archive #content {
  max-width: 840px;
}
#blog #content.fluid {
  max-width: 100%;
  margin-top: 0;
}
#blog #content.fluid a {
  font-weight: normal;
}
#blog #content.fluid ul,
#blog #content.fluid ol {
  margin-left: 20px;
}
#blog #content.fluid ul li {
  list-style: disc outside;
}
#blog #content.fluid ol li {
  padding-left: 10px;
  padding-bottom: 10px;
  list-style: decimal outside;
}
#blog #content.fluid .columns {
  display: flex;
  flex-wrap: nowrap;
}
#blog #content.fluid .columns.col-3 > div {
  padding: 10px;
  width: 33.33%;
}
#blog #content.fluid .columns.col-3 img {
  display: block;
  margin: 0 auto;
}
#blog #content.fluid .columns.col-3 h4 {
  font-size: 24px;
  color: #304889;
  display: block;
  font-weight: bold;
  text-align: center;
}
#blog #content .page__wrap {
  height: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#blog #content #page__heroshot {
  height: 300px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#blog #content #page__heroshot h1 {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  max-width: 800px;
  text-align: center;
}
#blog #content #scholarship #page__heroshot {
  background: url("/blog/wp-content/uploads/2019/07/heroshot-scholarship.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#blog #content #scholarship #page__heroshot h1 {
  text-align: left;
}
#blog #content #scholarship [class$=__box] img {
  top: -22px;
  left: 33px;
  width: 276px;
  position: absolute;
}
#blog #content #military #page__heroshot {
  background: url("/blog/wp-content/uploads/2019/07/heroshot-military.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#blog #content #military #page__heroshot h1 {
  text-align: left;
}
#blog #content #military [class$=__box] {
  display: flex;
  align-items: center;
  padding: 20px;
}
#blog #content #military [class$=__box]:after {
  content: "";
  clear: both;
  display: table;
}
#blog #content #military [class$=__box] img {
  float: left;
}
#blog #content #military [class$=__box] > div {
  margin: 0;
}
#blog #content [class$=__box] {
  margin: 20px 0;
  padding: 30px 20px;
  background: #efefef;
  position: relative;
}
#blog #content [class$=__box] p {
  padding-bottom: 0;
}
#blog #content [class$=__box] h2 {
  font-weight: bold;
}
#blog #content [class$=__box] img {
  width: auto;
}
#blog #content [class$=__box] > div {
  margin-left: 340px;
}
@media only screen and (min-device-width: 1280px) {
  #blog .site-header {
    z-index: 100;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog {
    /* job listings */
  }
  #blog h1 {
    font-size: 2rem;
  }
  #blog h2 {
    font-size: 1.6666666667rem;
  }
  #blog h3 {
    font-size: 1.3333333333rem;
  }
  #blog h4 {
    font-size: 1.2222222222rem;
  }
  #blog h5 {
    font-size: 1.1111111111rem;
  }
  #blog h6 {
    font-size: 1rem;
  }
  #blog .icon.search {
    top: 27px !important;
    right: 70px;
    font-size: 26px;
  }

  #blog .icon.close {
    /*top: 0;*/
    right: 10px;
  }
  #blog .site-header {
    padding: 0;
    margin: 0;
    height: auto;
  }
  #blog .site-header .title-area {
    padding-left: 20px;
  }
  #blog .site-header .custom-logo-link img {
    width: 295px;
    max-width: 295px;
    height: 55px;
  }
  #blog .site-header button.menu-toggle {
    margin-top: -8px;
  }
  #blog .site-header .nav-primary {
    display: none;
    padding: 0;
    margin: 0;
    background: #fff;
  }
  #blog .site-header .nav-primary button .sub-menu-toggle {
    top: 3px !important;
  }
}
@media only screen and (max-device-width: 1279px) and (max-width: 1279px) {
  #blog .site-header .nav-primary button .sub-menu-toggle {
    right: 8px;
    top: 5px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-header .nav-primary button .sub-menu-toggle:before {
    font-size: 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-device-width: 1279px) and (max-width: 1279px) {
  #blog .site-header .nav-primary button .sub-menu-toggle:before {
    font-size: 20px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-header .nav-primary .sub-menu-toggle.activated:before {
    margin-right: 0;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-header #menu-main-navigation {
    display: block;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #blog .site-header #menu-main-navigation > li {
    margin-left: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  #blog .site-header #menu-main-navigation > li a {
    display: block;
    padding: 20px 25px;
  }
  #blog .site-header #menu-main-navigation > li a:active {
    background: #e0e0e0;
  }
  #blog .site-header #menu-main-navigation > li:first-child {
    border-top: 1px solid #e0e0e0;
  }
  #blog .site-header #menu-main-navigation > li:last-child {
    padding-right: initial;
  }
  #blog .site-header #menu-main-navigation > li:last-child a {
    /*background-position: 101px center;
    background-size: 36%;*/
    display: block;
    padding: 20px 25px 0 20px !important;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-header .genesis-nav-menu .sub-menu {
    padding: 0;
  }
}
@media only screen and (max-device-width: 1279px) and (max-width: 992px) {
  #blog .site-header .genesis-nav-menu .sub-menu {
    box-shadow: inherit;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-header .genesis-nav-menu .sub-menu li {
    border: 0;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-header .genesis-nav-menu .sub-menu a {
    border: 0;
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 1279px) and (max-width: 1279px) {
  #blog .site-header .genesis-nav-menu .sub-menu a {
    padding: 8px 25px !important;
    width: 100%;
    background: transparent;
    margin: 0 !important;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog #content {
    font-size: 16px;
    max-width: 100%;
    padding: 0 20px;
    margin: 30px 0;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog #search .search__form {
    width: 600px;
    margin-top: -75px;
    margin-left: -300px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .site-inner {
    margin-top: 60px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog #heroshot {
    height: 300px;
  }
  #blog #heroshot [class$=__box] {
    margin: 20px;
    position: absolute;
    max-width: 70%;
  }
  #blog #heroshot [class$=__box] h2 {
    font-size: 1.6666666667rem;
    margin-bottom: 0;
  }
  #blog #heroshot [class$=__box] p {
    display: none;
  }
  #blog #heroshot #slider__nav {
    width: 105px;
    right: 10px;
    margin: 0;
    bottom: 0;
    top: auto;
  }
  #blog #heroshot #slider li {
    height: 300px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .blog__archive [class$="--desc"] {
    padding: 0 20px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .dpsp-networks-btns-content li {
    float: left;
    width: 50%;
  }
  #blog .dpsp-networks-btns-content li a {
    padding: 30px 0;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .dpsp-networks-btns-wrapper {
    position: static !important;
  }
  #blog .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
    font-size: 30px;
  }
  #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
    border: 0;
    color: #2E4787;
  }
  #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon:after, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon:after, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon:before, #blog .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon:after {
    color: #2E4787;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog.home #content {
    padding: 0;
    margin: 20px 20px 30px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog.single {
    /*[class$="--entrymeta"]{ padding-top: $gutter * 6; }*/
  }
  #blog.single #heroshot {
    height: 350px;
  }
  #blog.single #content {
    margin: 0 0 30px;
    padding-top: 16px;
  }
  #blog.single .leaveacomment {
    display: none;
  }
  #blog.single .dpsp-content-wrapper.dpsp-hide-on-mobile {
    display: block !important;
  }
  #blog.single #dpsp-content-top {
    left: 0;
    top: -10px;
    width: 100%;
    position: absolute;
    -webkit-border-bottom: 1px solid #e0e0e0;
  }
  #blog.single #dpsp-content-top .dpsp-network-icon {
    background: #fff;
  }
  #blog.single .author-box .author-img {
    width: 25%;
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog.archive #content, #blog.search #content {
    padding: 20px 0;
    margin: 0;
  }
  #blog.archive [class$="--desc"], #blog.search [class$="--desc"] {
    padding: 0;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog.category #heroshot {
    display: none;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog #recommended.home {
    padding: 20px 0 0;
  }
  #blog #recommended.home h3 {
    margin: 20px 0;
  }
  #blog #recommended.home .latest__posted--item {
    width: 50%;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog .footer-widget-area {
    float: left;
    margin-bottom: 0;
    padding: 20px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog #author {
    padding: 40px 20px 20px;
  }
  #blog #author .info {
    max-width: 100%;
  }
  #blog #author .info .description {
    width: 80%;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog.post-type-archive-jobpost #content, #blog.jobpost-template-default #content {
    margin: 0 auto;
    max-width: 800px;
  }
}
@media only screen and (max-device-width: 1279px) {
  #blog.single-jobpost #content {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 992px) {
  #blog .icon.search {
    top: 27px !important;
    right: 70px;
    font-size: 26px;
  }

  #blog .icon.close {
    /*top: 0;*/
    right: 10px;
  }
  #blog.home #content {
    padding: 0;
    margin: 20px 20px 30px;
  }
  #blog.home #lp__content--ads.wrap {
    padding: 30px 0;
  }
  #blog.home #latest__posted {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #blog.home #latest__posted.wrap {
    padding: 0;
    margin: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #blog.home #latest__posted > div {
    display: block;
  }
  #blog.home #latest__posted > div:first-child, #blog.home #latest__posted > div:last-child {
    width: 100%;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  #blog.home #latest__posted > div:last-child {
    padding: 0;
    /*20px 0*/
    margin: 20px 0;
  }
  #blog.home #latest__posted .latest__h2 {
    margin: 0;
  }
  #blog.home #latest__posted .latest__h2 span {
    margin: 20px 0;
  }
  #blog.home #latest__posted .latest__posted--item {
    padding: 20px 0;
  }
  #blog.home #latest__posted #latest__posted--featured-feat [class$="--thumb"] {
    height: 300px;
  }
  #blog.home #latest__posted #latest__posted--featured-news [class$="--thumb"] {
    height: 300px;
  }
  #blog.home #latest__posted #latest__posted--featured-auto [class$="--thumb"] {
    height: 300px;
  }
  #blog.single #lp__content--ads.wrap {
    padding: 30px 0;
  }
}
@media only screen and (max-device-width: 767px) {
  #blog .icon.search {
    top: 27px !important;
  }
}
@media only screen and (max-device-width: 460px) {
  #blog #blog #section-announcement {
    line-height: 1.3em;
    font-size: 12px;
  }
}
@media only screen and (max-device-width: 420px) {
  #blog #blog #section-announcement a {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 1279px) and (min-device-width: 768px) {
  #blog #heroshot #slider li [class$=__box] {
    top: 50px;
  }
  #blog #content.fluid #page__heroshot h1 {
    font-size: 40px;
    text-align: center;
  }
  #blog #content.fluid #scholarship [class$=__box] {
    min-height: 240px;
  }
  #blog #content.fluid .columns.col-3 > div {
    padding: 5px;
  }
}
@media only screen and (max-device-width: 1023px) {
  #blog #recommended {
    max-width: 100%;
  }
  #blog #heroshot [class$=__box] h2.long {
    font-size: 1.3333333333rem;
  }
  #blog #heroshot [class$=__box] h2 a div {
    display: inline;
  }
  #blog .upg-ad.single .logo {
    float: none;
    width: 100%;
  }
  #blog .upg-ad.single .wrap {
    float: none;
    width: 100%;
  }
  #blog .disqus-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
  #blog {
    /* lightbox - CarParts.com Ultimate Parts Giveaway */
    /* Guthenberg Blocks CSS */
    /* job listings */
  }
  #blog .icon {
    font-size: 30px;
  }
  #blog .icon.close {
    font-size: 30px;
    top: 17px;
    right: 20px;
  }
  #blog .icon.search {
    top: 27px !important;
    right: 65px;
    position: fixed;
  }

  #blog .main-header-wrap {
    position: fixed;
    z-index: 99;
    width: 100%;
  }
  #blog .main-header-wrap .site-header {
    height: 60px;
    position: relative;
    /*position: fixed;*/
    width: 100%;
    /*z-index: 99;*/
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  }
  #blog .main-header-wrap .site-header .title-area {
    padding-top: 10px;
    width: 210px;
  }
  #blog .main-header-wrap .site-header .custom-logo-link img {
    width: 190px;
    max-width: 190px;
    height: 35px;
  }
  #blog .main-header-wrap .site-header button.menu-toggle {
    margin-top: -19px;
  }
  #blog.single #heroshot {
    height: 250px;
  }
  #blog.single #heroshot [class$=__box] {
    max-width: none;
    padding: 40px 20px 20px;
    top: 0;
  }
  #blog.single #heroshot .category {
    display: none;
  }
  #blog.single #heroshot h1 {
    font-size: 28px;
  }
  #blog.single .protip {
    padding: 0;
    max-width: 100%;
  }
  #blog.single .protip h4 {
    font-size: 24px;
    z-index: 1;
  }
  #blog.single .protip h5 {
    padding: 0 0 20px 55px;
  }
  #blog.single .entry-content ul {
    padding-left: 10px;
  }
  #blog.single .relatedpost a > p {
    padding: 0 !important;
  }
  #blog.single .relatedpost a .relatedpost-img {
    width: 50px;
  }
  #blog.single .relatedpost a .relatedpost-content {
    width: 75%;
  }
  #blog.single .relatedpost a .relatedpost-content h2 {
    margin: 0 0 10px;
  }
  #blog.single .cp-search {
    padding: 30px 20px;
    width: 95%;
  }
  #blog.single .cp-search form {
    max-width: auto;
  }
  #blog.single .cp-search form input[type=text] {
    border-right: 1px #ddd solid;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    float: none;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }
  #blog.single .cp-search form input[type=submit] {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 100%;
  }
  #blog #heroshot #slider li [class$=__box] h3 {
    font-size: 30px;
  }
  #blog #search .search__form {
    height: 120px;
    width: auto;
    padding: 0 10px;
    margin-left: 0;
    left: 0;
    right: 0;
  }
  #blog #search .search__form h3 {
    font-size: 24px;
  }
  #blog.home #latest__posted [class$="--item"] {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #blog.home #latest__posted [class$="--item"] [class$="--thumb"] {
    float: none;
    height: 150px;
    width: 100%;
  }
  #blog.home #latest__posted [class$="--item"] [class$="--desc"] {
    float: none;
    padding: 0;
    width: 100%;
  }
  #blog.home #latest__posted .view__all {
    margin: 0 10px 20px;
    height: auto;
    padding: 12px;
    width: 100%;
  }
  #blog.home #latest__posted--featured-feat [class$="--thumb"] {
    height: 150px !important;
  }
  #blog.home #latest__posted--featured-news [class$="--thumb"] {
    height: 150px !important;
  }
  #blog.home #latest__posted--featured-auto [class$="--thumb"] {
    height: 150px !important;
  }
  #blog .blog__archive [class$="--item"] {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #blog .blog__archive [class$="--item"] [class$="--thumb"] {
    height: 200px;
  }
  #blog.archive #content, #blog.search #content {
    padding: 20px;
  }
  #blog.archive [class$=__results], #blog.search [class$=__results] {
    padding: 0;
  }
  #blog .footer-widget-area {
    float: none;
    margin-bottom: 0;
    padding: 20px;
    width: 100%;
  }
  #blog #recommended {
    margin: 30px 20px;
  }
  #blog #recommended > h2 {
    margin: 20px 20px 20px 0;
  }
  #blog #recommended .latest__posted--item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #blog #recommended .latest__posted--item .latest__posted--thumb {
    height: 200px;
  }
  #blog #recommended.home .latest__posted--item {
    width: 100%;
  }
  #blog #recommended.home .latest__posted--item .latest__posted--thumb {
    margin-bottom: 0;
  }
  #blog #recommended.home .latest__posted--item .latest__posted--desc {
    padding: 20px;
  }
  #blog #content #scholarship #page__heroshot,
#blog #content #military #page__heroshot {
    height: auto;
    margin: 20px 0;
    background: transparent;
  }
  #blog #content #scholarship #page__heroshot h1,
#blog #content #military #page__heroshot h1 {
    color: #333;
    font-size: 34px;
    text-align: center;
    position: static;
    margin-bottom: 0;
  }
  #blog #content #scholarship [class$=__box] img {
    position: static;
  }
  #blog #content #military [class$=__box] {
    display: block;
  }
  #blog #content #military [class$=__box] img {
    float: none;
  }
  #blog #content.fluid .columns {
    display: flex;
    flex-wrap: wrap;
  }
  #blog #content.fluid .columns.col-3 > div {
    width: 100%;
  }
  #blog #content [class$=__box] {
    padding: 20px;
    display: block;
    min-height: auto;
  }
  #blog #content [class$=__box] h2 {
    font-weight: bold;
  }
  #blog #content [class$=__box] img {
    display: block;
    margin: 0 auto 20px auto;
  }
  #blog #content [class$=__box] > div {
    margin-left: 0;
    margin-top: 0;
  }
  #blog #author .info {
    display: block;
  }
  #blog #author .info .avatar {
    flex-wrap: nowrap;
    width: 100%;
  }
  #blog #author .info .avatar img {
    display: block;
    margin: 0 auto 10px;
    max-width: 300px;
  }
  #blog #author .info .description {
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  #blog #author .info .description h1,
#blog #author .info .description h5 {
    text-align: center;
  }
  #blog #author .info .description .btn {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    width: 300px;
  }
  #blog .sgpb-popup-dialog-main-div-theme-wrapper-6 {
    bottom: 30px !important;
    top: auto !important;
  }
  #blog .lb-upg {
    width: 100%;
  }
  #blog .lb-upg .logo {
    background-position: top center;
    padding: 0;
  }
  #blog .lb-upg .logo img {
    padding: 0;
    position: absolute;
    left: 10px;
    top: 15px;
  }
  #blog .lb-upg .logo img.logo-desktop {
    display: none;
  }
  #blog .lb-upg .logo img.logo-mobile {
    display: block;
  }
  #blog .lb-upg .logo p {
    padding: 15px 10px 5px;
    text-align: right;
  }
  #blog .lb-upg .logo span {
    font-size: 15px;
  }
  #blog .lb-upg .wrap {
    padding: 15px 10px;
  }
  #blog .lb-upg .wrap .desktop {
    display: none;
  }
  #blog .lb-upg .wrap .desktop .winners {
    font-size: 22px;
  }
  #blog .lb-upg .wrap .desktop .vglnk {
    color: #000;
    font-weight: normal;
    text-decoration: none;
  }
  #blog .lb-upg .wrap .desktop .vglnk:hover {
    color: #000;
    text-decoration: none;
  }
  #blog .lb-upg .wrap .mobile {
    display: block;
    font-size: 15px;
    line-height: 1.3em;
    padding: 0 0 10px;
  }
  #blog .lb-upg .wrap .mobile strong {
    color: #2E4787;
  }
  #blog .lb-upg .wrap form {
    padding: 0 0 15px;
  }
  #blog .lb-upg .wrap form .upg-email {
    border: 1px #ccc solid;
    border-radius: 80px;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  #blog .lb-upg .wrap form .upg-email input[type=email] {
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
    position: absolute;
    width: 60%;
  }
  #blog .lb-upg .wrap form .upg-email ::placeholder {
    color: #999;
  }
  #blog .lb-upg .wrap form .upg-email input[type=submit] {
    border-radius: 0;
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
  }
  #blog .lb-upg .wrap h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  #blog .lb-upg .upg-rules {
    display: none;
  }
  #blog .wp-block-table {
    border: 1px #e0e0e0 solid;
    overflow-x: scroll;
    padding: 10px;
  }
  #blog .wp-block-table table {
    width: max-content;
  }
  #blog.post-type-archive-jobpost .site-container, #blog.jobpost-template-default .site-container {
    background-size: contain;
  }
}
@media only screen and (max-device-width: 767px) {
  #blog {
    /* job listings */
  }
  #blog.post-type-archive-jobpost .site-container, #blog.jobpost-template-default .site-container {
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 320px) {
  #blog {
    /* job listings */
  }
  #blog.single #heroshot {
    height: 220px;
  }
  #blog.single #heroshot h1 {
    font-size: 24px;
  }
  #blog.post-type-archive-jobpost .site-container, #blog.jobpost-template-default .site-container {
    margin-top: 12px;
  }
}

/* Edits */
.page-template {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Reading Time */
  /* Page Search */
}
.page-template .rt-reading-time {
  display: none !important;
}
.page-template .cp-search {
  border-bottom: 1px #f3f3f3 solid;
  border-top: 1px #f3f3f3 solid;
  display: block !important;
  margin: 0 auto 50px auto;
  max-width: 800px;
  padding: 30px 20px;
}
.page-template .cp-search form {
  margin: 20px auto 0;
  max-width: 500px;
}
.page-template .cp-search form input {
  border: 1px solid #ddd;
}
.page-template .cp-search form input[type=text] {
  border-right: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  float: left;
  font-size: 14px;
  height: 45px;
  padding: 0 0 0 20px;
  width: 400px;
}
.page-template .cp-search form input[type=text]::placeholder {
  color: #999;
}
.page-template .cp-search form input[type=submit] {
  background: #2E4787;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  height: 45px;
  padding: 0 20px;
  width: 100px;
}
.page-template .cp-search a {
  background: #2E4787;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 0;
  padding: 12px;
  width: 250px;
}

/*CarBodyLab - Terms & Conditions Page CSS*/
@media screen and (max-width: 992px) {
  .page-id-19109 #content {
    padding: 16px;
  }
}
.page-id-19109 .cbl-logo-lp {
  text-align: center;
}
.page-id-19109 .cbl-logo-lp svg {
  max-width: 320px;
}
@media screen and (max-width: 480px) {
  .page-id-19109 .cbl-logo-lp svg {
    max-width: 240px;
  }
}
.page-id-19109 h1.cbl-head {
  font-size: 20px;
  margin: 30px 0 40px 0;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .page-id-19109 h1.cbl-head {
    font-size: 20px !important;
    margin: 30px 0 40px 0 !important;
  }
}
.page-id-19109 h3.cbl-sub-chld-head {
  font-size: 18px;
  text-decoration: underline;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 992px) {
  .page-id-19109 p.cbl-desc {
    font-size: 16px;
  }
}

/*General - Terms & Conditions Page CSS*/
.cp-logo {
  max-width: 300px;
}

@media screen and (max-width: 992px) {
  .page-id-19368 #content {
    padding: 30px 16px;
  }
}

h2.tc-hdXc {
  margin: 30px 0 40px 0;
  font-size: 20px;
  line-height: 1.3;
}

h3.tc-shXc {
  margin: 0 0 30px 0;
  line-height: 1.3;
  font-size: 18px;
}

p.tc-dScX {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  p.tc-dScX {
    font-size: 16px;
  }
}

span.tc-line {
  text-decoration: underline;
}

a.tc-nlink {
  text-decoration: underline;
}
a.tc-nlink:hover {
  color: #333;
}

/* Sitewide Blog Banner Strip on Header */
.sitewide {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .sitewide {
    height: 40px;
  }
}
.sitewide a {
  color: #fff !important;
  display: block;
  text-decoration: none;
}
.sitewide.dailydeals {
  background: #f34635;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.sitewide.dailydeals .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 4px 0 0;
  max-width: 800px;
}
@media screen and (max-width: 1023px) {
  .sitewide.dailydeals .col {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col {
    max-width: 300px;
    padding: 0;
  }
}
.sitewide.dailydeals .col .col1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col1 {
    width: 200px;
  }
}
.sitewide.dailydeals .col .col1 div {
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .sitewide.dailydeals .col .col1 div {
    margin: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col1 div {
    align-items: left;
    justify-content: left;
    margin: 0;
    width: 50%;
  }
}
.sitewide.dailydeals .col .col1 .cp img {
  vertical-align: bottom;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col1 .cp img {
    width: 90px;
  }
}
.sitewide.dailydeals .col .col1 .logo {
  font-size: 26px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col1 .logo {
    font-size: 16px;
  }
}
.sitewide.dailydeals .col .col1 .logo strong {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col1 .logo strong {
    display: inline-block;
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col2 {
    width: 100px;
  }
}
.sitewide.dailydeals .col .col2 div {
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .sitewide.dailydeals .col .col2 div {
    margin: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col2 div {
    align-items: left;
    justify-content: left;
    margin: 0;
    width: 50%;
  }
}
.sitewide.dailydeals .col .col2 div.cta {
  border: 2px #fff solid;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  height: 38px;
  line-height: 34px;
  margin-top: 2px;
  padding: 0 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sitewide.dailydeals .col .col2 div.cta {
    height: 34px;
    line-height: 32px;
    margin-top: 3px;
    padding: 0;
    width: 100%;
  }
}
.sitewide.dailydeals .col .col2 div.cta:hover, .sitewide.dailydeals .col .col2 div.cta:active {
  background: #fff;
  color: #f34635;
  transition: all 0.5s;
}
.sitewide.deals {
  background: #f34635;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.sitewide.deals .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 4px 0 0;
  max-width: 800px;
}
@media screen and (max-width: 1023px) {
  .sitewide.deals .col {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col {
    max-width: 350px;
    padding: 0;
  }
}
.sitewide.deals .col .col1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col1 {
    width: 250px;
  }
}
@media screen and (max-width: 359px) {
  .sitewide.deals .col .col1 {
    width: 230px;
  }
}
.sitewide.deals .col .col1 div {
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .sitewide.deals .col .col1 div {
    margin: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col1 div {
    align-items: left;
    justify-content: left;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col1 .cp {
    width: 15%;
  }
}
@media screen and (max-width: 359px) {
  .sitewide.deals .col .col1 .cp {
    width: 14%;
  }
}
.sitewide.deals .col .col1 .cp img {
  vertical-align: bottom;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col1 .cp img {
    height: 40px;
  }
}
.sitewide.deals .col .col1 .logo {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col1 .logo {
    font-size: 11px;
    width: 85%;
  }
}
@media screen and (max-width: 359px) {
  .sitewide.deals .col .col1 .logo {
    width: 84%;
  }
}
.sitewide.deals .col .col1 .logo strong {
  font-weight: bold;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col1 .logo strong {
    display: inline-block;
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col2 {
    width: 100px;
  }
}
@media screen and (max-width: 359px) {
  .sitewide.deals .col .col2 {
    width: 90px;
  }
}
.sitewide.deals .col .col2 div {
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .sitewide.deals .col .col2 div {
    margin: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col2 div {
    align-items: left;
    justify-content: left;
    margin: 0;
    width: 50%;
  }
}
.sitewide.deals .col .col2 div.cta {
  border: 2px #fff solid;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  height: 38px;
  line-height: 34px;
  margin-top: 2px;
  padding: 0 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sitewide.deals .col .col2 div.cta {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    margin-top: 3px;
    padding: 0;
    width: 100%;
  }
}
.sitewide.deals .col .col2 div.cta:hover, .sitewide.deals .col .col2 div.cta:active {
  background: #fff;
  color: #f34635;
  transition: all 0.5s;
}

/* OBD2 Codes notification on category page */
.note-obd2 {
  background: #e1faff;
  margin-bottom: 20px;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
}
.note-obd2 a {
  border: 2px #2E4787 solid;
  border-radius: 60px;
  color: #2E4787 !important;
  display: block;
  height: 45px;
  line-height: 42px;
  margin: 10px auto 0;
  max-width: 280px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.note-obd2 a:hover, .note-obd2 a:active {
  background: #2E4787;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

/***Post Widget***/
#blog.single {
  /**Summary Widget**/
  /**ProTip Widget**/
  /**Embedd Youtube Block**/
  /**Top Grid Widget**/
}
#blog.single .qk-look-widget {
  margin: 0 1px 35px 1px;
  box-shadow: 0 0 1px 1px #eaeaea;
  padding: 16px 0;
  border-radius: 25px;
}
#blog.single .qk-look-widget .qk-main-wrap .summary-title {
  margin: 0 0 16px 0;
  font-weight: 500;
}
#blog.single .qk-look-widget .qk-main-wrap .summary-title span {
  border-bottom: 5px solid #fc7e00;
}
#blog.single .qk-look-widget .qk-main-wrap ul {
  padding-left: 30px !important;
  padding-right: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #blog.single .qk-look-widget .qk-main-wrap ul {
    padding-left: 18px !important;
  }
}
#blog.single .qk-look-widget .qk-main-wrap ul li {
  margin-bottom: 12px !important;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  list-style: none !important;
}
#blog.single .qk-look-widget .qk-main-wrap ul li::before {
  content: "";
  background: #333333;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  text-align: center;
  flex: 0 0 8px;
  margin-right: 10px;
}
#blog.single .pro-tip-widget {
  background: none scroll no-repeat 0 0 #f3f4f7;
  border-left: 5px solid #fc7e00;
  margin: 0 0 25px 0;
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap {
  align-items: center;
  justify-content: start !important;
  display: flex;
  /**Secondary Pro Tip Widget**/
  /**Secondary Pro Tip Widget**/
}
@media screen and (max-width: 767px) {
  #blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap {
    align-items: start !important;
  }
}
@media screen and (max-width: 767px) {
  #blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .kt-inside-inner-col {
    align-items: start !important;
  }
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap > .inner-column-1 {
  flex: 0 1 65px !important;
  -webkit-flex: 0 1 65px !important;
}
@media screen and (max-width: 580px) {
  #blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap > .inner-column-1 {
    flex: 0 1 75px !important;
    -webkit-flex: 0 1 75px !important;
    margin: 4px 0 0 0;
  }
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap > .inner-column-2 {
  flex: inherit;
  -webkit-flex: inherit;
  width: 100%;
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /*display: inline-flex;*/
  text-align: center;
  background: #9f9f9f;
  color: #ffffff;
  font-size: 12px;
  margin: 0px 4px 0 0;
  /*position: relative;*/
  position: absolute;
  top: 8px;
  right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  #blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
@media screen and (max-width: 580px) {
  #blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip strong {
  display: inline-block;
  color: #fc7e00;
  font-weight: 700;
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip p {
  display: none;
  text-align: left;
  background: none scroll no-repeat 0 0 #000000;
  padding: 20px;
  width: 535px;
  position: absolute;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  top: 25px;
  /*left: 0;*/
  right: -2px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  border-radius: 10px;
}
@media screen and (max-width: 580px) {
  #blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-tip p {
    width: 310px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-caption strong {
  color: #fc7e00;
  font-weight: 700;
}
#blog.single .pro-tip-widget .pro-tip-wrap .kt-row-column-wrap .help-caption p {
  padding: 0 30px 0 0 !important;
}
#blog.single .pro-tip-widget .pro-tip-wrap span {
  color: #333333;
  padding-bottom: 0 !important;
}
#blog.single .full-width-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
}
#blog.single .full-width-youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  #blog.single .top-prod-cta-button {
    margin: 1rem 0 0 0;
  }
}
#blog.single .top-prod-cta-button a {
  color: #333333 !important;
}
#blog.single .parts-vehicle-link a {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  #blog.single .parts-vehicle-link a {
    font-size: 16px;
  }
}

/* Homepage - Used Cars Widget */
#blog .home_usedcars {
  background: url("https://cld.partsimg.com/image/upload/d_noimage,c_pad,q_auto,f_auto,dpr_auto/carparts/blog/widgets/home_usedcars/bg_desktop") no-repeat;
  background-size: cover;
  margin: 30px 50px 30px;
  /*max-width: 1248px;*/
  position: relative;
}
@media screen and (max-width: 1279px) {
  #blog .home_usedcars {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  #blog .home_usedcars {
    margin: 20px 0 70px;
  }
}
#blog .home_usedcars a {
  color: #fff !important;
  display: block;
  text-decoration: none;
}
#blog .home_usedcars .container {
  height: 320px;
  margin: 0 auto;
  max-width: 1248px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #blog .home_usedcars .container {
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #blog .home_usedcars .container {
    background: url("https://cld.partsimg.com/image/upload/d_noimage,c_pad,q_auto,f_auto,dpr_auto/carparts/blog/widgets/home_usedcars/bg_mobile") no-repeat;
    background-size: cover;
    height: 250px;
  }
}
#blog .home_usedcars .container:hover strong, #blog .home_usedcars .container:active strong {
  border: 1px #ffce05 solid;
  background: #ffce05;
  color: #333;
}
#blog .home_usedcars .container div {
  text-align: center;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  #blog .home_usedcars .container div {
    left: 4%;
  }
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container div {
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  #blog .home_usedcars .container div {
    margin: 0 auto;
    padding: 24px 0 0;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}
#blog .home_usedcars .container div img {
  width: 135px;
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container div img {
    width: 120px;
  }
}
#blog .home_usedcars .container div h2 {
  color: #e1faff;
  font-size: 60px;
  font-weight: bold;
  margin: 8px 0;
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container div h2 {
    font-size: 48px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #blog .home_usedcars .container div h2 {
    font-size: 40px;
    margin: 0;
  }
}
#blog .home_usedcars .container div h3 {
  font-weight: 200;
  font-size: 24px;
  margin: 8px 0;
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container div h3 {
    font-size: 20px;
    margin: 4px 0;
  }
}
@media screen and (max-width: 767px) {
  #blog .home_usedcars .container div h3 {
    font-size: 16px;
  }
}
#blog .home_usedcars .container div strong {
  border: 1px #fff solid;
  border-radius: 60px;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  margin-top: 16px;
  padding: 0 60px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container div strong {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 48px;
  }
}
#blog .home_usedcars .container .cars {
  position: absolute;
  bottom: -70px;
  right: 40px;
  width: 650px;
}
@media screen and (max-width: 1279px) {
  #blog .home_usedcars .container .cars {
    width: 580px;
  }
}
@media screen and (max-width: 1023px) {
  #blog .home_usedcars .container .cars {
    bottom: -52px;
    right: 8px;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  #blog .home_usedcars .container .cars {
    width: 300px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Genesis Nav Modifications */
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  #blog .genesis-responsive-menu {
    padding-bottom: 10px;
    padding-top: 20px;
  }
}

/* Hide elements that rendered by intelly related posts inside custom blocks */
.ai-summary-tooltip > div,
.ai-summary-grid > div:last-child >div,
.perspective-help-tip > div,
.help-tip > div,
.help-caption > div
{
  display: none;
}

/*# Current File Updated by Asset CleanUp - Original Source Map: custom.css.map */
/*!/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/fontawesome/font-awesome.min.css*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face{font-family:'FontAwesome';src:url('/blog/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/fontawesome/../fonts/fontawesome-webfont.eot');src:url('/blog/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/fontawesome/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/blog/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/fontawesome/../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/blog/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/fontawesome/../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/blog/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/fontawesome/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display: swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/*!/wp-content/themes/genesis_child/custom/widgets/footer/assets/css/main.css*/
.material-icons {
  font-family: 'Material Icons';
  font-style: normal;
}
.page-template .footer-widgets {
  display: none !important;
}
.page-template .cls-1 {
  mask: inherit;
  filter: inherit;
}
.page-template .cls-2 {
  fill: #222 !important;
}
.page-template .cls-3 {
  mask: inherit;
  filter: inherit;
}

.home #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-badge-items, .single-post #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-badge-items, .archive #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-badge-items {
  /*.bizrate-bg {
      top: 5px;
  }*/
}

#footerBlogContainer {
  background: #ffffff;
}
#footerBlogContainer #footerBlogComponent {
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  outline: none;
  /*border-top: 1px solid rgb(224, 224, 224);*/
  border: none;
  padding: 0 16px;
  /***Global***/
  /**<Global***/
}
@media screen and (max-width: 990px) {
  #footerBlogContainer #footerBlogComponent {
    margin-top: 0;
    border-top: 0;
  }
}
#footerBlogContainer #footerBlogComponent ul {
  padding: 0;
  margin: 0;
}
#footerBlogContainer #footerBlogComponent ul li {
  list-style: none;
}
#footerBlogContainer #footerBlogComponent ul li a {
  line-height: 20px;
}
#footerBlogContainer #footerBlogComponent a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
#footerBlogContainer #footerBlogComponent a.flink span {
  text-decoration: underline;
}
#footerBlogContainer #footerBlogComponent span {
  font-size: 14px;
  color: rgb(51, 51, 51);
  font-weight: normal;
}
#footerBlogContainer #footerBlogComponent span.footer-nav-title {
  font-size: 15px;
  line-height: 20px;
  color: rgb(51, 51, 51);
  font-weight: 700;
  margin: 0 0 20px;
  display: block;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 1248px;
  outline: none;
  /*#footerSocialLinks { 
      .footerItems {
          &:nth-child(1) {
              flex: 0 0 45%;
          }
      }
  }*/
  /**Mobile Footer Nav**/
  /**<Mobile Footer Nav**/
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  outline: none;
  margin: 32px 0 0 0;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .toggle {
  display: none;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: auto;
  padding: 0 8px;
  outline: none;
  /*about*/
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft1 .itg-ft-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #333333;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft1 p {
  margin: 0 0 10px 0;
  line-height: 1.1;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft1 p span {
  font-size: 15px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft2 a {
  color: #333333;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft2 a:hover {
  color: #333333;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft2 a .itg-ft-title {
  font-size: 15px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 10px 0;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 20px;
  line-height: 1.5;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li svg,
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li i.material-icons {
  top: 0;
  left: 0;
  color: #666;
  position: absolute;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li strong, #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li span {
  display: block;
  font-size: 14px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li strong {
  font-weight: 700;
  color: #333333;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li a {
  color: #333333;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.footer-menu-list li.footer-nav-items {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  padding-bottom: 8px;
  outline: none;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.footer-menu-list li.footer-nav-items a:hover span {
  color: #05629b;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list {
  display: flex;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list li.social-link-items a {
  display: inline-flex;
  color: #cccaca;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list li.social-link-items span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #cccaca;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list li.social-link-items span svg {
  fill: #737272;
  width: 24px;
  height: 24px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list li.social-link-items span img {
  width: 24px;
  height: 24px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list li.social-link-items:last-child a span {
  margin: 0 !important;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-logo {
  position: relative;
  top: 35%;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-logo #cp {
  width: 280px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft2 {
  text-align: center;
  margin: 0 0 10px 0;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-badge-items {
  display: flex;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-badge-items .footer-badge-img {
  margin: 0 10px 0 0;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-cont-about {
  margin-bottom: 20px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerContactWrap {
  max-width: 200px;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap span.toggle-close {
  display: none;
}
#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerSp {
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper {
    /*.footer-nav-box:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
    }*/
    /**Social Media Footer**/
    /**<--Social Media Footer**/
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap {
    display: block;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerItems {
    padding: 0 !important;
    /*about*/
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerItems:nth-child(1) {
    border-top: 1px solid #E0E0E0;
    max-width: 100%;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerItems .footer-cont-about {
    margin-bottom: 0 !important;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .option {
    position: relative;
    margin-bottom: 0;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footer-nav-box {
    position: relative;
    height: 64px;
    transition: all 0.15s ease-in-out;
    border-bottom: 1px solid #E0E0E0;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .title {
    height: 64px;
    line-height: 64px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    color: #333333;
    font-family: "Roboto", sans-serif, arial;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerNavContent {
    width: calc(100% - 40px);
    padding: 0 0 15px 0;
    font-size: 11pt;
    color: rgba(0, 0, 0, 0.54);
    display: none;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper input:checked + .footer-nav-box {
    height: auto;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper input:checked + .footer-nav-box .footerNavContent,
#footerBlogContainer #footerBlogComponent .footerBlogWrapper input:checked + .footer-nav-box .box-close {
    display: inline-block;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .title, #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerNavContent {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper section.footer-nav-box .title:before {
    position: absolute;
    display: block;
    font-size: 25px !important;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 5px;
    top: -2px;
    /* transition: all 0.2s; */
    transition: transform 0.15s ease-in-out;
    /* color: rgba(0, 0, 0, 0.54); */
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper input:checked + section.footer-nav-box .title:before {
    transform: rotate(180deg);
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper span.footer-nav-title {
    margin: 0;
    line-height: inherit;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems {
    margin: 16px 0;
    border-bottom: 0;
    border-top: inherit;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems h4 {
    margin-bottom: 16px;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems ul.social-links-list {
    justify-content: center;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems .footer-badge-items {
    justify-content: center;
    height: 85px;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems:nth-child(1) {
    order: 3;
    flex: inherit;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems:nth-child(2) {
    order: 2;
    margin: 0;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems:nth-child(3) {
    order: 1;
    margin-bottom: 0;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper #footerSocialLinks .footerItems:nth-child(3) .footer-badge-img img {
    height: 35px;
  }
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerItemsTitleLft1 p {
    line-height: 20px;
  }
}
#footerBlogContainer #footerCopyRights {
  font-family: "Roboto", Arial, sans-serif;
  display: flex;
  background: #f5f5f5;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  margin: 0;
  color: #737272;
  font-size: 12px;
  margin: 32px 0 0 0;
  padding: 0 16px 0 16px;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
  width: 1248px;
  outline: none;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  outline: none;
  padding: 8px;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0px;
  min-height: 0px;
  flex-direction: column;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems:nth-child(2) {
  margin: 0 95px 0 0px;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .copyright-txt {
  font-weight: 400;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc {
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 0px;
  min-height: 0px;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  outline: none;
  margin: 0;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links {
  color: #737272;
  text-decoration: none;
  font-weight: 400;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links span {
  margin: 0 8px;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links button {
  background-color: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}
#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links svg {
  vertical-align: text-bottom;
}
@media screen and (max-width: 990px) {
  #footerBlogContainer #footerCopyRights {
    margin: 0;
    background: #ffffff;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap {
    justify-content: center !important;
    flex-direction: column;
    padding: 0 8px 30px 8px;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems {
    flex-direction: column;
    text-align: center;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links {
    padding: 0 0 16px 0;
    color: #07649c;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links:nth-child(1) span {
    border-right: 1px solid #e0e0e0;
    padding-right: 16px;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links:nth-child(3) {
    flex: 1 0 100%;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems:nth-child(1) {
    order: 3;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems:nth-child(2) {
    order: 1;
    margin: 0;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems:nth-child(3) {
    order: 2;
  }
  #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems:nth-child(3) .copyright-links span {
    border-right: 0 !important;
  }
  #footerBlogContainer .footerItemsTitleLft1 h4 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}

/*# Current File Updated by Asset CleanUp - Original Source Map: main.css.map */
/*!/wp-content/themes/genesis_child/custom/widgets/lightbox/assets/main.css*/
.copyright-links span {
    cursor: pointer;
    padding: 0;
    list-style: none;
    margin: 0 10px;
    background: transparent none scroll no-repeat 0 0;
    transition: all .8s ease 0s;
}

#modal{
    top: 0;
    left: 0;    
    width:100vw;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 101;
}

#modal__overlay{
    top: 0;
    left: 0;    
    width:100vw;
    height: 100vh;
    position: fixed;
    background:rgba(0,0,0,.7);
}

#modal__preload > img{
    max-width: 80px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    
    z-index: 1;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

  
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


#modal__cont {
    width:100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto",sans-serif;
}

#modal__cont [class$="--base"]{
    display: none;
    z-index: 999;
    padding: 20px;
    max-width: 970px;
    background: #fff;
    position: relative;
    max-height: 450px;
    overflow: auto;
}

#modal__cont [class$="--base"] h1{
  font-family: "Roboto", sans-serif;
  font-size: 26px !important;
  font-weight: 700;
  display: block !important;
  margin: 20px 0 20px 0 !important;
}

#modal__cont .main-content {
  font-size: 14px;
  font-family: "Roboto",sans-serif;
  color: #333;
}

#modal_cont .main-content h1.h2 {
  margin: 20px 0 20px 0 !important;
}

#modal__cont .main-content>:not(h2)+h3 {
  margin: 30px 0 20px 0;
}

#modal__cont .main-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: none;
}

#modal__cont .main-content p {
  margin: 0 0 20px !important;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color:#333333
}


#modal__cont ul.ft-dt-list {
  width: 100%;
  height: auto;
  display: block;
  flex-wrap: inherit;
  align-items: inherit;
  justify-content: inherit;
  padding: 0 0 0 20px !important;
  margin: 0 !important;
}

#modal__cont ul.ft-dt-list li {
  cursor: inherit;
  padding: 0;
  list-style: disc;
  margin: 0 0 10px 0;
  background: none scroll no-repeat 0 0 transparent;
  border: none;
  transition: color 0.2s ease-in-out;
  color: #333;
  font-weight: 400;
}

#modal__cont ul.ft-dt-list li a {
  color: #333 !important;
}

#modal__cont ul.ft-dt-list li p {
  padding: 0;
  font-weight: 400;
}

#modal__cont .main-content .content-table th {
  font-weight: 700;
  vertical-align: middle !important;
}

#modal__cont .main-content .content-table th, .qm_historyHeader_row td, .main-content .spr-ir-sec-filings .qm_heading_bar td, .main-content .spr-ir-table th {
  font-size: 14px;
  background: #2e4787;
  color: #fff;
  padding: 10px 18px;
  text-transform: uppercase;
}

#modal__cont .main-content .content-table, .main-content .content-table th, .main-content .content-table td {
  border-collapse: collapse;
}

#modal__cont .main-content .content-table tbody {
  border: none !important;
}

#modal__cont .main-content .content-table tbody tr:last-child td {
  border-bottom: none !important;
}

#modal__cont .main-content .content-table tbody tr td:first-child, #modal__cont .main-content .content-table tbody tr th:first-child {
  border-left: none !important;
}

#modal__cont .main-content .content-table tbody td {
  padding: 20px;
}

#modal__cont .main-content .ft-dt-sub-list {
  margin: 20px 0 20px 13px;
}

#modal__cont .main-content .content-table {
  width: 100%;
  margin: 25px 0;
  table-layout: inherit !important;
}

#modal__cont .main-content .content-table::after {
  content: inherit !important;
}

#modal__cont .main-content .content-table tbody tr td {
  font-size: 15px;
  background: #fff;
  font-weight: 400;
  vertical-align: middle !important;
}

#modal__cont .main-content .content-table tbody tr:nth-child(even) td {
  background: #f2f2f2;
}

#modal__cont .main-content p a, .main-content ul li a {
  transition: color 0.2s ease-in-out;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

#modal__close {
    right: 8px;
    top: 12px;
    cursor: pointer;
    position: absolute;
    color:#333333;
}

#modal__cont .main-content .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.acc a {
    color: #05629b !important;
}


@media screen and (max-width:1023px) {
  #modal__cont {
    padding: 0 40px;
  }
}