@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";

body {
    font-family: "Inter", sans-serif;
    background-color: #fff;
    color: #838d98;
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    margin: 0
}

p {
    padding: 0;
    margin: 0 0 1.2em
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 800;
    color: #203645;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 .5em;
    padding: 0
}

h1+p.subheading,
h2+p.subheading,
h3+p.subheading,
h4+p.subheading,
h5+p.subheading {
    margin: 0px
}

h1[data-id]+p.subheading[data-id],
h2[data-id]+p.subheading[data-id],
h3[data-id]+p.subheading[data-id],
h4[data-id]+p.subheading[data-id],
h5[data-id]+p.subheading[data-id] {
    margin-top: .5em;
    margin-bottom: 1em
}

h5 {
    line-height: 1.5
}

div[data-id] h1+p,
div[data-id] h2+p,
div[data-id] h3+p,
div[data-id] h4+p,
div[data-id] h5+p {
    margin-top: .5em;
    margin-bottom: 1em
}

h1 {
    font-size: 45px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 24px;
    font-weight: 300;
    color: #838d98
}

.h4--bold {
    font-weight: 800;
    color: #203645
}

h5,
.h5-style {
    font-size: 20px
}

.font-size16 {
    font-size: 16px
}

p.intro {
    font-weight: 300;
    font-size: 32px
}

img {
    max-width: 100%
}

img.round {
    border-radius: 6px
}

img.page {
    border-radius: 3px;
    box-shadow: 0 8px 16px rgba(26, 62, 98, .06), 0 0 3px rgba(26, 62, 98, .06)
}

.hidden {
    display: none;
    visibility: hidden
}

dl {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-size: 16px
}

dl dt {
    width: 33%
}

dl dd {
    margin-left: 0;
    width: 66%;
    border-left: 1px solid #d8dadd
}

dl dt,
dl dd {
    box-sizing: border-box;
    padding: 4px 12px
}

dl dt:nth-child(4n+1),
dl dt:nth-child(4n+1)+dd {
    background-color: #f7f9fa
}

dl strong {
    color: #203645
}

iframe {
    max-width: 100%
}

.spacer {
    margin: 40px 0 0
}

.superScript {
    font-size: 60%;
    font-weight: normal
}

.flex-wrap {
    flex-wrap: wrap
}

.mw-620 {
    width: 100%;
    max-width: 620px
}

.mw--768 {
    width: 100%;
    max-width: 768px
}

.mw--1160 {
    max-width: 1160px
}

