@-webkit-keyframes tease-menu-item {
    50% {
        right: -200px
    }
    to {
        right: 0
    }
}

@-moz-keyframes tease-menu-item {
    50% {
        right: -200px
    }
    to {
        right: 0
    }
}

@-o-keyframes tease-menu-item {
    50% {
        right: -200px
    }
    to {
        right: 0
    }
}

@keyframes tease-menu-item {
    50% {
        right: -200px
    }
    to {
        right: 0
    }
}

@-webkit-keyframes hide-menu-item {
    50% {
        right: 0
    }
    to {
        right: -220px
    }
}

@-moz-keyframes hide-menu-item {
    50% {
        right: 0
    }
    to {
        right: -220px
    }
}

@-o-keyframes hide-menu-item {
    50% {
        right: 0
    }
    to {
        right: -220px
    }
}

@keyframes hide-menu-item {
    50% {
        right: 0
    }
    to {
        right: -220px
    }
}

@-webkit-keyframes text-indent {
    50% {
        text-indent: 13%
    }
    to {
        text-indent: 0
    }
}

@-moz-keyframes text-indent {
    50% {
        text-indent: 13%
    }
    to {
        text-indent: 0
    }
}

@-o-keyframes text-indent {
    50% {
        text-indent: 13%
    }
    to {
        text-indent: 0
    }
}

@keyframes text-indent {
    50% {
        text-indent: 13%
    }
    to {
        text-indent: 0
    }
}

@-webkit-keyframes text-outdent {
    50% {
        text-indent: 100%
    }
    to {
        text-indent: 13%
    }
}

@-moz-keyframes text-outdent {
    50% {
        text-indent: 100%
    }
    to {
        text-indent: 13%
    }
}

@-o-keyframes text-outdent {
    50% {
        text-indent: 100%
    }
    to {
        text-indent: 13%
    }
}

@keyframes text-outdent {
    50% {
        text-indent: 100%
    }
    to {
        text-indent: 13%
    }
}

.blue-light {
    color: #0082ca!important
}

.blue-medium {
    color: #086c8f!important
}

.color--white {
    color: #fff!important
}

.color--blue--light {
    color: #0082ca!important
}

.color--blue--lightest {
    color: #0d9bcd!important
}

.color--blue--dark,
.contrast .color--blue--light,
.contrast .color--blue--lightest {
    color: #105677!important
}

.color--orange {
    color: #f7901e!important
}

.color--gray {
    color: #414141!important
}

.color--gray--blue {
    color: #415363!important
}

.color--gray-md {
    color: #717171!important
}

.color--gray-md-alt {
    color: #767676!important
}

.color--black {
    color: #000!important
}

.color--white {}

.contrast .color--orange {
    color: #d24700!important
}

.bkgrd--white {
    background: #fff!important
}

