@import url(/blog/wp-content/themes/genesis_child/custom/css/./global/theme-color-v2-global.css?v2.0.7);/*!/wp-content/themes/genesis_child/custom/landingpage/tier-0/obd2-hub/assets/css/main.css*/
@charset "UTF-8";
.small-wrap {
  max-width: 680px;
  margin: 0 auto;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 16px;
}

a {
  color: #2E4787;
  font-weight: 700;
  text-decoration: none;
}

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

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

h2 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  h2 {
    text-align: center;
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }
}
h2 span {
  display: block;
}

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

h4 {
  font-weight: 400;
}

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

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

strong.focus {
  color: #fc7e00;
}

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

.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 #ffffff;
  color: #ffffff;
  display: inline-block;
  border-radius: 50px;
  padding: 0.625rem 1.25rem;
  width: 100%;
  text-align: center;
}
.tz-btn-link:hover {
  color: #ffffff;
  opacity: 0.6;
}
@media only screen and (max-width: 992px) {
  .tz-btn-link {
    text-align: center;
  }
}

.tz-section-title {
  color: #0c0c0c;
  font-size: 3.75rem;
  padding: 0 20px 50px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .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;
  }
}

@-webkit-keyframes _arrow_animate {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  8% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  14% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

@keyframes _arrow_animate {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  8% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  14% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}
.intro-arrow-down {
  opacity: 0;
  position: fixed;
  top: calc(100vh - 80px);
  left: calc(50% - 65px);
  z-index: 1;
  width: 130px;
}
.intro-arrow-down img {
  width: 20px;
  position: relative;
  left: 54px;
  top: 10px;
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-animation: _arrow_animate ease-out 3s infinite forwards 1s;
          animation: _arrow_animate ease-out 3s infinite forwards 1s;
}
.intro-arrow-down .arrow-down-btn {
  color: #aaa;
  text-align: center;
  font-size: 0.875rem;
  display: block;
  z-index: 2;
}

.tz-mb100 {
  margin-bottom: 100px !important;
}

.tz-mb75 {
  margin-bottom: 75px !important;
}

.tz-mb50 {
  margin-bottom: 50px !important;
}

.tz-mb30 {
  margin-bottom: 30px !important;
}

*:focus {
  outline: none;
}

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

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

body {
  background: #ffffff none scroll no-repeat 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #0c0c0c;
  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;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Back to Top */
  /* Search WP overwrites */
}
body #content {
  padding: 0 !important;
  margin: 0 !important;
}
body .custom-logo {
  width: 240px;
  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 .backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
}
body .backtotop .tz-arrow-upward {
  color: #0c0c0c;
  font-size: 2rem;
  padding: 2px;
  border: 2px solid #999999;
  border-radius: 50%;
  display: inline-block;
  background: rgba(250, 250, 250, 0.5);
}
body .backtotop .backtotop-txt {
  color: #999999;
  font-size: 0.8rem;
}
@media only screen and (max-width: 992px) {
  body .backtotop .backtotop-txt {
    display: none;
  }
}
body .infographic-main-wrap {
  overflow: hidden;
  background: none scroll no-repeat 0 0 #ffffff;
  /* Navigation Wrap */
  /* Navigation Content */
  /* Heroshot */
  /* What are OBD2 Codes? */
  /* The History of OBD codes */
  /* Other Noteworthy Information Regarding OBD2 codes */
  /* What is an OBD Scanner or Code Reader */
  /* How To's */
  /* Search Module */
  /* List of Common OBD2 Codes */
  /* Example Lists of Related OBD2 Codes */
  /* About CarParts */
}
body .infographic-main-wrap .tz-wrap {
  max-width: 800px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .tz-wrap {
    max-width: none;
    margin: 0 24px;
  }
}
body .infographic-main-wrap .tz-wrap-wide {
  margin: 0 auto;
  max-width: 1248px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  body .infographic-main-wrap .tz-wrap-wide {
    margin: 0 24px;
    max-width: none;
  }
}
body .infographic-main-wrap .main-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
  /***************************/
  /***Mobile Lightbox Menu***/
  /*</**Mobile Lightbox Menu***/
  /***************************/
}
body .infographic-main-wrap .main-nav-wrap.nav-active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  height: 50px;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-logo {
  top: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap.nav-active .nav-logo {
    top: 10px;
  }
}
body .infographic-main-wrap .main-nav-wrap.nav-active #tz-toggle-hamburger-icon {
  top: 14px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social {
  top: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap.nav-active .nav-social {
    top: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .main-nav-wrap {
    padding: 0;
    width: 100%;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: inherit;
  height: 0;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  padding: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav {
    height: 100vh;
  }
}
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: 1023px) {
  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: 767px) {
  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 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li.tz-active a span:before {
  background: #ffffff;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          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: #e1faff !important;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
@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;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a {
    font-size: 16px !important;
  }
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span {
  position: relative;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span:before {
  content: "";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: $yellow;
  transform: translateX(-101%);*/
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span:hover {
  color: #ffffff;
  opacity: 1;
}
body .infographic-main-wrap .main-nav-wrap .tz-nav-wrap .tz-main-nav li a span:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body .infographic-main-wrap .main-nav-wrap.show-bg {
  padding: 0 !important;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  height: 100vh;
  z-index: 1000;
  text-align: left;
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap #tz-toggle-hamburger-icon {
  left: 38px;
  top: 16px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap #tz-toggle-hamburger-icon {
    top: 16px;
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav-wrap {
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
  }
}
body .infographic-main-wrap .main-nav-wrap.show-bg .tz-nav {
  visibility: visible;
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-toggle-hamburger-icon .bar:first-child {
  -webkit-transform: translateZ(0) rotate(40deg);
          transform: translateZ(0) rotate(40deg);
}
body .infographic-main-wrap .main-nav-wrap.show-bg #tz-toggle-hamburger-icon .bar:nth-child(2) {
  -webkit-transform: translateZ(0) rotate(-40deg);
          transform: translateZ(0) rotate(-40deg);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
  display: inline-block;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  z-index: 500;
  left: 40px;
  width: 58px;
  padding: 1rem;
  top: 24px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
    left: 20px;
    top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon {
    left: 10px;
    top: 16px;
  }
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar {
  background: transparent none scroll no-repeat 0 0;
  position: absolute;
  display: block;
  width: 28px;
  height: 2px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  -o-transition: transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  transition: transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
  transition: transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04), -webkit-transform 0.6s cubic-bezier(0.25, 0.9, 0.3, 1.04);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:before {
  -webkit-transform: rotate(0) translateZ(0);
          transform: rotate(0) translateZ(0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0c0c0c;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:after {
  -webkit-transform: rotate(0) translate3d(-100%, 0, 0);
          transform: rotate(0) translate3d(-100%, 0, 0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0c0c0c;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:nth-child(1) {
  -webkit-transform: translate3d(0, -0.6rem, 0) rotate(0);
          transform: translate3d(0, -0.6rem, 0) rotate(0);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon .bar:nth-child(2) {
  -webkit-transform: translate3d(0, -0.1rem, 0) rotate(0);
          transform: translate3d(0, -0.1rem, 0) rotate(0);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:before, body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 2000;
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:nth-child(1) {
  -webkit-transform: translateZ(0) rotate(40deg);
          transform: translateZ(0) rotate(40deg);
}
body .infographic-main-wrap .main-nav-wrap > div #tz-toggle-hamburger-icon.is-opened .bar:nth-child(2) {
  -webkit-transform: translateZ(0) rotate(-40deg);
          transform: translateZ(0) rotate(-40deg);
}
body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    height: 100vh;
  }
}
@media only screen and (max-width: 580px) {
  body .infographic-main-wrap .main-nav-wrap > div .tz-nav {
    padding: 0 1rem;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  left: 0;
  top: 15px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo {
    width: auto;
    left: 70px;
    top: 12px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-logo a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-logo a {
    width: 160px !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: 0;
  position: absolute;
  z-index: 500;
  right: 50px;
  top: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social {
    position: absolute;
    top: 12px;
    right: 4px;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 20px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list {
    margin: 0 16px 5px 0;
  }
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li {
  margin: 0 2px;
  list-style: none !important;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li .social-border {
  stroke: #0c0c0c;
}
body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li .social-icon-col {
  fill: #0c0c0c;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap .main-nav-wrap .nav-social .nav-social-list li a svg {
    width: 32px;
    height: 32px;
  }
}
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;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  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%;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          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 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          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;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  transition: transform 400ms ease-out, opacity 400ms ease-out, -webkit-transform 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;
  -webkit-transition: opacity 400ms ease-out, -webkit-transform 200ms ease-out;
  transition: opacity 400ms ease-out, -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out, opacity 400ms ease-out;
  transition: transform 200ms ease-out, opacity 400ms ease-out;
  transition: transform 200ms ease-out, opacity 400ms ease-out, -webkit-transform 200ms 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;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          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;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transition: inherit !important;
  -o-transition: inherit !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;
  -webkit-transition: inherit !important;
  -o-transition: inherit !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;
  -webkit-transform: inherit !important;
      -ms-transform: inherit !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;
  -webkit-transform: inherit !important;
      -ms-transform: inherit !important;
          transform: inherit !important;
}
body .infographic-main-wrap .nav-section {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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-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: 992px) {
  body .infographic-main-wrap .nav-section .nav-social-list li {
    margin-right: 2px;
  }
}
@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 {
  height: 100vh;
  position: relative;
  background: url("https://cld.partsimg.com/image/upload/v1622792673/carparts/blog/tier-zero/obd2-hub/scanner.svg") #f3f3f3 no-repeat;
  background-attachment: fixed;
  background-position: right 20% top -40px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-hero {
    background-position: right 40px top 40px;
    background-size: 30%;
    height: auto;
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero {
    background: #f3f3f3;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero {
  margin: 0 auto;
  max-width: 992px;
  padding: 0 24px;
  position: relative;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero {
    height: auto;
    max-width: none;
    width: auto;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero img {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero img {
    display: block;
    margin: 40px auto 0;
    width: 70%;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground {
  padding: 40px 0 0;
  max-width: 535px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground {
    max-width: none;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 {
  color: #0c0c0c;
  font-size: 66px;
  line-height: 5rem;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground h1 span {
    font-size: 18px;
    line-height: 1.5rem;
  }
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground a {
  border: 2px #2E4787 solid;
  border-radius: 60px;
  color: #2E4787;
  display: block;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  margin-top: 32px;
  padding: 0 24px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground a:hover, body .infographic-main-wrap #tz-hero .tz-wrap-hero .foreground a:active {
  background: #2E4787;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
body .infographic-main-wrap #tz-obd2-obdcodes {
  background: #ffffff;
  padding: 40px 0 60px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-obdcodes {
    padding: 40px 0 0;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration {
  padding: 60px 0 0;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration {
    padding: 24px 0 0;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration h2.alternate {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul {
  background: #efefef;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 4px;
  /*&:nth-child(2), &:nth-child(3), &:nth-child(4) { opacity: .2 }*/
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul li img {
  height: 210px;
}
@media only screen and (max-width: 992px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration ul li img {
    height: 100px;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info {
  border-radius: 16px;
  margin: 40px auto;
  padding: 32px 40px;
  text-align: center;
  width: 90%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.trouble {
  border: 1px #fc7e00 solid;
  opacity: 1;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.trouble strong {
  color: #fc7e00;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.type {
  border: 1px #2E4787 solid;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.type strong {
  color: #2E4787;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.affected {
  border: 1px #282832 solid;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.affected strong {
  color: #282832;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.specific {
  border: 1px #f44635 solid;
  position: relative;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.specific strong, body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info.specific span {
  color: #f44635;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-obdcodes-illustration .info div {
  margin: 16px 0 0;
  text-align: left;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories {
  margin: 60px auto 30px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories {
    margin: 30px auto 16px;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li {
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 16px;
  font-weight: 300;
  margin: 0 8px;
  padding: 24px 16px;
  position: relative;
  text-align: center;
  width: 25%;
  /*opacity: 0;
  top: 100px;	
  transition: all .5s ease-in;*/
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li {
    padding: 24px 8px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin: 0 4px 16px;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li.fade {
  /*opacity: 1;
  top: 0;
  transition: all .5s ease-out;*/
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li span {
  display: block;
  font-size: 72px;
  font-weight: 400;
  line-height: 5rem;
}
@media only screen and (max-width: 1279px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li span {
    font-size: 30px;
    line-height: 2rem;
  }
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-categories ul li strong {
  display: block;
  margin: 0 0 8px;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul {
  padding: 0 0 0 24px;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul li {
  list-style: disc;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul li ul {
  margin: 12px 0;
}
body .infographic-main-wrap #tz-obd2-obdcodes .tz-obd2-firstdigit ul li ul li {
  font-weight: 300;
  list-style: circle;
}
body .infographic-main-wrap #tz-obd2-history {
  background: #e1faff;
  margin: 48px 0 0;
  padding: 60px 0 48px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-history {
    margin: 40px 0 0;
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-noteworthy {
  margin: 0 auto;
  padding: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy .tz-wrap-wide {
    margin: 0;
  }
}
body .infographic-main-wrap #tz-obd2-noteworthy h2 {
  line-height: 2rem;
}
body .infographic-main-wrap #tz-obd2-noteworthy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-noteworthy ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*img {
  	opacity: 0;
  	position: relative;
  	right: -500px;
  	transition: all .5s ease-in;

  	&.fade {
  		opacity: 1;
  		right: 0;
  		transition: all .5s ease-out;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-obd2-noteworthy ul li:nth-child(1) {
  margin: 16px 40px 0 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-noteworthy ul li:nth-child(1) {
    margin: 40px 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body .infographic-main-wrap #tz-obd2-scanner {
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner .tz-wrap-wide {
    margin: 0;
  }
}
body .infographic-main-wrap #tz-obd2-scanner h2 {
  line-height: 2rem;
}
body .infographic-main-wrap #tz-obd2-scanner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-scanner ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*img {
  	opacity: 0;
  	position: relative;
  	left: -500px;
  	transition: all .5s ease-in;

  	&.fade {
  		opacity: 1;
  		left: 0;
  		transition: all .5s ease-out;
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    width: 100%;
  }
}
body .infographic-main-wrap #tz-obd2-scanner ul li:nth-child(2) {
  margin: 16px 0 0 40px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-scanner ul li:nth-child(2) {
    margin: 40px 24px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body .infographic-main-wrap #tz-obd2-howto {
  background: #f9f9f9;
  overflow: hidden;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-howto {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-howto > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-howto > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    padding: 0;
  }
}
body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(1) {
  border-right: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(1) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(1) {
    border-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body .infographic-main-wrap #tz-obd2-howto > ul > li:nth-child(2) {
    padding-right: 0;
  }
}
body .infographic-main-wrap #tz-obd2-howto > ul > li h2 {
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-howto > ul > li ul {
  padding: 0 0 0 40px;
}
body .infographic-main-wrap #tz-obd2-howto > ul > li ul li {
  font-weight: 300;
  list-style: disc;
  margin: 24px 0;
}
body .infographic-main-wrap #tz-obd2-search {
  background: #282832;
  color: #ffffff;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-search h2.alternate {
  color: #e1faff;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-search p {
  font-weight: 400;
}
body .infographic-main-wrap #tz-obd2-search form {
  background: #ffffff;
  border-radius: 60px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search form {
    width: auto;
  }
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input {
  border: 0;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  margin: 0 0 0 28px;
  width: 88%;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search form input.search-form-input {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 75%;
  }
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::-webkit-input-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::-moz-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input:-ms-input-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::-ms-input-placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form input.search-form-input::placeholder {
  color: #ccc;
}
body .infographic-main-wrap #tz-obd2-search form .search-form-submit {
  background: url("/blog/wp-content/themes/genesis_child/custom/landingpage/tier-0/obd2-hub/assets/css/../../img/search.svg") no-repeat;
  border: 0;
  position: absolute;
  right: 18px;
  top: 14px;
  height: 30px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-search form .search-form-submit {
    height: 20px;
    width: 20px;
  }
}
body .infographic-main-wrap #tz-obd2-common {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-common {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-common ul li {
  border-bottom: 1px #e0e0e0 solid;
  position: relative;
}
body .infographic-main-wrap #tz-obd2-common ul li input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* :checked */
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked + label {
  color: #fc7e00;
  font-weight: 700;
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked + label::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked ~ div {
  max-height: 100vh;
  overflow: inherit;
  padding: 0 0 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .infographic-main-wrap #tz-obd2-common ul li input:checked ~ span::after {
  color: #fc7e00;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
body .infographic-main-wrap #tz-obd2-common ul li label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-common ul li label {
    font-size: 14px;
    padding: 12px 10% 12px 0;
  }
}
body .infographic-main-wrap #tz-obd2-common ul li div {
  font-size: 14px;
  font-weight: 300;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .infographic-main-wrap #tz-obd2-common ul li span::after {
  content: "❯";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-common ul li span::after {
    right: 8px;
  }
}
body .infographic-main-wrap #tz-obd2-examples {
  background: #f9f9f9;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-examples {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-obd2-examples h2.alternate {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container {
  background: #ffffff;
  border: 1px #e0e0e0 solid;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 300;
  margin: 40px auto;
  max-width: 992px;
  padding: 40px 16px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container {
    margin: 24px auto;
    padding: 32px 16px;
  }
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    padding: 0;
  }
}
body .infographic-main-wrap #tz-obd2-examples .tz-obd2-examples-container > ul > li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
}
body .infographic-main-wrap #tz-description-about {
  padding: 50px;
  background: #ffffff none scroll no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  body .infographic-main-wrap #tz-description-about {
    padding: 40px 0;
  }
}
body .infographic-main-wrap #tz-description-about h2 {
  color: #2E4787;
  font-size: 1.5625rem;
  text-align: center;
}
body .infographic-main-wrap #tz-description-about p {
  font-size: 16px;
  font-weight: 300;
  color: #0c0c0c;
}
body .searchwp-live-search-results {
  background: #e1faff;
  border: 1px solid rgba(30, 30, 30, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 720px;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  body .searchwp-live-search-results {
    width: 90% !important;
  }
}
/*!/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/tier-0/obd2-hub/assets/css/author.css*/
#tz-author {
  margin: 40px auto 0;
  max-width: 800px;
}
#tz-author .author-box {
  display: flex;
}
#tz-author .author-box .itg-thumb {
  margin-right: 20px;
}
#tz-author .author-box .itg-thumb .avatar {
  border-radius: 50% !important;
  width: 100px;
  margin-right: 0 !important;
}
#tz-author .author-box .itg-cont .role {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 0 !important;
}
#tz-author .author-box .itg-cont .author-name {
  margin: 0 0 8px 0;
  padding: 0 !important;
}
#tz-author .author-box .itg-cont .author-name a {
  font-size: 16px;
  font-weight: 700 !important;
  color: #0c0c0c !important;
}
#tz-author .author-box .itg-cont .pos-title {
  font-weight: 400;
  margin: 0 0 8px 0;
  padding: 0 !important;
  font-size: 16px;
}
#tz-author .author-box .itg-cont .date {
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

/*# Current File Updated by Asset CleanUp - Original Source Map: author.css.map */
/*!/wp-content/themes/genesis_child/custom/landingpage/tier-0/obd2-hub/assets/css/blog-overwrite.css*/
.page-template .tz-btn-link .infographic-main-wrap .tz-btn-link, #tz-obd2-search .tz-wrap p {
    color: #ffffff !important;
}

#footerBlogContainer {
    position: relative;
    z-index: 100;
}

#footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li i.material-icons {
    color: #ffffff !important;
}

#footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links button {
    border: none;
}
/*!/wp-content/themes/genesis_child/custom/css/theme-color-v2.css*/


#blog p {
  color: var(--cp-black);
}

#blog .video-404  p {
  color: var(--cp-white);
}

#blog a {
  color: var(--cp-default-blue);
}

#blog a:hover {
  color: var(--cp-default-blue);
}

#blog.single #content .bialty-container a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 5px;
}

/* Breadcrumbs */
#blog.single [class$="--entrymeta"] .entrymeta-wrap .breadcrumb {
  margin-bottom: 5px;
}

/* Blog Homepage Heroshot */
#blog #heroshot #slider li .category {
  border-color: var(--cp-orange);
}

/* Blog Homepage Sidebar */
#blog.home .sidebar .category-top {
  background-color: var(--cp-blue) !important;
}

#blog.home #latest__posted .view__all {
  border: 3px solid var(--cp-blue) !important;
}

#blog.home #latest__posted .view__all:hover, #blog.home #latest__posted .view__all:active {
  background-color: var(--cp-blue) !important;
}

/* Subscribe */
#blog #subscribe-article-child-wrap {
  background-color: var(--cp-blue) !important;
}

#blog #subscribe-article-child-wrap .subscribe-desc-wrap #extole-dp-content p {
  color: var(--cp-white) !important;
}

/* Adrotate top strip */
#blog #section-announcement {
  background-color: var(--cp-blue);
}

#blog .site-container #section-announcement a {
  color: var(--cp-white) !important;
}

/* Vehicle Selector */
#blog .wrapper {
  width: auto;
  background-color: var(--cp-grey-tint-200);
}

#blog .wrapper #VehicleSelector-Lite {
  margin: 0;
  border-radius: 0;
  background-color: var(--cp-grey-tint-200);
}

#blog .wrapper #VehicleSelector-Lite .label-container > .title,
#blog .wrapper #VehicleSelector-Lite .label-container > .subtitle {
  color: var(--cp-black);
}

#blog .wrapper #VehicleSelector-Lite .car-icon {
  fill: var(--cp-black);
}

#blog .wrapper #VehicleSelector-Lite .icon-box {
  border: 2px solid var(--cp-black);
}

.ui-icon-triangle-1-s {
  background-position: -65px -13px !important;
}

#blog .wrapper #VehicleSelector-Lite .submit-container > button {
  border: none !important;
  color: #7e7e84 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #9ca3af !important; 
}