.mx-auto {
    margin: 0 auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.px-0 {
    padding-right: 0;
    padding-left: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-80 {
    padding-right: 80px !important;
    padding-left: 80px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-80 {
    padding-top: 80px
}

.pb-20 {
    padding-bottom: 20px !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.bg--light-gray {
    background: #f7f9fa
}

.rounded {
    border-radius: 6px
}

.card {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(26, 62, 98, .08);
    padding: 50px 60px 60px;
    text-align: left;
    box-sizing: border-box
}

.card.shift {
    margin-top: -140px
}

.card.shift--plus {
    margin-top: -200px
}

div[pardot-region] a {
    color: #1362e2
}

div[pardot-region] a:hover {
    color: #203645
}

.row--margins {
    margin-right: -20px;
    margin-left: -20px
}

section {
    padding: 80px 30px
}

section .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    text-align: center
}

section .container.gate .copy {
    padding: 0 60px 0 0
}

section .container.gate .form-container h5 {
    color: #1362e2;
    font-size: 24px;
    text-align: center;
    margin: 0 0 1em
}

section .container.alternating .row {
    padding-top: 80px
}

section .container.alternating .row .copy {
    padding: 0px 80px
}

section .container.alternating .row .padded {
    padding: 0 40px
}

section .container.alternating .row .img {
    padding: 0px;
    line-height: 0
}

section .container .row+.row {
    margin-top: 80px
}

section .container .row.color {
    background-color: #f7f9fa;
    border-radius: 6px;
    padding: 60px
}

section .flexness {
    display: flex;
    align-items: flex-start
}

section .flexness .box {
    width: 100%;
    box-sizing: border-box;
    direction: ltr
}

section .flexness .box div[pardot-region]+div[pardot-region] {
    padding-top: 40px
}

section .flexness.col-1 .box {
    width: 100%
}

section .flexness.col-1 .box p {
    max-width: 55em;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

section .flexness.col-1 .box p.full {
    max-width: 100%
}

section .flexness.col-2 .box {
    width: 50%;
    text-align: left
}

section .flexness.col-2 .box.img {
    text-align: center
}

section .flexness.col-2.equal {
    gap: 80px;
    margin-top: 80px
}

section .flexness.col-3 .box {
    width: 33.33%;
    padding: 0 20px
}

section .flexness.col-two-thirds-left {
    gap: 80px;
    margin-top: 80px;
    text-align: left;
    flex-direction: row-reverse
}

section .flexness.col-two-thirds-left .box {
    width: 33.333%
}

section .flexness.col-two-thirds-left .box+.box {
    width: 66.666%
}

section .flexness.col-two-thirds-right {
    gap: 80px;
    margin-top: 80px;
    text-align: left
}

section .flexness.col-two-thirds-right .box {
    width: 33.333%
}

section .flexness.col-two-thirds-right .box+.box {
    width: 66.666%
}

section .flexness.col-60-40 {
    gap: 80px;
    text-align: left
}

section .flexness.col-60-40 .box {
    width: 60%
}

section .flexness.col-60-40 .box+.box {
    width: 40%
}

section .flexness.center {
    align-items: center
}

section .flexness.repeating {
    justify-content: center;
    gap: 24px;
    row-gap: 32px;
    flex-wrap: wrap
}

section .flexness.image-group img {
    max-height: 100px;
    width: auto !important
}

section .flexness.spotlight {
    padding: 0px;
    text-align: center
}

section .flexness.spotlight img {
    width: 60px;
    height: 60px
}

section .flexness.spotlight img+h5 {
    margin: 1em 0 .5em
}

section .flexness.author .box img {
    border-radius: 30px
}

section.color {
    background: #f7f9fa
}

section.color .container.flexness.col-2.equal {
    margin-top: 0px
}

section.header {
    padding-top: 12px;
    padding-bottom: 12px
}

section.header img {
    border-radius: 0px
}

section.header .logo {
    width: 142px;
    height: auto
}

section.header .box {
    text-align: left;
    line-height: 0
}

section.header .box+.box {
    text-align: right
}

section.header .phone-number {
    color: #1362e2;
    margin-right: 30px
}

section.header .phone-number a {
    text-decoration: none;
    color: #1362e2
}

section.hero {
    padding-top: 100px;
    padding-bottom: 160px;
    text-align: center;
    background-color: #003f6c;
    background-image: url(https://go.heartland.us/l/125771/2021-12-09/7td9m8/125771/1639087464C4UmPNqt/hero_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff
}

section.hero h1,
section.hero h2,
section.hero h3,
section.hero h4,
section.hero h5 {
    color: #fff
}

section.hero_short {
    padding-top: 80px;
    padding-bottom: 80px
}

section.validation h4 {
    margin: 60px 0 40px
}

section.final-cta {
    padding-top: 0px;
    padding-bottom: 0px
}

section.final-cta .container {
    padding: 120px 40px;
    border-radius: 6px;
    background: #f7f9fa url(https://go.heartland.us/l/125771/2021-12-08/7t9zdb/125771/1638987355UASGwK6I/bg_storefront.jpg) no-repeat center center;
    background-size: cover
}

section.final-cta .container h2,
section.final-cta .container h3,
section.final-cta .container h4,
section.final-cta .container h5 {
    font-size: 32px;
    color: #fff;
    margin-bottom: .5em;
    text-shadow: 0 1px 4px rgba(51, 57, 61, .2)
}

section.bg-color {
    padding-top: 0px;
    padding-bottom: 0px
}

section.bg-color .container {
    padding: 80px 80px;
    background-color: #f7f9fa;
    border-radius: 6px
}

section.bg-color .container p {
    text-align: left
}

section.full-width .container {
    max-width: 1080px
}

section.full-width+section.full-width {
    padding-top: 0px
}

section.full-width+section.full-width.color {
    padding-top: 80px
}

section.footer {
    padding-top: 0px;
    padding-bottom: 0px
}

section.footer footer {
    background: #2f3a45;
    color: #94a8bc;
    border-radius: 6px 6px 0 0;
    padding: 40px;
    margin-top: 20px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: left
}

section.footer footer span {
    display: block
}

section.footer footer span+section.footer footer span {
    padding-top: 30px
}

section.footer footer a {
    color: #94a8bc
}

section.footer footer a:hover {
    color: #fff
}

a.btn-primary,
input.submit {
    background-color: #1362e2;
    border-radius: 100px;
    color: #fff !important;
    display: inline-block;
    padding: 10px 24px 10px 26px;
    text-decoration: none;
    transition: all ease-in-out .2s;
    position: relative;
    font-size: 17px;
    border: none;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    -webkit-appearance: none
}

a.btn-secondary {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    color: #1362e2;
    display: inline-block;
    padding: 10px 24px 10px 24px;
    text-decoration: none;
    transition: all ease-in-out .2s;
    position: relative;
    font-size: 17px;
    border: none;
    font-family: "Inter", sans-serif;
    cursor: pointer;
    font-weight: 600;
    line-height: 24px;
    border: 2px solid #1362e2
}

a.btn-secondary.call {
    padding-right: 50px;
    background-image: url(https://go.heartland.us/l/125771/2022-05-05/7wgjcc/125771/1651798407qLFdhDzt/btn_bg_call.svg);
    background-repeat: no-repeat;
    background-position: right 24px center
}

a.btn-secondary.email {
    padding-right: 50px;
    background-image: url(https://go.heartland.us/l/125771/2022-05-05/7wgjcv/125771/1651798427CWlMEDDt/btn_bg_email.svg);
    background-repeat: no-repeat;
    background-position: right 22px center
}

a.btn-secondary:hover {
    border-color: #203645
}

a.btn-secondary+a.btn-secondary {
    margin-left: 60px
}

a.btn-back-to-top {
    float: right;
    background: rgba(148, 168, 188, .04);
    color: rgba(255, 255, 255, .7);
    padding: 6px 12px;
    border-radius: 100px;
    text-decoration: none;
    border: 2px solid rgba(148, 168, 188, .2);
    transition: all ease-in-out .15s
}

a.btn-back-to-top:hover {
    border-color: #fff;
    color: #fff
}

a.btn-primary:hover,
input.submit:hover {
    background: #0089f7
}

a.btn-primary::after {
    display: inline-block;
    content: "";
    background: url(https://go.heartland.us/l/125771/2021-10-15/7rzb8d/125771/1634328001oEUgpZtZ/icon_link_arrow_white.svg) no-repeat scroll top left;
    background-size: 7px 10px;
    width: 7px;
    height: 10px;
    opacity: .5;
    margin-left: 8px;
    transition: all ease-in-out .2s
}

a.btn-primary:hover::after,
input.submit:hover::after {
    opacity: 1
}

.modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal.is-open {
    display: block
}

.modal__wrapper {
    height: 100%;
    width: auto;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: 98;
    cursor: pointer
}

.modal__box {
    width: 100%;
    max-width: 960px;
    position: relative
}

.modal__box:before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.modal__iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.modal .button--modal-close {
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
    width: auto;
    text-align: center;
    color: #33393d;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: -40px;
    right: 0px;
    padding: 5px 10px;
    z-index: 99;
    border-radius: 6px
}

.modal .button--modal-close:hover,
.modal .button--modal-close:focus {
    background: #fff;
    color: #000
}

#form-link div.form form#pardot-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
    row-gap: 20px
}

#form-link div.form form#pardot-form div.form-field {
    flex: 0 0 46%;
    max-width: 46%;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box
}

#form-link div.form form#pardot-form div.form-field label.field-label {
    color: #203645;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px
}

#form-link div.form form#pardot-form div.form-field input.text,
#form-link div.form form#pardot-form div.form-field textarea,
#form-link div.form form#pardot-form div.form-field select {
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    color: #6d6e71;
    width: 100%
}

#form-link div.form form#pardot-form div.form-field.pd-textarea,
#form-link div.form form#pardot-form div.form-field.pd-checkbox {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
}

#form-link div.form form#pardot-form div.form-field.pd-textarea textarea,
#form-link div.form form#pardot-form div.form-field.pd-checkbox textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

#form-link div.form form#pardot-form div.form-field.pd-checkbox .field-label {
    display: block
}

#form-link div.form form#pardot-form div.form-field.pd-checkbox span.value>span {
    display: block
}

#form-link div.form form#pardot-form div.form-field.pd-checkbox span.value>span input[type=checkbox]+label {
    margin-left: 6px
}

