html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.avia_playpause_icon:before {
    display: none;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

@font-face {
    font-family: 'gotham_condensedbold';
    src: url('fonts/gothamcond-bold-webfont.woff2') format('woff2'),
    url('fonts/gothamcond-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_condensedlight';
    src: url('fonts/gothamcond-light-webfont.woff2') format('woff2'),
    url('fonts/gothamcond-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium_italic';
    src: url('fonts/gotham-mediumita-webfont.woff2') format('woff2'),
    url('fonts/gotham-mediumita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamblack';
    src: url('fonts/gotham-black-webfont.woff2') format('woff2'),
    url('fonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamblack_italic';
    src: url('fonts/gotham-blackita-webfont.woff2') format('woff2'),
    url('fonts/gotham-blackita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
    url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambold_italic';
    src: url('fonts/gotham-boldita-webfont.woff2') format('woff2'),
    url('fonts/gotham-boldita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
    url('fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothambook_italic';
    src: url('fonts/gotham-bookita-webfont.woff2') format('woff2'),
    url('fonts/gotham-bookita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
    url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamlight_italic';
    src: url('fonts/gotham-lightita-webfont.woff2') format('woff2'),
    url('fonts/gotham-lightita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
    url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#rtl {
    direction: rtl;
}

#rtl li {
    margin: 0 15px 0 0 !important;
}

#rtl ol li {
    margin: 0 !important;
}

h1, h2, h3, h4, h5, h6, p, li, a, span {
    text-transform: none!important;
    letter-spacing: 0!important;
    font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.01em!important;
}


#announcement-banner {
    display: none;
}

body#top.home #announcement-banner {
	display: block;
    background-color: #6E3B9D;
}

#announcement-banner p, #announcement-banner a {
    color: white;
    text-align: center;
    font-family: 'gothambold', 'Helvetica Heue', helvetica, arial, sans-serif !important;
    padding: 18px 0;
    font-size: 22px;
    font-weight: inherit !important;
}

#announcement-banner p strong {
    font-weight: 600;
}

#announcement-banner p a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}



header#header {
    padding-top: 20px;
}

header #header_meta {
    border: none!important;
    background: transparent;
}

#header_meta nav ul li a {
    font-size: 16px;
    font-family: 'gothambook', 'Helvetica Heue', helvetica, arial, sans-serif;
}

header ul#avia-menu li#menu-item-search a {
    padding-right: 0;
}

.header_color .container_wrap_meta {
    background: transparent;
}

header #header_meta .phone-info.with_nav p,
header #header_meta .phone-info.with_nav p a {
    font-size: 14px;
    line-height: 16px;
    background: #01b0b9;
    padding: 4px;
    font-weight: 600!important;
}

header #header_meta .phone-info.with_nav p a:hover {
    color: #111;
}

header #header_main .inner-container {
    display: flex;
    align-content: center;
    align-items: center;
}

header .logo {
    width: 170px;
    height: auto;
}

header ul#avia-menu li a {
    padding: 40px 10px;
    font-size: 20px;
    line-height: 20px;
    background-color: rgba(0,0,0,0) !important;
}

header ul#avia-menu li a span:hover {
    border-bottom: #3562b3 solid 1px;
    padding-bottom: 4px;
    opacity: 1!important;
}

header ul:first-child > li > a:hover {
    opacity: 1!important;
}

header ul#avia-menu li a span {
    font-family: 'gothambook', 'Helvetica Heue', helvetica, arial, sans-serif;
    letter-spacing: -0.02em!important;
    font-size: 18px;
    font-weight: 600 !important;
    background-color: rgba(0,0,0,0) !important;
}


form#searchform input#searchsubmit {
    background-color: #3562b3;
    color: #ffffff;
    border-color: #3562b3;
}


#hp-hero {
    background-size: cover;
}

#hp-hero-text {
    padding: 220px 0 180px 0;
}

#hp-hero h1 {
    font-size: 96px;
    margin-bottom: 20px;
    line-height: 88px;
    color: white;
    font-family: ff-enzo-web, sans-serif;
    font-style: normal;
    width: 60%;
    /* letter-spacing: -0.01em!important; */
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
    background-color: rgba(0,0,0,0) !important;
}

#hp-hero-text h1 sup {
    font-size: 46px;
    vertical-align: top;
    line-height: 43px;
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
}