#vsYearBox .ui-button {
  border: 1px solid #ff8214 !important; 
}

#vsYearBox .ui-button:visited {
  border: 1px solid #9ca3af !important; 
}

.ymm .border-warning {
  border-color: #ff8214 !important;
}

.ui-selectmenu-button.ui-button {
  font-size: 16px !important;
  padding: 13px 16px !important;
  color: var(--cp-black) !important;
}

.submit-container > button {
  border-radius: .25rem !important;
  background-color: #c9c9cc !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

/* Author Box */
#blog .author-box .author-name a,
#blog.single .author-box .author-name a {
  color: var(--cp-default-blue) !important;
}

/* Summary */
#blog #blog.single .qk-look-widget .qk-main-wrap .summary-title span {
  border-bottom: 5px solid var(--cp-orange);
}

/* Search */
#blog .cp-search form input[type=submit],
#blog.single .cp-search form input[type=submit] {
  background-color: var(--cp-blue);
}

#blog.single .cp-search form input[type=text],
#blog.single .cp-search form input[type=submit] {
  border-radius: 4px !important;
}

/*Post Social Share Icons*/
#blog #content .social-share-wrapper .social-share-icons a svg .sc-icons {
  fill: var(--cp-blue);
}

#blog #content .social-share-wrapper .social-share-icons a.facebook svg.fb {
  width: 28px;
  height: 28px;
}