#form-link div.form form#pardot-form div.form-field p.error {
    font-size: 13px;
    font-weight: 600;
    color: #e63257;
    margin: 5px 0 0 0
}

#form-link div.form form#pardot-form div.form-field.error input.text {
    border-color: #e63257
}

#form-link div.form form#pardot-form div.legal-text p {
    font-size: 13px;
    text-align: center
}

#form-link div.form form#pardot-form div.legal-text p a {
    color: #838d98
}

#form-link div.form form#pardot-form div.submit {
    display: block;
    width: 100%;
    clear: both;
    text-align: center
}

#form-link div.form form#pardot-form div.submit input.submit {
    display: inline-block;
    width: 90%
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch span.value span {
    display: block;
    position: relative;
    clear: both
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch span.value input[type=radio] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #8e8e8e;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 3px #8e8e8e;
    outline: 1px solid rgba(0, 0, 0, 0);
    margin: 10px;
    float: left
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch span.value input[type=radio]:hover {
    background: #1362e2;
    border-radius: 50%;
    border: 5px solid #b8d0f6;
    box-shadow: 0 0 0 3px #1362e2;
    outline: 1px solid #fff;
    margin: 10px
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch span.value input[type=radio]:checked {
    background: #1362e2;
    border-radius: 50%;
    border: 5px solid #1362e2;
    box-shadow: 0 0 0 3px #1362e2;
    outline: 1px solid #fff;
    margin: 10px
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch span.value .inline {
    color: #203645;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px
}

#form-link div.form.w2-form form#pardot-form div.form-field.W_2_Switch>.field-label {
    display: none
}

#form-link div.form.w2-form form#pardot-form div.form-field.email,
#form-link div.form.w2-form form#pardot-form div.form-field.Client_Number,
#form-link div.form.w2-form form#pardot-form div.form-field.address_one,
#form-link div.form.w2-form form#pardot-form div.form-field.address_two,
#form-link div.form.w2-form form#pardot-form div.form-field.city {
    flex: 0 0 100%;
    max-width: 100%
}

#form-link div.form.w2-form form#pardot-form div.form-field.Client_Number,
#form-link div.form.w2-form form#pardot-form div.form-field.first_name,
#form-link div.form.w2-form form#pardot-form div.form-field.last_name,
#form-link div.form.w2-form form#pardot-form div.form-field.address_one,
#form-link div.form.w2-form form#pardot-form div.form-field.address_two,
#form-link div.form.w2-form form#pardot-form div.form-field.city,
#form-link div.form.w2-form form#pardot-form div.form-field.state,
#form-link div.form.w2-form form#pardot-form div.form-field.zip {
    display: none
}

