/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}


/* icon support */

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}


/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}


/* workarounds */


/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}


/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: -webkit-calc( 100% - 2.4em);
    width: -moz-calc( 100% - 2.4em);
    width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    -moz-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    -webkit-border-radius: .12em;
    -moz-border-radius: .12em;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    -moz-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)";
    /* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/ui-icons_777777_256x240.png");
}


/* positioning */


/* Three classes needed to override `.ui-button:hover .ui-icon` */

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    -ms-filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    -moz-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

@media (min-width: 480px) {
    /* 480px */
}

@media (min-width: 520px) {
    /* 520px */
}

@media (min-width: 720px) {
    /* 720px */
}

@media (min-width: 1024px) {
    /* 1024px */
}

@media (min-width: 1200px) {
    /* 1200px */
}

@media (min-width: 1600px) {
    /* 1600px */
}


/**
 * Colors
 */

.blue-light {
    color: #0886b2 !important;
}

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

@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;
}

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

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    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 {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f8981d;
    content: "\e601";
    padding-left: 2px;
    vertical-align: -10%;
}

.btn-orange.back:before,
input.back[type=submit]:before,
.back.btn-submit:before,
.icon-arrow-left:before {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "\e600";
    padding-right: 2px;
    vertical-align: -3.5%;
}

.icon-checkmark,
[type='checkbox'].ss-check+label::before {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e600";
}

.icon-arrow-right:before {
    font-family: 'surescripts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f8981d;
    content: "\e600";
    padding-right: 2px;
    vertical-align: -10%;
}


/**
 * Font Size calculation : ems
 * Returns an em value according to the target.
 * $target: font-size to return
 * $context: By default it uses the default font-size. You can also pass it a context to avoid problems of compound font sizes.
 * $unitless: If you want to remove the em from the result.
 * Examples
 * Example 1: em(20)
 * return: 1.25em depending on a root font-size of 16px
 * Example 2: em(20, 24)
 * return: 0.8333333em depending on a context font-size of 24px
 * Example 3: em(20, $unitless: false)
 * returns 0.8333333
 *
 * See CSS tricks article: https://css-tricks.com/snippets/sass/px-to-em-functions/
 */


/**
 * Viewport width/height functions
 */


/**
 * Convert pixels to viewport-width
 * @param  px $px       Starting font-size
 * @param  px $context  Design's base width
 * @return vw value
 */


/**
 * Convert pixels to viewport-height
 * @param  px $px       Starting font-size
 * @param  px $context  Design's base height
 * @return vh value
 */


/**
 * Chevron mixin
 * @param  {[type]} $size:      12px          Size of the chevron.
 * @param  {[type]} $stroke:    3px           Width of the stroke.
 * @param  {[type]} $color:     currentColor  Color of the chevron.
 * @param  {[type]} $direction: right         up, right, down, left
 * @return {[type]}             Creates a chevron
 */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
    padding: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 62.5%/1.25 "Proxima N W01 Reg", Arial, sans-serif;
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
}

body,
input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

.margin-half {
    margin: 5px;
}

.margin {
    margin: 10px;
}

.margin-2x {
    margin: 20px;
}

.margin-3x {
    margin: 30px;
}

.margin-4x {
    margin: 40px;
}

.margin-5x {
    margin: 50px;
}

.margin-2halfx {
    margin: 25px;
}

.padding-half {
    padding: 5px;
}

.padding {
    padding: 10px;
}

.padding-2x {
    padding: 20px;
}

.padding-3x {
    padding: 30px;
}

.padding-4x {
    padding: 40px;
}

.padding-5x {
    padding: 50px;
}

.padding-2halfx {
    padding: 25px;
}

.margin-top-half {
    margin-top: 5px;
}

.margin-top {
    margin-top: 10px;
}

.margin-top-2x {
    margin-top: 20px;
}

.margin-top-3x {
    margin-top: 30px;
}

.margin-top-4x {
    margin-top: 40px;
}

.margin-top-5x {
    margin-top: 50px;
}

.margin-top-2halfx {
    margin-top: 25px;
}

.padding-top-half {
    padding-top: 5px;
}

.padding-top {
    padding-top: 10px;
}

.padding-top-2x {
    padding-top: 20px;
}

.padding-top-3x {
    padding-top: 30px;
}

.padding-top-4x {
    padding-top: 40px;
}

.padding-top-5x {
    padding-top: 50px;
}

.padding-top-2halfx {
    padding-top: 25px;
}

.margin-right-half {
    margin-right: 5px;
}

.margin-right {
    margin-right: 10px;
}

.margin-right-2x {
    margin-right: 20px;
}

.margin-right-3x {
    margin-right: 30px;
}

.margin-right-4x {
    margin-right: 40px;
}

.margin-right-5x {
    margin-right: 50px;
}

.margin-right-2halfx {
    margin-right: 25px;
}

.padding-right-half {
    padding-right: 5px;
}

.padding-right {
    padding-right: 10px;
}

.padding-right-2x {
    padding-right: 20px;
}

.padding-right-3x {
    padding-right: 30px;
}

.padding-right-4x {
    padding-right: 40px;
}

.padding-right-5x {
    padding-right: 50px;
}

.padding-right-2halfx {
    padding-right: 25px;
}