#blog #content .social-share-wrapper .social-share-icons a.twitter svg.tw {
  width: 24px;
  height: 24px;
}

#blog #content .social-share-wrapper .social-share-icons a.linkedin svg.lnk {
  width: 24px;
  height: 28px;
}

/* About the Authors */
#blog .about-author-widget strong span,
#blog .aaw-auth-social-links a {
  background-color: var(--cp-blue);
}

/* Disclaimer */
#blog .btn-cpr p .cpr-link {
  color: var(--cp-blue);
}

/* Recommended */
#blog #recommended strong span {
  background-color: var(--cp-blue);
}

/* Answerbase */
#blog #cp_answerbase {
  background-color: var(--cp-custom-black-700);
  font-family: "Roboto", sans-serif;
}

#blog #answerbase #ab_ask_btn {
  border-radius: 4px;
}

#blog #cp_answerbase strong,
#blog #answerbase #ab_ask_header,
#blog #answerbase #ab_ask_btn_visit,
#cp_answerbase em {
  color: var(--cp-white) !important;
}

#blog #cp_answerbase .btn_joinnow {
  border: 1px solid var(--cp-white);
  color: var(--cp-white) !important;
  border-radius: 4px !important;
}

#blog #cp_answerbase .btn_joinnow:hover {
  background-color: transparent !important;
  color: var(--cp-white) !important;
}