html.tmp-fulfillment h1,
html.tmp-fulfillment h2,
html.tmp-fulfillment h3,
html.tmp-fulfillment h4,
html.tmp-fulfillment h5 {
    margin: 0 0 .5em
}

html.tmp-fulfillment .phone-number {
    margin: 0px
}

html.tmp-fulfillment section.content-card .flexness {
    gap: 60px
}

html.tmp-fulfillment section.footer {
    margin-top: 10%
}

html.tmp-lto section.validation h2 {
    margin-bottom: 60px
}

html.tmp-pcta section.validation h2 {
    margin-bottom: 60px
}

html.tmp-snf section.hero {
    padding-bottom: 100px
}

html.tmp-vf section.hero {
    padding-bottom: 100px
}

html.tmp-art section.article-content {
    padding: 30px
}

html.tmp-art section.article-content .container {
    text-align: left;
    max-width: 900px
}

html.tmp-art section.article-content .container h1 {
    font-size: 42px
}

html.tmp-art section.article-content .container h2 {
    font-size: 30px
}

html.tmp-art section.article-content .container h3 {
    font-size: 20px
}

html.tmp-art section.article-content .container h4 {
    font-size: 24px;
    font-weight: 300;
    color: #838d98
}

html.tmp-art section.article-content .container h5 {
    font-size: 18px
}