#hp-hero-text h2 {
    color: #fff;
    font-size: 24px;
    width: 60%;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: -0.02em!important;
    background-color: rgba(0,0,0,0) !important;
}

#hp-hero-text h3 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 80px;
    background-color: rgba(0,0,0,0) !important;
}

#hp-hero-text p a {
    color: #fff;
    padding: 16px 40px 14px 40px;
    display: inline-block;
    font-size: 18px;
    background: #7638A2;
    text-transform: uppercase!important;
    border-radius: 90px;
}

#hp-hero-text p a:hover {
    background: #fff;
    color: #3562b3;
    text-decoration: none;
}




#hp-section-1 {
    padding: 60px 0;
}

#hp-section-1 h2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
}

#hp-section-1 h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
}

#hp-section-1 p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal!important;
    line-height: 24px;
}

#hp-section-1 img {
    width: 70%;
    margin: 0 auto 20px auto;
}

#hp-section-2 {
    background-size: inherit;
    padding: 100px 0 80px 0;
    background-position: center left -60px;
}

#hp-section-2 h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 46px;
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
}

#hp-section-2 h4 {
    font-size: 24px;
    line-height: 36px;
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
}

#hp-section-2 h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

#hp-section-2 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #595959;
}

#hp-section-2 .container {
    width: 100%!important;
    margin: 0 auto!important;
    max-width: 70%!important;
}

.hp-section-2a {
    text-align: center;
}

.hp-section-2a section:nth-of-type(2), .hp-section-2a section:nth-of-type(3) {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.hp-section-2a section:nth-of-type(3) {
    margin-right: 0;
}

.hp-section-2a section:nth-of-type(4) p a {
    border: 1px solid #fff;
    border-radius: 90px;
    color: #fff;
    font-weight: 600!important;
    padding: 7px 20px;
    display: inline-block;
    font-size: 18px;
    background: #3562b3;
}

#hp-section-2 a {
    color: #fff;
    padding: 16px 40px 14px 40px;
    display: inline-block;
    font-size: 18px;
    background: #7638A2;
    text-transform: uppercase!important;
    border-radius: 90px;
}

#hp-section-2 a:hover {
    color: #fff;
    background: #111;
    text-decoration: none;
}


/*-- INTERIOR --*/

#int-hero {
    background-size: cover;
    background-position: center center;
}

#int-hero h1 {
    padding-top: 140px;
    font-size: 80px;
    line-height: 82px;
    color: white;
    font-family: 'gotham_condensedbold', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
    margin: 0;
}

.int-content h2 {
    font-size: 26px;
    line-height: 38px;
    color: #3a5dae;
    letter-spacing: -0.02em!important;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.int-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #3a5dae;
    letter-spacing: -0.02em!important;
    margin: 0 0 6px 0;
    font-weight: 600;
}

.int-content h4 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    letter-spacing: -0.02em!important;
    margin: 0;
}

.int-content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 20px auto;
}

.int-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #595959;
}

.int-content.distribution p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

#main .int-content p a {
    color: #3a5294;
    text-dec oration: underline;
}

#main .int-content.safety-information p a {
    color: #3a5294!important;
    margin: 0;
}

#main .int-content p strong,
#main .int-content p strong span {
    font-weight: 600;
    color: #222;
}

.video-block {
    background: #fff;
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
}

.video-block section {
    padding: 0px 30px 30px 30px;
}

.video-block h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #333;
}

.video-block p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.video-block p strong {
    text-transform: uppercase;
}

.int-content .gform_heading {
    display: none;
}

.int-content form input,
.int-content form select,
.int-content form textarea {
    background: #fff!important;
    border: solid 1px #d7d7d7!important;
}

.int-content form input,
.int-content form select {
    height: 50px;
    padding-left: 14px!important;
}

.int-content form textarea {
    padding-left: 14px!important;
    padding-top: 20px!important;
}

.int-content form input::placeholder,
.int-content form textarea::placeholder,
.int-content form option::placeholder {
    color: #999!important;
}

.int-content form select option {
  color: #000 !important;
}

.int-content .hidden-h2 {
    display: none;
}

.col-one.recycling h2,
.col-two.recycling h2 {
  background: #102150;
  font-size: 12px;
  padding: 7px 10px 6px 10px;
  text-transform: uppercase !important;
  color: #fefeff;
  display: inline-block;
  font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
  margin-bottom: 15px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 0.02em !important;
  margin-top: 40px;
}

