@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/includes/css/tier0-global-styles.css*/
#blog #content {
    padding: 0 !important;
    margin: 0 !important;
}

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

.site-footer p:only-child:empty {
    margin: 0;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/main.css*/
*:focus {
  outline: none; }

* {
  box-sizing: border-box; }

textarea,
[contenteditable],
input[type="text"],
input[type="text"]:before,
input[type="text"]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

#mini-carousel-wrap {
  display: none !important; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
  overflow-x: hidden;
  overflow-y: scroll; }
  body .main-wrap h1, body .main-wrap h2, body .main-wrap h3, body .main-wrap h4, body .main-wrap h5 {
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
    font-weight: 700; }
  body .main-wrap h2 {
    line-height: 1.1;
    color: #333333;
    font-size: 30px;
    margin-top: 0; }
  body .main-wrap h3 {
    font-size: 28px; }
  body .main-wrap p {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    margin: 2em 0; }
  body .main-wrap img {
    max-width: 100%;
    height: auto; }
@keyframes _arrow_animate {
  0% {
    transform: translate3d(0, 0px, 0); }
  8% {
    transform: translate3d(0, 10px, 0); }
  14% {
    transform: translate3d(0, 0px, 0); }
  100% {
    transform: translate3d(0, 0px, 0); } }
  body .main-wrap .tz-bg-gray {
    background: #F5F5F5; }
  body .main-wrap .tz-content-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      body .main-wrap .tz-content-wrap {
        padding: 20px 10px; } }
    @media only screen and (max-width: 767px) {
      body .main-wrap .tz-content-wrap {
        padding: 40px 10px; } }
  body .main-wrap .tz-graph-content__wrap h2 {
    font-size: 25px;
    font-weight: 700;
    color: #2E4787;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      body .main-wrap .tz-graph-content__wrap h2 {
        font-size: 30px; } }
  body .main-wrap .tz-graph-content__wrap h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      body .main-wrap .tz-graph-content__wrap h3 {
        font-size: 20px; } }
  body .main-wrap .tz-btn {
    width: 100%;
    padding: 15px 10px;
    border-radius: 50px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    display: block;
    background: #ffce05; }
  body .main-wrap .intro-arrow-down {
    position: fixed;
    top: calc(100vh - 80px);
    left: calc(50% - 65px);
    z-index: 1;
    width: 130px; }
    @media only screen and (max-width: 767px) {
      body .main-wrap .intro-arrow-down {
        display: none; } }
    body .main-wrap .intro-arrow-down img {
      width: 20px;
      position: relative;
      left: 54px;
      top: 10px;
      transition: 0.1s ease-out;
      animation: _arrow_animate ease-out 3s infinite forwards 1s; }
    body .main-wrap .intro-arrow-down .arrow-down-btn {
      color: #ffffff;
      text-align: center;
      font-size: 14px;
      display: block;
      z-index: 2; }
  body .main-wrap .nav-section {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    background: linear-gradient(black -50%, rgba(0, 0, 0, 0) 95%);
    z-index: 2000; }
    @media only screen and (max-width: 380px) {
      body .main-wrap .nav-section {
        padding: 10px; } }
    body .main-wrap .nav-section.show-bg {
      background: #000000;
      transition: all 0.5s linear; }
    body .main-wrap .nav-section .nav-logo {
      margin: 7px 0 0 0;
      padding: 0;
      line-height: 0; }
      body .main-wrap .nav-section .nav-logo a {
        width: 200px; }
        body .main-wrap .nav-section .nav-logo a svg {
          width: 200px !important; }
    body .main-wrap .nav-section .nav-social-list {
      text-align: right;
      margin: 5px 0 0 0; }
      @media only screen and (max-width: 380px) {
        body .main-wrap .nav-section .nav-social-list {
          padding: 0; } }
      body .main-wrap .nav-section .nav-social-list li {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 3px; }
        @media only screen and (max-width: 380px) {
          body .main-wrap .nav-section .nav-social-list li:last-child {
            margin: 0;
            padding: 0; } }
  body .main-wrap #tz-hero {
    position: relative; }
    body .main-wrap #tz-hero .tz-hero-bg {
      background: url("https://cld.partsimg.com/image/upload/q_auto/v1598587003/carparts/blog/tier-zero/covid19-survey/covid19-survey-hero.jpg") center center no-repeat;
      background-size: cover;
      width: 100%;
      height: 745px; }
      @media only screen and (max-width: 1273px) {
        body .main-wrap #tz-hero .tz-hero-bg {
          height: 528px; } }
      body .main-wrap #tz-hero .tz-hero-bg .tz-content-wrap {
        max-width: 1280px; }
        @media only screen and (max-width: 1273px) {
          body .main-wrap #tz-hero .tz-hero-bg .tz-content-wrap {
            max-width: 100%; } }
      body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%; }
        @media only screen and (max-width: 1273px) {
          body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex {
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start; } }
        body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
          font-family: 'Source Sans Pro', serif;
          margin: 0 0 50px 0;
          font-size: 75px;
          font-weight: 900;
          text-transform: uppercase;
          padding: 0 20px;
          width: 710px;
          line-height: 1; }
          @media only screen and (max-width: 1273px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
              width: 375px;
              font-size: 35px;
              margin-bottom: 20px; } }
          @media only screen and (max-width: 380px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
              padding: 0;
              width: 100%; } }
        body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-subtitle {
          font-family: 'Source Sans Pro', serif;
          margin: 0;
          font-size: 28px;
          font-weight: 600;
          padding: 0 20px;
          width: 540px;
          line-height: 1;
          color: #ffffff; }
          @media only screen and (max-width: 1273px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-subtitle {
              font-size: 16px;
              width: 390px; } }
          @media only screen and (max-width: 380px) {
            body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-subtitle {
              padding: 0;
              width: 100%; } }
    body .main-wrap #tz-hero .intro-content {
      position: absolute;
      top: 0;
      height: 100vh;
      width: 100%; }
      body .main-wrap #tz-hero .intro-content .intro-content-box {
        position: absolute;
        height: 100vh;
        width: 100%; }
        body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline {
          width: 100%;
          height: 100vh; }
          body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div {
            width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center; }
            body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
              font-size: 50px;
              text-align: center;
              color: #fff; }
              @media only screen and (max-width: 1024px) {
                body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 {
                  padding: 0 24px;
                  font-size: 42px; } }
              body .main-wrap #tz-hero .intro-content .intro-content-box .intro-content-headline > div h1 .video-content-headline-mark {
                background: rgba(206, 22, 22, 0.7);
                display: inline-block;
                padding: 0 24px; }
      body .main-wrap #tz-hero .intro-content .intro-content-quote {
        width: 100%;
        height: 100vh;
        top: 0;
        position: absolute;
        opacity: 0;
        background: #000000; }
        body .main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt {
          width: 100%;
          height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center; }
          body .main-wrap #tz-hero .intro-content .intro-content-quote .intro-content-txt h3 {
            font-size: 18px;
            font-weight: normal;
            line-height: 25px;
            text-align: center;
            letter-spacing: 1px;
            color: #60FCF1;
            max-width: 800px;
            padding: 0 20px; }
  body .main-wrap #tz-intro-desc .tz-intro-desc__insights {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto; }
    body .main-wrap #tz-intro-desc .tz-intro-desc__insights .tz-intro-desc__insights-title {
      font-weight: 700;
      margin-bottom: 20px;
      display: inline-block; }
    body .main-wrap #tz-intro-desc .tz-intro-desc__insights ul {
      margin: 0 0 0 20px;
      padding: 0; }
      body .main-wrap #tz-intro-desc .tz-intro-desc__insights ul li {
        list-style-type: disc;
        margin-bottom: 16px; }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 20px; }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__pie-chart {
    text-align: center;
    margin-bottom: 20px; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__pie-chart svg {
      height: auto; }
      @media only screen and (max-width: 1200px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__pie-chart svg {
          width: 100%;
          height: 100%; } }
  body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex {
    display: flex;
    color: #333333; }
    @media only screen and (max-width: 767px) {
      body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex {
        flex-direction: column; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(1) {
      width: 60%; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(1) {
          width: 100%; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(2) {
      width: 40%; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div:nth-child(2) {
          width: 100%; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-title {
      text-align: center;
      display: block;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-title {
          text-align: left;
          margin: 10px 0; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list {
      margin: 0;
      padding: 0; }
      body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list li {
        list-style-type: none;
        font-size: 14px;
        margin-bottom: 5px;
        padding-left: 25px;
        position: relative; }
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list li:before {
          content: '';
          position: absolute;
          width: 15px;
          height: 15px;
          top: 2px;
          left: 0; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left {
      padding-right: 30px; }
      @media only screen and (max-width: 767px) {
        body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left {
          padding-right: 0; } }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(1):before {
      background: #2E4787; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(2):before {
      background: #FC7E00; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(3):before {
      background: #FF9700; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-left li:nth-child(4):before {
      background: #FFB852; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-right li:nth-child(1):before {
      background: #FFCE05; }
    body .main-wrap #tz-graph-one .tz-graph-content .tz-graph-content__wrap .tz-graph-content__flex > div .tz-graph-content__flex-list-right li:nth-child(2):before {
      background: #669944; }
  body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 30px; }
  body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg {
    margin-bottom: 30px;
    text-align: center; }
    body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
      height: auto; }
      @media only screen and (max-width: 1200px) {
        body .main-wrap #tz-graph-two .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
          width: 100%;
          height: 100%; } }
  body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 30px; }
  body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg {
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (max-width: 1200px) {
      body .main-wrap #tz-graph-three .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
        width: 100%;
        height: 100%; } }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap h3 {
    margin-bottom: 30px; }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap p:last-child {
    margin-bottom: 0; }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg {
    margin-bottom: 30px;
    text-align: center; }
    body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
      height: auto; }
      @media only screen and (max-width: 1200px) {
        body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__svg svg {
          width: 100%;
          height: 100%; } }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__subtitle {
    margin-bottom: 0;
    color: #2E4787; }
  body .main-wrap #tz-graph-four .tz-graph-content .tz-graph-content__wrap .tz-graph-content__highlights {
    border-left: 13px solid #666666;
    background: #F5F5F5;
    padding: 30px;
    font-weight: 400; }

/*# Current File Updated by Asset CleanUp - Original Source Map: main.css.map */
/*!/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/blog-overwrite.css*/
body .main-wrap #tz-hero .tz-hero-bg .tx-hero-flex .hero-text .hero-heading {
    color: #ffffff;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/all.min.css*/
/*!
 * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\f959"}.fa-bacterium:before{content:"\f95a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\f95b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\f952"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\f977"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\f978"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\f905"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\f979"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\f95c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\f95d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\f95e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\f95f"}.fa-handshake-slash:before{content:"\f960"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\f961"}.fa-head-side-cough-slash:before{content:"\f962"}.fa-head-side-mask:before{content:"\f963"}.fa-head-side-virus:before{content:"\f964"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\f965"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\f955"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\f966"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\f967"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\f956"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\f968"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\f969"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\f96a"}.fa-pump-soap:before{content:"\f96b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\f97a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\f96c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\f957"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\f96d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\f96e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\f96f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\f970"}.fa-store-slash:before{content:"\f971"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\f97b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\f972"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\f97c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\f973"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\f974"}.fa-virus-slash:before{content:"\f975"}.fa-viruses:before{content:"\f976"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-brands-400.eot);src:url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-brands-400.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-brands-400.woff) format("woff"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-brands-400.ttf) format("truetype"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-regular-400.eot);src:url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-regular-400.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-regular-400.woff) format("woff"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-regular-400.ttf) format("truetype"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-solid-900.eot);src:url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-solid-900.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-solid-900.woff) format("woff"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-solid-900.ttf) format("truetype"),url(/blog/wp-content/themes/genesis_child/custom/landingpage/covid-survey/assets/css/fontawesome/../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
/*!/wp-content/themes/genesis_child/custom/css/custom.css*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideWrapper,
.lSSlideWrapper .lSFade {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lSSlideOuter .media {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.lSSlideOuter.vertical {
  position: relative;
}

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

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

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

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

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

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

.lSSlideOuter.lSrtl {
  direction: rtl;
}

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

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

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

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

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

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

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

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

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

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

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

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

*:focus {
  outline: none;
}

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

body {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

             img {
                 max-width: 100%;
             }
         }

         strong {
             display: block;
         }

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

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

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

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

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

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

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

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

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

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

  	@include transition-fade(0.3);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media screen and (max-width:1023px) {
  #modal__cont {
    padding: 0 40px;
  }
}
/*!/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);
  }
}