/*!/wp-content/themes/genesis_child/custom/landingpage/deals/vendor/normalize.css*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*!/wp-content/themes/genesis_child/custom/landingpage/jcw-teaser/styles.css*/
@font-face{font-display:swap;font-family:Avenir Next LT W01 DemiCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-DemiCn.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-DemiCn.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT W01 BoldCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-BoldCn.woff2.ttf) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-BoldCn.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir LT Roman;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/avenir-lt-pro-55-roman.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/avenir-lt-pro-55-roman.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT Pro BoldCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-BoldCn.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-BoldCn.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT Pro DemiCondensed;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-demi_condensed.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-demi_condensed.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT Pro BoldCondensed;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-bold-condensed.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-bold-condensed.woff) format("woff")}*:focus{outline:none}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box;-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-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;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:var(--border)}textarea:-moz-placeholder,[contenteditable]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=text]:before:-moz-placeholder,input[type=text]:after:-moz-placeholder{color:var(--border)}textarea::-moz-placeholder,[contenteditable]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=text]:before::-moz-placeholder,input[type=text]:after::-moz-placeholder{color:var(--border)}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:var(--border)}a{outline:none;color:var(--cp-dark-blue);text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:all 0.3s ease 0s}a:hover{text-decoration:none}ul{padding:0}ul::after{clear:both;content:""}ul.disc li{padding-left:var(--gap);list-style:disc outside;float:none}ul.circle li{padding-left:var(--gap);list-style:circle inside !important;float:none}ul.square li{padding-left:var(--gap);list-style:square inside !important;float:none}ul.decimal li{padding-left:var(--gap);float:none}ol::after{clear:both;content:""}ol li{float:none}ol.roman li{padding-left:var(--gap);list-style:upper-roman outside;float:none}ol.alpha li{padding-left:var(--gap);list-style:lower-alpha outside;float:none}.fixed{position:fixed;width:100%}#blog .site-header,#btn__search--open,.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: 1279){#blog #content,#blog .site-inner{padding:0;margin:0}}@font-face{font-display:swap;font-family:Avenir Next LT W01 DemiCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-DemiCn.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-DemiCn.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT W01 BoldCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-BoldCn.woff2.ttf) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-BoldCn.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir LT Roman;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/avenir-lt-pro-55-roman.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/avenir-lt-pro-55-roman.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT Pro BoldCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-BoldCn.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-BoldCn.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT Pro DemiCondensed;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-demi_condensed.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-demi_condensed.woff) format("woff")}@font-face{font-display:swap;font-family:Avenir Next LT Pro BoldCondensed;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-bold-condensed.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-bold-condensed.woff) format("woff")}.material-icons{font-style:normal;margin:0;padding:0;font-size:24px}.material-icons.arrow-left:before{content:""}.material-icons.arrow-right:before{content:""}.material-icons.arrow-down:before{content:""}.material-icons.arrow-up:before{content:""}.material-icons.menu:before{content:""}.material-icons.close:before{content:""}.material-icons.add:before{content:""}.material-icons.check-box:before{content:""}.material-icons.check-box-outline:before{content:""}.material-icons.filter:before{content:""}.material-icons.swipe:before{content:""}.material-icons.double-arrow:before{content:""}.material-icons.search:before{content:""}body{color:#222;line-height:1.5;position:relative;font-size:18px;font-family:Avenir LT Roman;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400 !important;background:#fff}@font-face{#jcw-teaser-page{font-display:swap;font-family:Avenir Next LT W01 DemiCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-DemiCn.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-DemiCn.woff) format("woff")}}@font-face{#jcw-teaser-page{font-display:swap;font-family:Avenir Next LT W01 BoldCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-BoldCn.woff2.ttf) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTW01-BoldCn.woff) format("woff")}}@font-face{#jcw-teaser-page{font-display:swap;font-family:Avenir LT Roman;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/avenir-lt-pro-55-roman.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/avenir-lt-pro-55-roman.woff) format("woff")}}@font-face{#jcw-teaser-page{font-display:swap;font-family:Avenir Next LT Pro BoldCn;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-BoldCn.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-BoldCn.woff) format("woff")}}@font-face{#jcw-teaser-page{font-display:swap;font-family:Avenir Next LT Pro DemiCondensed;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-demi_condensed.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-demi_condensed.woff) format("woff")}}@font-face{#jcw-teaser-page{font-display:swap;font-family:Avenir Next LT Pro BoldCondensed;src:url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-bold-condensed.woff2) format("woff2"),url(/blog/wp-content/themes/genesis_child/custom/fonts/avenir/AvenirNextLTPro-bold-condensed.woff) format("woff")}}#jcw-teaser-page *:focus{outline:none}#jcw-teaser-page *,#jcw-teaser-page *:after,#jcw-teaser-page *:before{margin:0;padding:0;box-sizing:border-box;-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}#jcw-teaser-page html{line-height:1.5;font-size:18px}#jcw-teaser-page input[type=text],#jcw-teaser-page input[type=button],#jcw-teaser-page input[type=checkbox],#jcw-teaser-page input[type=radio],#jcw-teaser-page input[type=search],#jcw-teaser-page input[type=submit],#jcw-teaser-page input[type=email]{outline:none;border:none;background-image:none;background-color:rgba(0,0,0,0);box-shadow:none}#jcw-teaser-page input[type=text]::-webkit-input-placeholder,#jcw-teaser-page input[type=button]::-webkit-input-placeholder,#jcw-teaser-page input[type=checkbox]::-webkit-input-placeholder,#jcw-teaser-page input[type=radio]::-webkit-input-placeholder,#jcw-teaser-page input[type=search]::-webkit-input-placeholder,#jcw-teaser-page input[type=submit]::-webkit-input-placeholder,#jcw-teaser-page input[type=email]::-webkit-input-placeholder{color:#222}#jcw-teaser-page input[type=text]::-moz-placeholder,#jcw-teaser-page input[type=button]::-moz-placeholder,#jcw-teaser-page input[type=checkbox]::-moz-placeholder,#jcw-teaser-page input[type=radio]::-moz-placeholder,#jcw-teaser-page input[type=search]::-moz-placeholder,#jcw-teaser-page input[type=submit]::-moz-placeholder,#jcw-teaser-page input[type=email]::-moz-placeholder{color:#222}#jcw-teaser-page input[type=text]:-ms-input-placeholder,#jcw-teaser-page input[type=button]:-ms-input-placeholder,#jcw-teaser-page input[type=checkbox]:-ms-input-placeholder,#jcw-teaser-page input[type=radio]:-ms-input-placeholder,#jcw-teaser-page input[type=search]:-ms-input-placeholder,#jcw-teaser-page input[type=submit]:-ms-input-placeholder,#jcw-teaser-page input[type=email]:-ms-input-placeholder{color:#222}#jcw-teaser-page input[type=text]:-moz-placeholder,#jcw-teaser-page input[type=button]:-moz-placeholder,#jcw-teaser-page input[type=checkbox]:-moz-placeholder,#jcw-teaser-page input[type=radio]:-moz-placeholder,#jcw-teaser-page input[type=search]:-moz-placeholder,#jcw-teaser-page input[type=submit]:-moz-placeholder,#jcw-teaser-page input[type=email]:-moz-placeholder{color:#222}#jcw-teaser-page input[type=text],#jcw-teaser-page input[type=email],#jcw-teaser-page input[type=search]{width:100%}#jcw-teaser-page img{width:100%;max-width:100%}#jcw-teaser-page li{list-style:none}#jcw-teaser-page main{margin:0 auto}#jcw-teaser-page p{padding-bottom:10px}#jcw-teaser-page h1,#jcw-teaser-page h2,#jcw-teaser-page h3,#jcw-teaser-page h4{margin:0;font-weight:400;font-style:normal;font-display:fallback}#jcw-teaser-page h1{font-size:60px}@media only screen and (max-width: 767px){#jcw-teaser-page h1{font-size:40px;line-height:normal}}#jcw-teaser-page h2{font-size:50px;text-transform:uppercase;font-family:Avenir Next LT Pro BoldCondensed}@media only screen and (max-width: 767px){#jcw-teaser-page h2{font-size:28px;line-height:normal}}#jcw-teaser-page h3{font-size:40px;text-transform:uppercase;font-family:Avenir Next LT Pro BoldCn}@media only screen and (max-width: 767px){#jcw-teaser-page h3{font-size:14px;font-weight:100}}#jcw-teaser-page h4{font-size:22px;font-family:Avenir Next LT Pro BoldCn}#jcw-teaser-page img{max-width:100%}#jcw-teaser-page .wrap{padding:0 20px;max-width:1480px;margin:0 auto}#jcw-teaser-page ul{margin:0;padding:0}#jcw-teaser-page ul li{list-style:none}#jcw-teaser-page .disabled{cursor:not-allowed;pointer-events:none;background:#ededed;opacity:.3}#jcw-teaser-page .cp-btn{z-index:10;border:0;padding:0 20px;height:40px;font-weight:bold;display:inline-block;border-radius:8px;cursor:pointer;transition:all 0.3s ease 0s}#jcw-teaser-page .cp-btn:hover{background:#fdd122}#jcw-teaser-page [class$=-desktop]{display:block}@media only screen and (max-width: 1024px){#jcw-teaser-page [class$=-desktop]{display:none}}#jcw-teaser-page [class$=-mobile]{display:none}@media only screen and (max-width: 1024px){#jcw-teaser-page [class$=-mobile]{display:block}}#jcw-teaser-page #blog .site-inner{margin-top:0}@media only screen and (max-width: 1279){#jcw-teaser-page #blog .site-inner{margin-top:0}}#jcw-teaser-page #email-privacy-middle,#jcw-teaser-page #email-privacy-bottom{display:none}#jcw-teaser-page .success-note{display:none;height:100%;width:100%;z-index:12;top:0;left:0;position:fixed;color:#0f3080}#jcw-teaser-page .success-note h2{color:#0f3080 !important}@media only screen and (max-width: 767px){#jcw-teaser-page .success-note h2{font-size:30px}}#jcw-teaser-page .success-note h4{color:#222;text-transform:uppercase}@media only screen and (max-width: 767px){#jcw-teaser-page .success-note h4{font-size:20px}}#jcw-teaser-page .success-note svg{width:150px;margin-bottom:20px}@media only screen and (max-width: 767px){#jcw-teaser-page .success-note svg{margin-bottom:10px}}#jcw-teaser-page .success-note .btnClose{top:20px;right:-40px;position:absolute;cursor:pointer}#jcw-teaser-page .success-note .container{z-index:10;background:url(https://cld.partsimg.com/image/upload/carparts/blog/landing-pages/2025/jcw-teaser/overlay-bg) #fff;background-size:650px;left:0;right:0;top:0;bottom:0;margin:auto;height:300px;width:650px;position:absolute;border-radius:8px;gap:20px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 767px){#jcw-teaser-page .success-note .container{width:90%}}#jcw-teaser-page .success-note .overlay{width:100%;height:100vh;top:0;left:0;position:fixed;background:rgba(0,0,0,.8)}#jcw-teaser-page header{padding-top:40px;padding-bottom:20px}@media only screen and (max-width: 767px){#jcw-teaser-page header{top:0;z-index:10;position:sticky;background:#fff;padding:10px 20px;border-bottom:1px solid #c6c6c6;margin-bottom:20px}}#jcw-teaser-page header .jcw-logo svg{display:block;width:300px;margin:0 auto}@media only screen and (max-width: 767px){#jcw-teaser-page header .jcw-logo svg{width:120px}}#jcw-teaser-page header a{font-size:28px;color:#222;text-transform:uppercase;font-weight:400;font-style:normal;font-display:fallback;font-family:Avenir Next LT Pro BoldCondensed}@media only screen and (max-width: 767px){#jcw-teaser-page header a{font-size:18px}}#jcw-teaser-page header a svg{top:2px;width:200px;position:relative}@media only screen and (max-width: 767px){#jcw-teaser-page header a svg{width:120px}}#jcw-teaser-page header ul{margin-top:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}#jcw-teaser-page header ul li{padding:0 40px}@media only screen and (max-width: 767px){#jcw-teaser-page header ul li{padding:0 10px}}#jcw-teaser-page #heroshot{cursor:pointer;margin-bottom:20px}#jcw-teaser-page #heroshot img{max-width:auto}#jcw-teaser-page .email-capture{color:#fff;margin:40px 0;padding:40px 0;background:#0a152e;text-align:center}@media only screen and (max-width: 1024px){#jcw-teaser-page .email-capture br{display:none;border:1px solid red}}@media only screen and (max-width: 767px){#jcw-teaser-page .email-capture{padding:0}}#jcw-teaser-page .email-capture h2{color:#fff}#jcw-teaser-page .email-capture h3{font-size:28px;font-family:Avenir LT Roman;text-transform:none}@media only screen and (max-width: 767px){#jcw-teaser-page .email-capture h3{font-size:14px}}#jcw-teaser-page .email-capture .heading{padding:20px 10px}@media only screen and (max-width: 767px){#jcw-teaser-page .email-capture .heading{padding-bottom:0}}#jcw-teaser-page .email-form{max-width:660px;margin:20px auto}@media only screen and (max-width: 767px){#jcw-teaser-page .email-form{margin:0}}#jcw-teaser-page .email-form input[type=email],#jcw-teaser-page .email-form input[type=text]{height:50px;line-height:50px;text-align:center;background:#fff;font-family:Avenir LT Roman}@media only screen and (max-width: 767px){#jcw-teaser-page .email-form input[type=email],#jcw-teaser-page .email-form input[type=text]{padding:10px;font-size:16px}}#jcw-teaser-page .email-form input[type=email]{width:100%}#jcw-teaser-page .email-form button,#jcw-teaser-page .email-form #btn-submit{border:0;width:384px;height:50px;line-height:50px;font-size:20px;cursor:pointer;border-radius:8px;color:#fff;background:#0f3080;font-family:Avenir Next LT Pro BoldCn;text-transform:uppercase}@media only screen and (max-width: 767px){#jcw-teaser-page .email-form button,#jcw-teaser-page .email-form #btn-submit{width:100%;font-size:18px}}#jcw-teaser-page .email-form form{gap:10px;display:flex;flex-wrap:wrap;max-width:600px;margin:0 auto}@media only screen and (max-width: 767px){#jcw-teaser-page .email-form form{padding:20px}}#jcw-teaser-page .email-form form>span{padding:5px;width:100%}#jcw-teaser-page .email-form form>span:nth-child(-n+2){width:49%}@media only screen and (max-width: 767px){#jcw-teaser-page .email-form form>span:nth-child(-n+2){width:100%}}#jcw-teaser-page #top-brands{margin:40px 0;text-align:center;font-size:24px}@media only screen and (max-width: 480px){#jcw-teaser-page #top-brands{font-size:18px}#jcw-teaser-page #top-brands br{display:none}#jcw-teaser-page #top-brands p{font-size:14px}}#jcw-teaser-page #top-brands ul{height:auto;display:grid;margin:10 0;grid-template-columns:repeat(5, 1fr);grid-template-rows:repeat(2, 1fr);grid-column-gap:10px;grid-row-gap:10px}@media only screen and (max-width: 480px){#jcw-teaser-page #top-brands ul{display:grid;margin:10 0;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(5, 1fr);grid-column-gap:10px;grid-row-gap:10px}}#jcw-teaser-page #top-brands li{padding:20px;display:flex;align-items:center;justify-content:center;border:1px solid #c6c6c6}#jcw-teaser-page #tips-tricks{text-align:center;margin:40px 0}@media only screen and (max-width: 767px){#jcw-teaser-page #tips-tricks h2 span{display:block}}#jcw-teaser-page #tips-tricks h4{margin:20px 0;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:uppercase}#jcw-teaser-page #tips-tricks #articles{overflow-y:auto;margin:20px 0}@media only screen and (max-width: 1024px){#jcw-teaser-page #tips-tricks #articles{padding:10px}}#jcw-teaser-page #tips-tricks #articles ul{width:1440px;display:grid;margin:10 0;grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(1, 1fr);grid-column-gap:10px;grid-row-gap:10px}#jcw-teaser-page #tips-tricks #articles li{border:1px solid #dadada}#jcw-teaser-page #tips-tricks #articles li>a{color:#222;display:block;text-align:left}#jcw-teaser-page #tips-tricks #articles li>a span:last-child{display:block;margin:10px}#jcw-teaser-page #tips-tricks #articles p{display:-webkit-box !important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow:hidden;height:75px;margin-bottom:20px}@media only screen and (max-width: 767px){#jcw-teaser-page #tips-tricks #articles p{font-size:14px;height:64px}}#jcw-teaser-page #socmed{padding:20px;background:#eaeaea;margin-bottom:40px}@media only screen and (max-width: 900px){#jcw-teaser-page #socmed{margin:20px 0}}@media only screen and (max-width: 900px){#jcw-teaser-page #socmed{margin:40px 0}}#jcw-teaser-page #socmed h2{height:60px;margin:0;padding:0}@media only screen and (max-width: 1048px){#jcw-teaser-page #socmed h2{flex:1;font-size:32px;height:auto}}@media only screen and (max-width: 900px){#jcw-teaser-page #socmed h2{flex:none;width:100%;text-align:center}}@media only screen and (max-width: 767px){#jcw-teaser-page #socmed h2{font-size:22px}}#jcw-teaser-page #socmed a{display:block}#jcw-teaser-page #socmed svg{width:50px}@media only screen and (max-width: 767px){#jcw-teaser-page #socmed svg{width:36px}}#jcw-teaser-page #socmed>div{gap:20px;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;margin:0 auto;max-width:1080px}@media only screen and (max-width: 900px){#jcw-teaser-page #socmed>div{flex-wrap:wrap}}@media only screen and (max-width: 767px){#jcw-teaser-page #socmed>div{gap:0}}#jcw-teaser-page #socmed ul{flex:1;gap:10px;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end}@media only screen and (max-width: 900px){#jcw-teaser-page #socmed ul{width:100%;justify-content:center}}
/*!/wp-content/themes/genesis_child/custom/landingpage/jcw-teaser/blog-overwrite.css*/
#jcw-teaser-page #ads {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}