.col-one.recycling h2:first-child,
.col-two.recycling h2:first-child {
  margin-top: 0;
}

#main .int-content p a.btn-download {
    background: #7638A2;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 90px;
}

#main .int-content p a.btn-download:hover {
    background: #111;
    text-decoration: none;
}

#main .int-content p a.btn-download:after {
    content: ' ';
    background: url(https://global.eversensediabetes.com/wp-content/uploads/download-white.svg) no-repeat;
    height: 17px;
    width: 16px;
    background-size: contain;
    display: inline-block;
    vertical-align: sub;
    margin-left: 20px;
}

.togglecontainer {
    margin: 0;
}

h2.language {
    font-size: 30px;
    color: #444;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

section .single_toggle .toggle_content p a {
    /* color: #3a5294!important; */
    margin-right: 20px;
    border-bottom: solid #c4cadb 1px;
}

.toggle_content p a {
    margin-bottom: 16px !important;
    display: inline-block;
}


/*-- DARK ACCORDION --*/

.accordion.dark p.toggler.activeTitle,
.toggler:hover {
    background: #3A5294!important;
    color: #fff!important;
}

.accordion.dark .toggle_content.invers-color {
    background-color: #3a5294;
    color: #fff;
}

.accordion.dark .toggler,
.accordion.light .toggler {
    background: #F6F6F6!important;
    font-size: 18px!important;
    line-height: 22px!important;
    padding-top: 17px!important;
    padding-bottom: 15px!important;
}

.accordion.dark .toggle_content.invers-color p strong,
.accordion.dark .toggle_content.invers-color li strong {
    font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
    color: rgb(255 255 255 / 75%)!important;
    color: rgb(154 181 255) !important;
    font-weight: 600;
}

.accordion.dark .js_active .toggler,
.accordion.dark .avia-admin-preview-container .toggler,
.accordion.light .js_active .toggler,
.accordion.light .avia-admin-preview-container .toggler {
    padding: 9px 3px 9px 30px;
}

.accordion.dark .toggler .toggle_icon .vert_icon,
.accordion.light .toggler .toggle_icon .vert_icon {
    border-left-style: solid;
    border-left-width: 3px;
    position: absolute;
    left: 5px;
    top: 1px;
    height: 11px;
    color: #3F528F!important;
    z-index: 999999999;
    background-color: #3F528F!important;
}

.accordion.dark .toggler .toggle_icon .hor_icon,
.accordion.light .toggler .toggle_icon .hor_icon {
    border-top-style: solid;
    border-top-width: 3px;
    position: absolute;
    top: 5px;
    left: 1px;
    width: 11px;
    z-index: 999999;
    color: #3F528F!important;
    z-index: 999999999;
    background-color: #3F528F!important;
}

.accordion.dark p.toggler.activeTitle .toggle_icon span,
.accordion.light p.toggler.activeTitle .toggle_icon span {
    background-color: #fff!important;
}

.accordion.dark p.toggler:hover .toggle_icon .hor_icon,
.accordion.light p.toggler:hover .toggle_icon .hor_icon {
    background-color: #ffffff!important;
}

.accordion.dark p.toggler.activeTitle,
.accordion.dark .toggler:hover,
.accordion.light p.toggler.activeTitle,
.accordion.light .toggler:hover {
    background: #3A5294!important;
    color: #fff!important;
}

.accordion.dark .av-minimal-toggle .toggler:hover,
.accordion.light .av-minimal-toggle .toggler:hover {
    opacity: 1!important;
}

.accordion.dark .single_toggle,
.accordion.light .single_toggle {
    margin-bottom: 16px;
}

.accordion.dark .toggle_content.invers-color ul,
.accordion.light .toggle_content.invers-color ul {
    margin-bottom: 32px;
}

.accordion.dark .toggle_content,
.accordion.light .toggle_content {
    padding: 30px 30px 15px 30px;
}

.accordion.dark .toggle_content.invers-color ul li {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    list-style-type: none;
    margin: 0 0 4px 0;
}

.accordion.dark .toggle_content.invers-color p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 16px 0;
}

.accordion.dark .toggle_content.invers-color h3 {
    background: #1d2e5d;
    font-size: 12px;
    padding: 7px 10px 6px 10px;
    text-transform: uppercase!important;
    color: #7189cb;
    display: inline-block;
    font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
    margin-bottom: 15px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0.02em!important;
}

