.material-icons {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.material-icons.arrow-left:before {
  content: "\e314";
}
.material-icons.arrow-right:before {
  content: "\e315";
}
.material-icons.arrow-down:before {
  content: "\e313";
}
.material-icons.arrow-up:before {
  content: "\e316";
}
.material-icons.menu:before {
  content: "\e5d2";
}
.material-icons.close:before {
  content: "\e5cd";
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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*/
  -webkit-overflow-scrolling: touch;
}

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

body {
  line-height: 1.5;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside !important;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside !important;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  float: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

.fixed {
  position: fixed;
  width: 100%;
}

#blog .site-header, #btn__search--open, .bialty-container, .pp-multiple-authors-wrapper {
  display: none;
}

#blog #content {
  margin: 0;
}

#blog #content p {
  padding: 0;
}

#blog #content ul > li {
  margin-bottom: 0;
}

#blog #content.fluid ul, #blog #content.fluid ol {
  margin-left: 0;
}

@media only screen and (max-width: 1279px) {
  #blog #content,
#blog .site-inner {
    padding: 0;
    margin: 0;
  }
}
html {
  line-height: 1.5;
  font-size: 18px;
}

img {
  max-width: 100%;
}

[class$=__desktop] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [class$=__desktop] {
    display: none;
  }
}

[class$=__mobile] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  [class$=__mobile] {
    display: block;
  }
}

/* DIFM CSS */
#difm-p2 {
  display: block;
  font-size: 16px;
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  #difm-p2 {
    max-width: none;
    width: auto;
  }
}
#difm-p2 p {
  margin: 20px 0;
}
@media only screen and (max-width: 480px) {
  #difm-p2 p {
    font-size: 14px;
    margin: 10px 0;
  }
}
#difm-p2 h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0.5em 0;
}
@media only screen and (max-width: 480px) {
  #difm-p2 h1 {
    font-size: 24px;
  }
}
#difm-p2 h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 54px;
}
@media only screen and (max-width: 480px) {
  #difm-p2 h2 {
    font-size: 22px;
  }
}
#difm-p2 input[type=text],
#difm-p2 input[type=email],
#difm-p2 textarea {
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}
#difm-p2 textarea {
  height: 120px;
}
#difm-p2 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3;
  font-size: 13px;
}
#difm-p2 #cplogo {
  display: block;
  margin: 20px 0;
  width: 220px;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #cplogo {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #cplogo {
    margin: 20px auto;
    /*width: 220px;*/
  }
}
#difm-p2 #difm-p2-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#difm-p2 #difm-p2-hero div {
  width: 50%;
  /*p { 
  	width: 70%; 

  	@include custom-max-breakpoints(1023){
  		width: auto;
  	}
  }*/
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero div {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero div {
    text-align: center;
    width: 100%;
  }
}
#difm-p2 #difm-p2-hero div:nth-child(1) {
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 1023px) {
  #difm-p2 #difm-p2-hero div:nth-child(1) {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero div:nth-child(1) {
    margin: 10px 20px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#difm-p2 #difm-p2-hero div .quote {
  font-weight: 600;
}
#difm-p2 #difm-p2-hero div em {
  color: #858585;
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
}
#difm-p2 #difm-p2-hero div.bg {
  background: url("https://cld.partsimg.com/image/upload/d_noimage,c_pad,f_auto,q_auto,dpr_auto/carparts/blog/landing-pages/difm/p2/difm-p2-hero") no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-hero div.bg {
    height: 200px;
  }
}
#difm-p2 #difm-p2-quote {
  margin: 20px 0 40px;
  padding: 20px 20px 40px;
  background: #f4f6f9;
  /* message response */
  /* Animated Loading Icon */
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-quote {
    margin: 20px 0;
  }
}
#difm-p2 #difm-p2-quote p {
  margin: 0 0 20px;
  text-align: center;
}
#difm-p2 #difm-p2-quote h2 {
  text-align: center;
}
#difm-p2 #difm-p2-quote form {
  margin: 0 auto;
  max-width: 400px;
}
#difm-p2 #difm-p2-quote form strong {
  display: block;
}
#difm-p2 #difm-p2-quote form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#difm-p2 #difm-p2-quote form span {
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 4px;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 10px auto 30px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  width: 200px;
}
@supports (-webkit-touch-callout: none) {
  #difm-p2 #difm-p2-quote form span {
    border: none;
    background: transparent;
    overflow: initial;
    width: 240px;
  }
}
#difm-p2 #difm-p2-quote form span .ios-placeholder {
  display: none;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  font-style: normal;
  z-index: 2;
}
@supports (-webkit-touch-callout: none) {
  #difm-p2 #difm-p2-quote form span .ios-placeholder {
    display: block;
  }
}
#difm-p2 #difm-p2-quote form input, #difm-p2 #difm-p2-quote form select {
  background: #fff;
  border: 0;
  color: #333;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@supports (-webkit-touch-callout: none) {
  #difm-p2 #difm-p2-quote form input, #difm-p2 #difm-p2-quote form select {
    border: 1px solid #adadad;
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  #difm-p2 #difm-p2-quote form input, #difm-p2 #difm-p2-quote form select {
    text-align: left;
  }
}
#difm-p2 #difm-p2-quote form input::-webkit-date-and-time-value {
  text-align: left;
}
#difm-p2 #difm-p2-quote form .btn {
  position: relative;
  margin: 0 auto;
  width: 200px;
}
#difm-p2 #difm-p2-quote form .btn #successIcon {
  display: none;
  position: absolute;
  left: 30px;
  top: 11px;
  width: 16px;
  z-index: 3;
}
#difm-p2 #difm-p2-quote form input[type=submit] {
  background: #2e4787;
  border: 2px solid #2e4784;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  line-height: 42px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#difm-p2 #difm-p2-quote form input[type=submit]:hover, #difm-p2 #difm-p2-quote form input[type=submit]:focus, #difm-p2 #difm-p2-quote form input[type=submit]:active {
  color: #fff !important;
  background: #2e4787 !important;
  border: 2px solid #2e4784;
}
#difm-p2 #difm-p2-quote form input[type=submit].disabled {
  /*border: 2px solid #ccc !important;
  background: #cccccc !important;
  color: #666666 !important;*/
  cursor: default;
}
#difm-p2 #difm-p2-quote form #successNote {
  display: none;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