.bkgrd--blue-grad {
    background: linear-gradient(.35turn, #007cc1, #005677)
}

.contrast .bkgrd--blue-grad,
.contrast .bkgrd--blue-grad-light {
    background: linear-gradient(.35turn, #005677, #002a3b)!important
}

.bkgrd--blue-grad-light {
    background: linear-gradient(.35turn, #67cbec, #0082ca)!important
}

.bkgrd--blue-grad-light.splash {
    background: linear-gradient(90deg, #67cbec 0, #0082ca 100%)!important
}

.contrast .bkgrd--blue-grad-light.splash,
.contrast .bkgrd--blue-light-wide {
    background: linear-gradient(90deg, #005677, #002a3b)!important
}

.bkgrd--blue-grad-dark {
    background: linear-gradient(.35turn, #005677, #002a3b)
}

.bkgrd--blue-grad-wide {
    background: linear-gradient(90deg, #007cc1, #005677)
}

.bkgrd--blue-light-wide {
    background: linear-gradient(90deg, #67cbec 0, #0082ca 100%)!important
}

.bkgrd--green-wide {
    background: linear-gradient(90deg, #69b345, #41805a)!important
}

.contrast .bkgrd--green-wide {
    background: linear-gradient(90deg, #4d8433, #386225)!important
}

.bkgrd--orange-wide {
    background: linear-gradient(90deg, #f7901e, #fd672a)!important
}

.contrast .bkgrd--orange-wide {
    background: linear-gradient(90deg, #d24700, #9b3400)!important
}

.bkgrd--gradient-right {
    background: linear-gradient(130deg, #005677 0, #002a3b 100%)
}

.desktop,
.small-only,
.tablet-down,
.tablet-up {
    display: none
}

@media (min-width:1024px) {
    .desktop {
        display: block
    }
}

@media (min-width:769px) {
    .tablet-up {
        display: block
    }
}

@media (max-width:768px) {
    .tablet-down {
        display: block
    }
}

[v-cloak] {
    display: none
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.font-smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-link:after,
.icon-arrow-right:after,
[class*=" icon-"],
[class^=icon-] {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-link:after,
.icon-arrow-right:after {
    color: #f7901e;
    content: "\e601";
    padding-left: 2px;
    vertical-align: -10%
}

.btn-orange.back:before,
.icon-arrow-left:before {
    color: #fff;
    padding-right: 2px;
    vertical-align: -3.5%
}

.btn-orange.back:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-checkmark {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e600"
}

.icon-arrow-right:before {
    color: #f7901e;
    padding-right: 2px;
    vertical-align: -10%
}

@font-face {
    font-family: 'Proxima N W01 Light';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Light.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Reg';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Regular.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Reg It';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Regular-Italic.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Regular-Italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Smbd';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Smbd.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Smbd.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Smbd It';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Smbd-Italic.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Smbd-Italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Bold';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Bold.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Bold It';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Bold-Italic.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Bold-Italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Xbold';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-xbold.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-xbold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Proxima N W01 Black';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Black.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Proxima-W01-Black.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Univers LT W01_59 Ult Cond';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Univers-Ult-Cond.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Univers-Ult-Cond.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Digital W00 Regular';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Digital-Regular.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Digital-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Marydale W01 Regular';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Marydale-W01-Regular.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Marydale-W01-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Marydale W01 Bold';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Marydale-W01-Bold.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Marydale-W01-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Marydale W01 Black';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/Marydale-W01-Black.woff2) format("woff2"), url(/themes/surescripts/templates/landing-pages/assets/fonts/Marydale-W01-Black.woff) format("woff");
    font-display: swap
}

.sm {
    font-size: .625rem
}

.txt--plain {
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    font-weight: 400
}

.disclaimer {
    max-width: 650px;
    margin: 0 auto 30px
}

a {
    font-family: "Proxima N W01 Reg", Arial, sans-serif
}

.disclaimer,
p.border strong {
    display: block
}

p.border:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    border-top: 2px solid #f7901e;
    margin-bottom: 5px
}

ol,
p,
ul {
    font-size: 1em;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
    line-height: 1.375em;
    margin-bottom: 1.875em;
    margin-top: 0
}

ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

ol.margin--half,
p.margin--half,
ul.margin--half {
    margin-bottom: 1em
}

.hs ol.large,
.hs p.large,
.hs ul.large,
ol.large,
p.large,
ul.large {
    font-size: 1.125rem;
    line-height: 1.25em
}

@media (min-width:768px) {
    .hs ol.large,
    .hs p.large,
    .hs ul.large,
    ol.large,
    p.large,
    ul.large {
        font-size: 1.5rem
    }
}

ol.x-large,
p.x-large,
ul.x-large {
    font-size: 2.5rem;
    margin-bottom: 1em
}

.btn-close-x,
.btn-download,
.btn-print,
.check-blue,
.check-orange,
.chev-down,
.entry-author:before,
.entry-date:before,
.entry-location:before,
.hamburger,
.icon-house,
.icon-play-blue,
.icon-play-white,
.icon-sprite,
.loupe,
.more-info,
.tooltip.info {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites.png);
    background-repeat: no-repeat
}

.svg .btn-close-x,
.svg .btn-download,
.svg .btn-print,
.svg .check-blue,
.svg .check-orange,
.svg .chev-down,
.svg .entry-author:before,
.svg .entry-date:before,
.svg .entry-location:before,
.svg .hamburger,
.svg .icon-play-blue,
.svg .icon-play-white,
.svg .icon-sprite,
.svg .loupe,
.svg .more-info,
.svg .tooltip.info {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites.svg)
}

#nav-npr,
.entry-author,
.entry-date,
.entry-location,
section {
    position: relative
}

.entry-author:before,
.entry-date:before,
.entry-location:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0
}

.chev-down {
    background-position: right 0
}

.chev-down:hover {
    background-position: right -48px
}

.loupe {
    background-position: 0 -96px
}

.btn-close-x,
.btn-close-x-orange,
.check-blue,
.check-orange {
    width: 25px;
    height: 25px
}

.btn-close-x,
.btn-close-x:hover {
    background-position: 0 -128px;
    opacity: .3;
    filter: alpha(opacity=30)
}

.btn-close-x:hover {
    background-position: 0 -176px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.hamburger {
    background-position: 8px -236px
}

.icon-house {
    background-position: 0 -284px;
    width: 13px
}

.entry-author:before {
    background-position: 0 -351px
}

.entry-date:before {
    background-position: -1px -315px
}

.entry-location:before {
    background-position: -3px -423px
}

.btn-print {
    background-position: 0 -387px;
    height: 18px
}

.btn-download {
    background-position: 0 -595px;
    height: 17px
}

.more-info,
.tooltip.info {
    background-position: 0 -460px;
    width: 25px;
    height: 25px
}

.check-blue {
    background-position: 0 -550px
}

.check-orange {
    background-position: 0 -500px
}

.icon-play-white {
    background-position: 0 -625px
}

.icon-play-blue {
    background-position: 0 -670px
}

.icon-sprite-social {
    vertical-align: middle
}

.icon-sprite-social:before {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites-social.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 1.19em;
    height: 1.19em;
    font-size: 1.1875rem
}

.svg .icon-sprite-social:before {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites-social.svg)
}

.icon-twitter:before {
    background-position: 6px 3px
}

.icon-facebook:before {
    background-position: 7px -364px
}

.icon-linkedin:before {
    background-position: 6px -42px
}

.icon-google:before {
    background-position: 7px -87px
}

.icon-youtube:before {
    background-position: 6px -135px
}

.icon-slideshare:before {
    background-position: 7px -180px
}

.icon-linkedin-blue:before {
    background-position: 0 -120px;
    width: 22px;
    height: 22px
}

@media (min-width:768px) {
    .icon-twitter:before {
        background-position: 0 1px
    }
    .icon-facebook:before {
        background-position: 0 -164px
    }
    .icon-linkedin:before {
        background-position: 0 -18px
    }
    .icon-google:before {
        background-position: 0 -38px
    }
    .icon-youtube:before {
        background-position: 0 -60px
    }
    .icon-slideshare:before {
        background-position: 0 -80px
    }
}

.icon-capsule {
    background: url(/themes/surescripts/templates/landing-pages/assets/images/capsule.png) no-repeat
}

.svg .icon-capsule {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/capsule.svg)
}

.icon-close-gray {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/close-gray.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px
}

html:not(.svg) .icon-close-gray {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/close-gray.png)
}

.sprites-m {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites-mobile.svg);
    background-repeat: no-repeat
}

html:not(.svg) .sprites-m {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites-mobile.png)
}

.sprites-m--loupe {
    background-position: 0 0
}

.sprites-m--hamb {
    background-position: 0 50%
}

.sprites-m--close {
    background-position: 0 100%
}

.icon-bubbles:before {
    display: inline-block;
    content: url(/themes/surescripts/templates/landing-pages/assets/images/icon-bubbles.png);
    padding-right: 8px;
    vertical-align: middle;
    width: 1.88em
}

.svg .icon-bubbles:before {
    content: url(/themes/surescripts/templates/landing-pages/assets/images/icon-bubbles.svg)
}

.rss {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites-social.png);
    background-repeat: no-repeat;
    background-position: left -164px;
    padding-left: 25px;
    position: relative
}

.svg .rss {
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/sprites-social.svg)
}

.rss:after,
.rss:before {
    position: absolute;
    opacity: 0
}

.rss:before {
    content: 'Please use an RSS reader to view content.';
    padding: .75em;
    background-color: #105677;
    border-bottom: 4px solid #0082ca;
    top: -3.5em;
    font-size: 14px;
    color: #fff;
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    width: 100%;
    left: 0;
    line-height: 1;
    transition: opacity .25s, top .25s
}

.rss:after {
    content: '';
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0082ca;
    top: -.6em;
    left: .4em;
    transition: opacity .1s 0s
}

.rss:hover:before {
    color: #fff;
    top: -4.5em;
    opacity: 1
}

.rss:hover:after {
    opacity: 1;
    transition: opacity .15s .15s
}

@media (min-width:1024px) {
    .col-primary {
        float: left
    }
    .col-2 .col-primary {
        width: 74.5098%
    }
    .col-3 .col-primary {
        width: 49.01961%
    }
}

.col-3 .col-left {
    float: left;
    margin-right: 1.96078%;
    width: 23.52941%
}

.col-4>article {
    width: 23.52941%
}

.col-4>article:last-child {
    margin-right: 0;
    float: right
}

.col-right {
    width: 23.52941%;
    margin-right: 0;
    float: right
}

.ecols--bordered {
    margin-bottom: 2.5rem
}

.ecols__item {
    border-bottom: 1px solid #dcdcdc;
    padding: 1.5em .5em
}

@media (min-width:1024px) {
    .ecols,
    .ecols--bordered {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .ecols__item {
        border-bottom: 0;
        display: table-cell;
        padding: 0;
        vertical-align: top
    }
    .ecols__item img,
    .ecols__item>a {
        display: block
    }
    .ecols__item img {
        margin: 0 auto 1.5em
    }
    .ecols--bordered .ecols__item {
        border-left: 1px solid #dcdcdc;
        padding: 1.25rem
    }
    .ecols--bordered .ecols__item:first-child {
        border: 0;
        padding-left: 0
    }
    .ecols--bordered .ecols__item:last-child {
        padding-right: 0
    }
}

.grid__item {
    float: left
}

.grid__padded--half {
    padding-bottom: 1.25rem
}

@media (min-width:500px) {
    .grid__padded--half {
        width: 48.68421%;
        float: left
    }
    .grid__padded--half:nth-child(odd) {
        margin-right: 2.63158%
    }
}

.grid__padded--third {
    padding-bottom: 1.25rem
}

.grid__padded--third:nth-child(3) {
    margin-right: 0
}

@media (min-width:500px) {
    .grid__padded--third:nth-child(3) {
        float: right
    }
    .grid__padded--third {
        margin-right: 2.63158%;
        width: 31.57895%;
        float: left
    }
}

.grid__padded--third .k-dropdown {
    width: 100%
}

.grid--3up {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr
}

@media (min-width:768px) {
    .grid--3up {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.grid--3up .grid__item {
    float: none;
    width: auto;
    margin: inherit!important;
    overflow: hidden;
    max-height: 420px;
    position: relative;
    display: flex;
    flex-direction: column
}

@media (min-width:768px) {
    .grid--3up .grid__item img {
        min-height: 100%;
        object-fit: cover;
        display: block;
        position: relative;
        z-index: 1;
        min-width: 100%
    }
}

@media (max-width:768px) {
    .grid--3up .grid__item {
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row
    }
}

.grid--reset,
.igrid {
    font-size: 0;
    line-height: 0
}

.igrid {
    margin-left: -20px;
    list-style: none;
    margin-bottom: 0;
    text-align: left
}

.igrid__item {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    padding-left: 20px;
    vertical-align: top;
    width: 100%
}

.igrid--spaced .igrid__item {
    margin-bottom: 2em
}

.col-third:nth-child(2):after {
    content: " ";
    clear: both
}

.col-third {
    width: 33.333%;
    float: left;
    clear: none;
    padding: .25em .5em
}

.col-third .btn {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.333%
}

.three-fourths {
    width: 75%
}

@media (min-width:400px) {
    .one-half--sm {
        width: 50%
    }
}

@media (min-width:768px) {
    .one-half--md {
        width: 50%
    }
    .one-third--md {
        width: 33.333%
    }
}

@font-face {
    font-family: 'surescripts';
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/surescripts.eot);
    src: url(/themes/surescripts/templates/landing-pages/assets/fonts/surescripts.eot?#iefix) format("embedded-opentype"), url(/themes/surescripts/templates/landing-pages/assets/fonts/surescripts.woff) format("woff"), url(/themes/surescripts/templates/landing-pages/assets/fonts/surescripts.ttf) format("truetype"), url(/themes/surescripts/templates/landing-pages/assets/fonts/surescripts.svg#surescripts) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.data-table {
    display: block;
    width: 100%;
    overflow-y: visible;
    overflow-y: -moz-hidden-unscrollable;
    overflow-x: auto;
    border: 1px solid #959595;
    position: relative;
    box-sizing: border-box
}

.data-table .right {
    text-align: right
}

.data-table .center {
    text-align: center
}

.data-table .left {
    text-align: left
}

.data-table table {
    border-spacing: 0;
    border: 0;
    border-collapse: collapse
}

.data-table table td {
    padding: 7px 14px 3px;
    border: 0;
    vertical-align: top;
    white-space: nowrap
}

.data-table table td:not(:first-child) {
    border-left: 1px solid #959595
}

.data-table table th {
    background-color: #105677;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    white-space: nowrap;
    padding: 7px 12px
}

.pill {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    background: #f7901e;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.pill__icon {
    position: relative;
    top: 5px;
    left: 50%;
    transform: translateX(-55%);
    width: 15px;
    height: 20px;
    margin-bottom: 5px
}

.pill__text {
    font-size: 10px;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    line-height: 13px;
    text-align: center;
    color: #fff
}

@media (min-width:768px) {
    .pill {
        position: fixed;
        bottom: 50px;
        right: 100px;
        width: 80px;
        height: 80px;
        background: #f7901e;
        border-radius: 50%;
        padding-top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75)
    }
    .pill:hover {
        background: #da7608
    }
    .pill__icon {
        position: relative;
        top: 5px;
        left: 50%;
        transform: translateX(-55%);
        width: 30px;
        height: 40px;
        margin-bottom: 5px
    }
    .pill__text {
        font-size: 11px
    }
}

.nav-npr {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #105677;
    z-index: 1100;
    overflow: hidden;
    font-family: "Proxima N W01 Light", Arial, sans-serif
}

@media (min-width:768px) {
    .nav-npr {
        left: auto;
        width: 75px;
        bottom: 0;
        height: auto;
        overflow: visible
    }
}

.nav-npr .nav-main {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff
}

.nav-npr .nav-main__t-wrapper {
    display: none
}

@media (min-width:768px) {
    .nav-npr .nav-main__t-wrapper {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #105677
    }
    .nav-npr .nav-main__logo-alt {
        max-width: 200px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px
    }
    .nav-npr .nav-main__logo-alt a {
        display: block;
        height: 35px;
        padding: 8px 0 0 8px
    }
    .nav-npr .nav-main__logo-alt img {
        display: block;
        width: auto;
        height: 100%
    }
}

.nav-npr .nav-main__wrapper {
    height: 0;
    transition: .33s all
}

.nav-npr .nav-main__wrapper.open {
    display: block;
    height: 100vh
}

@media (min-width:768px) {
    .nav-npr .nav-main__wrapper {
        display: block
    }
}

.nav-npr .nav-main__logo {
    max-width: 200px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px
}

.nav-npr .nav-main__logo a {
    display: block;
    height: 35px;
    padding: 8px 0 0 8px
}

.nav-npr .nav-main__logo img {
    display: block;
    width: auto;
    height: 100%
}

@media (min-width:768px) {
    .nav-npr .nav-main__logo {
        display: none;
        margin-top: 0;
        height: auto
    }
}

.nav-npr .nav-main__slide-down {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    z-index: 1000;
    right: 15px;
    top: 18px
}

@media (min-width:768px) {
    .nav-npr .nav-main__slide-down {
        display: none
    }
}

.nav-npr .nav-main__slide-down span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-npr .nav-main__slide-down span:nth-child(even) {
    left: 50%;
    border-radius: 0 4px 4px 0
}

.nav-npr .nav-main__slide-down span:nth-child(odd) {
    left: 0;
    border-radius: 4px 0 0 4px
}

.nav-npr .nav-main__slide-down span:nth-child(1),
.nav-npr .nav-main__slide-down span:nth-child(2) {
    top: 0
}

.nav-npr .nav-main__slide-down span:nth-child(3),
.nav-npr .nav-main__slide-down span:nth-child(4) {
    top: 9px
}

.nav-npr .nav-main__slide-down span:nth-child(5),
.nav-npr .nav-main__slide-down span:nth-child(6) {
    top: 18px
}

.nav-npr .nav-main__slide-down.open span:nth-child(1),
.nav-npr .nav-main__slide-down.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-npr .nav-main__slide-down.open span:nth-child(2),
.nav-npr .nav-main__slide-down.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-npr .nav-main__slide-down.open span:nth-child(1) {
    left: 5px;
    top: 3px
}

.nav-npr .nav-main__slide-down.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 3px
}

.nav-npr .nav-main__slide-down.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

.nav-npr .nav-main__slide-down.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

.nav-npr .nav-main__slide-down.open span:nth-child(5) {
    left: 5px;
    top: 14px
}

.nav-npr .nav-main__slide-down.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 14px
}

.nav-npr .nav-main__item {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #086c8f;
    float: none;
    clear: both
}

.nav-npr .nav-main__item a {
    display: block;
    color: #f7901e;
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    text-decoration: none;
    padding: 5px 0;
    font-size: 24px;
    line-height: 20px;
    transition: .33s text-indent
}

@media (min-width:768px) {
    .nav-npr .nav-main__item {
        padding: 0
    }
}

.nav-npr .nav-main__item:first-child {
    display: none
}

@media (min-width:768px) {
    .nav-npr .nav-main__item:first-child {
        display: block;
        height: 60px
    }
    .nav-npr .nav-main__item:first-child.is-active a,
    .nav-npr .nav-main__item:first-child:hover a {
        background-color: #105677
    }
    .nav-npr .nav-main__item:nth-child(0n+1).is-active a,
    .nav-npr .nav-main__item:nth-child(0n+1):hover a {
        background-color: #105677
    }
}

.nav-npr .nav-main__item.is-active {
    background-color: rgba(18, 135, 178, .5)
}

@media (min-width:768px) {
    .nav-npr .nav-main__item {
        display: block;
        border-right: 0;
        border-bottom: 1px solid #086c8f;
        float: none;
        font-size: 24px;
        line-height: 24px
    }
    .nav-npr .nav-main__item.is-active {
        background: 0 0
    }
    .nav-npr .nav-main__item.is-active a,
    .nav-npr .nav-main__item:hover a {
        background-color: #f7901e
    }
    .nav-npr .nav-main__item:nth-child(0n+2) {
        display: block
    }
    .nav-npr .nav-main__item span {
        display: block
    }
    .nav-npr .nav-main__item :not(:first-child):hover a {
        text-indent: 100%
    }
}

.nav-npr .nav-main__item:hover span {
    opacity: 1;
    color: #fff
}

@media (min-width:768px) {
    .nav-npr .nav-main__item:hover span {
        width: 295px;
        right: 0
    }
}

@media (min-width:768px) {
    .nav-npr .nav-main__item a {
        color: #fff;
        padding: 15px 10px
    }
}

.nav-npr .nav-main__item a img {
    display: block;
    width: 100%;
    height: auto
}

.nav-npr .nav-main__item span {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    line-height: 20px;
    display: block;
    transition: .33s all
}

@media (min-width:768px) {
    .nav-npr .nav-main__item span {
        background-color: #f7901e;
        line-height: 24px;
        position: absolute;
        right: -280px;
        padding: 15px 10px 11px;
        top: 0;
        width: 280px;
        text-align: left
    }
}

.nav-npr .nav-sub {
    list-style-type: none;
    text-align: center;
    display: block;
    padding: 10px 0 0;
    margin: 10px auto;
    max-width: 250px;
    border-top: 1px solid #0082ca;
    border-bottom: 1px solid #0082ca
}

@media (min-width:768px) {
    .nav-npr .nav-sub {
        position: absolute;
        float: none;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 0;
        top: auto;
        max-width: inherit;
        margin: auto;
        border-top: 0;
        border-bottom: 0
    }
}

.nav-npr .nav-sub a,
.nav-npr .nav-sub img {
    display: block
}

.nav-npr .nav-sub__download-as-pdf {
    font-size: 12px;
    border-top: 1px solid #0082ca
}

.nav-npr .nav-sub__download-as-pdf a {
    display: block;
    width: 100%;
    color: #fff
}

.nav-npr .nav-sub__item,
.hero-npr {
    text-align: center;
    position: relative;
    height: 100%
}

.nav-npr .nav-sub__item {
    font-size: 18px;
    line-height: 24px;
    border: 0;
    cursor: pointer;
    float: none;
    display: inline-block;
    clear: none
}

.nav-npr .nav-sub__item--download {
    display: block;
    margin-top: 5px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .nav-npr .nav-sub__item {
        display: block;
        clear: both;
        float: none
    }
}

.nav-npr .nav-sub__item.is-active a,
.nav-npr .nav-sub__item:hover a {
    background-color: #f7901e
}

.nav-npr .nav-sub__item a {
    padding: 5px 8px;
    line-height: 50px;
    height: 100%;
    border: 0;
    cursor: pointer;
    display: block;
    transition: .25s all
}

@media (min-width:768px) {
    .nav-npr .nav-sub__item a {
        padding: 15px 10px
    }
}

.nav-npr .nav-sub__item a img {
    margin: 0 auto;
    height: 40px
}

@media (min-width:768px) {
    .nav-npr .nav-sub__item a {
        padding: 10px 15px
    }
    .nav-npr .nav-sub__item a img {
        height: auto
    }
}

.hero-npr {
    background-color: #086c8f;
    color: #fff;
    overflow: hidden;
    background-size: 120%;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url(/themes/surescripts/templates/landing-pages/assets/images/hero-bg.svg)
}

@media (min-width:768px) {
    .hero-npr {
        min-height: 100vh;
        height: 100%
    }
}

.hero-npr__background {
    display: none
}

@media (min-width:768px) {
    .hero-npr__background {
        display: block
    }
    .hero-npr__background:after,
    .hero-npr__background:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: ' '
    }
    .hero-npr__background:before {
        opacity: .4;
        width: 120%;
        height: 100%;
        overflow: hidden
    }
    .hero-npr__background:after {
        z-index: 1;
        background: #0684ae;
        background: -moz-radial-gradient(center, ellipse cover, #0684ae 0, #105677 66%);
        background: -webkit-radial-gradient(center, ellipse cover, #0684ae 0, #105677 66%);
        background: radial-gradient(ellipse at center, #0684ae 0, #105677 66%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0684ae', endColorstr='#105677', GradientType=1);
        opacity: .5
    }
}

.hero-npr__arrow-down {
    display: none
}

@media (min-width:768px) {
    .hero-npr__arrow-down {
        display: block
    }
}

.hero-npr__logo {
    display: none;
    z-index: 5
}

@media (min-width:768px) {
    .hero-npr__logo {
        position: absolute;
        left: 20px;
        top: 20px;
        min-width: 200px;
        max-width: 200px;
        display: block
    }
}

.hero-npr h1 {
    font-family: "Proxima N W01 Light", Arial, sans-serif;
    margin: 0;
    max-width: 1050px;
    font-weight: lighter;
    letter-spacing: -.02em
}

.hero-npr hr {
    margin: 20px auto;
    max-width: 200px;
    border-color: #f7901e
}

.hero-npr p {
    color: #fff;
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px
}

@media (min-width:768px) {
    .hero-npr p {
        font-size: 18px;
        line-height: 1.7em
    }
}

.hero-npr__content {
    min-height: 95vh;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 1 0 100%;
    z-index: 1;
    background-color: rgba(14, 99, 135, .4);
    text-align: center;
    padding: 0 20px 40px
}

@media (min-width:768px) {
    .hero-npr__content {
        min-height: 100vh;
        background: 0 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0
    }
}

.main-npr {
    width: 100%;
    overflow-y: hidden;
    padding-top: 50px;
    margin-top: 60px
}

@media (min-width:768px) {
    .main-npr {
        width: calc(100% - 75px);
        padding-top: 0
    }
}

.l-wrapper,
.l-wrapper--1000,
.l-wrapper--650,
.l-wrapper--750 {
    margin: 0 auto;
    position: relative;
    padding: 0 20px
}

@media (min-width:768px) {
    .l-wrapper,
    .l-wrapper--1000,
    .l-wrapper--650,
    .l-wrapper--750 {
        padding: 0 20px
    }
}

.l-wrapper--1000 {
    max-width: 1000px
}

.l-wrapper--750 {
    max-width: 750px
}

@media (min-width:768px) {
    .l-wrapper--750 {
        padding: 20px 0
    }
}

.l-wrapper--650 {
    max-width: 650px
}

@media (min-width:768px) {
    .l-wrapper--650 {
        margin: 0;
        padding: 20px 0
    }
}

.l-wrapper--500 {
    max-width: 500px;
    margin: 0 auto
}

@media (min-width:768px) {
    .l-wrapper--500 {
        margin: 0;
        padding: 20px 0
    }
}

.hr {
    border: 0;
    height: 2px;
    float: none;
    display: block
}

.hr--white {
    background-color: #fff;
    max-width: 200px;
    margin: 20px auto
}

.hr--orange {
    background-color: #f8981d;
    margin: 10px 0;
    max-width: 80%;
    float: none;
    display: block;
    text-align: left
}

.hr--gray {
    max-width: 200px;
    margin: 20px auto
}

.centered {
    text-align: center
}

.anchor {
    top: -50px;
    visibility: hidden;
    display: -block;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
    position: relative
}

@media (min-width:768px) {
    .anchor {
        top: 0
    }
}

.section-header {
    color: #fff;
    padding: 20px;
    background-color: #f7901e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.section-header .h-xl {
    line-height: 1em
}

@media (min-width:768px) {
    .section-header {
        padding: 40px 20px
    }
}

@media (min-width:1080px) {
    .section-header {
        padding: 116px 0 116px 50px
    }
}

@media (min-width:768px) {
    .section-header__headline {
        max-width: 770px
    }
}

@media (min-width:1024px) {
    .section-header__headline {
        max-width: 900px
    }
    .section-header__headline .divider__headline {
        width: 80%
    }
}

.section-header .l-tf-grid__col {
    display: block
}

.section-header .l-tf-grid__col:first-child {
    text-align: center
}

@media (min-width:768px) {
    .section-header .l-tf-grid__col:first-child {
        text-align: left
    }
    .section-header .l-tf-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center
    }
    .section-header .l-tf-grid__col {
        flex-shrink: 1;
        width: auto
    }
}

.section-header__number {
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    font-size: 50px;
    display: inline-block;
    padding: 18px 21px;
    margin: 0 20px 20px
}

@media (min-width:768px) {
    .section-header__number {
        font-size: 150px;
        padding: 22px 24px;
        margin: 0 20px
    }
}

.main-npr p {
    font-size: 1.125rem
}

@media (min-width:768px) {
    .main-npr p {
        font-size: 1.25rem
    }
}

.main-npr .h-univers {
    text-transform: uppercase
}

.main-npr .h-univers strong {
    font-family: "Univers LT W01_59 Ult Cond", sans-serif
}

.main-npr .divider__headline,
.main-npr .pull-quote--alt .pull-quote__content,
.main-npr h3,
.main-npr h4,
.main-npr strong {
    font-family: "Proxima N W01 Bold", Arial, sans-serif
}