.accordion.dark .toggle_content.invers-color h4 {
    color: #fff;
    text-transform: uppercase!important;
    font-weight: bold;
    letter-spacing: 0.03em!important;
    font-size: 18px;
}

#environmental .toggle_content .col-one,
#environmental .toggle_content .col-two {
    width: 45%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
}


#environmental h3 {
    margin: 0 0 10px 0;
}

#environmental h5 {
    font-size: 14px;
    margin: 0 0 50px 0;
    padding: 0;
    color: rgb(255 255 255 / 60%);
}

#environmental .toggle_content .col-one p img,
#environmental .toggle_content .col-two p img {
    height: 45px;
    width: auto;
    background: #fff;
    padding: 4px 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 6px;
}

.toggle_wrap h5 {
    font-size: 16px!important;
    color: #fff!important;
    margin-top: 24px!important;
}



.privacy-eula .toggle_wrap p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: normal;
}

.privacy-eula .toggle_wrap p strong {
    display: inline!important;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

.privacy-eula .toggle_wrap p em {
    text-decoration: underline!important;
    color: inherit!important;
    font-weight: inherit!important;
    display: inline!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

.privacy-eula .toggle_wrap h3 {
    font-size: 18px;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    margin-top: 40px!important;
}



form#gform_1 {
    padding-top: 40px;
}

fieldset {
    margin-bottom: 0!important;
}

.gfield {
    margin-bottom: 10px!important;
}

fieldset#field_1_5 span {
    margin-bottom: 25px;
}

textarea#input_1_6 {
    margin-top: -25px;
}

#input_1_7 label {
    font-weight: normal;
    vertical-align: text-top;
    line-height: 23px;
    font-size: 14px;
    font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
}

.gform_footer.top_label input[type="submit"] {
    background-color: #7638A2!important;
    border: none!important;
    padding: 12px 60px 10px 60px!important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-family: 'gothambook', 'Helvetica Heue', helvetica, arial, sans-serif;
    text-transform: uppercase!important;
    border-radius: 90px;
}



.toggle_content.invers-color a {
    border-bottom: 1px solid rgb(255 255 255 / 39%);
    color: #fff!important;
}

.toggle_content.invers-color a:hover {
    border-bottom: 1px solid rgb(255 255 255);
    text-decoration: none;
}

.toggle_content.invers-color p em {
    color: #92a4d5;
    font-weight: bold;
    /* margin-top: 30px!important; */
    display: block;
    margin-bottom: -10px;
}

.toggle_content.invers-color .col-one,
.toggle_content.invers-color .col-two,
.toggle_content.invers-color .col-three {
    width: 30%;
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
}

.toggle_content.invers-color .col-three {
    margin-right: 0%;
}

.toggle_content.invers-color ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.toggle_content.invers-color ul li a {
    font-size: 16px;
    line-height: 20px;
}

#edms-pro-section {
    pos ition: relative;
    le ft: -200px;
}

#eversense-dms-pro-bg {
    height: 500px;
    background-size: cover;
    position: relative;
    margin-left: -10%;
    -webk it-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-p ath: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

#edms-pro-section a {
    background: #3562b3;
    border: 1px solid #fff;
    border-radius: 90px;
    color: #fff;
    font-weight: 600!important;
    padding: 7px 20px;
    display: inline-block;
    font-size: 18px;
}

#main h5 a {
    font-size: 12px;
    margin-bottom: 50px;
    display: inline-block;
    text-transform: uppercase!important;
    font-weight: 500;
    color: #3a5294;
    letter-spacing: 1px!important;
    text-decoration: underline;
}

#main .privacy-eula section .toggle_content.invers-color p a {
    color: #3a5294!important;
    text-decoration: none;
}

.int-content .partner-block {
    width: 30%!important;
    float: left;
    margin: 0 5% 8% 0;
    clear: none;
}

.int-content .partner-block:nth-child(3n+3) {
    margin-right: 0;
}

.int-content .partner-block img {
    width: auto;
    height: 70px;
    margin-bottom: 20px;
}

.int-content .partner-block a {
    color: #FFF!important;
    padding: 0px 15px;
    display: inline-block;
    font-size: 14px;
    background: #5D94F7;
    border-radius: 90px;
    margin-top: 14px;
}


.partnership img {
    max-width: 200px;
    margin-bottom: 20px;
}



#policies .flex_column_table .flex_column,
#policies .flex_column_table .flex_column p {
    margin: 0!important;
}