#difm-p2 #difm-p2-quote .success, #difm-p2 #difm-p2-quote .error {
  padding-bottom: 25px;
  display: none;
  margin: 0 auto;
  width: 420px;
}
#difm-p2 #difm-p2-quote .success h3 {
  margin-bottom: 20px;
  text-align: center;
}
#difm-p2 #difm-p2-quote #green_check {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
#difm-p2 #difm-p2-quote .pulse-animate {
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@-webkit-keyframes pulse {
  0% {
    background-color: #ff761b;
    border: 1px solid #ff761b;
  }
  100% {
    background-color: #2e4787;
    border: 1px solid #2e4787;
  }
}
@keyframes pulse {
  0% {
    background-color: #ff761b;
    border: 1px solid #ff761b;
  }
  100% {
    background-color: #2e4787;
    border: 1px solid #2e4787;
  }
}
#difm-p2 #difm-p2-howitworks h2 {
  text-align: center;
  margin-bottom: 40px;
}
#difm-p2 #difm-p2-howitworks .boxes {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}
#difm-p2 #difm-p2-howitworks .boxes .box {
  width: 40%;
  margin: 0 10px 40px;
  position: relative;
  padding: 50px 30px 30px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-howitworks .boxes .box {
    text-align: center;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-howitworks .boxes .box:nth-child(4) {
    margin-bottom: 20px;
  }
}
#difm-p2 #difm-p2-howitworks .boxes .box > span {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 70px;
  height: 70px;
  width: 70px;
  overflow: hidden;
  text-align: center;
  border-radius: 70px;
  background: #FF8214;
  margin: auto;
  top: -30px;
  bottom: auto;
  right: 0;
  left: 0;
  position: absolute;
}
#difm-p2 #difm-p2-help {
  background: #EAEDF3;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-help {
    margin-bottom: 20px;
    padding: 10px 20px 20px;
  }
}
#difm-p2 #difm-p2-help p {
  margin: 0 auto;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #difm-p2 #difm-p2-help p {
    width: auto;
  }
}
#difm-p2 #difm-p2-faq {
  font-size: 16px;
  font-weight: normal;
  max-width: 800px;
  margin: 0 auto 60px auto;
}
#difm-p2 #difm-p2-faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  #difm-p2 #difm-p2-faq h2 {
    margin-bottom: 0;
  }
}
#difm-p2 #difm-p2-faq span {
  color: #05629B;
}
#difm-p2 #difm-p2-faq .answer {
  overflow: hidden;
  max-height: 0;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 480px) {
  #difm-p2 #difm-p2-faq .answer {
    font-size: 14px;
  }
}
#difm-p2 #difm-p2-faq > div {
  border-bottom: 1px solid #E0E0E0;
}
#difm-p2 #difm-p2-faq label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#difm-p2 #difm-p2-faq label:hover {
  background: #f7f7f7;
}
#difm-p2 #difm-p2-faq label strong {
  display: block;
  margin-right: 30px;
}
#difm-p2 #difm-p2-faq label i {
  font-family: 'Material Icons';
  top: 16px;
  right: 10px;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#difm-p2 #difm-p2-faq label i:before {
  content: "\e313";
}
#difm-p2 #difm-p2-faq input[type=checkbox] {
  display: none;
}
#difm-p2 #difm-p2-faq input[type=checkbox]:checked ~ label i {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}
#difm-p2 #difm-p2-faq input[type=checkbox]:checked ~ div.answer {
  max-height: 300px;
  padding: 10px 40px 20px 20px;
}
#difm-p2.terms header {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
#difm-p2.terms main {
  display: block;
  max-width: 920px;
  padding: 0 20px;
  margin: 80px auto;
}
#difm-p2.terms h3 {
  max-width: 750px;
  margin: 0 auto;
  line-height: normal;
  text-align: center;
}
#difm-p2.terms p {
  font-size: 16px;
}
#difm-p2.terms .disclaimer {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #f7f7f7;
}
#difm-p2.terms .disclaimer p {
  color: #838383;
  font-size: 14px;
}