html.tmp-art section.article-content .container blockquote {
    font-size: 26px;
    line-height: 32px;
    color: #1362e2;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

html.tmp-art section.article-content .container p {
    margin-bottom: 1.8em
}

html.tmp-art section.article-content .container .row.body-content {
    max-width: 740px;
    margin: 40px auto
}

html.tmp-art section.article-content .container .feature-image img {
    border-radius: 6px
}

html.tmp-art section.article-content .container img+small {
    text-align: right;
    display: block;
    font-weight: 600
}

html.tmp-campaign-glp.video-list section.hero {
    padding-bottom: 60px
}

html.tmp-campaign-glp.video-list section.hero .container {
    text-align: left
}

html.tmp-campaign-glp.video-list section.hero .container .hero-region {
    width: 58%
}

html.tmp-campaign-glp.video-list section.hero .container h1 {
    font-size: 38px;
    margin: 0 0 .3em
}

html.tmp-campaign-glp.video-list section .card.shift {
    margin-top: -300px
}

html.tmp-campaign-glp.video-list section ul.video-list {
    list-style: none;
    margin: 0;
    padding: 0
}

html.tmp-campaign-glp.video-list section ul.video-list li {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all ease-in-out .15s
}

html.tmp-campaign-glp.video-list section ul.video-list li:hover {
    color: #2f3a45
}

html.tmp-campaign-glp.video-list section ul.video-list li:last-child {
    margin-bottom: 0
}

html.tmp-campaign-glp.video-list section ul.video-list li img {
    border-radius: 6px;
    width: 100%;
    height: auto
}

html.tmp-campaign-glp.video-list section ul.video-list li p {
    margin: 0;
    padding: 0
}

html.tmp-campaign-glp.video-list section ul.video-list li .video-thumb {
    width: 40%;
    line-height: 1;
    position: relative
}

html.tmp-campaign-glp.video-list section ul.video-list li .video-thumb .play-btn {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://go.heartlandpaymentsystems.com/l/125771/2022-05-05/7wgjd5/125771/1651798570PKK1zCBG/btn_play.svg) no-repeat center center;
    background-size: 100% 100%
}

html.tmp-campaign-glp.video-list section ul.video-list li .video-title {
    width: 60%
}

html.tmp-campaign-glp.video-list section #form-link {
    max-width: 600px
}

@media screen and (max-width: 900px) {
    section {
        padding: 60px 30px
    }

    section .container.flexness,
    section .container.flexness.col-2,
    section .container.flexness.col-3,
    section .container .flexness,
    section .container .flexness.col-2,
    section .container .flexness.col-3,
    section .container .flexness.col-two-thirds-left,
    section .container .flexness.col-two-thirds-right,
    section .container .flexness.col-60-40 {
        direction: ltr;
        display: block
    }

    section .container.flexness div.box,
    section .container.flexness.col-2 div.box,
    section .container.flexness.col-3 div.box,
    section .container .flexness div.box,
    section .container .flexness.col-2 div.box,
    section .container .flexness.col-3 div.box,
    section .container .flexness.col-two-thirds-left div.box,
    section .container .flexness.col-two-thirds-right div.box,
    section .container .flexness.col-60-40 div.box {
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    section .container.flexness div.box+div.box,
    section .container.flexness.col-2 div.box+div.box,
    section .container.flexness.col-3 div.box+div.box,
    section .container .flexness div.box+div.box,
    section .container .flexness.col-2 div.box+div.box,
    section .container .flexness.col-3 div.box+div.box,
    section .container .flexness.col-two-thirds-left div.box+div.box,
    section .container .flexness.col-two-thirds-right div.box+div.box,
    section .container .flexness.col-60-40 div.box+div.box {
        margin-top: 40px;
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    section .container .flexness.col-two-thirds-left,
    section .container .flexness.col-two-thirds-right {
        margin-top: 40px
    }

    section .container .flexness.repeating {
        gap: 16px;
        row-gap: 24px
    }

    section .container .flexness.repeating img {
        max-height: 60px
    }

    section .container.gate .copy {
        padding: 0px
    }

    section .container.alternating .row .copy {
        padding: 0px
    }

    section .container .repeating {
        display: flex
    }

    section.header .container .flexness {
        display: flex
    }

    section.header .container .flexness .box {
        width: 50%
    }

    section.header .container .flexness .box+.box {
        margin: 0px
    }

    section.header .container .flexness .box .logo {
        width: 120px
    }

    section.header .container .flexness .box .phone-number {
        margin: 0px
    }

    section.hero {
        padding-top: 80px;
        padding-bottom: 80px
    }

    section .card {
        padding: 30px
    }

    section .card.shift {
        margin-top: -90px
    }

    html.tmp-campaign-glp.video-list section.hero .container .hero-region {
        width: 100%
    }
}

@media screen and (max-width: 690px) {
    h1 {
        font-size: 34px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 20px;
        font-weight: 300;
        color: #838d98
    }

    h5 {
        font-size: 18px
    }

    a.btn-back-to-top {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        float: none
    }

    a.btn-secondary+a.btn-secondary {
        margin-left: 0;
        margin-top: 30px
    }

    section {
        padding: 40px 20px
    }

    section.header .container .flexness .box span.button {
        display: none
    }

    section.hero br {
        display: none
    }

    section.bg-color .container {
        padding: 40px 20px
    }

    section .container .row.color {
        padding: 20px
    }

    section .container img.page {
        max-width: 50%;
        margin: 0 auto;
        display: block
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}