/*-- TABLEPRESS --*/

.tablepress tr {
    background: #395294 !important;
    border: none !important;
}

.tablepress td {
    padding: 6px 0 !important;
    border: none !important;
    font-size: 16px;
    color: #fff !important;
    font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
    width: 20%;
}

.tablepress tr h2 {
    font-size: 18px;
    margin: 0;
    font-family: "DM Sans", serif;
    font-weight: 700;
    line-height: 18px !important;
    margin-top: 20px;
    color: rgb(154 181 255) !important;
}

.tablepress tr:first-child h2 {
    margin-top: 0;
}

.tablepress:has(+ p) {
    margin-bottom: 50px;
}




#foot-section-1 p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
    color: #333;
}

#foot-section-1 p:last-child {
    margin-bottom: 0;
}

#foot-section-2 h2 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
}

#foot-section-2 p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
    color: #fff;
}

#foot-section-2 p a {
    color: #5D94F7;
    background: #010101;
}

#foot-section-2 p:last-child {
    margin-bottom: 0;
}

#foot-section-3 {
    border-top: 1px #333333 solid!important;
}

#foot-section-3 img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

#foot-section-3 ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px;
    color: #fff;
}

#foot-section-3 ul li a {
    color: #fff;
}

#foot-section-3 ul li a:hover {
    color: #5D94F7;
}

#scroll-top-link, #av-cookie-consent-badge {
    color: #5D94F7;
    border: 2px solid #5D94F7;
    border-radius: 90px;
    background: transparent;
    opacity: 1!important;
    line-height: 45px;
}

#scroll-top-link:hover, #av-cookie-consent-badge:hover {
    background-color: #5D94F7;
    color: #fff;
}

#privacy-policies .ea-card .sp-collapse {
  padding: 40px;
  background: #fff;
}

#privacy-policies ol {
    list-style-position: inside!important;
    list-style:decimal;
}

#privacy-policies ol li {
    font-weight: 600;
    color: #445998;
    margin: 0;
}

#privacy-policies p,
#privacy-policies li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px 0;
}

#privacy-policies strong {
    font-weight: 600;
    color: inherit;
}

#privacy-policies table ul {
    margin: 0;
}

#privacy-policies ul ul {
    margin-bottom: 0;
}

#privacy-policies table ul li {
    list-style-type: none;
    margin: 0 0 10px 0;
}

#privacy-policies hr {
    border: none;
    height: 10px;
    margin: 0;
    padding: 0;
}

#privacy-policies h4 {
    font-size: 16px;
    font-weight: 600;
    color: #445899;
}

#privacy-policies table {
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

#privacy-policies table td {
    padding: 10px 20px;
}

#privacy-policies p:has(+ul) {
    margin-bottom: 0px;
}

#privacy-policies ul {
    margin-bottom: 20px;
}

#privacy-policies li {
    margin-bottom: 0px;
}





.guide-block:has(section) {
    /* border: solid 1px #999; */
    box-shadow: 0 20px 40px rgb(0 0 0 / 8%);
}

.guide-block .icon-guide img {
    width: 60px;
    float: left;
}

.guide-block .guide-title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #000;
    flex-direction: row;
}

.guide-block .guide-title img {
    height: 60px;
    margin: 0 20px 0 0;
}

.guide-block .guide-title h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.guide-block .guide-thumb {
    margin: 0!important;
    float: none!important;
}

.guide-block .guide-content {
    padding: 30px 30px 50px 30px;
}

.guide-block .guide-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    font-family: /*'gotham_condensedbold',*/ 'helvetica neue', helevetica, arial, sans-serif;
}

.guide-block .guide-content p {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.guide-title p {
    margin: 0;
}

.guide-block .guide-content p:first-of-type {
    margin-bottom: 30px!important;
}

.guide-block:hover .guide-content h3 {
    color: #3a5dae;
}

.guide-block .guide-content p a {
    background: #f1f1f1;
    padding: 4px 12px;
    display: inline-block;
    color: #666;
}

.guide-block:hover .guide-content p a {
    background: #3a5dae;
    color: #fff!important;
    padding: 4px 12px;
    display: inline-block;
}

.guide-content p a {
    position: absolute;
    bottom: 20px;
    margin-top: 40px;
}

.guide-block .guide-content p a:hover {
    color: #fff!important;
    background: #425CA8;
    text-decoration: none;
}

.guide-block .avia-video {
    margin: 0;
}



.a11y-responsive.a11y-toolbar.ltr.default {
    display: none;
}



/*-- RETIREMENT LPs --*/

.retirement strong {
    font-weight: 600;
    font-size: 26px;
    color: #2e50a1!important;
    margin-bottom: 6px;
}

.retirement strong:before {
    content: '';
    border-top: 2px solid #e4e4e4;
    width: 15%;
    display: block;
    padding-top: 20px;
    margin-top: 30px;
}

.retirement p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}