#cp_answerbase img {
  width: 130px !important;
}

/* VIP Promo */
#blog #footer__promowidget {
  background-color: var(--cp-custom-black-700);
}

#blog #footer__promowidget .btn {
  border-radius: 4px !important;
}

#blog #footer__promowidget .btn.outline {
  border: 1px solid var(--cp-white);
  color: var(--cp-white) !important;
}

#blog #footer__promowidget .btn.outline:hover {
  color: var(--cp-white) !important;
  background: transparent !important;
}

#blog #footer__promowidget .footer__email,
#blog #footer__promowidget .footer__referal,
#blog #footer__promowidget .footer__deals {
  color: var(--cp-white);
}

#footer__promowidget .footer__email {
  background: url(https://cld.partsimg.com/image/upload/w_auto,dpr_auto,f_auto,q_auto/carparts/blog/widgets/footer/promo-email) no-repeat right center !important;
}

.footer__referal .footer__promoleft img {
  width: 61px !important;
}

.footer__deals .footer__promoleft img {
  width: 50px !important;
}

/* Car Owner */
#blog .car-owner h2 a {
  background-color: var(--cp-blue);
  color: var(--cp-white);
}

/* The CP Teams Authors Article*/
#blog.author-thecpteam #ret-content #ret-header > div #ret-header-desc p {
  color: var(--cp-white) !important;
}

