.container.grey-cards-list { padding: 120px 32px 16px; } .grey-cards-list .category { padding: 0 0 104px; } .grey-cards-list .category > .title { max-width: 800px; width: 100%; font-size: 2em; padding: 0 0 8px; } .grey-cards-list .category > .text { max-width: 800px; width: 100%; font-size: 1em; padding: 0 0 16px; } .grey-cards-list .items-list { display: flex; justify-content: flex-start; flex-wrap: wrap; } .grey-cards-list .items-list .item { display: flex; flex-direction: column; justify-content: space-between; width: calc(33.33% - 16px); margin: 24px 24px 0 0; padding: 24px; border: 1px solid rgba(0, 0, 0, 0.08); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); border-radius: 16px; -webkit-transition: transform .2s; -moz-transition: transform .2s; -o-transition: transform .2s; transition: transform .2s; will-change: transform; } .grey-cards-list .items-list .item:focus-visible::before { border-radius: 16px; } .grey-cards-list .items-list .item:nth-child(3n + 3) { margin: 24px 0 0; } .grey-cards-list .items-list .item:hover { -webkit-transform:translateY(-4px); transform:translateY(-4px) } .grey-cards-list .items-list .item .info { height: 100%; } .grey-cards-list .items-list .item .info > div { display: flex; flex-direction: column; justify-content: flex-start; height: 100%; } .grey-cards-list .items-list .item .icon { display: flex; width: 100%; height: 38px; margin: 0 0 16px; } .grey-cards-list .items-list .item .title { font-size: 1.5em; padding: 0 0 8px; } .grey-cards-list .items-list .item .description { padding: 0 0 8px; font-size: 0.875em; color: #111111; } .grey-cards-list .items-list .item .read-more { padding: 8px 0 0; border-top: 1px solid rgba(0, 0, 0, 0.08); font-size: 1em; color: #006EE5; } @media (max-width: 1199px) { .container.grey-cards-list { padding: 112px 64px 8px; } } @media (max-width: 991px) { .container.grey-cards-list { padding: 96px 32px 8px; } .grey-cards-list .category { padding: 0 0 88px; } .grey-cards-list .items-list .item { width: calc(50% - 12px); } .grey-cards-list .items-list .item:nth-child(3n + 3) { margin: 24px 24px 0 0; } .grey-cards-list .items-list .item:nth-child(2n + 2) { margin: 24px 0 0; } } @media (max-width: 767px) { .container.grey-cards-list { padding: 88px 20px 8px; } .grey-cards-list .category { padding: 0 0 80px; } .grey-cards-list .category > .title { font-size: 1.5em; } .grey-cards-list .category > .text { font-size: 0.875em; } .grey-cards-list .items-list .item { max-width: 100%; width: calc(50% - 8px); } .grey-cards-list .items-list .item, .grey-cards-list .items-list .item:nth-child(3n + 3) { margin: 16px 16px 0 0; } .grey-cards-list .items-list .item:nth-child(2n + 2) { margin: 16px 0 0; } .grey-cards-list .items-list .item .title { font-size: 1.25em; } } @media (max-width: 575px) { .container.grey-cards-list { padding: 80px 20px 0; } .grey-cards-list .items-list .item { width: 100%; margin: 16px auto 0; } .grey-cards-list .items-list .item:nth-child(2n + 2), .grey-cards-list .items-list .item:nth-child(3n + 3) { margin: 16px auto 0; } }:root { --text-color: #333333; } .text-page .content p, .text-page .content ul, .text-page .content ol, .text-page .content p { margin: 0 0 24px; font-size: 1.125em; line-height: 150%; color: var(--text-color); } .text-page .content h1 { font-size: 2.5em; margin: 60px 0 24px; } .text-page .content > h1 { margin: 0 0 24px; } .text-page .content h2 { margin: 60px 0 24px; font-size: 2.25em; } .text-page .content > h2:first-child { margin: 0 0 24px; } .text-page .content h3 { margin: 60px 0 24px; font-size: 2em; } .text-page .content ol { width: auto; margin: 0 0 24px 24px; } .text-page .content ol li { padding: 0 0 5px 5px; } .text-page .content ul { width: auto; margin: 0 0 24px 24px; } .text-page .content ul li { padding: 0 0 5px 5px; } .text-page .content ul.sub-list, .text-page .content ol.sub-list { font-size: 1em; } .text-page .content ul ul, .text-page .content ul ol, .text-page .content ol ul, .text-page .content ol ol { font-size: inherit; margin-top: 10px; margin-bottom: 0; } .text-page .content img { max-width: 100%; height: auto; margin: 24px auto; vertical-align: middle; border-radius: 8px; } .text-page .content .text img, .text-page .content li img { display: inline-block; max-height: 30px; margin: 0; width: auto; } .text-page .content .video, .text-page .content .video-block { margin: 32px 0; border-radius: 8px; overflow: hidden; } .text-page .content iframe { display: block; max-width: 100%; margin: 0 auto; } .text-page .content video { display: block; max-width: 100%; margin: 32px 0; vertical-align: middle; } .text-page .content .wistia-video-block { position: relative; padding: 56.25% 0 0 0; margin: 32px 0; border-radius: 8px; overflow: hidden; } .text-page .content .wistia-video-block .wistia_embed { position: absolute; top: 0; } .text-page .content .wistia-video-block video { margin: 0; } .text-page .content hr, .text-page .content .separator { height: 1px; margin: 50px auto; color: #ccc; border: none; background-color: #ccc; } .text-page .content .big { display: block; margin: 0 auto; } .text-page .content .half { width: 50%; } .text-page .content .inline { display: inline-block; vertical-align: middle; } .text-page .content .bordered { border: 1px solid #ccc; border-radius: 8px; } .text-page .content .shadowed { border-radius: 8px; box-shadow: 0 5px 23px 3px rgba(0, 0, 0, 0.15); } .text-page .content .margined { margin: 24px 0; } .text-page .content .text-content .right.margined { margin: 0 -59px 0 0; padding: 0 0 0 10px; box-sizing: content-box; } .text-page .content .margined-more { margin-top: 30px; margin-bottom: 30px; } .text-page .content .margined.center { margin: 24px auto; } .text-page .content .center, .text-page .content .centered { margin-left: auto; margin-right: auto; } .right { float: right; } .left { float: left; } .text-page .content .text-center { text-align: center !important; } .text-page .content .btn.how-to-btn { height: 36px; margin: 0 5px; padding: 0 15px; color: #0074e6; font-size: 1em; font-weight: 400; line-height: 36px; border: 1px solid #0074e6; } .text-page .content .dwnl-btn { max-width: 280px; margin: 48px auto; width: fit-content; } .text-page .content .itunes-badge > img, .text-page .content .mac-badge > img { margin: 0; width: initial; } @media (max-width: 991px) { .text-page .content p, .text-page .content ul, .text-page .content ol, .text-page .content p { margin: 0 0 16px; font-size: 1em; } .text-page .content h1 { font-size: 2em; margin: 50px 0 16px; } .text-page .content > h1 { margin: 0 0 16px; } .text-page .content h2 { margin: 50px 0 16px; font-size: 1.75em; } .text-page .content > h2:first-child { margin: 0 0 16px; } .text-page .content h3 { margin: 50px 0 16px; font-size: 1.5em; } .text-page .content ol { margin: 0 0 16px 16px; } .text-page .content ol li { padding: 0 0 3px 3px; } .text-page .content ul { margin: 0 0 16px 16px; } .text-page .content ul li { padding: 0 0 3px 3px; } .text-page .content ul.sub-list, .text-page .content ol.sub-list { font-size: 1em; } .text-page .content img { margin: 16px 0; } .text-page .content .video, .text-page .content .video-block { margin: 24px 0; } .text-page .content video { margin: 24px 0; } .text-page .content .wistia-video-block { margin: 24px auto; } .text-page .content .text-content .right.margined { margin: 16px 0; width: initial; } .text-page .content .margined { margin: 16px 0; } .text-page .content .margined.center { margin: 16px auto; } .text-page .content hr, .text-page .content .separator { margin: 30px auto; } .text-page .content .big { margin-bottom: 16px; } .text-page .content .half { display: block; min-width: 280px; margin: 0 auto 16px; } .text-page .content video { height: auto; } .text-page .content .iframe-block, .text-page .content .video-block, .text-page .content .video { content: ""; position: relative; padding-bottom: 56.25%; height: 0; display: block; margin: 16px auto; overflow: hidden; } .text-page .content h3 + .video, .text-page .content h3 + .video-block { margin: 16px auto; } .text-page .content .iframe-block iframe, .text-page .content .video-block iframe, .text-page .content .video iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border-width: 0; outline-width: 0; } .text-page .content .iframe-block { max-width: 800px; } } @media (max-width: 767px) { .text-page .content .itunes-badge { margin: 20px auto; } } @media (max-width: 575px) { .text-page .content .shadowed { box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.15); } }.content { --dwnl-btn: #205EFF; --dwnl-btn-hover: #4791FF; --blue-dwnl-btn: 15deg, #278cf3 7%, #5db3f9 93%; } .content p, .content div, .content span, .content label { color: #444444; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #222222 !important; } .content .learn-more-block { font-size: 1.25em; line-height: 1.55; padding: 20px 30px; margin: 20px 0; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; } .content .tip-block { font-size: 1.25em; line-height: 1.55; font-style: italic; padding: 20px 30px; margin: 20px 0; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; } .inner-prod-dwnl-banner { display: flex; min-height: 110px; margin: 40px 0; border-radius: 8px; background-color: #f8f8f8; } .inner-prod-dwnl-banner .icon { width: 70px; min-width: 70px; height: 70px; margin: auto 20px; } .inner-prod-dwnl-banner.spark .icon, .bottom-prod-dwnl-banner.spark .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/spark/spark3/common/products-icons/spark.svg?1659622175") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.documents .icon, .bottom-prod-dwnl-banner.documents .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/documents.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.calendars .icon, .bottom-prod-dwnl-banner.calendars .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/calendars.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.pdfexpert .icon, .bottom-prod-dwnl-banner.pdfexpert .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/pdfexpert.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.scannerpro .icon, .bottom-prod-dwnl-banner.scannerpro .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/scannerpro.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.printerpro .icon, .bottom-prod-dwnl-banner.printerpro .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/printer.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.pdfconverter .icon, .bottom-prod-dwnl-banner.pdfconverter .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/converter.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner.fluix .icon, .bottom-prod-dwnl-banner.fluix .icon { background: url("https://cdn-rdstaticassets.readdle.com/assets/common/products_icons/fluix.svg?1661860102") no-repeat 0 0; background-size: contain; } .inner-prod-dwnl-banner > div:nth-child(2) { margin: 21px 30px 21px 10px; max-width: 420px; } .inner-prod-dwnl-banner > div:nth-child(2) > div:nth-child(1) { padding-bottom: 4px; font-size: 1.875em; color: #222222; font-weight: bold; } .inner-prod-dwnl-banner > div:nth-child(2) > div:nth-child(2) { line-height: 1.27; font-size: 1.375em; } .inner-prod-dwnl-banner > a { display: flex; align-items: center; justify-content: center; width: 220px; height: 47px; margin: auto 20px auto auto; border-radius: 8px; font-size: 1.4em; font-weight: 500; border: 0; color: #fff; background: var(--dwnl-btn); } .inner-prod-dwnl-banner > a:hover { background: var(--dwnl-btn-hover); } .inner-prod-dwnl-banner.spark > a { font-size: 1.25em; } .bottom-prod-dwnl-banner { display: flex; position: relative; min-height: 200px; margin: 80px 0; border-radius: 0 0 8px 8px; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; } .bottom-prod-dwnl-banner:before { content: ""; position: absolute; width: 100%; height: 10px; left: 0; top: -10px; background-image: linear-gradient(to bottom, #ffc042, #ffbf58); border-radius: 8px 8px 0 0; } .bottom-prod-dwnl-banner .icon { width: 186px; min-width: 186px; height: 186px; margin: 42px; } .bottom-prod-dwnl-banner > div:nth-child(2) { margin: 30px 45px 40px 0; max-width: 485px; } .bottom-prod-dwnl-banner > div:nth-child(2) > div:nth-child(1) { padding-bottom: 10px; font-size: 1.875em; color: #222222; font-weight: bold; } .bottom-prod-dwnl-banner > div:nth-child(2) > div:nth-child(2) { padding-bottom: 25px; line-height: 1.7; font-size: 1.25em; } .bottom-prod-dwnl-banner > div:nth-child(2) > a { display: flex; align-items: center; justify-content: center; width: 250px; height: 54px; border-radius: 8px; font-size: 1.25em; font-weight: 500; border: 0; color: #fff; background: var(--dwnl-btn); } .bottom-prod-dwnl-banner > div:nth-child(2) > a:hover { background: var(--dwnl-btn-hover); } @media (max-width: 991px) { .content .learn-more-block { font-size: 1em; padding: 15px 15px; } .content .tip-block { font-size: 1em; padding: 15px 15px; } .inner-prod-dwnl-banner { justify-content: center; flex-direction: column; margin: 30px 0 40px; } .inner-prod-dwnl-banner .icon { margin: 20px auto 0; } .inner-prod-dwnl-banner > div:nth-child(2) { max-width: 100%; margin: 20px 20px 24px; text-align: center; } .inner-prod-dwnl-banner > div:nth-child(2) > div:nth-child(1) { font-size: 1.5em; line-height: 1.42; } .inner-prod-dwnl-banner > div:nth-child(2) > div:nth-child(2) { line-height: 1.56; font-size: 1.125em; } .inner-prod-dwnl-banner > a { margin: 0 auto 20px; } .inner-prod-dwnl-banner.spark > a { font-size: 1.25em; } .bottom-prod-dwnl-banner { flex-direction: column; margin: 60px 0; } .bottom-prod-dwnl-banner .icon { width: 120px; min-width: 120px; height: 120px; margin: 40px auto 20px; } .bottom-prod-dwnl-banner > div:nth-child(2) { margin: 0 auto 40px; padding: 0 20px; text-align: center; } .bottom-prod-dwnl-banner > div:nth-child(2) > div:nth-child(1) { font-size: 1.5em; } .bottom-prod-dwnl-banner > div:nth-child(2) > div:nth-child(2) { padding-bottom: 30px; line-height: 1.56; font-size: 1.125em; } .bottom-prod-dwnl-banner > div:nth-child(2) > a { margin: 0 auto; max-width: 250px; width: 100%; } }.smart-focused-block { background: #282828; padding: 80px 0; } .smart-focused-block.grey { background: #F7F7FA; } .smart-focused-block.gradient-border { position: relative; } .smart-focused-block.gradient-border:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(105.63deg, #A04BFF -3.81%, #739CFF 44.79%, #77DEFF 90.44%); } .smart-focused-block .container { display: flex; justify-content: center; } .smart-focused-block .text-block { max-width: 480px; width: 100%; display: flex; flex-direction: column; align-items: center; } .smart-focused-block .text-block .spark-logo { width: 48px; height: 48px; background: url("https://cdn-rdstaticassets.readdle.com/assets/spark/spark3/common/logo.svg?1659516986") no-repeat 0 0; background-size: contain; margin-bottom: 27px; } .smart-focused-block .text-block h3 { text-align: center; color: #FFFFFF; margin-bottom: 40px; } .smart-focused-block.grey .text-block h3 { color: #111; } .smart-focused-block .text-block p.description { margin: -25px 0 40px; } .smart-focused-block .text-block p { width: 100%; font-size: 1.25rem; font-weight: 400; line-height: 150%; text-align: center; margin-bottom: 32px; } .smart-focused-block .text-block p { color: rgba(255, 255, 255, 0.8); } .smart-focused-block.grey .text-block p { color: #333; } .smart-focused-block .text-block .link-group { display: flex; justify-content: center; align-items: center; gap: 16px; } .smart-focused-block .text-block .bottom-text { color: #6E6E6E; font-size: 0.875em; line-height: 1.5; margin: 16px 0 0; } .smart-focused-block .free-download { min-width: 160px; transition: .3s; } .smart-focused-block .btn { min-width: 133px; border-radius: 6px; } .smart-focused-block .btn:not(.btn-blue):hover { color: #FFFFFF; background: #313131; border-color: rgba(255, 255, 255, 0.4); } @media (max-width: 1199px) { .smart-focused-block .text-block h3 { margin-bottom: 32px; } .smart-focused-block .text-block p.description { margin: -25px 0 32px; } } @media (max-width: 991px) { .smart-focused-block .text-block .spark-logo { margin-bottom: 24px; } .smart-focused-block .text-block h3 { margin-bottom: 24px; } .smart-focused-block .text-block p.description { margin: -15px 0 32px; } .smart-focused-block .text-block .bottom-text { display: none; } } @media (max-width: 767px) { .smart-focused-block { padding: 96px 0; } .smart-focused-block .text-block h3 { margin-bottom: 35px; } .smart-focused-block .text-block p.description { margin: -25px 0 35px; } } @media (max-width: 575px) { .smart-focused-block { padding: 65px 0 16px 0; } .smart-focused-block .text-block .spark-logo { width: 32px; height: 32px; } .smart-focused-block .text-block h3 { margin-bottom: 24px; } .smart-focused-block .text-block p.description { margin: -15px 0 32px; font-size: 1em; } .smart-focused-block .link-group { width: 100%; flex-direction: column; } .smart-focused-block .btn ~ .btn { margin: 16px 0 0 0; } .smart-focused-block .btn { max-width: 100%; width: 100%; } } .banner-email-templates { background: #f7f7fA; } .banner-email-templates .content { max-width: 864px; width: 100%; margin: 0 auto; padding: 148px 32px 88px; text-align: center; box-sizing: border-box; } .banner-email-templates h1 { padding: 0 0 24px; text-align: center; font-size: 3em; } .template-post .content { max-width: 800px; width: 100%; } .template-post { padding: 60px 0; } .template-post .post-share { position: fixed; top: 146px; left: 50%; width: 50px; margin: -1px 0 0 -540px; z-index: 100; } .template-post .post-share p { margin: 0; padding: 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 600; line-height: 100%; text-transform: uppercase; text-align: center; } .template-post .post-share .post-share-btn { display: block; margin: 0 auto 30px; padding: 0; width: 42px; height: auto; } .template-post .post-share .post-share-btn:hover { opacity: 0.75; } .template-post .post-share .post-share-btn:focus-visible::before { border-radius: 50%; } .template-post .post-share .post-share-btn img { display: block; margin: 0; padding: 0; width: 42px; height: auto; } .template-post h1 { padding: 30px 0 0; font-weight: 600; line-height: 120%; } .template-post .post-info { height: 13px; padding: 20px 0 30px; } .template-post p.pub-date { display: inline-block; margin: 0; padding: 0 50px 0 0; color: #a2a9b6; font-size: 1em; font-weight: 600; line-height: 13px; text-transform: uppercase; } .template-post p.views { display: inline-block; margin: 0; padding: 0 50px 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/spark/spark3/templates/views.svg?1631697355") no-repeat 0 0; background-size: 22px 12px; } .template-post p.comments { display: inline-block; margin: 0; padding: 0 0 0 30px; color: #a2a9b6; font-size: 1em; font-weight: 400; line-height: 13px; text-transform: uppercase; background: url("https://cdn-rdstaticassets.readdle.com/assets/spark/spark3/templates/comments.svg?1631697355") no-repeat 0 0; background-size: 18px 13px; } .template-post .post-cover { display: block; width: 100%; height: auto; margin: 0 auto 30px; padding: 0; background-color: #ccc; } .template-post .separator { border: none; height: 1px; margin: 32px 0; color: #c6cedc; background-color: #c6cedc; } .template-post.text-page .content h3 { margin: 45px 0 24px; } .template-post .post-content .chat-bubble { margin: 10px 0 30px; padding: 20px 30px; border-radius: 8px; background: #e4f3ff; box-shadow: 0 2px 3px rgba(35, 51, 64, 0.15); } .template-post .post-content .chat-bubble span { padding: 0 2px 2px; color: #fafafa; border-radius: 4px; background-color: #ff7600; } .template-post .post-content .letter-block { position: relative; line-height: 1.55; color: #222222; margin: 10px 0 30px; padding: 44px 34px 44px 34px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2); } .template-post .post-content .letter-block:before { content: ""; position: absolute; width: 100%; height: 16px; left: 0; top: 0; background: url("https://cdn-rdstaticassets.readdle.com/assets/spark/spark3/templates/letter-border.svg?1583837771") repeat-x; border-radius: 8px 8px 0 0; background-position: -12px 0; } .template-post .post-content .letter-block span { padding: 0 2px 2px; color: #fafafa; border-radius: 4px; background-color: #ff7600; } @media (max-width: 1199px) { .banner-email-templates h1 { padding: 0 0 16px; font-size: 2.5em; } .template-post .post-share { display: none; } } @media (max-width: 991px) { .banner-email-templates .content { padding: 132px 20px 70px; } .template-post .post-info { position: relative; height: 12px; padding: 15px 0 25px; } .template-post p.pub-date { padding: 0 35px 0 0; font-size: 0.875em; line-height: 12px; } .template-post p.views { padding: 0 0 0 26px; font-size: 0.875em; line-height: 10px; background-size: 19px 10px; } .template-post .post-cover { margin: 0 auto 20px; } .template-post .disclaimer { margin: 0; padding: 0 20px 20px; color: #17212f; font-size: 1em; font-weight: 400; line-height: 150%; } .template-post.text-page .content h3 { margin: 35px 0 16px; } .template-post .post-content .chat-bubble { margin: 0 0 20px; padding: 15px 20px; } .template-post .post-content .letter-block { margin: 0 0 20px; padding: 33px 23px; } .template-post .post-content .letter-block:before { height: 12px; } } @media (max-width: 767px) { .banner-email-templates .content { padding: 124px 32px 64px; } .banner-email-templates h1 { font-size: 2em; } } @media (max-width: 575px) { .banner-email-templates .content { padding: 116px 20px 56px; } .banner-email-templates h1 { font-size: 1.5em; } } 