.retirement p a {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.retirement p a:hover {
    color: #6E3B9D;
}




.avia_playpause_icon {
    display: none !important;
}




section h3 a {
    color: #2e50a1 !important;
}



a.btn-purple {
    color: #fff !important;
    padding: 16px 40px 14px 40px;
    display: inline-block;
    font-size: 18px;
    background: #7638A2;
    text-transform: uppercase !important;
    border-radius: 90px;
}

a.btn-purple:hover {
  background: #666;
}

.hide {
  display: none!important;
}



/*-- ABOUT US --*/

.about-white-block {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.about-white-block .avia_textblock {
    padding: 30px 50px 30px 30px;
}

.about-white-block .avia_textblock h2 {
    color: #6E3B9D;
    font-family: 'gotham_condensedbold';
    letter-spacing: 0 !important;
    font-weight: normal;
    text-transform: uppercase !important;
    font-size: 32px;
    line-height: 26px;
    margin: 0 0 9px 0;
}

.about-white-block .avia_textblock p {
    line-height: 26px;
    color: #595959;
}

#about-our-values h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

#about-our-values h2 {
    color: #fff;
    font-family: 'gotham_condensedbold';
    text-transform: uppercase !important;
    font-size: 84px;
    line-height: 70px;
    margin-bottom: 20px;
}

#about-our-values p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

#about-our-values p:last-of-type {
    margin-bottom: 0;
}

#about-our-values p a {
    background: #fff;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 90px;
    color: #6E3B9D;
    font-weight: 500;
}

.about-white-block .avia-image-overlay-wrap img {
    object-fit: cover;
    height: 250px;
}

#about-oneyear {
    border-radius: 12px;
    padding: 60px;
}

#about-oneyear h2 {
    color: #fff;
    font-size: 68px;
    line-height: 60px;
    font-family: 'gotham_condensedbold';
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

#about-oneyear p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 80px;
}

#about-oneyear p a {
    background: #fff;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 90px;
    color: #6E3B9D;
    font-weight: 500;
}

#about-oneyear p:last-of-type {
    margin-bottom: 0;
}






@media (min-width: 1440px) {

    #hp-hero h1 {
        font-size: 110px;
        line-height: 92px;
        width: 80%;
    }

}


@media (max-width: 1399px) {

    #hp-hero h1 {
        width: 80%;
    }

}



@media (max-width: 1024px) {

    #hp-hero h1 {
        width: 100%;
    }

    #hp-hero-text h2 {
        width: 100%;
    }

    #hp-hero-text {
        padding: 60px 0 140px 0;
    }

    #hp-section-2 .container {
        max-width: 100%!important;
    }

}



@media (max-width: 960px) {

    .phone-info.with_nav {
        display: none;
    }

    #int-hero h1 {
        padding-top: 30px;
        font-size: 60px;
        line-height: 60px;
    }
    
    .about-white-block {
        margin-bottom: 40px !important;
    }

}


@media (max-width: 906px) {

    #hp-hero h1 {
        font-size: 90px;
        line-height: 76px;
    }

}



@media (min-width: 767px) and (max-width: 989px) {

  .about-white-block .avia-image-overlay-wrap img {
      height: 180px;
  }
  
  .about-white-block .avia_textblock h2 {
      font-size: 26px;
  }
  
  .about-white-block .avia_textblock p {
      line-height: 24px;
      font-size: 14px;
  }
  
  #about-oneyear {
      padding: 40px;
  }
  
  #about-oneyear p {
      margin-bottom: 40px;
  }
  
  #about-oneyear h2 {
      font-size: 55px;
      line-height: 50px;
      margin-bottom: 14px;
  }
  
  #about-oneyear p a {
      padding: 10px 38px;
      font-size: 18px;
  }
  
  #about-oneyear {
      background-position: -92px 0;
  }

}