#blog.author-thecpteam #ret-content #ret-header {
  background-color: var(--cp-blue);
}

@media (max-width: 1024px){
  #blog .car-owner h2 a {
    background-color: transparent;
    color: var(--cp-orange);
  }
}

#blog .car-owner-flex>div:nth-child(2) a {
  color: var(--cp-default-blue) !important
}

/* Installed - Side Mirror, Headlight, Tail Light Pages */
#blog #content .bialty-container .ultp-category-aboveTitle .ultp-category-in a {
  color: var(--cp-white);
} 

#blog #content .bialty-container .ultp-block-excerpt p {
  color: var(--cp-white);
}

/* Product Review */
#blog.single #content .bialty-container .prod-rev-box .prod-col-right .kt-button {
  text-decoration: none;
}

#blog.single #content .bialty-container .top-prod-cta-button a {
  text-decoration: none;
  background-color: var(--cp-yellow);
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  margin: 0 0 10px;
  border-radius: 3px;
}

/* Inter Related Posts */
#blog #content .bialty-container .irp-shortcode a {
  text-decoration: none;
}

#blog #content .bialty-container .postTitle {
  text-decoration-thickness: 0.8px;
  text-underline-offset: 5px;
}

/* Newsletter */
#blog #subscribe-article-child-wrap {
  background-color: var(--cp-blue);
}