.margin-bottom-half {
    margin-bottom: 5px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-2x {
    margin-bottom: 20px;
}

.margin-bottom-3x {
    margin-bottom: 30px;
}

.margin-bottom-4x {
    margin-bottom: 40px;
}

.margin-bottom-5x {
    margin-bottom: 50px;
}

.margin-bottom-2halfx {
    margin-bottom: 25px;
}

.padding-bottom-half {
    padding-bottom: 5px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-bottom-2x {
    padding-bottom: 20px;
}

.padding-bottom-3x {
    padding-bottom: 30px;
}

.padding-bottom-4x {
    padding-bottom: 40px;
}

.padding-bottom-5x {
    padding-bottom: 50px;
}

.padding-bottom-2halfx {
    padding-bottom: 25px;
}

.margin-left-half {
    margin-left: 5px;
}

.margin-left {
    margin-left: 10px;
}

.margin-left-2x {
    margin-left: 20px;
}

.margin-left-3x {
    margin-left: 30px;
}

.margin-left-4x {
    margin-left: 40px;
}

.margin-left-5x {
    margin-left: 50px;
}

.margin-left-2halfx {
    margin-left: 25px;
}

.padding-left-half {
    padding-left: 5px;
}

.padding-left {
    padding-left: 10px;
}

.padding-left-2x {
    padding-left: 20px;
}

.padding-left-3x {
    padding-left: 30px;
}

.padding-left-4x {
    padding-left: 40px;
}

.padding-left-5x {
    padding-left: 50px;
}

.padding-left-2halfx {
    padding-left: 25px;
}

.margin-sides-half {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-sides {
    margin-left: 10px;
    margin-right: 10px;
}

.padding-sides-half {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-sides {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-sides-2x {
    margin-left: 20px;
    margin-right: 20px;
}

.padding-sides-2x {
    padding-left: 20px;
    padding-right: 20px;
}

.margin-sides-3x {
    margin-left: 30px;
    margin-right: 30px;
}

.padding-sides-3x {
    padding-left: 30px;
    padding-right: 30px;
}

.margin-sides-4x {
    margin-left: 40px;
    margin-right: 40px;
}

.padding-sides-4x {
    padding-left: 40px;
    padding-right: 40px;
}

.margin-sides-5x {
    margin-left: 50px;
    margin-right: 50px;
}

.padding-sides-5x {
    padding-left: 50px;
    padding-right: 50px;
}

.margin-sides-2halfx {
    margin-left: 25px;
    margin-right: 25px;
}

.padding-sides-2halfx {
    padding-left: 25px;
    padding-right: 25px;
}

.margin-verticals-half {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-verticals {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-verticals-half {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-verticals {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-verticals-2x {
    margin-top: 20px;
    margin-bottom: 20px;
}

.padding-verticals-2x {
    padding-top: 20px;
    padding-bottom: 20px;
}

.margin-verticals-3x {
    margin-top: 30px;
    margin-bottom: 30px;
}

.padding-verticals-3x {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin-verticals-4x {
    margin-top: 40px;
    margin-bottom: 40px;
}

.padding-verticals-4x {
    padding-top: 40px;
    padding-bottom: 40px;
}

.margin-verticals-5x {
    margin-top: 50px;
    margin-bottom: 50px;
}

.padding-verticals-5x {
    padding-top: 50px;
    padding-bottom: 50px;
}

.margin-verticals-2halfx {
    margin-top: 25px;
    margin-bottom: 25px;
}

.padding-verticals-2halfx {
    padding-top: 25px;
    padding-bottom: 25px;
}


/* Nick's flex grid utility namespace classes
 /* Grid - FleX */

.l-grid,
.l-grid__2-col,
.l-grid__3-col,
.l-grid__3-col--split,
.l-grid__4-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-grid__col {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.l-grid__col--gray {
    background-color: #f0f0f0;
}

.l-grid__col--blue {
    color: #fff;
    background-color: #086c8f;
}

.l-grid__col--centered {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 720px) {
    .l-grid__col {
        padding: 0;
    }
    .l-grid__2-col>.l-grid__col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
    }
    .l-grid__2-col {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .l-grid__2-col>.l-grid__col--padded {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .l-grid__3-col>.l-grid__col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33%;
    }
    .l-grid__4-col>.l-grid__col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
    }
}

@media (min-width: 720px) {
    .l-grid__3-col--split>.l-grid__col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .l-grid__3-col--split>.l-grid__col {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33%;
    }
    .l-grid__3-col>.l-grid__col-2-of-3 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 66%;
    }
    .l-grid__3-col>.l-grid__col-1-of-3 {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33%;
    }
}

.l-tf-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-tf-grid__col {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .l-tf-grid__col {
        width: auto;
    }
}

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

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

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

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

.l-wrapper--1000 {
    max-width: 1000px;
    position: relative;
}

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

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

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

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

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

@media (min-width: 1024px) {
    .l-wrapper--500 {
        margin: 0 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;
}

section {
    position: relative;
    padding: 0;
}

.color--white {
    color: white;
}

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

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


/**
 * Form elements
 */

.form-label {
    clear: both;
    display: block;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.form-label--inline {
    display: inline-block;
}

.form-label--inline+.form-label--inline {
    margin-left: 1em;
}

.form-label>input,
.form-label select,
.form-label textarea {
    margin-top: 0.25em;
}

.form-label__text {
    display: block;
    overflow: hidden;
}

.form-field,
.form-select__input,
.form-textarea {
    background: color(white);
    border: 1px solid color(gray, light);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    font-size: 1em;
    padding: 0.75em 0.5em;
    width: 100%;
    max-width: 23.125em;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
}

.form-field--full,
.form-textarea--full {
    max-width: none;
}

.form-textarea {
    max-width: 35.625em;
    min-height: 6.25em;
}

.form-select {
    display: block;
    max-width: 16.875em;
    position: relative;
}

.form-select__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2.5em;
    padding: 0.063em 2.5em 0 0.5em;
    position: relative;
    height: 2.3125em;
    background-color: #fff;
}

.form-select__input::-ms-expand {
    display: none;
}

.form-select:after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 1em;
    right: 0.50em;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #f8981d;
    content: '';
    display: inline-block;
    margin: -0.375em 0 0 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    width: 0.75em;
    height: 0.75em;
}

.form-select--full,
.form-select--full .form-select__input {
    max-width: none;
}

.form-select--tall .form-select__input {
    padding: 0.75em 2.5em 0.625em 1em;
    height: 2.8125em;
}

.form-select--tall:after {
    top: 1.25em;
    right: 1em;
}

.form-checkbox,
.form-radio {
    display: inline-block;
    float: left;
    clear: both;
    margin: 0 10px 10px 0;
    width: auto;
}

.form-error {
    border-color: color(error);
    color: color(error);
}

.form-error-message {
    color: color(error);
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.form-row {
    margin-bottom: 1em;
}

.form-row:last-of-type {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 2em;
    max-width: 36.25em;
}

.gauge-container {
    width: 28em;
    margin: 3em auto 0 auto;
}

@media (min-width: 720px) {
    .gauge-container {
        margin-top: 3.5em;
        width: 37em;
    }
}

.gauge {
    position: relative;
}

.gauge:before {
    content: '';
    position: absolute;
    top: 1.5%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.gauge__number,
.gauge__text {
    position: absolute;
    color: #959595;
    font: 24px;
    text-align: center;
}

.gauge__number sup,
.gauge__text sup {
    font-size: 0.5em;
    top: 0.5em;
}

.gauge__number {
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    color: #959595;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.highcharts-data-labels {
    width: 100% !important;
    height: 100% !important;
}

.highcharts-data-labels>div {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.highcharts-data-labels>div>span {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    white-space: normal !important;
}

.highcharts-axis {
    display: none;
}

.chart-wrapper {
    position: relative;
    width: 100%;
}

.chart-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.orange {
    color: #f8981d;
}

.blue-dark {
    color: #105677;
}

.blue {
    color: #07475e;
}

.gray {
    color: #414141;
}

.txt-small {
    font-size: 13px;
}

sup {
    font-size: 0.65em;
    line-height: 1em;
}

.btn-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    font-size: 15px;
}

.btn-arrow:before,
.btn-arrow:after,
.btn-arrow span {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.btn-arrow--prev:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: orange;
    content: '';
    display: inline-block;
    margin: -0.5px -0.5em 0 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    width: 1em;
    height: 1em;
    content: ' ';
    display: inline-block;
    margin-right: 5px;
}

.btn-arrow--next:after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: orange;
    content: '';
    display: inline-block;
    margin: 0 0 0 -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 1em;
    height: 1em;
    content: ' ';
    display: inline-block;
    margin-left: 5px;
}

.btn-arrow--next:hover:after {
    /*margin-left: 7px;*/
}

.btn.btn-orange,
input.btn[type=submit],
.btn.btn-submit,
.btn-orange,
input[type=submit],
.btn-submit,
.btn-orange:link,
input:link[type=submit],
.btn-submit:link,
.btn-orange:visited,
input:visited[type=submit],
.btn-submit:visited {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    padding: 0.7em 1.13em 0.6em 1.13em;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 1024px) {
    .btn.btn-orange,
    input.btn[type=submit],
    .btn.btn-submit,
    .btn-orange,
    input[type=submit],
    .btn-submit,
    .btn-orange:link,
    input:link[type=submit],
    .btn-submit:link,
    .btn-orange:visited,
    input:visited[type=submit],
    .btn-submit:visited {
        font-size: 16px;
    }
}

.btn.btn-orange:hover,
input.btn:hover[type=submit],
.btn.btn-submit:hover,
.btn-orange:hover,
input:hover[type=submit],
.btn-submit:hover,
.btn-orange:active,
input:active[type=submit],
.btn-submit:active,
.btn-orange:focus,
input:focus[type=submit],
.btn-submit:focus {
    color: #fff;
}

.small.btn-orange,
input.small[type=submit],
.small.btn-submit {
    padding: 0.5em 1em 0.3em 1em;
}

.large.btn-orange,
input.large[type=submit],
.large.btn-submit {
    padding: 1em 1em 0.9em 1em;
}

.xlarge.btn-orange,
input.xlarge[type=submit],
.xlarge.btn-submit {
    font-size: 20px;
    padding: 1.0em 2.7em;
}

.wide.btn-orange,
input.wide[type=submit],
.wide.btn-submit {
    min-width: 140px;
}

.full.btn-orange,
input.full[type=submit],
.full.btn-submit {
    width: 100%;
}

.btn-orange.btn,
input.btn[type=submit],
.btn.btn-submit,
.btn-orange,
input[type=submit],
.btn-submit,
.btn-orange:link,
input:link[type=submit],
.btn-submit:link,
.btn-orange:visited,
input:visited[type=submit],
.btn-submit:visited {
    background-color: #f8981d;
}

.btn-orange.btn:hover,
input.btn:hover[type=submit],
.btn.btn-submit:hover,
.btn-orange:hover,
input:hover[type=submit],
.btn-submit:hover,
.btn-orange:active,
input:active[type=submit],
.btn-submit:active,
.btn-orange:focus,
input:focus[type=submit],
.btn-submit:focus {
    background-color: #F8A63D;
}

.btn-link-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: bold;
}

.btn-link-download span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn-link-download:after {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/download-arrow.png");
    display: inline-block;
    content: ' ';
    width: 18px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 4px;
    height: 22px;
    margin-left: 5px;
}


/**
 * X button
 */

.btn-x,
.modal__btn-close>span {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
}

.btn-x:before,
.modal__btn-close>span:before,
.btn-x:after,
.modal__btn-close>span:after {
    background-color: currentColor;
    content: '';
    display: block;
    position: absolute;
    width: 1.125rem;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-x:before,
.modal__btn-close>span:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-x:after,
.modal__btn-close>span:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-x:hover:before,
.modal__btn-close>span:hover:before,
.btn-x:hover:after,
.modal__btn-close>span:hover:after {
    background-color: currentColor;
}

.bg--diagonal-blue {
    color: #fff;
    background: #1287b3;
    background: repeating-linear-gradient(-45deg, rgba(16, 86, 119, 0.2), rgba(16, 86, 119, 0.2) 1px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 8px), -webkit-gradient(linear, left top, left bottom, from(#086c8f), to(#086c8f));
    background: -webkit-repeating-linear-gradient(135deg, rgba(16, 86, 119, 0.2), rgba(16, 86, 119, 0.2) 1px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 8px), -webkit-linear-gradient(#086c8f, #086c8f);
    background: -moz- oldrepeating-linear-gradient(135deg, rgba(16, 86, 119, 0.2), rgba(16, 86, 119, 0.2) 1px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 8px), -moz- oldlinear-gradient(#086c8f, #086c8f);
    background: -o-repeating-linear-gradient(135deg, rgba(16, 86, 119, 0.2), rgba(16, 86, 119, 0.2) 1px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 8px), -o-linear-gradient(#086c8f, #086c8f);
    background: repeating-linear-gradient(-45deg, rgba(16, 86, 119, 0.2), rgba(16, 86, 119, 0.2) 1px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 8px), linear-gradient(#086c8f, #086c8f);
}

.bg--grad-blue {
    color: #fff;
    background: -webkit-radial-gradient(center ellipse, #0886b2 0%, #0886b2 40%, #105677 100%);
    background: -moz- oldradial-gradient(center ellipse, #0886b2 0%, #0886b2 40%, #105677 100%);
    background: -o-radial-gradient(center ellipse, #0886b2 0%, #0886b2 40%, #105677 100%);
    background: radial-gradient(ellipse at center, #0886b2 0%, #0886b2 40%, #105677 100%);
}

@media (min-width: 720px) {
    .bg--grad-blue {
        background: -webkit-radial-gradient(center ellipse, #0886b2 0%, #105677 75%);
        background: -moz- oldradial-gradient(center ellipse, #0886b2 0%, #105677 75%);
        background: -o-radial-gradient(center ellipse, #0886b2 0%, #105677 75%);
        background: radial-gradient(ellipse at center, #0886b2 0%, #105677 75%);
    }
}

.bg--gray {
    background-color: #f0f0f0;
}

.bg--gray-medium {
    color: #666666;
    background-color: #DCDCDC;
}

.bg--image-right {
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}

@media (min-width: 720px) {
    .bg--image-right {
        -moz-background-size: auto;
        background-size: auto;
        background-position: right center;
    }
}

.bg--white {
    background-color: #fff;
}

@media (min-width: 1024px) {
    #bg--holly {
        background-image: url("/themes/surescripts/templates/landing-pages/assets/images/james_holly.png");
        background-repeat: no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        background-position: -webkit-calc(105%) top;
        background-position: -moz-calc(105%) top;
        background-position: calc(105%) top;
    }
}

@media (min-width: 1600px) {
    #bg--holly {
        background-position: right top;
    }
}


/* Headings

**/

.h-xxxl {
    font-size: 55px;
}

.h-xxl {
    font-size: 40px;
}

.h-xl {
    font-size: 25px;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

.h-lg {
    font-size: 20px;
    margin-bottom: 10px;
}

.h-m-lg {
    font-size: 18px;
}

.h-md {
    font-size: 18px;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

.h-sm {
    font-size: 14px;
}

@media (min-width: 720px) {
    .h-xxxl {
        font-size: 97px;
    }
    .h-xxl {
        font-size: 80px;
        line-height: 1.2em;
    }
    .h-xl {
        font-size: 50px;
    }
    .h-lg {
        font-size: 36px;
        font-family: "Proxima N W01 Bold", Arial, sans-serif;
        margin-bottom: 10px;
    }
    .h-m-lg {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .h-md {
        font-size: 24px;
    }
    .h-sm {
        font-size: 18px;
    }
}

.h-white {
    color: #fff;
}

.h-blue {
    color: #086c8f;
}

.h-blue-light {
    color: #0886b2;
}

.h-orange {
    color: #f8981d;
}

.h-light {
    font-family: "Proxima N W01 Light", Arial, sans-serif !important;
    font-weight: 600;
}

.h-gray {
    color: #414141;
}

.h-gray-light {
    color: #959595;
}

.h-centered {
    text-align: center;
}

.h-strong {
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

.h-lh-up {
    line-height: 1.5em;
}

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

.h-650 {
    max-width: 650px;
}

.h-750 {
    max-width: 750px;
}

.entry h2,
h3,
h4 {
    margin-bottom: 1em;
}

p {
    color: #414141;
    margin-bottom: 10px;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
    line-height: 1.5em;
    font-size: 14px;
}

.centered p {
    text-align: center;
}

@media (min-width: 720px) {
    p {
        font-size: 16px;
    }
}

strong {
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

a {
    color: #f8981d;
    text-decoration: none;
}

a.link--blue {
    color: #0886b2;
}

a.link--white {
    color: #fff;
}

a.underline {
    text-decoration: underline;
}

.btn-plus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: #f8981d;
    display: inline-block;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    font-size: 1.125em;
    padding-right: 2em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none !important;
}

.btn-plus:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f8981d;
    content: '+';
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 1.5em;
    height: 1.5em;
    right: 0;
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    -moz-transition: 0.25s all;
    transition: 0.25s all;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-plus:hover:after {
    top: 50%;
    -moz-animation: btn-anim 1s infinite;
    -o-animation: btn-anim 1s infinite;
    animation: btn-anim 1s infinite;
    -webkit-animation: btn-anim 1s infinite;
}

@-webkit-keyframes btn-anim {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1) translateY(-50%);
    }
    40% {
        -webkit-transform: scale(1.055) translateY(-50%);
    }
}

@-moz-keyframes btn-anim {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1) translateY(-50%);
    }
    40% {
        -webkit-transform: scale(1.055) translateY(-50%);
    }
}

@-o-keyframes btn-anim {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1) translateY(-50%);
    }
    40% {
        -webkit-transform: scale(1.055) translateY(-50%);
    }
}

@keyframes btn-anim {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1) translateY(-50%);
    }
    40% {
        -webkit-transform: scale(1.055) translateY(-50%);
    }
}

.ul {
    color: #414141;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
    margin: 0.75em 0;
    padding-left: 20px;
}

.ul-dash {
    list-style-type: none;
}

.ul-dash>li {
    text-indent: -5px;
}

.ul-dash>li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}

.ref {
    font-size: 12px;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
}

.ref ol li {
    list-style-type: none;
    counter-increment: step-counter;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: inherit;
    line-height: inherit;
    margin: auto;
}

.ref ol li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 8px;
    color: #000;
    font-weight: bold;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ref ol li span {
    text-align: left;
}

@media (min-width: 720px) {
    .ref ol {
        padding-left: 20px;
    }
}

.messaging .ref a {
    word-break: break-all;
}


/**
 * Form Elements
 */

input[type=text],
input[type=password],
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #414141;
    outline: 0;
    padding: 0;
    margin: 0;
}

input[type=text]::-webkit-input-placeholder,
input[type=text].placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=password].placeholder,
textarea::-webkit-input-placeholder,
textarea.placeholder {
    color: #959595;
    font-family: "Proxima N W01 Reg It", Arial, sans-serif;
}

input[type=text]::-moz-placeholder,
input[type=text].placeholder,
input[type=password]::-moz-placeholder,
input[type=password].placeholder,
textarea::-moz-placeholder,
textarea.placeholder {
    color: #959595;
    font-family: "Proxima N W01 Reg It", Arial, sans-serif;
}

input[type=text]:-ms-input-placeholder,
input[type=text].placeholder,
input[type=password]:-ms-input-placeholder,
input[type=password].placeholder,
textarea:-ms-input-placeholder,
textarea.placeholder {
    color: #959595;
    font-family: "Proxima N W01 Reg It", Arial, sans-serif;
}

input[type=text]::placeholder,
input[type=text].placeholder,
input[type=password]::placeholder,
input[type=password].placeholder,
textarea::placeholder,
textarea.placeholder {
    color: #959595;
    font-family: "Proxima N W01 Reg It", Arial, sans-serif;
}

select {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type=text],
input[type=passowrd],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:not([type=submit]),
select,
textarea {
    /*background-color: #FFF;*/
    border: 1px solid #959595;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea {
    line-height: 39px;
    display: inline-block;
    width: 100%;
    height: 39px;
    vertical-align: top;
    padding: 0 0.63rem;
    font-size: 0.88rem;
}

input[type=text].zipcode,
input[type=password].zipcode,
input[type=tel].zipcode,
input[type=email].zipcode {
    width: 12em;
}

textarea {
    height: 6rem;
}

input[type=checkbox] {
    margin-right: 5px;
}

input[type=text].error,
input[type=password].error,
input[type=checkbox].error,
input[type=email].error,
input[type=tel].error,
submit.error,
.select-picker.error,
textarea.error,
.form__select--inline.error {
    border-color: #f8981d;
    -webkit-box-shadow: 0 0 0 2px #f8981d;
    -moz-box-shadow: 0 0 0 2px #f8981d;
    box-shadow: 0 0 0 2px #f8981d;
}

select {
    /*background: #FFF linear-gradient(#FFF, #FFF) repeat-x;*/
}

input[type=radio] {
    display: inline-block;
    margin-left: 8px;
}

input[type=radio]:first-of-type {
    margin: 0;
}

fieldset>div {
    margin-bottom: 24px;
}

fieldset>div label {
    line-height: 1.31rem;
}

label {
    display: block;
    margin-bottom: 0.44rem;
}

div.error label:after {
    content: attr(data-msg);
    color: #f8981d;
    display: block;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.88rem;
    line-height: 0.88rem;
    margin-top: 0.44rem;
}

div.error input[type=text],
div.error input[type=checkbox],
div.error input[type=submit],
div.error input[type=radio] {
    border-color: #f8981d;
    -webkit-box-shadow: 0 0 0 2px #f8981d;
    -moz-box-shadow: 0 0 0 2px #f8981d;
    box-shadow: 0 0 0 2px #f8981d;
}

div.error input[type=radio] {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

.search-box {
    border: 1px solid #959595;
    padding: 0;
    position: relative;
    width: 100%;
}

.search-box.primary-full {
    margin-bottom: 35px;
}

.search-box input[type=text] {
    border: 0;
    display: inline-block;
    width: 100%;
    line-height: 1rem;
}

.search-box a[class*=btn] {
    border-left: #fff solid 0.63rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
}

.search-box .loupe {
    width: 50px;
}

[type='checkbox'].ss-check:not(:checked),
[type='checkbox'].ss-check:checked {
    display: none;
}

[type='checkbox'].ss-check:checked+label::before {
    content: "\e602";
    background-color: #0886b2;
}

[type='checkbox'].ss-check:checked+label.orange::before {
    background-color: #f8981d;
}

[type='checkbox'].ss-check:checked+label:hover::before {
    background-color: #0998ca;
}

[type='checkbox'].ss-check:checked+label.orange:hover::before {
    background-color: #F8A63D;
}

[type='checkbox'].ss-check+label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    margin-left: 28px;
    text-indent: -28px;
}

[type='checkbox'].ss-check+label,
[type='checkbox'].ss-check+label::before {
    line-height: 1;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

[type='checkbox'].ss-check+label::before {
    background-color: #d7dcde;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    content: '';
    display: inline-block;
    font-size: 16px;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    height: 20px;
}

[type='checkbox'].ss-check+label:hover::before {
    background-color: #c9d0d2;
}

[type='checkbox'].ss-check--alt+label {
    display: block;
    text-indent: -26px;
}

[type='checkbox'].ss-check--alt+label::before {
    background-color: #105677;
    border: 1px solid #0886b2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 18px;
    height: 18px;
}

[type='checkbox'].ss-check--alt+label:hover::before {
    background-color: #105677;
}

[type='checkbox'].ss-check--alt:checked+label::before,
[type='checkbox'].ss-check--alt:checked+label:hover::before {
    background-color: #105677;
}

html.lt-ie9 .content [type='checkbox'].ss-check:not(:checked),
html.lt-ie9 .content [type='checkbox'].ss-check:checked {
    display: inline-block;
}

li.k-button,
li.k-button:hover,
.k-upload-button,
.k-upload-button:hover {
    background-image: none;
}

.k-upload {
    border: 0;
}

.k-upload-button {
    border: 0;
    margin: 0 !important;
    width: auto;
    line-height: 2;
}

.k-upload-status {
    top: 0;
}

.k-file .k-icon.k-i-close.k-delete {
    top: -2px;
}

.k-upload-files .k-file {
    line-height: 1;
    margin-top: 1px;
    padding: 0;
}

.k-upload-files .k-progress {
    background-color: #DCDCDC;
    color: #414141;
    line-height: 1;
}

.k-upload-files .k-filename {
    margin-left: 8px;
    max-width: 380px;
    padding: 4px;
    font-size: 12px;
}

.check-label {
    margin: 0;
    position: relative;
}

.check-label input,
.check-label span {
    vertical-align: top;
}

.check-label input {
    position: absolute;
    left: 0;
}

.check-label span {
    display: inline-block;
    padding-left: 1.5em;
    line-height: 1;
}

select::-ms-value {
    color: #414141;
    background: none;
    /* remove blue background on ie10/ie11 when selected*/
}

@-webkit-keyframes arrow-bounce {
    50% {
        bottom: 12px;
        opacity: 0.2;
    }
    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@-moz-keyframes arrow-bounce {
    50% {
        bottom: 12px;
        opacity: 0.2;
    }
    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@-o-keyframes arrow-bounce {
    50% {
        bottom: 12px;
        opacity: 0.2;
    }
    100% {
        bottom: 10px;
        opacity: 1;
    }
}

@keyframes arrow-bounce {
    50% {
        bottom: 12px;
        opacity: 0.2;
    }
    100% {
        bottom: 10px;
        opacity: 1;
    }
}

.down-arrow {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/arrow--down.svg");
    background-repeat: no-repeat;
    background-position: top center;
    height: 50px;
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 10px;
    cursor: pointer;
    z-index: 100;
    -webkit-animation: arrow-bounce 1.5s 5;
    -moz-animation: arrow-bounce 1.5s 5;
    -o-animation: arrow-bounce 1.5s 5;
    animation: arrow-bounce 1.5s 5;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-container {
    position: relative;
    padding: 0 80px;
    margin: 20px 50px;
}

@media (min-width: 640px) {
    .slider-container {
        margin: 0 115px;
    }
}

.slider-label {
    position: absolute;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    top: 55%;
    z-index: 1;
    color: #959595;
}

@media (min-width: 640px) {
    .slider-label {
        font-size: 18px;
        top: 50%;
        margin: -0.63636em auto 0;
        width: 100%;
        padding-top: 0;
        padding-left: 1.25em;
        left: 0;
        right: 0;
    }
}

.slider-label__txt {
    display: block;
    text-align: center;
}

.slider-label__beds {
    display: block;
    font-size: 0.75em;
}

.slider-label--start {
    left: -45px;
}

.slider-label--start .slider-label__txt {
    float: left;
}

@media (min-width: 640px) {
    .slider-label--start {
        left: -95px;
    }
}

.slider-label--end {
    right: -45px;
}

.slider-label--end .slider-label__txt {
    float: right;
}

@media (min-width: 640px) {
    .slider-label--end {
        text-align: right;
        right: -75px;
    }
}

.slider__input {
    text-align: center;
    padding: 5px;
    font-size: 18px;
    border: 0;
}

.gauge-container {
    width: 28em;
    margin: 3em auto 0 auto;
}

@media (min-width: 640px) {
    .gauge-container {
        margin-top: 3.5em;
        width: 37em;
    }
}

.highcharts-axis {
    display: none;
}

.chart-wrapper {
    position: relative;
    width: 100%;
}

.chart-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.epa {
    max-width: 550px;
    margin: 0px auto;
    text-align: center;
}

.epa .form-select {
    display: inline-block;
    /*color:#fff;
		
		&:after{
			@include chevron(0.75em, 1px, #ffffff, down);
		}
		*/
}

.epa .form-select__input {
    display: inline-block;
    max-width: 250px;
}

.epa span.slider__input {
    color: #105677;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    font-size: 1.5em;
    line-height: 0.5em;
}

.epa .gauge-container {
    width: auto;
}

@media (min-width: 720px) {
    .epa .gauge-container {
        margin: 3em auto 0 auto;
    }
}

.epa .l-tf-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
}

@media (min-width: 720px) {
    .epa .l-tf-grid {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.epa .gauge {
    position: relative;
}

.epa .gauge:before {
    /*
			content: '';
			position: absolute;
			top: 1.5%;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: #003549;
			border-radius: 50%;
			border-bottom: 1px solid $color-blue-dark;
			*/
}

.epa .gauge--hpm,
.epa .gauge--dpm {
    padding: 0 20px;
    min-width: 100px;
    max-width: 50%;
    height: 150px;
}

@media (min-width: 720px) {
    .epa .gauge--hpm,
    .epa .gauge--dpm {
        padding: 0;
        min-width: 250px;
    }
}

.epa .gauge__number,
.epa .gauge__text {
    position: absolute;
    color: #105677;
    font: 200 1.2em/1 "Proxima N W01 Reg", Arial, sans-serif;
    text-align: center;
}

.epa .gauge__number {
    font-size: 2.4em;
    margin-top: -0.5em;
    /*top: 50%; left: 0; right: 0;*/
}

@media (min-width: 720px) {
    .epa .gauge__number {
        font-size: 3.2em;
        margin-top: -0.59524em;
    }
}

.epa .gauge__number--small {
    font-size: 3em;
}

.epa .gauge__text {
    bottom: 3.75em;
    width: 70%;
    left: 15%;
    font-size: 1em;
    margin: 0;
}

@media (min-width: 720px) {
    .epa .gauge__text {
        bottom: 1.75em;
        font-size: 1.38em;
    }
}

.epa .highcharts-data-labels {
    width: 100% !important;
    height: 100% !important;
}

.epa .highcharts-data-labels>div {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.epa .highcharts-data-labels>div>span {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    white-space: normal !important;
}

.epa .highcharts-axis {
    display: none;
}

.epa .chart-wrapper {
    position: relative;
    width: 100%;
}

.epa .chart-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.epa .step__heading {
    max-width: 480px;
    margin: 10px auto;
}

.c3 svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.c3 line,
.c3 path {
    fill: none;
    stroke: #000;
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
    shape-rendering: crispEdges;
}

.c3-chart-arc path {
    stroke: #fff;
}

.c3-chart-arc rect {
    stroke: #fff;
    stroke-width: 1;
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px;
}

.c3-grid line {
    stroke: #aaa;
}

.c3-grid text {
    fill: #aaa;
}

.c3-xgrid,
.c3-ygrid {
    stroke-dasharray: 3 3;
}

.c3-text.c3-empty {
    fill: grey;
    font-size: 2em;
}

.c3-line {
    stroke-width: 1px;
}

.c3-circle {
    fill: currentColor;
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff;
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px;
}

.c3-bar {
    stroke-width: 0;
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75;
}

.c3-target.c3-focused {
    opacity: 1;
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
    stroke-width: 2px;
}

.c3-target.c3-defocused {
    opacity: 0.3 !important;
}

.c3-region {
    fill: #4682b4;
    fill-opacity: .1;
}

.c3-region text {
    fill-opacity: 1;
}

.c3-brush .extent {
    fill-opacity: .1;
}

.c3-legend-item {
    font-size: 12px;
}

.c3-legend-item-hidden {
    opacity: .15;
}

.c3-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1;
}

.c3-title {
    font: 14px sans-serif;
}

.c3-tooltip-container {
    z-index: 10;
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    -webkit-box-shadow: 7px 7px 12px -9px #777;
    -moz-box-shadow: 7px 7px 12px -9px #777;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: .9;
}

.c3-tooltip tr {
    border: 1px solid #ccc;
}

.c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff;
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999;
}

.c3-tooltip td>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

.c3-tooltip .value {
    text-align: right;
}

.c3-area {
    stroke-width: 0;
    opacity: .2;
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777;
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000;
}

.c3-chart-arc.c3-target g path {
    opacity: 1;
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1;
}

.c3-drag-zoom.enabled {
    pointer-events: all !important;
    visibility: visible;
}

.c3-drag-zoom.disabled {
    pointer-events: none !important;
    visibility: hidden;
}

.c3-drag-zoom .extent {
    fill-opacity: .1;
}

.c3-axis-y text,
.c3-axis-x text {
    fill: #959595;
}

.c3 line,
.c3 path {
    stroke: #DCDCDC;
}

.c3 svg {
    font-size: 10px;
}

@media (min-width: 480px) {
    .c3 svg {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .c3 svg {
        font-size: 16px;
    }
}

.c3-line {
    stroke-width: 2px;
}

.c3-ygrid-lines * {
    stroke: #959595;
}

.chart--line-chart {
    min-height: 220px;
    display: block;
}

.chart--line-chart.c3 * {
    font-size: 12px;
}

.chart--line-chart .c3-legend-item {
    display: none;
}

.chart--line-chart-250 {
    margin-top: 20px;
    min-height: 250px;
}

.donut {
    /*max-width: 800px;*/
    margin: 0px auto;
    /*    */
}

.donut #donut {
    min-height: 300px;
}

@media (min-width: 520px) {
    .donut #donut {
        min-height: 550px;
    }
}

.donut-legend {
    max-width: 400px;
    margin: 0px auto;
}

.donut-legend__item {
    font-size: 11px;
    line-height: 16px;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
}

.donut__indicator {
    width: 150px;
    height: 150px;
    margin-top: -2px;
    -webkit-transform: rotate(125deg);
    -moz-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    -o-transform: rotate(125deg);
    transform: rotate(125deg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 520px) {
    .donut__indicator {
        width: 280px;
        height: 280px;
        margin-top: 0px;
    }
}

@media (min-width: 520px) {
    .donut__indicator {
        margin-top: 0;
        width: 280px;
        height: 280px;
    }
}

.donut__indicator-arrow {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(110deg);
    -moz-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    -o-transform: rotate(110deg);
    transform: rotate(110deg);
    position: absolute;
}

.donut__indicator-arrow>.pointer {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #105677;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.donut .highcharts-background {
    background-color: transparent;
    fill: none !important;
}

.donut .highcharts-legend-item>span {
    top: 0px !important;
    margin-top: -3px !important;
}

.donut .highcharts-legend-item * {
    line-height: 20px;
    /*font-size:14px !important; */
    font-family: "Proxima N W01 Reg", Arial, sans-serif !important;
}

.donut-title {
    position: absolute;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.donut-title__content {
    padding-top: 20px;
    text-align: center;
    position: relative;
}

@media (min-width: 520px) {
    .donut-title__content {
        padding-top: 0px;
    }
}

.donut-title__content span {
    display: inline-block;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
    color: #666666;
    position: relative;
    width: 100px;
}

@media (min-width: 520px) {
    .donut-title__content span {
        width: 200px;
    }
}

.donut-title__content span:first-child {
    font-size: 65px;
    line-height: 80px;
}

@media (min-width: 520px) {
    .donut-title__content span:first-child {
        font-size: 120px;
        line-height: 110px;
        margin-top: -80px;
    }
}

.donut-title__content span:first-child sup {
    font-size: 0.45em;
    top: 10px;
    position: absolute;
    right: 0px;
}

.donut-title__content span:last-child {
    line-height: 18px;
    font-size: 16px;
    display: block;
}

@media (min-width: 520px) {
    .donut-title__content span:first-child {
        font-size: 170px;
        padding-top: 10px;
        line-height: 160px;
        margin-top: 0;
        width: auto;
    }
    .donut-title__content span:first-child sup {
        font-size: 0.4em;
        top: 40px;
        position: absolute;
        right: -45px;
    }
    .donut-title__content span:last-child {
        line-height: 24px;
        font-size: 22px;
        display: block;
    }
}

#donut-data__loading {
    z-index: 600;
}

.donut-wrap {
    position: relative;
}

.donut-wrap .l-tf-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.donut-wrap .l-tf-grid__col {
    position: relative;
}

@media (min-width: 1024px) {
    .donut-wrap .l-tf-grid__col:first-child {
        min-width: 550px;
        max-width: 550px;
    }
}

.donut-wrap .l-tf-grid__col:nth-child(0n+2) {
    max-width: 380px;
    margin: 0px auto;
}

@media (min-width: 1024px) {
    .donut-wrap .l-tf-grid__col:nth-child(0n+2) {
        padding-top: 200px;
        margin: 0;
    }
}

.donut-legend {
    padding: 0 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (min-width: 520px) {
    .donut-legend {
        padding: 0;
    }
}

@media (min-width: 520px) {
    .donut-legend .l-grid,
    .donut-legend .l-grid__2-col,
    .donut-legend .l-grid__3-col,
    .donut-legend .l-grid__3-col--split,
    .donut-legend .l-grid__4-col {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.donut-legend .l-grid__col {
    padding: 5px 0;
}

@media (min-width: 520px) {
    .donut-legend .l-grid__col {
        max-width: 48%;
    }
}

#epcs-by-specialty-legend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

#epcs-by-specialty-legend .donut-legend__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    cursor: pointer;
    opacity: 0.5;
    min-width: 42%;
    max-width: 140px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#epcs-by-specialty-legend .donut-legend__item:before {
    width: 16px;
    height: 16px;
    line-height: 11px;
    font-size: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    content: ' ';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+1):before {
    background-color: #165677;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+2):before {
    background-color: #5598ce;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+3):before {
    background-color: #1387b3;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+4):before {
    background-color: #ed8b22;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+5):before {
    background-color: #f1a45d;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+6):before {
    background-color: #eabc96;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+7):before {
    background-color: #58585a;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+8):before {
    background-color: #818285;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+9):before {
    background-color: #bcbdc0;
}

#epcs-by-specialty-legend .donut-legend__item:nth-child(0n+10):before {
    background-color: #f9860c;
}

#epcs-by-specialty-legend .donut-legend__item.is-active {
    opacity: 1;
}

.highcharts-tooltip table td {
    padding: 2px 5px;
    border: 1px solid #DCDCDC;
}

.loading {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading>div {
    width: 18px;
    height: 18px;
    background-color: #07475e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loading .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.portrait {
    margin-bottom: 20px;
}

.portrait__wrapper {
    margin: 0px auto;
    max-width: 320px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-height: 540px;
    background-color: #fff;
    overflow: hidden;
}

.portrait__wrapper img {
    display: block;
}

@media (min-width: 1024px) {
    .portrait--mobile-only {
        display: none;
    }
}

.content-chart .gauge__number {
    margin: 0;
}

.content-chart__header {
    line-height: 20px;
}

.content-chart__item {
    border-bottom: 1px solid #DCDCDC;
}

.content-chart .form-select {
    font-size: 16px;
}

.content-chart__functions .l-tf-grid {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (min-width: 1024px) {
    .content-chart__functions .l-tf-grid {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.content-chart__functions .l-tf-grid__col {
    padding: 20px 20px;
    line-height: 24px;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .content-chart__functions .l-tf-grid__col {
        width: auto;
    }
}

.content-chart__functions .l-tf-grid__col:last-child {
    text-align: right;
}

.content-chart__functions .l-grid__col:first-child,
.content-chart__functions .l-grid__col:last-child {
    display: none;
}

@media (min-width: 1024px) {
    .content-chart__functions .l-grid__col {
        width: 33%;
    }
    .content-chart__functions .l-grid__col:first-child,
    .content-chart__functions .l-grid__col:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.content-chart__rows .l-grid__col,
.content-chart__header .l-grid__col {
    padding: 13.33333px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.content-chart__rows .l-grid__col:last-child,
.content-chart__header .l-grid__col:last-child {
    display: none;
}

@media (min-width: 1024px) {
    .content-chart__rows .l-grid__col,
    .content-chart__header .l-grid__col {
        width: 33%;
    }
    .content-chart__rows .l-grid__col:last-child,
    .content-chart__header .l-grid__col:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.content-chart__header .l-grid__col {
    display: none;
    border-right: 1px solid #fff;
}

@media (min-width: 1024px) {
    .content-chart__header .l-grid__col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .content-chart__header .l-grid__col:first-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .content-chart__header .l-grid__col:last-child {
        border: none;
    }
}

.content-chart__header .l-grid__col .form-select {
    margin: 0px auto;
}

.content-chart__header .content-chart__column-header--mobile {
    display: block;
    width: 100%;
}

@media (min-width: 1024px) {
    .content-chart__header .content-chart__column-header--mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
    }
}

.content-chart__row-title p {
    font-size: 13px;
    text-transform: uppercase;
}

.content-chart__state-rank {
    width: 100%;
    text-align: center;
}

.content-chart p,
.content-chart .h-lg {
    margin: 0;
}

.data-callout,
.data-callout--plus {
    position: absolute;
    top: 40px;
    z-index: 800;
    padding: 20px;
    width: 200px;
    left: -200px;
    text-align: left;
    -webkit-transition: left 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: left 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: left 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    transition: left 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    background-color: #ed8b22;
}

.data-callout__content {
    color: #fff;
    width: 0;
    height: 0;
}

.data-callout__content p {
    color: #fff;
}

.data-callout__arrow,
.data-callout__plus {
    /* arrow box */
    background-color: rgba(237, 139, 34, 0.9);
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 32px;
    cursor: pointer;
    font-family: "Proxima N W01 Light", Arial, sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -30px;
    top: 0;
}

.data-callout__arrow:before,
.data-callout__plus:before {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    display: block;
    -webkit-transform-origin: 15px 15px;
    -moz-transform-origin: 15px 15px;
    -ms-transform-origin: 15px 15px;
    -o-transform-origin: 15px 15px;
    transform-origin: 15px 15px;
    content: '+';
}

.data-callout__plus {
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    -moz-animation: plus-anim 1s infinite;
    -o-animation: plus-anim 1s infinite;
    animation: plus-anim 1s infinite;
    -webkit-animation: plus-anim 1s infinite;
}

.data-callout__plus:before {
    line-height: 32px;
    width: 30px;
    height: 30px;
    content: '+';
    text-align: center;
    -webkit-transform-origin: 15px 15px;
    -moz-transform-origin: 15px 15px;
    -ms-transform-origin: 15px 15px;
    -o-transform-origin: 15px 15px;
    transform-origin: 15px 15px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    /**/
}

.data-callout.is-active,
.is-active.data-callout--plus {
    left: 0;
    z-index: 1000;
}

.data-callout.is-active .data-callout__arrow:before,
.is-active.data-callout--plus .data-callout__arrow:before,
.data-callout.is-active .data-callout__plus:before,
.is-active.data-callout--plus .data-callout__plus:before {
    content: '+';
    display: block;
    -webkit-transform-origin: 15px 15px;
    -moz-transform-origin: 15px 15px;
    -ms-transform-origin: 15px 15px;
    -o-transform-origin: 15px 15px;
    transform-origin: 15px 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.data-callout.is-active .data-callout__plus,
.is-active.data-callout--plus .data-callout__plus {
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-animation: none;
    line-height: 30px;
}

.data-callout.is-active .data-callout__plus:before,
.is-active.data-callout--plus .data-callout__plus:before {
    content: '+';
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-left: -1px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.data-callout.is-active .data-callout__content,
.is-active.data-callout--plus .data-callout__content {
    opacity: 1;
    width: auto;
    height: auto;
}

.data-callout:hover .data-callout__plus,
.data-callout--plus:hover .data-callout__plus {
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    -webkit-animation: none;
}

.data-callout .h-xs,
.data-callout--plus .h-xs {
    font-size: 12px;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.data-callout__share-icons {
    position: absolute;
    top: 12px;
    right: 10px;
    /*
        background-color: #000;
        width:100px;
        height:20px;
        */
}

.data-callout--plus {
    top: -10px;
    left: -200px;
    padding: 0;
}

.data-callout--plus .data-callout__content {
    display: none;
    width: 0;
}

.data-callout--plus.is-active {
    left: 0px;
    padding: 20px;
    z-index: 900;
}

.data-callout--plus.is-active .data-callout__content {
    display: block;
    opacity: 1;
    width: auto;
}

.data-callout--right {
    right: 30px;
    left: auto;
}

.data-callout--right.is-active {
    left: auto;
}

.data-callout--top-0 {
    top: 0;
}

.data-callout--top-10 {
    top: 10px;
}

.data-callout--top-20 {
    top: 20px;
}

.data-callout--top-30 {
    top: 30px;
}

.data-callout--top-40 {
    top: 40px;
}

.data-callout--top-60 {
    top: 60px;
}

.data-callout--top-90 {
    top: 90px;
}

.data-callout--top-80 {
    top: 80px;
}

.data-callout--top-100 {
    top: 100px;
}

.data-callout--top-110 {
    top: 110px;
}

.data-callout--top-120 {
    top: 120px;
}

.data-callout--top-160 {
    top: 160px;
}

.data-callout--top-200 {
    top: 200px;
}

.data-callout .h-sm,
.data-callout--plus .h-sm {
    font-size: 16px;
}

@-webkit-keyframes plus-anim {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.055);
    }
}

@-moz-keyframes plus-anim {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.055);
    }
}

@-o-keyframes plus-anim {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.055);
    }
}

@keyframes plus-anim {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.055);
    }
}

.data-slider {
    display: none;
    padding: 20px 60px;
}

@media (min-width: 720px) {
    .data-slider {
        display: block;
    }
}

.data-slider__slider {
    margin-bottom: 20px;
}

.data-slider__stops {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.data-slider__text {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 22px;
    font-size: 14px;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
}

.data-slider__text.is-active {
    color: #f8981d;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

.data-slider .ui-slider {
    font-size: 8px;
    line-height: 0.9em;
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0px auto;
}

.data-slider .ui-slider-handle {
    background: none;
    border: 0;
    width: 50px;
    height: 30px;
    top: -1.5em;
    margin-left: -25px;
    background-color: #f8981d;
    cursor: pointer;
}

.data-slider .ui-slider-handle:before,
.data-slider .ui-slider-handle:after {
    -webkit-transition: opacity, 1s;
    -o-transition: opacity, 1s;
    -moz-transition: opacity, 1s;
    transition: opacity, 1s;
}

.data-slider .ui-slider-handle:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: white;
    content: '';
    display: inline-block;
    margin: -0.5px -0.5em 0 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    vertical-align: middle;
    width: 1em;
    height: 1em;
    font-size: 15px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.data-slider .ui-slider-handle:after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: white;
    content: '';
    display: inline-block;
    margin: 0 0 0 -0.5em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 1em;
    height: 1em;
    font-size: 15px;
    position: absolute;
    top: 8px;
    right: 6px;
}

.data-slider .ui-slider {
    background: none;
    background-color: #DCDCDC;
}

.data-slider .ui-slider-range-min {
    background: none;
    background-color: #f8981d;
}

.data-slider.max .ui-slider-handle:after {
    opacity: 0.25;
}

.data-slider.min .ui-slider-handle:before {
    opacity: 0.25;
}

.loading-data__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.75);
}

.loading-data__wrapper h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.divider {
    position: relative;
    padding: 40px 0;
    color: #fff;
}

.divider-blue {
    background-color: #086c8f;
    color: #fff;
}

.divider-gray {
    background-color: #f0f0f0;
    color: #414141;
}

.divider-white {
    background-color: #fff;
    color: #414141;
}

.divider.centered {
    text-align: center;
}

.divider .ref {
    margin-top: 40px;
}

.divider sup {
    font-size: 0.65em;
    margin-left: 2px;
}


/** Navigation **/

.nav {
    /* mobile first! */
    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: 1024px) {
    .nav {
        left: auto;
        width: 75px;
        bottom: 0;
        height: auto;
        overflow: visible;
    }
}

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

.nav .nav-main__wrapper {
    height: 0;
    -webkit-transition: 0.33s all;
    -o-transition: 0.33s all;
    -moz-transition: 0.33s all;
    transition: 0.33s all;
    /* */
}

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

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

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

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

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

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

@media (min-width: 1024px) {
    .nav .nav-main--is-intro .nav-main__item:nth-child(2) span {
        right: 0;
        -webkit-transition-delay: 0.33333s;
        -moz-transition-delay: 0.33333s;
        -o-transition-delay: 0.33333s;
        transition-delay: 0.33333s;
    }
    .nav .nav-main--is-intro .nav-main__item:nth-child(2) a {
        text-indent: 100%;
        -webkit-transition-delay: 0.33333s;
        -moz-transition-delay: 0.33333s;
        -o-transition-delay: 0.33333s;
        transition-delay: 0.33333s;
    }
    .nav .nav-main--is-intro .nav-main__item:nth-child(3) span {
        right: 0;
        -webkit-transition-delay: 0.66667s;
        -moz-transition-delay: 0.66667s;
        -o-transition-delay: 0.66667s;
        transition-delay: 0.66667s;
    }
    .nav .nav-main--is-intro .nav-main__item:nth-child(3) a {
        text-indent: 100%;
        -webkit-transition-delay: 0.66667s;
        -moz-transition-delay: 0.66667s;
        -o-transition-delay: 0.66667s;
        transition-delay: 0.66667s;
    }
    .nav .nav-main--is-intro .nav-main__item:nth-child(4) span {
        right: 0;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }
    .nav .nav-main--is-intro .nav-main__item:nth-child(4) a {
        text-indent: 100%;
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }
}

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

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

.nav .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);
    -ms-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 .nav-main__slide-down span:nth-child(even) {
    left: 50%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav .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 .nav-main__item a {
    -webkit-transition: 0.33s text-indent;
    -o-transition: 0.33s text-indent;
    -moz-transition: 0.33s text-indent;
    transition: 0.33s text-indent;
    /* */
}

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

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

@media (min-width: 1024px) {
    .nav .nav-main__item:first-child {
        display: block;
    }
    .nav .nav-main__item:first-child:hover a,
    .nav .nav-main__item:first-child.is-active a {
        background-color: #105677;
    }
}

@media (min-width: 1024px) {
    .nav .nav-main__item:nth-child(0n+1):hover a,
    .nav .nav-main__item:nth-child(0n+1).is-active a {
        background-color: #105677;
    }
}

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

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

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

@media (min-width: 1024px) {
    .nav .nav-main__item:hover span {
        width: 380px;
        right: 0;
    }
}

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

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

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

.nav .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;
    -webkit-transition: 0.33s all;
    -o-transition: 0.33s all;
    -moz-transition: 0.33s all;
    transition: 0.33s all;
}

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

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

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

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

.nav .nav-sub__download-as-pdf {
    font-size: 12px;
    border-top: 1px solid #0886b2;
}

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

.nav .nav-sub__item {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    border: 0;
    cursor: pointer;
    height: 100%;
    float: none;
    display: inline-block;
    clear: none;
}

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

@media (min-width: 1024px) {
    .nav .nav-sub__item {
        display: block;
        clear: both;
        float: none;
    }
    .nav .nav-sub__item:last-child {
        /*display:none;*/
    }
}

.nav .nav-sub__item.is-active a,
.nav .nav-sub__item:hover a {
    background-color: #f8981d;
}

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

@media (min-width: 1024px) {
    .nav .nav-sub__item a {
        padding: 5px 8px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-split {
    margin: 20px 0;
}

.section-split__content {
    display: block;
}

@media (min-width: 720px) {
    .section-split__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding-right: 40px;
    }
    .section-split__content:first-child {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

@media (min-width: 720px) and (min-width: 720px) {
    .section-split__content:first-child {
        border-right: 1px solid #0886b2;
    }
}

@media (min-width: 720px) {
    .section-split__content:last-child {
        /* padding-right: $gutter *5; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .section-split__content:last-child>div {
        max-width: -webkit-calc(100% - 40px);
        max-width: -moz-calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

.share-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 5px 4px;
    height: auto;
    display: inline-block;
}

.share-icon img {
    display: block;
    max-width: 100%;
    height: 20px;
}

.state-map {
    padding: 20px 0;
}

.state-map-wrapper {
    position: relative;
}

.state-map-wrapper .highcharts-legend-item {
    display: none !important;
}

.state-map .highcharts-tooltip .tooltip-shown {
    display: block;
}

.state-map .data-callout,
.state-map .data-callout--plus {
    text-align: left;
}

.state-map-select {
    font-size: 18px;
    margin: 0px auto;
}

@media (min-width: 720px) {
    .state-map-select {
        display: none;
        /**/
    }
}

#state-data__data-slider {
    padding: 0px;
}

#state-data__data-slider .data-slider__stops {
    padding: 10px 0 0 0;
    max-width: 720px;
    margin: 0px auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#state-data__data-slider .data-slider__text {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 10px 10px 20px 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    line-height: 13px;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#state-data__data-slider .data-slider__text:first-child {
    /*
            max-width: 150px;
            padding-left:10px;
            width:75px;
            */
}

#state-data__data-slider .data-slider__text:nth-child(0n+2) {
    /* width:85px; */
}

#state-data__data-slider .data-slider__text:nth-child(0n+3) {
    /* width:140px; */
}

#state-data__data-slider .data-slider__text:last-child {
    /*text-align: right;*/
    /*width:8%;
            max-width: 150px;
            padding-right: 30px;
            */
}

#state-data__data-slider .ui-slider__wrap {
    padding: 0 40px;
    max-width: 720px;
    margin: 0px auto;
}

.state-map-legend {
    max-width: 500px;
    margin: -20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.state-map-legend__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 12px;
    padding: 0 20px;
}

@media (min-width: 720px) {
    .state-map-legend__item {
        font-size: 14px;
    }
}

.state-map-legend__item:before {
    width: 16px;
    height: 16px;
    line-height: 11px;
    font-size: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    content: ' ';
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.state-map-legend__item:nth-child(0n+1):before {
    background-color: #1287b3;
}

.state-map-legend__item:nth-child(0n+2):before {
    background-color: #d1d2d4;
}

.state-map-legend__item:nth-child(0n+3):before {
    background-color: #105776;
}

.state-map-legend--abs {
    position: absolute;
    right: 60px;
    left: auto;
    bottom: 0px;
    top: auto;
    font-size: 14px;
}

.state-map-legend--abs__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 20px;
}

@media (min-width: 720px) {
    .state-map-legend--abs__item {
        font-size: 14px;
    }
}

.state-map-legend--abs__item:before {
    width: 16px;
    height: 16px;
    line-height: 11px;
    font-size: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    content: ' ';
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.state-map-legend--abs__item:nth-child(0n+1):before {
    background-color: #f8981d;
}

.state-map-legend--abs__item:nth-child(0n+2):before {
    background-color: #105677;
}

#us-map,
#us-map-2 {
    height: 300px;
}

@media (min-width: 720px) {
    #us-map,
    #us-map-2 {
        height: 500px;
    }
}

#us-map-2 .highcharts-series-0 g:last-child text {
    display: none !important;
}

#us-map-2 .highcharts-tooltip,
#us-map-2 .highcharts-tooltip td {
    font-size: 10px;
}

.state-chart {
    /* styles for highcarts in content-chart */
    min-height: 90px;
    width: 100%;
    max-height: 90px;
}

.state-1__rank p,
.state-1__Prescriptions p,
.state-1__DrugOD p,
.state-2__rank p,
.state-2__Prescriptions p,
.state-2__DrugOD p {
    font-size: 36px;
    text-align: center;
    color: #0886b2;
    width: 100%;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
}

.is-min,
.is-max {
    opacity: 0.5;
    cursor: default;
}

.quote {
    padding: 40px 0;
    text-align: center;
}

@media (min-width: 720px) {
    .quote {
        padding: 80px 0;
    }
}

.quote__content {
    font-size: 20px;
    max-width: 920px;
    margin: 0px auto;
    padding: 0 20px;
}

@media (min-width: 720px) {
    .quote__content {
        font-size: 36px;
        padding: 0;
    }
}

.quote__content:before {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/quote-bg-blue-dark.svg");
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    text-align: center;
    color: #086c8f;
    clear: both;
    display: block;
    padding: 0;
    line-height: 32px;
    width: 100%;
    content: ' ';
    margin: 0 0 20px 0;
    height: 40px;
}

@media (min-width: 720px) {
    .quote__content:before {
        margin: 0 0 40px 0;
        height: 80px;
    }
}

.quote__content--white:before {
    color: #fff;
}

.quote__content--dark-blue:before {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/quote-bg-white.svg");
}

.quote__credit {
    color: #f8981d;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    font-size: 14px;
    padding: 20px;
}

.section-intro__content {
    max-width: 560px;
    padding: 30px;
}

@media (min-width: 720px) {
    .section-intro__content {
        padding: 30px;
    }
}

@media (min-width: 1600px) {
    .section-intro__content {
        padding: 0;
    }
}

.section-intro__content p {
    margin: 10px 0;
}

.section-data {
    text-align: left;
    position: relative;
    padding: 20px 0;
}

@media (min-width: 1024px) {
    .section-data {
        padding: 40px 0;
    }
}

.section-data__data-wrap {
    padding-top: 40px;
}

.section-data--gray-grad {
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background: -moz- oldlinear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
}

.section-data--gray {
    background-color: #f0f0f0;
}

.section-data p {
    margin: 20px 0;
}

.messaging {
    padding: 40px 0;
}

@media (min-width: 1024px) {
    .messaging {
        border-top: 0;
    }
}

.blog-subscribe {
    position: relative;
}

.blog-subscribe .l-grid,
.blog-subscribe .l-grid__2-col,
.blog-subscribe .l-grid__3-col,
.blog-subscribe .l-grid__3-col--split,
.blog-subscribe .l-grid__4-col {
    max-width: 500px;
    margin: 0px auto;
}

.blog-subscribe .tooltip--invalid {
    padding: .75em;
    background-color: #f8981d;
    position: absolute;
    top: 0.15em;
    font-size: 14px;
    color: white;
    font-family: "Proxima N W01 Reg", Arial, sans-serif;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    text-align: center;
    line-height: 1;
    margin-left: -40px;
    -webkit-transition: opacity .25s, top .25s;
    -o-transition: opacity .25s, top .25s;
    -moz-transition: opacity .25s, top .25s;
    transition: opacity .25s, top .25s;
    min-width: inherit;
}

.blog-subscribe .tooltip--invalid:after {
    content: '';
    display: block;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f8981d;
    top: 2.5em;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    margin-left: -2px;
    -webkit-transition: opacity .1s 0s;
    -o-transition: opacity .1s 0s;
    -moz-transition: opacity .1s 0s;
    transition: opacity .1s 0s;
}

.blog-subscribe input {
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0.5em 0;
}

.blog-subscribe .btn {
    line-height: 21px;
    font-size: 14px !important;
}

.blog-subscribe footer {
    display: none;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 1em;
}

@media (min-width: 720px) {
    .blog-subscribe .l-grid__col {
        clear: both;
        width: 100%;
    }
    .blog-subscribe #blog-subscription {
        padding-top: 20px;
    }
}

@media (min-width: 1024px) {
    .blog-subscribe .l-grid,
    .blog-subscribe .l-grid__2-col,
    .blog-subscribe .l-grid__3-col,
    .blog-subscribe .l-grid__3-col--split,
    .blog-subscribe .l-grid__4-col {
        max-width: inherit;
    }
    .blog-subscribe .l-grid__col {
        clear: none;
        width: auto;
    }
    .blog-subscribe #blog-subscription {
        padding-top: 0px;
    }
}

.data-exchange-charts .h-m-lg {
    line-height: 1em;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .data-exchange-charts .chart-content {
        padding-left: 40px;
    }
}

.data-exchange-charts .l-grid__col {
    padding: 20px 0 20px;
}

@media (min-width: 1024px) {
    .data-exchange-charts .l-grid__col {
        padding: 0 0 60px;
    }
}

.hero {
    background-color: #086c8f;
    text-align: center;
    position: relative;
    color: #fff;
    height: 100%;
    overflow: hidden;
    -moz-background-size: 120%;
    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: 720px) {
    .hero {
        min-height: 100vh;
        height: 100%;
    }
}

.hero__background {
    display: none;
}

@media (min-width: 720px) {
    .hero__background {
        display: block;
    }
    .hero__background:before {
        content: ' ';
        opacity: 0.4;
        position: absolute;
        width: 120%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    .hero__background:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: ' ';
        z-index: 1;
        background: #0684ae;
        /* Old browsers */
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #0684ae 0%, #105677 66%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-radial-gradient(center ellipse, #0684ae 0%, #105677 66%);
        background: -moz- oldradial-gradient(center ellipse, #0684ae 0%, #105677 66%);
        background: -o-radial-gradient(center ellipse, #0684ae 0%, #105677 66%);
        background: radial-gradient(ellipse at center, #0684ae 0%, #105677 66%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0684ae', endColorstr='#105677', GradientType=1);
        /* IE6-9 fallback on */
        opacity: 0.5;
    }
}

.hero__arrow-down {
    display: none;
}

@media (min-width: 1024px) {
    .hero__arrow-down {
        display: block;
    }
}

.hero__logo {
    display: none;
    z-index: 5;
}

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

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

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

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

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

.hero__content {
    min-height: 95vh;
    height: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    z-index: 1;
    background-color: rgba(14, 99, 135, 0.4);
    text-align: center;
    padding: 0px 20px 40px 20px;
}

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


/**
 * Modal
 */

.modal-open {
    overflow: hidden !important;
}

.modal {
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 2000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.5s ease-in, height 0s ease 0.5s;
    -o-transition: opacity 0.5s ease-in, height 0s ease 0.5s;
    -moz-transition: opacity 0.5s ease-in, height 0s ease 0.5s;
    transition: opacity 0.5s ease-in, height 0s ease 0.5s;
}

.modal.open {
    opacity: 1;
    height: 100vh;
    -webkit-transition: opacity 0.33s ease-in 0.125s, height 0s ease 0s;
    -o-transition: opacity 0.33s ease-in 0.125s, height 0s ease 0s;
    -moz-transition: opacity 0.33s ease-in 0.125s, height 0s ease 0s;
    transition: opacity 0.33s ease-in 0.125s, height 0s ease 0s;
}

.modal__inside {
    background: white;
    font-size: 1rem;
    margin: 0 auto;
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    -webkit-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -moz-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
}

@media (min-width: 720px) {
    .modal__inside {
        width: 72.91667vw;
    }
}

.open .modal__inside {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    right: 0;
}

.modal__body {
    padding: 2.5em 1.25em;
    position: relative;
}

.modal__body:after {
    content: ' ';
    display: table;
    clear: both;
}

@media (min-width: 720px) {
    .modal__body {
        padding: 6.25em;
    }
}

.modal__btn-close {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 1rem;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 1em;
    right: 1em;
    z-index: 1002;
}

.modal__btn-close>span {
    color: #414141;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 720px) {
    .modal__btn-close {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid white;
        color: white;
        width: 2.5em;
        height: 2.5em;
        top: -2.5em;
        right: 74.21875vw;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.25s ease-out 0s;
        -o-transition: all 0.25s ease-out 0s;
        -moz-transition: all 0.25s ease-out 0s;
        transition: all 0.25s ease-out 0s;
    }
    .open .modal__btn-close {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        top: 0.9375em;
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }
    .modal__btn-close>span {
        color: white;
    }
}

.section-header {
    color: #fff;
    padding: 20px;
    background-color: #f8981d;
    background-position: left top;
    -moz-background-size: cover;
    background-size: cover;
}

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

@media (min-width: 720px) {
    .section-header {
        padding: 60px 20px;
    }
}

@media (min-width: 1200px) {
    .section-header {
        padding: 143px 0 143px 50px;
    }
}

@media (min-width: 1600px) {
    .section-header {
        padding: 143px 0 143px 100px;
    }
}

#scene-1 .section-header {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/section-1--header-bg.jpg");
}

#scene-2 .section-header {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/section-2--header-bg.jpg");
}

#scene-3 .section-header {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/section-3--header-bg.jpg");
}

.section-header__headline {
    /*max-width: calc(100% - 100px); */
}

@media (min-width: 480px) {
    .section-header__headline {
        /*max-width: calc(100% - 200px);*/
    }
}

@media (min-width: 720px) {
    .section-header__headline {
        max-width: 600px;
    }
}

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

@media (min-width: 1200px) {
    .section-header__headline {
        max-width: 900px;
    }
}

@media (min-width: 1600px) {
    .section-header__headline {
        /* max-width: calc(100% - 150px); */
        max-width: 1100px;
    }
}

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

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

@media (min-width: 1024px) {
    .section-header .l-tf-grid__col:first-child {
        text-align: left;
    }
}

@media (min-width: 720px) {
    .section-header .l-tf-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .section-header .l-tf-grid__col {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: auto;
    }
}

.section-header__number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    font-family: "Proxima N W01 Xbold", Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    padding: 18px 21px;
    margin: 0 20px 20px;
}

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

.testimonials {
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
    position: relative;
}

.testimonials:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/lines_graphic-w.svg");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right top;
    -moz-background-size: contain;
    background-size: contain;
    opacity: 0.25;
}

.testimonials--white {
    background-color: #fff;
}

.testimonials--blue-bg {
    background-color: #086c8f;
}

.testimonials__introduction {
    padding: 40px 0px 30vw 0px;
    background-color: #086c8f;
}

@media (min-width: 1200px) {
    .testimonials__introduction {
        padding: 60px 0px 320px 0px;
    }
}

.testimonials__introduction p {
    color: #fff;
    max-width: 680px;
    margin: 0px auto;
}

.testimonials__introduction h3 {
    margin: 0px auto;
}

.testimonials .video {
    margin-bottom: 30px;
}

@media (min-width: 480px) {
    .testimonials .video {
        margin-bottom: 60px;
    }
}

.testimonials__content {
    padding-bottom: 40px;
    margin-top: -25vw;
}

@media (min-width: 1024px) {
    .testimonials__content {
        /*margin-top:-30vh;*/
    }
}

@media (min-width: 1200px) {
    .testimonials__content {
        margin-top: -300px;
    }
}

.testimonials__content--no-bg:before {
    display: none;
}

.testimonials__content--blue-bg {
    background-color: #086c8f;
}

.testimonials__content--blue-bg:before {
    display: none;
}

@media (min-width: 1024px) {
    .testimonials__content:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-transform: translateX(180deg);
        -moz-transform: translateX(180deg);
        -ms-transform: translateX(180deg);
        -o-transform: translateX(180deg);
        transform: translateX(180deg);
        background-image: url("/themes/surescripts/templates/landing-pages/assets/images/lines_graphic-g.svg");
        background-repeat: no-repeat;
        opacity: 0.45;
        -moz-background-size: contain;
        background-size: contain;
    }
}

.testimonials-copy__content {
    max-width: 70%;
}

@media (min-width: 720px) {
    .tout {
        width: -webkit-calc(80%);
        width: -moz-calc(80%);
        width: calc(80%);
    }
}

@media (min-width: 1600px) {
    .tout {
        width: -webkit-calc(50%);
        width: -moz-calc(50%);
        width: calc(50%);
        /**/
    }
}

.tout--centered {
    text-align: center;
}

.tout__content {
    font-weight: lighter;
    padding: 40px;
}

@media (min-width: 1024px) {
    .tout__content {
        padding: 160px 0;
    }
}

.tout__content--large {
    font-weight: lighter;
}

.tout__content--large .h-xxxl {
    display: block;
    clear: both;
    line-height: 0.75em;
    letter-spacing: -0.05em;
    font-size: 125px;
}

@media (min-width: 1024px) {
    .tout__content--large .h-xxxl {
        font-size: 250px;
    }
}

.tout__content--large .h-xl {
    line-height: 0.8em;
}

@media (min-width: 1024px) {
    .tout__content--large .h-xl {
        font-size: 76px;
    }
}

#numTransactions span {
    display: block;
}

#numTransactions--billion {
    font-size: 34px;
}

@media (min-width: 1024px) {
    #numTransactions--billion {
        font-size: 76px;
    }
}

#numTransactions--text {
    font-size: 16px;
}

@media (min-width: 1024px) {
    #numTransactions--text {
        font-size: 36px;
        margin-top: 0;
    }
}

#scene-2-tout,
#scene-3-tout {
    display: block;
}

.video-tout {
    cursor: pointer !important;
    position: relative;
    border-bottom: 2px solid #f0f0f0;
}

.video-tout__grid {
    border-top: 2px solid #f0f0f0;
}

.video-tout__grid .l-grid__col {
    padding: 0;
}

@media (min-width: 720px) {
    .video-tout__grid .l-grid__col:nth-child(even) {
        border-left: 1px solid #f0f0f0;
    }
    .video-tout__grid .l-grid__col:nth-child(odd) {
        border-right: 1px solid #f0f0f0;
    }
}

.video-tout__img {
    display: block;
}

.video-tout__img img {
    width: 100%;
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.video-tout:hover .video-tout__body {
    padding-left: 20px;
}

.video-tout__body {
    background-color: rgba(255, 255, 255, 0.75);
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    line-height: 1;
    padding: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.video-tout__body h3 {
    margin-bottom: 0.25em;
}

@media (min-width: 720px) {
    .video-tout__body {
        padding: 10px;
    }
    .video-tout__body h3 {
        margin-bottom: 1em;
    }
}

.video-tout__title,
.video-tout__sub-title {
    color: #393939;
}

.video-tout__sub-title {
    font-family: "Proxima N W01 Light", Arial, sans-serif;
}

.video-tout__title {
    font-size: 16px;
    font-family: "Proxima N W01 Bold", Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
}

@media (min-width: 720px) {
    .video-tout__title {
        margin-bottom: inherit;
    }
}

.video-tout__play {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/play-circle.svg");
    background-repeat: no-repeat;
    background-position: center top;
    content: '';
    margin-left: 20px;
    text-align: center;
    color: #393939;
    padding: 39px 8px 0px;
    font-size: 12px;
}

@media (min-width: 720px) {
    .video-tout__play {
        padding: 39px 8px 10px;
    }
}

.video-tout .l-tf-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.video-tout .l-tf-grid__col {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 80%;
}

.video-tout .l-tf-grid__col:nth-child(n+2) {
    border-left: 1px solid #DCDCDC;
    margin-left: 10px;
    padding: 3px 10px;
}

@media (min-width: 720px) {
    .video-tout .l-tf-grid__col:nth-child(n+2) {
        padding: 10px 10px;
    }
}


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    z-index: 10;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-base {
    position: absolute;
    top: 0px;
    z-index: 1;
}


/* Wrapper for all connect elements.
  */

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat;
}


/* Offset direction
  */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}


/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Slider size and handle placement;
  */

.noUi-horizontal {
    height: 18px;
    margin: 20px 0;
}

.noUi-horizontal .noUi-handle {
    width: 42px;
    height: 42px;
    right: 10px;
    top: -14px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: auto;
    right: 0;
}


/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */

.noUi-target {
    background: #FAFAFA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    -moz-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.noUi-connect {
    background: #105677;
}


/* Handles and cursors;
  */

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: none;
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/slider.png");
    cursor: default;
    -webkit-appearance: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-background-size: cover;
    background-size: cover;
    height: 52px;
    width: 52px;
    text-indent: -999px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}


/* Handle stripes;
  */

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: none;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}


/* Disabled state;
  */

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/* Base;
  *
  */

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}


/* Values;
  *
  */

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}


/* Markings;
  *
  */

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}


/* Horizontal layout;
  *
  */

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}


/* Vertical layout;
  *
  */

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    -moz-transform: translate(0, -18px);
    -ms-transform: translate(0, -18px);
    -o-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
    z-index: 1000;
    top: -10px;
    position: absolute;
    cursor: pointer;
}

.noUi-horizontal {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/pattern.png");
}

.selectionSharer a {
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
}

.selectionSharer a.linkedIn {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/icon-linkedin.svg");
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.selectionSharer a.facebook {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/icon-facebook.svg");
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.selectionSharer a.tweet {
    background-image: url("/themes/surescripts/templates/landing-pages/assets/images/icon-twitter.svg");
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}