@media (max-width: 767px) {

    .responsive #top .logo {
        width: 170px;
    }

    #hp-hero h1 {
        font-size: 75px;
        line-height: 68px;
    }

    #hp-hero-text {
        padding: 160px 0 100px 0;
        text-align: center;
    }

    #hp-section-1 .flex_column {
        margin-bottom: 80px!important;
    }

    #hp-section-1 img {
        width: 90%;
        margin: 0 auto;
    }

    #hp-section-2 {
        padding-left: 5%;
        padding-right: 5%;
    }

    main.template-page.content {
        padding: 50px 0 0 0;
    }

    #int-hero h1 {
        padding-top: 30px;
        font-size: 48px;
        line-height: 48px;
    }

    .int-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .toggle_content.invers-color .col-one,
    .toggle_content.invers-color .col-two,
    .toggle_content.invers-color .col-three {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #edms-pro-section .flex_column:nth-of-type(3) {
        padding: 0;
    }

    #edms-pro-section .hr {
        height: 0!important;
    }

    #foot-section-2 .flex_column:nth-of-type(1) {
        padding-bottom: 30px;
    }

    .flex_column.partnership {
        margin-bottom: 40px!important;
    }
    
    #about-oneyear {
        background-position: -92px 0;
        padding: 30px;
    }
    
    #about-oneyear p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    
    #about-oneyear h2 {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 14px;
    }
    
    #about-oneyear p a {
        padding: 10px 38px;
        font-size: 16px;
    }

}


@media (max-width: 500px) {

    #hp-hero h1 {
        font-size: 65px;
        line-height: 61px;
    }

    #hp-hero-text h2 {
        font-size: 22px;
        line-height: 29px;
    }

    #hp-hero-text h6 {
        line-height: 21px;
    }

}


#int-hero hr {
    border: solid #ffffff47;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0;
    height: 0;
}

#int-hero h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

p.prev-versions {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 !important;
    opacity: 0.6;
}

#sweetspot-logo img {
    height: 56px;
}


/*-- BACKGROUND IMAGES FOR INTERIOR HEADERS --*/

.page-id-16 #int-hero,
.page-id-2198 #int-hero {
	background: url(/wp-content/uploads/compatibility-page-1-scaled.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-18 #int-hero,
.page-id-1541 #int-hero,
.page-id-1788 #int-hero {
	background: url(/wp-content/uploads/man-on-bike-with-sensor-on-arm.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-24 #int-hero {
	background: url(/wp-content/uploads/woman-sleeping-with-sensor-on-arm.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-26 #int-hero {
	background: url(/wp-content/uploads/woman-cutting-fruit-in-kitchen.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-22 #int-hero {
	background: url(/wp-content/uploads/man-on-phone-at-desk-with-computer.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-272 #int-hero,
.page-id-2297 #int-hero,
.page-id-2489 #int-hero {
	background: url(/wp-content/uploads/man-and-woman-at-dinner-table-with-sensor-on.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-1252 #int-hero,
.page-id-308 #int-hero {
	background: url(/wp-content/uploads/dad-and-kids-playing-video-game-with-sensor-on-arm.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-34 #int-hero,
.page-id-2006 #int-hero,
.page-id-1993 #int-hero {
	background: url(/wp-content/uploads/two-women-walking-together-with-sensor-on-arm.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-id-36 #int-hero,
.page-id-1125 #int-hero,
.page-id-1426 #int-hero,
.page-id-1016 #int-hero,
.page-id-2133 #int-hero,
.page-id-2186 #int-hero {
	background: url(/wp-content/uploads/woman-on-couch-with-phone-eating-vegetables.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}


#top .planned-maintenance p {
    /* margin: 0; */
}

#top .planned-maintenance ul li {
    color: #595959;
    margin-left: 30px;
}

#top .planned-maintenance hr {
    margin-top: 25px;
}

.user-guides section .toggle_content h5 {
    font-size: 15px !important;
    color: #7289cb !important;
    font-weight: 600;
    margin-bottom: 3px;
}

.user-guides section .toggle_content h5 + p a {
    font-size: 14px !important;
}

.cky-preference-center,
.cky-consent-container.cky-box-bottom-left,
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    font-family: 'Helvetica Heue', helvetica, arial, sans-serif;
    letter-spacing: -0.02em !important;
}

.int-content ul {
    list-style-position: outside;
    margin: 0 0 0 15px;
}

.int-content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #595959;
}