/* Shop icon - Mobile */
@media (max-width: 1279px){
  #blog .ecom-shop-btn a {
    background-color: var(--cp-blue);
  }
}

/* DIFM */
#blog .difm-cta a, .kt-btn-wrap .kt-button { border-radius: 4px !important; text-decoration: none; }

/* Blog Footer & Ecom Footer */
#blog #footerBlogContainer,
#blog #footerBlogContainer #footerCopyRights, 
#blog footer#ecom__footer,
#blog footer#ecom__footer #footer__copyright {
  background-color: var(--cp-blue);
}

#blog #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footer-logo #cp,
#blog #footerBlogContainer img {
  height: auto !important;
}

#blog #footerBlogContainer #footerCopyRights .footerBlogWrapper .footerWrap .footerItems .footerItemsDesc .copyright-links,
#blog #footerBlogContainer #footerCopyRights,
#blog #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft2 a .itg-ft-title,
#blog #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems .footerItemsTitleLft1 .itg-ft-title,
#blog #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li svg, #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li i.material-icons,
#blog #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.contactInfoList li strong,
#blog #footerBlogContainer #footerBlogComponent span,
#blog footer#ecom__footer h5,
#blog footer#ecom__footer #footer__links [class$=__leftsection] li, 
#blog footer#ecom__footer #footer__links [class$=__leftsection] i.material-icons,
#blog footer#ecom__footer #footer__links [class$=__leftsection] a,
#blog footer#ecom__footer #footer__links [class$=__rightsection] a,
#blog footer#ecom__footer #footer__copyright .wrap div,
#blog footer#ecom__footer #footer__copyright span {
  color: var(--cp-white) !important;
}

#blog #footerBlogContainer #footerBlogComponent .footerBlogWrapper .footerWrap .footerItems ul.social-links-list li.social-link-items span svg,
#blog footer#ecom__footer #footer__links [class$=__leftsection] svg,
#blog footer#ecom__footer [class$=__socialmedia] svg {
  fill: var(--cp-white);
}

#footer__promowidget {
  border-top: 1px solid #111111 !important;
  border-bottom: 1px solid #111111 !important;
}

#footer__promowidget .footer__deals,
#footer__promowidget .footer__referal {
  border-left: 1px solid #111111 !important;
}

@media (max-width: 990px){
  #footerBlogContainer #footerBlogComponent .footerBlogWrapper .title {
    color: var(--cp-white);
  }
}
/*!/wp-content/plugins/searchwp-live-ajax-search/assets/styles/style.css*/
/* visual styles */
.searchwp-live-search-results {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	border-radius: 3px;
	width: 315px;
	min-width: 315px;
	min-height: 175px;
	max-height: 300px;
}

.searchwp-live-search-result {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
	border-bottom:1px solid rgba(30,30,30,0.1);
}

.searchwp-live-search-result:last-child {
	border-bottom: none;
}

.searchwp-live-search-result--img {
	flex-shrink: 0;
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
}

.searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img {
	-ms-flex-preferred-size: 70px;
	flex-basis: 70px;
}

.searchwp-live-search-results-container.swp-ls--img-m .searchwp-live-search-result--img {
	-ms-flex-preferred-size: 110px;
	flex-basis: 110px;
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
}

.searchwp-live-search-result--img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.searchwp-live-search-result--info {
	flex: 1 1 250px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchwp-live-search-result--title {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: bold;
}

.searchwp-live-search-result--desc {
	font-size: 0.9em;
}

.searchwp-live-search-result--ecommerce {
	margin-left: auto;
	text-align: end;
	flex-shrink: 0;
}

.searchwp-live-search-result--ecommerce *{
	font-size: 1em;
}

.searchwp-live-search-no-min-chars .spinner {
	opacity: 0.3;
}

.searchwp-live-search-result--focused {
	background: #f7f7f7;
}

/* Bullet proof Screen Reader Only text */
.searchwp-live-search-instructions {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

@keyframes searchwp-spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
/*!/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;
  }
}