@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,500,700,400);

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

body main {
    
}
article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -ms-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -ms-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/_blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .cc-btn>.caret,
    .dropup>.btn>.caret,
    .dropup>.cc-btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.428571429;
    color: #012642;
    background-color: #f6f6f6
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

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

a:focus,
a:hover {
    color: #033967;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.app-deck__image--bg,
.article-deck__content img,
.deck__content body img,
.deck__content body picture,
.deck__image,
.img-responsive,
.richtext-content body img,
.richtext-content body picture,
.user-segment__image,
[scfieldtype="rich text"] body img,
[scfieldtype="rich text"] body picture {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.accordion--large .accordion__title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.language-selector__title,
.product-comparator__selector-item__title,
.quote-deck__headline,
.sitemap__title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.accordion--large .accordion__title .small,
.accordion--large .accordion__title small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
.language-selector__title .small,
.language-selector__title small,
.product-comparator__selector-item__title .small,
.product-comparator__selector-item__title small,
.quote-deck__headline .small,
.quote-deck__headline small,
.sitemap__title .small,
.sitemap__title small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
.language-selector__title,
.quote-deck__headline,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.language-selector__title .small,
.language-selector__title small,
.quote-deck__headline .small,
.quote-deck__headline small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.accordion--large .accordion__title,
.h4,
.h5,
.h6,
.product-comparator__selector-item__title,
.sitemap__title,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.accordion--large .accordion__title .small,
.accordion--large .accordion__title small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
.product-comparator__selector-item__title .small,
.product-comparator__selector-item__title small,
.sitemap__title .small,
.sitemap__title small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 3.333em
}

.h2,
.language-selector__title,
.quote-deck__headline,
h2 {
    font-size: 2.667em
}

.h3,
h3 {
    font-size: 2.1111em
}

.accordion--large .accordion__title,
.h4,
.product-comparator__selector-item__title,
h4 {
    font-size: 1.6667em
}

.h5,
.sitemap__title,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 27px
    }
}

.small,
small {
    font-size: 66%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #005694
}

a.text-primary:focus,
a.text-primary:hover {
    color: #003861
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #005694
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #003861
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

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

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-slim,
.hero-deck__content,
.search-box__wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-slim:after,
.container-slim:before,
.container:after,
.container:before,
.hero-deck__content:after,
.hero-deck__content:before,
.search-box__wrapper:after,
.search-box__wrapper:before {
    display: table;
    content: " "
}

.container-slim:after,
.container:after,
.hero-deck__content:after,
.search-box__wrapper:after {
    clear: both
}

@media (min-width:768px) {
    .container,
    .container-slim,
    .hero-deck__content,
    .search-box__wrapper {
        width: 750px
    }
}

@media (min-width:992px) {
    .container,
    .container-slim,
    .hero-deck__content,
    .search-box__wrapper {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container,
    .container-slim,
    .hero-deck__content,
    .search-box__wrapper {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: " "
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.3333333333%
    }
    .col-sm-2 {
        width: 16.6666666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.3333333333%
    }
    .col-sm-5 {
        width: 41.6666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.3333333333%
    }
    .col-sm-8 {
        width: 66.6666666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.3333333333%
    }
    .col-sm-11 {
        width: 91.6666666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.3333333333%
    }
    .col-sm-pull-2 {
        right: 16.6666666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.3333333333%
    }
    .col-sm-pull-5 {
        right: 41.6666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.3333333333%
    }
    .col-sm-pull-8 {
        right: 66.6666666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.3333333333%
    }
    .col-sm-pull-11 {
        right: 91.6666666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.3333333333%
    }
    .col-sm-push-2 {
        left: 16.6666666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.3333333333%
    }
    .col-sm-push-5 {
        left: 41.6666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.3333333333%
    }
    .col-sm-push-8 {
        left: 66.6666666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.3333333333%
    }
    .col-sm-push-11 {
        left: 91.6666666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.3333333333%
    }
    .col-md-2 {
        width: 16.6666666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.3333333333%
    }
    .col-md-5 {
        width: 41.6666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.3333333333%
    }
    .col-md-8 {
        width: 66.6666666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.3333333333%
    }
    .col-md-11 {
        width: 91.6666666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.3333333333%
    }
    .col-md-pull-2 {
        right: 16.6666666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.3333333333%
    }
    .col-md-pull-5 {
        right: 41.6666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.3333333333%
    }
    .col-md-pull-8 {
        right: 66.6666666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.3333333333%
    }
    .col-md-pull-11 {
        right: 91.6666666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.3333333333%
    }
    .col-md-push-2 {
        left: 16.6666666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.3333333333%
    }
    .col-md-push-5 {
        left: 41.6666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.3333333333%
    }
    .col-md-push-8 {
        left: 66.6666666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.3333333333%
    }
    .col-md-push-11 {
        left: 91.6666666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.3333333333%
    }
    .col-lg-2 {
        width: 16.6666666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.3333333333%
    }
    .col-lg-5 {
        width: 41.6666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.3333333333%
    }
    .col-lg-8 {
        width: 66.6666666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.3333333333%
    }
    .col-lg-11 {
        width: 91.6666666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.3333333333%
    }
    .col-lg-pull-2 {
        right: 16.6666666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.3333333333%
    }
    .col-lg-pull-5 {
        right: 41.6666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.3333333333%
    }
    .col-lg-pull-8 {
        right: 66.6666666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.3333333333%
    }
    .col-lg-pull-11 {
        right: 91.6666666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.3333333333%
    }
    .col-lg-push-2 {
        left: 16.6666666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.3333333333%
    }
    .col-lg-push-5 {
        left: 41.6666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.3333333333%
    }
    .col-lg-push-8 {
        left: 66.6666666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.3333333333%
    }
    .col-lg-push-11 {
        left: 91.6666666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f6f6f6
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #005694;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 86, 148, .6)
}

.form-control::-moz-placeholder {
    color: #012642;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #012642
}

.form-control::-webkit-input-placeholder {
    color: #012642
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>.input-group-btn>input.cc-btn[type=date],
    .input-group-sm>.input-group-btn>input.cc-btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.cc-btn[type=month],
    .input-group-sm>.input-group-btn>input.cc-btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>.input-group-btn>input.cc-btn[type=date],
    .input-group-lg>.input-group-btn>input.cc-btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.cc-btn[type=month],
    .input-group-lg>.input-group-btn>input.cc-btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-lg>.input-group-btn>.form-control-static.cc-btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.input-group-sm>.input-group-btn>.form-control-static.cc-btn {
    padding-right: 0;
    padding-left: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.cc-btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>.input-group-btn>select.cc-btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>select.cc-btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>.input-group-btn>textarea.cc-btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.cc-btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>.input-group-btn>select.cc-btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>select.cc-btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>.input-group-btn>textarea.cc-btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg>.input-group-btn>.cc-btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm>.input-group-btn>.cc-btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #036ec0
}

@media (max-width: 667px) {
    section.hero {
        margin-top:90px !important;
    }
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn,
.cc-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.active.cc-btn:focus,
.active.focus.cc-btn,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.cc-btn:active.focus,
.cc-btn:active:focus,
.cc-btn:focus,
.focus.cc-btn {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover,
.cc-btn:focus,
.cc-btn:hover,
.focus.cc-btn {
    color: #333;
    text-decoration: none
}

.active.cc-btn,
.btn.active,
.btn:active,
.cc-btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
.cc-btn[disabled],
.disabled.cc-btn,
fieldset[disabled] .btn,
fieldset[disabled] .cc-btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    box-shadow: none
}

a.btn.disabled,
a.disabled.cc-btn,
fieldset[disabled] a.btn,
fieldset[disabled] a.cc-btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #005694;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #033967;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-group-lg>.cc-btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-group-sm>.cc-btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-group-xs>.cc-btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group-vertical>.cc-btn,
.btn-group>.btn,
.btn-group>.cc-btn {
    position: relative;
    float: left
}

.btn-group-vertical>.active.cc-btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.cc-btn:active,
.btn-group-vertical>.cc-btn:focus,
.btn-group-vertical>.cc-btn:hover,
.btn-group>.active.cc-btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.btn-group>.cc-btn:active,
.btn-group>.cc-btn:focus,
.btn-group>.cc-btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn+.cc-btn,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .btn-group+.cc-btn,
.btn-group .cc-btn+.btn,
.btn-group .cc-btn+.btn-group,
.btn-group .cc-btn+.cc-btn {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .cc-btn,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.cc-btn,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group>.cc-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,
.btn-group>.cc-btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.cc-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.cc-btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn-group:not(:first-child):not(:last-child)>.cc-btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.cc-btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.cc-btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.btn-group>.cc-btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group-lg.btn-group>.cc-btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret,
.cc-btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-group-lg>.cc-btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-group-lg>.cc-btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.cc-btn,
.btn-group-vertical>.cc-btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn,
.btn-group-vertical>.btn-group>.cc-btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn+.cc-btn,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.btn-group-vertical>.btn-group+.cc-btn,
.btn-group-vertical>.cc-btn+.btn,
.btn-group-vertical>.cc-btn+.btn-group,
.btn-group-vertical>.cc-btn+.cc-btn {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group-vertical>.cc-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.btn-group-vertical>.cc-btn:first-child:not(:last-child) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.btn-group-vertical>.cc-btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.cc-btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.cc-btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.cc-btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group,
.btn-group-justified>.cc-btn {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .cc-btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.cc-btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.cc-btn input[type=radio],
[data-toggle=buttons]>.cc-btn input[type=checkbox],
[data-toggle=buttons]>.cc-btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.input-group-sm>.input-group-btn>.input-group-addon.cc-btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.input-group-lg>.input-group-btn>.input-group-addon.cc-btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.btn-group>.cc-btn,
.input-group-btn:first-child>.cc-btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn-group:not(:last-child)>.cc-btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.cc-btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn-group:not(:first-child)>.cc-btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.cc-btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.btn-group>.cc-btn,
.input-group-btn:last-child>.cc-btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn,
.input-group-btn>.cc-btn {
    position: relative
}

.input-group-btn>.btn+.btn,
.input-group-btn>.btn+.cc-btn,
.input-group-btn>.cc-btn+.btn,
.input-group-btn>.cc-btn+.cc-btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.input-group-btn>.cc-btn:active,
.input-group-btn>.cc-btn:focus,
.input-group-btn>.cc-btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group,
.input-group-btn:first-child>.cc-btn {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn:last-child>.cc-btn {
    z-index: 2;
    margin-left: -1px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content,
.video-lightbox__content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 0;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 0
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn,
.modal-footer .btn+.cc-btn,
.modal-footer .cc-btn+.btn,
.modal-footer .cc-btn+.cc-btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .btn+.cc-btn,
.modal-footer .btn-group .cc-btn+.btn,
.modal-footer .btn-group .cc-btn+.cc-btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content,
    .video-lightbox__content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.capitalized {
    text-transform: capitalize
}

.hidden {
    display: none
}

@media (min-width:0px) and (max-width:768px) {
    .hidden-small {
        display: none
    }
}

.nopad {
    padding: 0!important
}

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

.table {
    display: table
}

.disclaimer {
    font-size: .7em;
    line-height: 1
}

.boolean-icon,
.feature-deck__feature__icon {
    position: relative;
    float: left;
    width: 20px;
    height: 12px;
    margin: 0 10px 0 0
}

.boolean-icon:after,
.boolean-icon:before,
.feature-deck__feature__icon:after,
.feature-deck__feature__icon:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 12px;
    display: block
}

.boolean-icon--true:before,
.feature-deck__feature__icon--true:before {
    border-bottom: 4px solid #adc226;
    border-left: 4px solid #adc226;
    -ms-transform: translateY(-35%) rotate(-45deg);
    transform: translateY(-35%) rotate(-45deg)
}

.boolean-icon--false:after,
.boolean-icon--false:before,
.feature-deck__feature__icon--false:after,
.feature-deck__feature__icon--false:before {
    top: 12px;
    height: 0;
    border-bottom: 4px solid #d9534f
}

.boolean-icon--false:before,
.feature-deck__feature__icon--false:before {
    -ms-transform: translateY(-35%) rotate(45deg);
    transform: translateY(-35%) rotate(45deg)
}

.boolean-icon--false:after,
.feature-deck__feature__icon--false:after {
    -ms-transform: translateY(-35%) rotate(-45deg);
    transform: translateY(-35%) rotate(-45deg)
}

.background--primary {
    background-color: #005694
}

.background--primary-darker {
    background-color: #033967
}

.background--primary-dark {
    background-color: #012642
}

.background--secondary {
    background-color: #adc226
}

.background--tertiary {
    background-color: #e9761b
}

.background--quaternary {
    background-color: #eee
}

.background--body-bg {
    /*background-color: #f6f6f6*/
}

.nopadding {
    padding: 0!important;
    margin: 0!important
}

.text-center {
    text-align: center
}

.theme--white {
    color: #033967;
    background-color: #fff
}

.product-comparator__result__cell .theme--white a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--white .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--white a.product-deck__product__link,
.theme--white a.secondary-cta,
.theme--white b,
.theme--white h1,
.theme--white h2,
.theme--white h3,
.theme--white h4,
.theme--white h5,
.theme--white h6,
.theme--white p {
    color: #033967
}

.theme--white a.link {
    text-decoration: underline;
    color: #033967
}

.theme--primary {
    color: #1a1a1a;
    background-color: #fff
}

.product-comparator__result__cell .theme--primary a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--primary .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--primary a.product-deck__product__link,
.theme--primary a.secondary-cta,
.theme--primary b,
.theme--primary h1,
.theme--primary h2,
.theme--primary h3,
.theme--primary h4,
.theme--primary h5,
.theme--primary h6,
.theme--primary p {
    color: #1a1a1a
}

.theme--primary a.link {
    text-decoration: underline;
    color: #1a1a1a
}

.theme--secondary {
    color: #1a1a1a;
    background-color: #ebebeb
}

.product-comparator__result__cell .theme--secondary a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--secondary .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--secondary a.product-deck__product__link,
.theme--secondary a.secondary-cta,
.theme--secondary b,
.theme--secondary h1,
.theme--secondary h2,
.theme--secondary h3,
.theme--secondary h4,
.theme--secondary h5,
.theme--secondary h6,
.theme--secondary p {
    color: #1a1a1a
}

.theme--secondary a.link {
    text-decoration: underline;
    color: #1a1a1a
}

.theme--tertiary {
    color: #fff;
    background-color: #9caf9d
}

.product-comparator__result__cell .theme--tertiary a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--tertiary .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--tertiary a.product-deck__product__link,
.theme--tertiary a.secondary-cta,
.theme--tertiary b,
.theme--tertiary h1,
.theme--tertiary h2,
.theme--tertiary h3,
.theme--tertiary h4,
.theme--tertiary h5,
.theme--tertiary h6,
.theme--tertiary p {
    color: #fff
}

.theme--tertiary a.link {
    text-decoration: underline;
    color: #fff
}

.theme--quaternary {
    color: #fff;
    background-color: #baced4
}

.product-comparator__result__cell .theme--quaternary a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--quaternary .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--quaternary a.product-deck__product__link,
.theme--quaternary a.secondary-cta,
.theme--quaternary b,
.theme--quaternary h1,
.theme--quaternary h2,
.theme--quaternary h3,
.theme--quaternary h4,
.theme--quaternary h5,
.theme--quaternary h6,
.theme--quaternary p {
    color: #fff
}

.theme--quaternary a.link {
    text-decoration: underline;
    color: #fff
}

.theme--quinary {
    color: #1a1a1a;
    background-color: #cebe8c
}

.product-comparator__result__cell .theme--quinary a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--quinary .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--quinary a.product-deck__product__link,
.theme--quinary a.secondary-cta,
.theme--quinary b,
.theme--quinary h1,
.theme--quinary h2,
.theme--quinary h3,
.theme--quinary h4,
.theme--quinary h5,
.theme--quinary h6,
.theme--quinary p {
    color: #1a1a1a
}

.theme--quinary a.link {
    text-decoration: underline;
    color: #1a1a1a
}

.theme--none {
    color: #033967;
    background-color: transparent
}

.product-comparator__result__cell .theme--none a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--none .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.theme--none a.product-deck__product__link,
.theme--none a.secondary-cta,
.theme--none b,
.theme--none h1,
.theme--none h2,
.theme--none h3,
.theme--none h4,
.theme--none h5,
.theme--none h6,
.theme--none p {
    color: #033967
}

.theme--none a.link {
    text-decoration: underline;
    color: #033967
}

.font-override {
    color: currentColor
}

.font-override--primary h1 {
    color: #005694!important
}

.font-override--primary h2 {
    color: #005694!important
}

.font-override--primary h3 {
    color: #005694!important
}

.font-override--primary h4 {
    color: #005694!important
}

.font-override--primary h5 {
    color: #005694!important
}

.font-override--primary h6 {
    color: #005694!important
}

.font-override--primary p {
    color: #005694!important
}

.font-override--primary b {
    color: #005694!important
}

.font-override--primary div {
    color: #005694!important
}

.font-override--primary label {
    color: #005694!important
}

.font-override--primary em {
    color: #005694!important
}

.font-override--primary i {
    color: #005694!important
}

.font-override--primary strong {
    color: #005694!important
}

.font-override--primary tt {
    color: #005694!important
}

.font-override--primary big {
    color: #005694!important
}

.font-override--primary small {
    color: #005694!important
}

.font-override--primary q {
    color: #005694!important
}

.font-override--primary pre {
    color: #005694!important
}

.font-override--primary dt {
    color: #005694!important
}

.font-override--primary dd {
    color: #005694!important
}

.font-override--primary legend {
    color: #005694!important
}

.font-override--primary-darker h1 {
    color: #033967!important
}

.font-override--primary-darker h2 {
    color: #033967!important
}

.font-override--primary-darker h3 {
    color: #033967!important
}

.font-override--primary-darker h4 {
    color: #033967!important
}

.font-override--primary-darker h5 {
    color: #033967!important
}

.font-override--primary-darker h6 {
    color: #033967!important
}

.font-override--primary-darker p {
    color: #033967!important
}

.font-override--primary-darker b {
    color: #033967!important
}

.font-override--primary-darker div {
    color: #033967!important
}

.font-override--primary-darker label {
    color: #033967!important
}

.font-override--primary-darker em {
    color: #033967!important
}

.font-override--primary-darker i {
    color: #033967!important
}

.font-override--primary-darker strong {
    color: #033967!important
}

.font-override--primary-darker tt {
    color: #033967!important
}

.font-override--primary-darker big {
    color: #033967!important
}

.font-override--primary-darker small {
    color: #033967!important
}

.font-override--primary-darker q {
    color: #033967!important
}

.font-override--primary-darker pre {
    color: #033967!important
}

.font-override--primary-darker dt {
    color: #033967!important
}

.font-override--primary-darker dd {
    color: #033967!important
}

.font-override--primary-darker legend {
    color: #033967!important
}

.font-override--secondary h1 {
    color: #adc226!important
}

.font-override--secondary h2 {
    color: #adc226!important
}

.font-override--secondary h3 {
    color: #adc226!important
}

.font-override--secondary h4 {
    color: #adc226!important
}

.font-override--secondary h5 {
    color: #adc226!important
}

.font-override--secondary h6 {
    color: #adc226!important
}

.font-override--secondary p {
    color: #adc226!important
}

.font-override--secondary b {
    color: #adc226!important
}

.font-override--secondary div {
    color: #adc226!important
}

.font-override--secondary label {
    color: #adc226!important
}

.font-override--secondary em {
    color: #adc226!important
}

.font-override--secondary i {
    color: #adc226!important
}

.font-override--secondary strong {
    color: #adc226!important
}

.font-override--secondary tt {
    color: #adc226!important
}

.font-override--secondary big {
    color: #adc226!important
}

.font-override--secondary small {
    color: #adc226!important
}

.font-override--secondary q {
    color: #adc226!important
}

.font-override--secondary pre {
    color: #adc226!important
}

.font-override--secondary dt {
    color: #adc226!important
}

.font-override--secondary dd {
    color: #adc226!important
}

.font-override--secondary legend {
    color: #adc226!important
}

.font-override--tertiary h1 {
    color: #e9761b!important
}

.font-override--tertiary h2 {
    color: #e9761b!important
}

.font-override--tertiary h3 {
    color: #e9761b!important
}

.font-override--tertiary h4 {
    color: #e9761b!important
}

.font-override--tertiary h5 {
    color: #e9761b!important
}

.font-override--tertiary h6 {
    color: #e9761b!important
}

.font-override--tertiary p {
    color: #e9761b!important
}

.font-override--tertiary b {
    color: #e9761b!important
}

.font-override--tertiary div {
    color: #e9761b!important
}

.font-override--tertiary label {
    color: #e9761b!important
}

.font-override--tertiary em {
    color: #e9761b!important
}

.font-override--tertiary i {
    color: #e9761b!important
}

.font-override--tertiary strong {
    color: #e9761b!important
}

.font-override--tertiary tt {
    color: #e9761b!important
}

.font-override--tertiary big {
    color: #e9761b!important
}

.font-override--tertiary small {
    color: #e9761b!important
}

.font-override--tertiary q {
    color: #e9761b!important
}

.font-override--tertiary pre {
    color: #e9761b!important
}

.font-override--tertiary dt {
    color: #e9761b!important
}

.font-override--tertiary dd {
    color: #e9761b!important
}

.font-override--tertiary legend {
    color: #e9761b!important
}

.font-override--dark h1 {
    color: #012642!important
}

.font-override--dark h2 {
    color: #012642!important
}

.font-override--dark h3 {
    color: #012642!important
}

.font-override--dark h4 {
    color: #012642!important
}

.font-override--dark h5 {
    color: #012642!important
}

.font-override--dark h6 {
    color: #012642!important
}

.font-override--dark p {
    color: #012642!important
}

.font-override--dark b {
    color: #012642!important
}

.font-override--dark div {
    color: #012642!important
}

.font-override--dark label {
    color: #012642!important
}

.font-override--dark em {
    color: #012642!important
}

.font-override--dark i {
    color: #012642!important
}

.font-override--dark strong {
    color: #012642!important
}

.font-override--dark tt {
    color: #012642!important
}

.font-override--dark big {
    color: #012642!important
}

.font-override--dark small {
    color: #012642!important
}

.font-override--dark q {
    color: #012642!important
}

.font-override--dark pre {
    color: #012642!important
}

.font-override--dark dt {
    color: #012642!important
}

.font-override--dark dd {
    color: #012642!important
}

.font-override--dark legend {
    color: #012642!important
}

.font-override--light h1 {
    color: #fff!important
}

.font-override--light h2 {
    color: #fff!important
}

.font-override--light h3 {
    color: #fff!important
}

.font-override--light h4 {
    color: #fff!important
}

.font-override--light h5 {
    color: #fff!important
}

.font-override--light h6 {
    color: #fff!important
}

.font-override--light p {
    color: #fff!important
}

.font-override--light b {
    color: #fff!important
}

.font-override--light div {
    color: #fff!important
}

.font-override--light label {
    color: #fff!important
}

.font-override--light em {
    color: #fff!important
}

.font-override--light i {
    color: #fff!important
}

.font-override--light strong {
    color: #fff!important
}

.font-override--light tt {
    color: #fff!important
}

.font-override--light big {
    color: #fff!important
}

.font-override--light small {
    color: #fff!important
}

.font-override--light q {
    color: #fff!important
}

.font-override--light pre {
    color: #fff!important
}

.font-override--light dt {
    color: #fff!important
}

.font-override--light dd {
    color: #fff!important
}

.font-override--light legend {
    color: #fff!important
}

.overlay-icon::after {
    content: ' ';
    height: 70px;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: contain
}

.overlay-icon--hearing-test::after {
    /*background-image: url(/images/icon_ear_green.svg)*/
}

.overlay-icon--professional::after {
    /*background-image: url(/images/map.svg)*/
}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    will-change: transform;
    opacity: 0;
    transition: transform .3s ease-out, opacity .2s ease
}

.modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.modal {
    text-align: center;
    padding: 0!important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal-lg {
    width: 75vw
}

@media (min-width:1215px) {
    .modal-lg {
        width: 1200px
    }
}

.font-override {
    color: currentColor
}

.font-override--primary h1 {
    color: #005694!important
}

.font-override--primary h2 {
    color: #005694!important
}

.font-override--primary h3 {
    color: #005694!important
}

.font-override--primary h4 {
    color: #005694!important
}

.font-override--primary h5 {
    color: #005694!important
}

.font-override--primary h6 {
    color: #005694!important
}

.font-override--primary p {
    color: #005694!important
}

.font-override--primary b {
    color: #005694!important
}

.font-override--primary div {
    color: #005694!important
}

.font-override--primary label {
    color: #005694!important
}

.font-override--primary em {
    color: #005694!important
}

.font-override--primary i {
    color: #005694!important
}

.font-override--primary strong {
    color: #005694!important
}

.font-override--primary tt {
    color: #005694!important
}

.font-override--primary big {
    color: #005694!important
}

.font-override--primary small {
    color: #005694!important
}

.font-override--primary q {
    color: #005694!important
}

.font-override--primary pre {
    color: #005694!important
}

.font-override--primary dt {
    color: #005694!important
}

.font-override--primary dd {
    color: #005694!important
}

.font-override--primary legend {
    color: #005694!important
}

.font-override--primary-darker h1 {
    color: #033967!important
}

.font-override--primary-darker h2 {
    color: #033967!important
}

.font-override--primary-darker h3 {
    color: #033967!important
}

.font-override--primary-darker h4 {
    color: #033967!important
}

.font-override--primary-darker h5 {
    color: #033967!important
}

.font-override--primary-darker h6 {
    color: #033967!important
}

.font-override--primary-darker p {
    color: #033967!important
}

.font-override--primary-darker b {
    color: #033967!important
}

.font-override--primary-darker div {
    color: #033967!important
}

.font-override--primary-darker label {
    color: #033967!important
}

.font-override--primary-darker em {
    color: #033967!important
}

.font-override--primary-darker i {
    color: #033967!important
}

.font-override--primary-darker strong {
    color: #033967!important
}

.font-override--primary-darker tt {
    color: #033967!important
}

.font-override--primary-darker big {
    color: #033967!important
}

.font-override--primary-darker small {
    color: #033967!important
}

.font-override--primary-darker q {
    color: #033967!important
}

.font-override--primary-darker pre {
    color: #033967!important
}

.font-override--primary-darker dt {
    color: #033967!important
}

.font-override--primary-darker dd {
    color: #033967!important
}

.font-override--primary-darker legend {
    color: #033967!important
}

.font-override--secondary h1 {
    color: #adc226!important
}

.font-override--secondary h2 {
    color: #adc226!important
}

.font-override--secondary h3 {
    color: #adc226!important
}

.font-override--secondary h4 {
    color: #adc226!important
}

.font-override--secondary h5 {
    color: #adc226!important
}

.font-override--secondary h6 {
    color: #adc226!important
}

.font-override--secondary p {
    color: #adc226!important
}

.font-override--secondary b {
    color: #adc226!important
}

.font-override--secondary div {
    color: #adc226!important
}

.font-override--secondary label {
    color: #adc226!important
}

.font-override--secondary em {
    color: #adc226!important
}

.font-override--secondary i {
    color: #adc226!important
}

.font-override--secondary strong {
    color: #adc226!important
}

.font-override--secondary tt {
    color: #adc226!important
}

.font-override--secondary big {
    color: #adc226!important
}

.font-override--secondary small {
    color: #adc226!important
}

.font-override--secondary q {
    color: #adc226!important
}

.font-override--secondary pre {
    color: #adc226!important
}

.font-override--secondary dt {
    color: #adc226!important
}

.font-override--secondary dd {
    color: #adc226!important
}

.font-override--secondary legend {
    color: #adc226!important
}

.font-override--tertiary h1 {
    color: #e9761b!important
}

.font-override--tertiary h2 {
    color: #e9761b!important
}

.font-override--tertiary h3 {
    color: #e9761b!important
}

.font-override--tertiary h4 {
    color: #e9761b!important
}

.font-override--tertiary h5 {
    color: #e9761b!important
}

.font-override--tertiary h6 {
    color: #e9761b!important
}

.font-override--tertiary p {
    color: #e9761b!important
}

.font-override--tertiary b {
    color: #e9761b!important
}

.font-override--tertiary div {
    color: #e9761b!important
}

.font-override--tertiary label {
    color: #e9761b!important
}

.font-override--tertiary em {
    color: #e9761b!important
}

.font-override--tertiary i {
    color: #e9761b!important
}

.font-override--tertiary strong {
    color: #e9761b!important
}

.font-override--tertiary tt {
    color: #e9761b!important
}

.font-override--tertiary big {
    color: #e9761b!important
}

.font-override--tertiary small {
    color: #e9761b!important
}

.font-override--tertiary q {
    color: #e9761b!important
}

.font-override--tertiary pre {
    color: #e9761b!important
}

.font-override--tertiary dt {
    color: #e9761b!important
}

.font-override--tertiary dd {
    color: #e9761b!important
}

.font-override--tertiary legend {
    color: #e9761b!important
}

.font-override--dark h1 {
    color: #012642!important
}

.font-override--dark h2 {
    color: #012642!important
}

.font-override--dark h3 {
    color: #012642!important
}

.font-override--dark h4 {
    color: #012642!important
}

.font-override--dark h5 {
    color: #012642!important
}

.font-override--dark h6 {
    color: #012642!important
}

.font-override--dark p {
    color: #012642!important
}

.font-override--dark b {
    color: #012642!important
}

.font-override--dark div {
    color: #012642!important
}

.font-override--dark label {
    color: #012642!important
}

.font-override--dark em {
    color: #012642!important
}

.font-override--dark i {
    color: #012642!important
}

.font-override--dark strong {
    color: #012642!important
}

.font-override--dark tt {
    color: #012642!important
}

.font-override--dark big {
    color: #012642!important
}

.font-override--dark small {
    color: #012642!important
}

.font-override--dark q {
    color: #012642!important
}

.font-override--dark pre {
    color: #012642!important
}

.font-override--dark dt {
    color: #012642!important
}

.font-override--dark dd {
    color: #012642!important
}

.font-override--dark legend {
    color: #012642!important
}

.font-override--light h1 {
    color: #fff!important
}

.font-override--light h2 {
    color: #fff!important
}

.font-override--light h3 {
    color: #fff!important
}

.font-override--light h4 {
    color: #fff!important
}

.font-override--light h5 {
    color: #fff!important
}

.font-override--light h6 {
    color: #fff!important
}

.font-override--light p {
    color: #fff!important
}

.font-override--light b {
    color: #fff!important
}

.font-override--light div {
    color: #fff!important
}

.font-override--light label {
    color: #fff!important
}

.font-override--light em {
    color: #fff!important
}

.font-override--light i {
    color: #fff!important
}

.font-override--light strong {
    color: #fff!important
}

.font-override--light tt {
    color: #fff!important
}

.font-override--light big {
    color: #fff!important
}

.font-override--light small {
    color: #fff!important
}

.font-override--light q {
    color: #fff!important
}

.font-override--light pre {
    color: #fff!important
}

.font-override--light dt {
    color: #fff!important
}

.font-override--light dd {
    color: #fff!important
}

.font-override--light legend {
    color: #fff!important
}

head {
    display: none
}

var[data-name=color-primary] {
    color: #005694
}

var[data-name=color-primary-darker] {
    color: #033967
}

var[data-name=color-primary-dark] {
    color: #012642
}

var[data-name=color-secondary] {
    color: #adc226
}

var[data-name=color-tertiary] {
    color: #e9761b
}

var[data-name=body-bg] {
    color: #f6f6f6
}

#header {
    width: 100%
}

#header:after,
#header:before {
    display: table;
    content: " "
}

#header:after {
    clear: both
}

::selection {
    background: #005694;
    color: #fff
}

html {
    -ms-overflow-style: scrollbar;
    /*background-color: #f6f6f6*/
}

body {
    scroll-behavior: smooth;
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    position: relative
}

@media print {
    main {
        padding: 0!important
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

[data-iframe-src] {
    min-height: 200px
}

[data-iframe-src]:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    border-top-color: #005694;
    animation: spinner .6s linear infinite
}

[id*=iFrameResizer] {
    overflow: hidden
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.lazy-iframe {
    min-height: 200px
}

.lazy-iframe:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .2);
    border-top-color: #005694;
    animation: spinner .6s linear infinite
}

[id*=iFrameResizer] {
    overflow: hidden
}

.pardot-iframe {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    will-change: opacity;
    transition: opacity .3s linear .3s
}

.fade-in {
    will-change: opacity;
    transition: opacity .2s linear
}

.skip-to-main-content {
    display: none
}

@media (min-width:992px) {
    .skip-to-main-content {
        display: block;
        display: none;
        color: #fff!important;
        position: absolute;
        top: 0;
        padding: 10px;
        background: #005694;
        z-index: 999;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: transform .2s ease
    }
    .skip-to-main-content:focus {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.container-slim,
.search-box__wrapper {
    max-width: 768px
}

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1200px) {
    .col-lg-2-4 {
        float: left;
        width: 20%
    }
}

.col-md-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .col-md-2-4 {
        float: left;
        width: 20%
    }
}

.col-sm-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-sm-2-4 {
        float: left;
        width: 20%
    }
}

.language-selector__overlay,
.overlay,
.search-box__overlay {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: opacity;
    z-index: 55;
    background: rgba(0, 0, 0, .8);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .1s linear .3s, opacity .3s linear 0s;
    display: block
}

.is-visible.language-selector__overlay,
.is-visible.search-box__overlay,
.overlay.is-visible {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: transform .1s linear 0s, opacity .3s linear .1s
}

@media (min-width:768px) {
    .gutter-plus [class^=col-] {
        padding-right: 30px;
        padding-left: 30px
    }
}

.no-js [data-ajax-content-replace-target] {
    pointer-events: none
}

.rendering-info {
    font-style: italic;
    color: #aaa;
    font-size: 12px;
    padding: 0 10px
}

input[type=email],
input[type=text] {
    margin-bottom: 10px
}

input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
    color: #033967;
    font-style: italic;
    font-size: 12px;
    vertical-align: center
}

input[type=email].form-control--deck,
input[type=text].form-control--deck {
    height: 50px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    color: #333
}

input[type=email].form-control--deck::-webkit-input-placeholder,
input[type=text].form-control--deck::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

input[type=email].form-control--deck:focus,
input[type=text].form-control--deck:focus {
    border: 1px solid #bfbfbf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .2)
}

label {
    font-weight: inherit
}

.accordion--large .deck__content body .accordion__title,
.accordion--large .richtext-content body .accordion__title,
.accordion--large [scfieldtype="rich text"] body .accordion__title,
.deck__content body .accordion--large .accordion__title,
.deck__content body .h1,
.deck__content body .h2,
.deck__content body .h3,
.deck__content body .h4,
.deck__content body .language-selector__title,
.deck__content body .product-comparator__selector-item__title,
.deck__content body .quote-deck__headline,
.deck__content body h1,
.deck__content body h2,
.deck__content body h3,
.deck__content body h4,
.richtext-content body .accordion--large .accordion__title,
.richtext-content body .h1,
.richtext-content body .h2,
.richtext-content body .h3,
.richtext-content body .h4,
.richtext-content body .language-selector__title,
.richtext-content body .product-comparator__selector-item__title,
.richtext-content body .quote-deck__headline,
.richtext-content body h1,
.richtext-content body h2,
.richtext-content body h3,
.richtext-content body h4,
[scfieldtype="rich text"] body .accordion--large .accordion__title,
[scfieldtype="rich text"] body .h1,
[scfieldtype="rich text"] body .h2,
[scfieldtype="rich text"] body .h3,
[scfieldtype="rich text"] body .h4,
[scfieldtype="rich text"] body .language-selector__title,
[scfieldtype="rich text"] body .product-comparator__selector-item__title,
[scfieldtype="rich text"] body .quote-deck__headline,
[scfieldtype="rich text"] body h1,
[scfieldtype="rich text"] body h2,
[scfieldtype="rich text"] body h3,
[scfieldtype="rich text"] body h4 {
    color: #005694
}

[scfieldtype="rich text"] {
    width: 100%
}

@media print {
    #footer,
    .cta,
    .pardot-iframe,
    .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
    .product-deck__product__link,
    .secondary-cta,
    [id*="_hj"],
    button,
    iframe[src*=go] iframe[src*=pardot],
    video {
        display: none!important
    }
    img {
        max-width: 500px
    }
    .label,
    label {
        border: none
    }
    a[href]:after {
        display: none
    }
}

main {
    /*background-color: #f6f6f6*/
}

#header+main {
    padding-top: 135px
}

#header.header-top-notice+main {
    padding-top: 190px
}

@media (min-width:992px) {
    #header.current-page-is-expanded+main>:first-child {
        padding-top: 85px
    }
}

@media (min-width:992px) {
    #header.current-page-is-expanded+main .hero-deck:first-child {
        padding-top: 170px
    }
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*background-color: #f6f6f6*/
}

body,
html {
    -webkit-font-smoothing: antialiased;
    font-size: 18px
}

@media only screen and (max-width:768px) {
    body,
    html {
        font-size: 16px
    }
}

#footer li>a {
    text-decoration: none;
    color: inherit;
    position: relative
}

#footer li>a:active,
#footer li>a:focus,
#footer li>a:hover {
    cursor: pointer;
    color: currentColor
}

#footer li>a:active:before,
#footer li>a:focus:before,
#footer li>a:hover:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

#footer li>a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ececec;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .25s ease-in-out
}

.h1,
h1 {
    line-height: 1.1333;
    margin-bottom: .5em
}

.h2,
.language-selector__title,
.quote-deck__headline,
h2 {
    font-size: 2.667em;
    line-height: 1.16666;
    margin-bottom: .5em
}

.h3,
h3 {
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: .5em
}

.accordion--large .accordion__title,
.h4,
.product-comparator__selector-item__title,
h4 {
    line-height: 1.2;
    margin-bottom: .5em
}

p {
    font-size: 1em;
    line-height: 1.5556;
    margin-bottom: 1em
}

.accordion--large .accordion__title,
.h1,
.h2,
.h3,
.h4,
.language-selector__title,
.product-comparator__selector-item__title,
.quote-deck__headline,
h1,
h2,
h3,
h4 {
    margin-top: 0;
    font-weight: 300
}

.accordion--large .accordion__title strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.language-selector__title strong,
.product-comparator__selector-item__title strong,
.quote-deck__headline strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: 700
}

p {
    font-size: 1em;
    line-height: 1.5556;
    margin-bottom: 1em
}

blockquote {
    line-height: 1.5556
}

@media (max-width:768px) {
    /*h1 {
        font-size: 30px!important
    }
    h2,
    h3 {
        font-size: 25px!important
    }
    h4,
    h5 {
        font-size: 20px!important
    }
    p {
        font-size: 18px
    }*/
}

.link-standard-pdf {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    color: #005694;
    transition: color .2s linear;
    will-change: color
}

.link-standard-pdf:before {
    content: ' ';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 5px;
    background-size: cover;
    /*background-image: url(/images/files/pdf-beltone.svg)*/
}

.link-standard-pdf:hover {
    color: #002a48
}

.accordion {
    border-top: 1px solid #dbdbdb
}

.accordion:focus {
    outline: 0
}

.accordion--large .accordion:focus .accordion__header--xp,
.accordion:focus .accordion--large .accordion__header--xp,
.accordion:focus .accordion__header {
    background-color: rgba(0, 0, 0, .03)
}

@media (min-width:768px) {
    .accordion--large .accordion__header,
    .accordion--large .accordion__header--xp {
        padding: 40px 51px 20px 30px
    }
}

.accordion--large .accordion__title {
    color: #005694
}

.accordion.is-expanded .accordion__toggler--xp:after,
.accordion.is-expanded .accordion__toggler--xp:before,
.accordion.is-expanded .accordion__toggler:after,
.accordion.is-expanded .accordion__toggler:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion.is-expanded .accordion__toggler--xp:after,
.accordion.is-expanded .accordion__toggler:after {
    opacity: 0
}

.accordion--large .accordion__header--xp,
.accordion__header {
    height: auto;
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: background-color .1s linear
}

.accordion--large .accordion__header--xp:after,
.accordion--large .accordion__header--xp:before,
.accordion__header:after,
.accordion__header:before {
    display: table;
    content: " "
}

.accordion--large .accordion__header--xp:after,
.accordion__header:after {
    clear: both
}

.accordion__title {
    float: left;
    padding: 0;
    margin: 0;
    color: #005694;
    padding-right: 40px
}

.accordion.is-expanded .accordion__toggler--xp,
.accordion__toggler {
    float: right;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 21px;
    height: 21px;
    transition: transform .1s linear;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform-origin: 0;
    transform-origin: 0
}

.accordion.is-expanded .accordion__toggler--xp:after,
.accordion.is-expanded .accordion__toggler--xp:before,
.accordion__toggler:after,
.accordion__toggler:before {
    content: ' ';
    position: absolute;
    background: #033967;
    right: 30px;
    opacity: 1;
    will-change: transform, opacity;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: opacity .3s linear, transform .3s linear
}

.accordion.is-expanded .accordion__toggler--xp:before,
.accordion__toggler:before {
    top: 10px;
    right: 0;
    width: 21px;
    height: 1px
}

.accordion.is-expanded .accordion__toggler--xp:after,
.accordion__toggler:after {
    top: 0;
    right: 10px;
    width: 1px;
    height: 21px
}

.accordion__body {
    height: 0;
    will-change: height;
    overflow: hidden;
    transition: height .3s cubic-bezier(.63, .38, .1, .76)
}

.pagemode-edit .accordion__body {
    height: auto!important
}

.no-js .accordion__body {
    height: auto!important
}

.badge-link {
    float: left;
    margin: .7em 1em 0 0
}

.breadcrumb-wrapper {
    max-width: 1200px;
    margin: 0 auto
}

#header>.breadcrumb-wrapper {
    margin-top: -30px;
    position: relative;
    top: 35px
}

@media print {
    .breadcrumb-wrapper {
        display: none
    }
}

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8333em;
    line-height: 1.2;
    font-weight: 300;
    color: #888;
    margin: 0 auto
}

.breadcrumb__item {
    margin-left: 20px;
    padding: 5px 0;
    position: relative;
    display: inline-block
}

.breadcrumb__item+.breadcrumb__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    left: -13px;
    width: .4em;
    height: .4em;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transition: border .2s linear
}

.breadcrumb__link {
    text-decoration: none;
    color: inherit;
    position: relative
}

.breadcrumb__link:active,
.breadcrumb__link:focus,
.breadcrumb__link:hover {
    cursor: pointer;
    color: currentColor
}

.breadcrumb__link:active:before,
.breadcrumb__link:focus:before,
.breadcrumb__link:hover:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.breadcrumb__link:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a2a2a2;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .25s ease-in-out
}

.close-button,
.video-lightbox__button {
    text-indent: -9999px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    will-change: transform;
    transition: color .2s linear;
    background-color: transparent;
    border: none
}

.close-button:after,
.close-button:before,
.video-lightbox__button:after,
.video-lightbox__button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    height: 2px;
    background-color: currentColor;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: background-color .3s linear, transform .2s linear
}

.close-button.is-closed:after,
.close-button.is-closed:before,
.is-closed.video-lightbox__button:after,
.is-closed.video-lightbox__button:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-button.is-open:before,
.language-selector.is-visible .close-button:before,
.language-selector.is-visible .video-lightbox__button:before,
.search-box.is-visible .close-button:before,
.search-box.is-visible .video-lightbox__button:before,
.video-lightbox__button:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-button.is-open:after,
.language-selector.is-visible .close-button:after,
.language-selector.is-visible .video-lightbox__button:after,
.search-box.is-visible .close-button:after,
.search-box.is-visible .video-lightbox__button:after,
.video-lightbox__button:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cc-btn,
.cta-primary,
.dispenser-locator__request-appointment__send-request {
    color: #fff;
    background-color: #005694;
    padding: 12px 40px;
    margin-top: 1.1em;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
    border-radius: 10px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    white-space: normal;
    text-align: center
}

@media (max-width:768px) {
    .cc-btn,
    .cta-primary,
    .dispenser-locator__request-appointment__send-request {
        width: 100%
    }
}

.cta-warning,
.product-comparator__request-button a.cta.cc-btn,
.product-comparator__request-button a.cta.cta-primary,
.product-comparator__request-button a.cta.dispenser-locator__request-appointment__send-request {
    color: #fff;
    background-color: #e9761b;
    padding: 12px 40px;
    margin-top: 1.1em;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
    border-radius: 10px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    white-space: normal;
    text-align: center
}

@media (max-width:768px) {
    .cta-warning,
    .product-comparator__request-button a.cta.cc-btn,
    .product-comparator__request-button a.cta.cta-primary,
    .product-comparator__request-button a.cta.dispenser-locator__request-appointment__send-request {
        width: 100%
    }
}

.cta-success {
    color: #fff;
    background-color: #adc226;
    padding: 12px 40px;
    margin-top: 1.1em;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
    border-radius: 10px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    white-space: normal;
    text-align: center
}

@media (max-width:768px) {
    .cta-success {
        width: 100%
    }
}

.app-deck,
.deck {
    font-size: 1rem;
    padding: 15px 0 32.5px 0
}

.app-deck:after,
.app-deck:before,
.deck:after,
.deck:before {
    display: table;
    content: " "
}

.app-deck:after,
.deck:after {
    clear: both
}

@media (min-width:768px) {
    .app-deck,
    .deck {
        padding: 65px 0
    }
}

.deck--center {
    text-align: center
}

.deck--center .deck__content__image {
    margin: 0 auto
}

.deck--center .deck__content__text {
    max-width: 600px;
    display: block;
    margin: 0 auto
}

.deck--right {
    text-align: right
}

.deck--right .seperator {
    float: right
}

.deck--right .deck__content,
.deck--right .deck__title,
.deck--right .deck__title-wrapper {
    text-align: right
}

.deck--left {
    text-align: left
}

.deck--left .seperator {
    float: left
}

.deck--left .deck__content,
.deck--left .deck__title,
.deck--left .deck__title-wrapper {
    text-align: left
}

.deck--overlay {
    color: #000!important;
    background: #fff;
    border-radius: 10px
}

@media (min-width:768px) {
    .deck--overlay {
        border: 1px solid #000;
        padding: 40px 30px!important
    }
}

.article-deck__content .deck--overlay header>h1,
.article-deck__content .deck--overlay header>h2,
.article-deck__content .deck--overlay header>h3,
.article-deck__content .deck--overlay header>h4,
.article-deck__content .deck--overlay header>h5,
.article-deck__content .deck--overlay header>h6,
.deck--overlay .article-deck__content header>h1,
.deck--overlay .article-deck__content header>h2,
.deck--overlay .article-deck__content header>h3,
.deck--overlay .article-deck__content header>h4,
.deck--overlay .article-deck__content header>h5,
.deck--overlay .article-deck__content header>h6,
.deck--overlay .deck__content header>h1,
.deck--overlay .deck__content header>h2,
.deck--overlay .deck__content header>h3,
.deck--overlay .deck__content header>h4,
.deck--overlay .deck__content header>h5,
.deck--overlay .deck__content header>h6,
.deck--overlay .richtext-content header>h1,
.deck--overlay .richtext-content header>h2,
.deck--overlay .richtext-content header>h3,
.deck--overlay .richtext-content header>h4,
.deck--overlay .richtext-content header>h5,
.deck--overlay .richtext-content header>h6,
.deck--overlay [scfieldtype="rich text"] header>h1,
.deck--overlay [scfieldtype="rich text"] header>h2,
.deck--overlay [scfieldtype="rich text"] header>h3,
.deck--overlay [scfieldtype="rich text"] header>h4,
.deck--overlay [scfieldtype="rich text"] header>h5,
.deck--overlay [scfieldtype="rich text"] header>h6,
.deck--overlay header>.accordion__title,
.deck--overlay header>.heading,
.deck__content .deck--overlay header>h1,
.deck__content .deck--overlay header>h2,
.deck__content .deck--overlay header>h3,
.deck__content .deck--overlay header>h4,
.deck__content .deck--overlay header>h5,
.deck__content .deck--overlay header>h6,
.richtext-content .deck--overlay header>h1,
.richtext-content .deck--overlay header>h2,
.richtext-content .deck--overlay header>h3,
.richtext-content .deck--overlay header>h4,
.richtext-content .deck--overlay header>h5,
.richtext-content .deck--overlay header>h6,
[scfieldtype="rich text"] .deck--overlay header>h1,
[scfieldtype="rich text"] .deck--overlay header>h2,
[scfieldtype="rich text"] .deck--overlay header>h3,
[scfieldtype="rich text"] .deck--overlay header>h4,
[scfieldtype="rich text"] .deck--overlay header>h5,
[scfieldtype="rich text"] .deck--overlay header>h6 {
    color: inherit
}

.deck--vertical-split .deck__content-wrapper,
.deck--vertical-split .deck__title-wrapper {
    float: left;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .deck--vertical-split .deck__content-wrapper,
    .deck--vertical-split .deck__title-wrapper {
        padding: 0 40px
    }
}

@media (min-width:768px) {
    .deck--vertical-split:not(.deck--40-60):not(.deck--60-40) .deck__content-wrapper,
    .deck--vertical-split:not(.deck--40-60):not(.deck--60-40) .deck__title-wrapper {
        width: 50%
    }
}

@media (min-width:768px) {
    .deck--vertical-split .deck__title-wrapper {
        text-align: right
    }
}

@media (min-width:768px) {
    .deck--vertical-split .deck__content-wrapper {
        text-align: left
    }
}

.deck--vertical-split.deck--mirror .deck__content-wrapper {
    float: left
}

@media (min-width:768px) {
    .deck--vertical-split.deck--mirror .deck__content-wrapper {
        text-align: right
    }
}

.deck--vertical-split.deck--mirror .deck__title-wrapper {
    float: right
}

@media (min-width:768px) {
    .deck--vertical-split.deck--mirror .deck__title-wrapper {
        text-align: left
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--40-60.deck--mirror .deck__title-wrapper {
        width: 60%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--40-60.deck--mirror .deck__content-wrapper {
        width: 40%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--40-60 .deck__title-wrapper {
        width: 40%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--40-60 .deck__content-wrapper {
        width: 60%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--60-40.deck--mirror .deck__title-wrapper {
        width: 40%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--60-40.deck--mirror .deck__content-wrapper {
        width: 60%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--60-40 .deck__title-wrapper {
        width: 60%
    }
}

@media (min-width:768px) {
    .deck--vertical-split.deck--60-40 .deck__content-wrapper {
        width: 40%
    }
}

.deck--horizontal-split .deck__content-wrapper,
.deck--horizontal-split .deck__title-wrapper {
    width: 100%;
    height: 50%
}

.deck--intro {
    color: #005694
}

[style*=color] .deck--intro {
    color: currentColor
}

.deck--intro .deck__content__text {
    font-size: 1.2em;
    color: currentColor
}

.deck__title-wrapper {
    overflow: visible;
    position: relative
}

.deck__title-wrapper:after,
.deck__title-wrapper:before {
    display: table;
    content: " "
}

.deck__title-wrapper:after {
    clear: both
}

.deck__title__category-image img {
    margin: 10px 0 15px 0;
    height: 45px;
    width: auto
}

.deck__image.lazy {
    display: none
}

.deck__content {
    word-wrap: break-word
}

.deck__content ul {
    padding-left: 18px
}

.deck__content li {
    margin-bottom: 10px
}

.deck__content__text {
    color: currentColor
}

.details-expander.is-expanded .details-expander__body {
    opacity: 1;
    transition: height .3s ease 0s, opacity .2s linear .2s
}

.details-expander.is-expanded .details-expander__header:before {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.details-expander.is-expanded .details-expander__hide-details-label {
    display: inline
}

.details-expander.is-expanded .details-expander__view-details-label {
    display: none
}

.details-expander__header {
    cursor: pointer;
    transition: color .3s linear
}

.details-expander__header:hover {
    color: #005694
}

.details-expander__header:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #005694;
    border-right: 2px solid #005694;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px
}

.details-expander__hide-details-label {
    display: none
}

.details-expander__body {
    height: 0;
    will-change: height;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease .5s, opacity .2s linear 0s
}

@media print {
    .details-expander {
        display: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.elastic-image {
    width: 100%;
    opacity: 1;
    will-change: opacity;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"
}

.elastic-image.lazy {
    position: absolute;
    content: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
}

.elastic-image:not(.lazy) {
    animation: fadeIn;
    animation-duration: .15s
}

.elastic-image.product-deck__image {
    width: auto
}

.geo-redirect li {
    width: 100%
}

.geo-redirect li:not(:last-of-type) {
    margin: 0 0 10px 0
}

@media (min-width:768px) {
    .geo-redirect li:not(: last-of-type) {
        margin: 0 10px 0 0
    }
}

@media (min-width:768px) {
    .geo-redirect li {
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }
    .geo-redirect li:first-child:nth-last-child(3),
    .geo-redirect li:first-child:nth-last-child(3)~li {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }
}

.geo-redirect li [class^=cta]:after {
    display: none
}

.geo-redirect__language {
    padding: 10px;
    margin: 0;
    text-align: center;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .geo-redirect__language {
        padding: 20px
    }
}

.geo-redirect__language__flag>img {
    max-height: 20px;
    display: inline-block;
    max-width: 20px;
    border-radius: 100%;
    margin-bottom: 10px
}

.geo-redirect__language__name {
    color: #fff;
    display: block;
    font-size: 16px
}

.accordion__title,
.article-deck__content h1,
.article-deck__content h2,
.article-deck__content h3,
.article-deck__content h4,
.article-deck__content h5,
.article-deck__content h6,
.deck__content h1,
.deck__content h2,
.deck__content h3,
.deck__content h4,
.deck__content h5,
.deck__content h6,
.heading,
.richtext-content h1,
.richtext-content h2,
.richtext-content h3,
.richtext-content h4,
.richtext-content h5,
.richtext-content h6,
[scfieldtype="rich text"] h1,
[scfieldtype="rich text"] h2,
[scfieldtype="rich text"] h3,
[scfieldtype="rich text"] h4,
[scfieldtype="rich text"] h5,
[scfieldtype="rich text"] h6 {
    color: #005694
}

.article-deck__content [style*=color] h1,
.article-deck__content [style*=color] h2,
.article-deck__content [style*=color] h3,
.article-deck__content [style*=color] h4,
.article-deck__content [style*=color] h5,
.article-deck__content [style*=color] h6,
.deck__content [style*=color] h1,
.deck__content [style*=color] h2,
.deck__content [style*=color] h3,
.deck__content [style*=color] h4,
.deck__content [style*=color] h5,
.deck__content [style*=color] h6,
.richtext-content [style*=color] h1,
.richtext-content [style*=color] h2,
.richtext-content [style*=color] h3,
.richtext-content [style*=color] h4,
.richtext-content [style*=color] h5,
.richtext-content [style*=color] h6,
[scfieldtype="rich text"] [style*=color] h1,
[scfieldtype="rich text"] [style*=color] h2,
[scfieldtype="rich text"] [style*=color] h3,
[scfieldtype="rich text"] [style*=color] h4,
[scfieldtype="rich text"] [style*=color] h5,
[scfieldtype="rich text"] [style*=color] h6,
[style*=color] .accordion__title,
[style*=color] .article-deck__content h1,
[style*=color] .article-deck__content h2,
[style*=color] .article-deck__content h3,
[style*=color] .article-deck__content h4,
[style*=color] .article-deck__content h5,
[style*=color] .article-deck__content h6,
[style*=color] .deck__content h1,
[style*=color] .deck__content h2,
[style*=color] .deck__content h3,
[style*=color] .deck__content h4,
[style*=color] .deck__content h5,
[style*=color] .deck__content h6,
[style*=color] .heading,
[style*=color] .richtext-content h1,
[style*=color] .richtext-content h2,
[style*=color] .richtext-content h3,
[style*=color] .richtext-content h4,
[style*=color] .richtext-content h5,
[style*=color] .richtext-content h6,
[style*=color] [scfieldtype="rich text"] h1,
[style*=color] [scfieldtype="rich text"] h2,
[style*=color] [scfieldtype="rich text"] h3,
[style*=color] [scfieldtype="rich text"] h4,
[style*=color] [scfieldtype="rich text"] h5,
[style*=color] [scfieldtype="rich text"] h6 {
    color: currentColor!important
}

.accordion__title b,
.accordion__title strong,
.article-deck__content h1 b,
.article-deck__content h1 strong,
.article-deck__content h2 b,
.article-deck__content h2 strong,
.article-deck__content h3 b,
.article-deck__content h3 strong,
.article-deck__content h4 b,
.article-deck__content h4 strong,
.article-deck__content h5 b,
.article-deck__content h5 strong,
.article-deck__content h6 b,
.article-deck__content h6 strong,
.deck__content h1 b,
.deck__content h1 strong,
.deck__content h2 b,
.deck__content h2 strong,
.deck__content h3 b,
.deck__content h3 strong,
.deck__content h4 b,
.deck__content h4 strong,
.deck__content h5 b,
.deck__content h5 strong,
.deck__content h6 b,
.deck__content h6 strong,
.heading b,
.heading strong,
.richtext-content h1 b,
.richtext-content h1 strong,
.richtext-content h2 b,
.richtext-content h2 strong,
.richtext-content h3 b,
.richtext-content h3 strong,
.richtext-content h4 b,
.richtext-content h4 strong,
.richtext-content h5 b,
.richtext-content h5 strong,
.richtext-content h6 b,
.richtext-content h6 strong,
[scfieldtype="rich text"] h1 b,
[scfieldtype="rich text"] h1 strong,
[scfieldtype="rich text"] h2 b,
[scfieldtype="rich text"] h2 strong,
[scfieldtype="rich text"] h3 b,
[scfieldtype="rich text"] h3 strong,
[scfieldtype="rich text"] h4 b,
[scfieldtype="rich text"] h4 strong,
[scfieldtype="rich text"] h5 b,
[scfieldtype="rich text"] h5 strong,
[scfieldtype="rich text"] h6 b,
[scfieldtype="rich text"] h6 strong {
    font-weight: 400
}

.accordion__title br,
.article-deck__content h1 br,
.article-deck__content h2 br,
.article-deck__content h3 br,
.article-deck__content h4 br,
.article-deck__content h5 br,
.article-deck__content h6 br,
.deck__content h1 br,
.deck__content h2 br,
.deck__content h3 br,
.deck__content h4 br,
.deck__content h5 br,
.deck__content h6 br,
.heading br,
.richtext-content h1 br,
.richtext-content h2 br,
.richtext-content h3 br,
.richtext-content h4 br,
.richtext-content h5 br,
.richtext-content h6 br,
[scfieldtype="rich text"] h1 br,
[scfieldtype="rich text"] h2 br,
[scfieldtype="rich text"] h3 br,
[scfieldtype="rich text"] h4 br,
[scfieldtype="rich text"] h5 br,
[scfieldtype="rich text"] h6 br {
    display: none
}

@media (min-width:992px) {
    .accordion__title br,
    .article-deck__content h1 br,
    .article-deck__content h2 br,
    .article-deck__content h3 br,
    .article-deck__content h4 br,
    .article-deck__content h5 br,
    .article-deck__content h6 br,
    .deck__content h1 br,
    .deck__content h2 br,
    .deck__content h3 br,
    .deck__content h4 br,
    .deck__content h5 br,
    .deck__content h6 br,
    .heading br,
    .richtext-content h1 br,
    .richtext-content h2 br,
    .richtext-content h3 br,
    .richtext-content h4 br,
    .richtext-content h5 br,
    .richtext-content h6 br,
    [scfieldtype="rich text"] h1 br,
    [scfieldtype="rich text"] h2 br,
    [scfieldtype="rich text"] h3 br,
    [scfieldtype="rich text"] h4 br,
    [scfieldtype="rich text"] h5 br,
    [scfieldtype="rich text"] h6 br {
        display: block
    }
}

.heading--center {
    text-align: center
}

.heading--right {
    text-align: right
}

.heading--left {
    text-align: left
}

.icon-overlay {
    position: absolute;
    right: 0
}

.icon-overlay--left {
    left: 0
}

.icon-overlay--secondary {
    color: #adc226
}

.icon-overlay--tertiary {
    color: #e9761b
}

.icon-overlay__icon {
    margin: 20px;
    height: 80px;
    width: 60px
}

.label {
    text-transform: capitalize;
    font-weight: 400
}

a+.label,
img+.label {
    padding-top: 15px;
    clear: both
}

.label--right,
[class*="--right"] .label {
    text-align: right
}

.search-button {
    background-color: transparent;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative
}

.search-button:focus,
.search-button:hover {
    outline: 0
}

.search-button:focus svg,
.search-button:hover svg {
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.search-button svg {
    height: 50px;
    width: 50px;
    position: absolute;
    transition: transform .3s ease;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%
}

.search-button__path {
    fill: #005694
}

.product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.product-deck__product__link,
.secondary-cta {
    cursor: pointer;
    display: block;
    color: #005694;
    transition: color .3s linear;
    will-change: color;
    margin: .8em 0
}

.seperator {
    display: block;
    background-color: #005694;
    border: 0;
    position: relative;
    bottom: 0;
    height: 1px;
    width: 100%;
    max-width: 200px;
    margin-top: 0;
    margin-bottom: 1em;
    float: left
}

[style*=color] .seperator {
    background-color: currentColor
}

.seperator:after,
.seperator:before {
    display: table;
    content: " "
}

.seperator:after {
    clear: both
}

.seperator:after,
.seperator:before {
    content: ' ';
    display: block;
    position: absolute;
    background-color: inherit;
    height: 3px;
    width: 14%;
    bottom: -1px
}

.seperator:before {
    right: -1px
}

.seperator:after {
    left: -1px
}

@media (min-width:768px) {
    .deck--mirror .seperator--vertical.seperator,
    .seperator--vertical.seperator--mirror {
        right: auto;
        left: 0
    }
}

@media (min-width:768px) {
    .seperator--vertical {
        position: absolute;
        top: -5px;
        right: 0;
        height: 100%;
        width: 1px;
        max-height: 200px
    }
    .seperator--vertical:after,
    .seperator--vertical:before {
        right: -1px;
        width: 3px;
        height: 15%
    }
    .seperator--vertical:before {
        top: -1px
    }
    .seperator--vertical:after {
        bottom: -1px
    }
}

.seperator--center {
    float: none
}

.seperator--right {
    float: right
}

.seperator--left {
    float: left
}

.standfirst {
    color: #005694
}

[style*=color] .standfirst {
    color: currentColor!important
}

.standfirst b,
.standfirst strong {
    font-weight: 400
}

.standfirst br {
    display: none
}

@media (min-width:992px) {
    .standfirst br {
        display: block
    }
}

.standfirst--center {
    text-align: center
}

.standfirst--right {
    text-align: right
}

.standfirst--left {
    text-align: left
}

.top-notice {
    padding: 15px 20px;
    background-color: #fff;
    text-align: center;
    color: #012642;
    width: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    position: relative
}

.top-notice-inner {
    display:flex;
    flex-direction: row;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.top-notice button {
    width:calc(50% - 20px);
    margin-left:auto;
    background-color: #ff9900;
    border: 0;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    height: 50px;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}

.top-notice button:hover {
    background:#d66a15;
}

#imageContainer {
    margin-top:5px;
    margin-bottom:15px;
    width:calc(50% - 20px);
}

#imageContainer img {
    width:100%;
    max-width:200px
}

.medium {
    font-weight:bold;
    font-size:22px;
}

.main-navigation__item span {
    color:#000;
}

@media print {
    .top-notice {
        display: none
    }
}

.top-notice__link {
    color: #012642
}

.top-notice__link:focus,
.top-notice__link:hover {
    color: #012642
}

.top-notice__link svg {
    position: relative;
    top: 2px;
    right: 2px;
    height: 15px;
    width: 15px
}

.app-deck {
    margin: 0 auto 20px
}
f
.main-navigation__menu__secondary-level {
    display:none !important;
}

@media (min-width:768px) {
    .app-deck article {
        padding-left: 35px
    }

    .top-notice-inner {
        flex-direction: row;
    }

    #imageContainer {
        width:calc(100% - 300px);
        margin-bottom:0;
    }

    #imageContainer img {
        float:left;
        width:auto;
        max-width:auto;
    }

    .top-notice button {
        width:300px;
        margin-right:auto;
    }
}

.app-deck__images-wrapper {
    position: relative;
    margin-bottom: 1em
}

@media (min-width:768px) {
    .app-deck__images-wrapper {
        margin-bottom: 0
    }
}

.app-deck__images-wrapper:after,
.app-deck__images-wrapper:before {
    display: table;
    content: " "
}

.app-deck__images-wrapper:after {
    clear: both
}

.app-deck__image:after,
.app-deck__image:before {
    display: table;
    content: " "
}

.app-deck__image:after {
    clear: both
}

.app-deck__image--bg {
    width: 100%
}

@media (min-width:480px) and (max-width:767px) {
    .app-deck__image--bg {
        margin-bottom: 15px
    }
}

.app-deck__image--bg img {
    width: 100%
}

.app-deck__image--product {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 45%;
    float: left
}

@media (min-width:480px) and (max-width:767px) {
    .app-deck__image--product {
        bottom: 1em;
        left: 2em;
        width: 30%
    }
}

@media (min-width:768px) {
    .app-deck__image--product {
        position: absolute;
        bottom: -1em;
        left: -.5em;
        width: 40%
    }
}

@media (min-width:992px) {
    .app-deck__image--product {
        left: .5
    }
}

@media (min-width:480px) and (max-width:767px) {
    .app-deck .elastic-image {
        float: none
    }
}

.background-media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    z-index: 0;
    background-color: #e4e4e4;
    pointer-events: auto;
    opacity: 1;
    transition: opacity .3s ease 0s, z-index .1s ease 5s
}

.background-media.is-hidden {
    pointer-events: none;
    opacity: 0;
    z-index: -9999
}

@media (min-width:768px) {
    .background-media {
        position: absolute
    }
}

.background-media--overlay .background-media__content:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100
}

.background-media--overlay-dark .background-media__content:before {
    background-color: rgba(0, 0, 0, .5)
}

.background-media--overlay-light .background-media__content:before {
    background-color: rgba(255, 255, 255, .5)
}

.background-media__content {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 10
}

.background-media__content:after,
.background-media__content:before {
    display: table;
    content: " "
}

.background-media__content:after {
    clear: both
}

@media (min-width:768px) {
    .background-media__content {
        height: 100%
    }
}

.background-media__content img {
    height: 100%
}

.background-media__content>video {
    transition: opacity 1s linear;
    width: 100%;
    opacity: 0
}

@media (min-width:768px) {
    .background-media__content>video {
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute
    }
}

.background-media__content>video::-webkit-media-controls {
    opacity: 0;
    will-change: opacity;
    transition: opacity 1s linear;
    transition-delay: 1s;
    display: none
}

.background-media__content>video.is-loaded {
    opacity: 1
}

.footer {
    color: #fff;
    background-color: #012642;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.footer__logo {
    height: auto;
    margin-bottom: 20px
}

.footer__logo img {
    height: 20px
}

.footer__social-icons {
    padding-top: 20px
}

@media (min-width:992px) {
    .footer__social-icons {
        padding-top: 0;
        float: right
    }
}

.footer__social-icon {
    height: 40px;
    display: inline-block
}

.footer__social-icon:active,
.footer__social-icon:focus,
.footer__social-icon:hover {
    cursor: pointer
}

.footer__social-icon:active:before,
.footer__social-icon:focus:before,
.footer__social-icon:hover:before {
    content: none
}

.footer__social-icon img {
    margin: 0 10px;
    height: inherit
}

.footer__address {
    font-size: .83333em;
    margin-bottom: 15px
}

.footer__legal {
    font-size: .66666em
}

.footer__legal a {
    color: #fff
}

.footer__legal a:not(:last-of-type):after {
    content: '/';
    margin-left: 5px;
    margin-right: 2px
}

.geo-redirect {
    position: fixed;
    width: 100%;
    padding: 25px;
    background: #033967;
    z-index: 9;
    box-shadow: 0 0 5px #000;
    bottom: 0
}

@media print {
    .geo-redirect {
        display: none
    }
}

@media (min-width:768px) {
    .geo-redirect {
        max-width: 450px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 200px;
        border-radius: 10px;
        left: 50%;
        bottom: auto
    }
}

.geo-redirect__title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 100
}

@media (min-width:768px) {
    .geo-redirect__title {
        font-size: 34px
    }
}

.geo-redirect>ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .geo-redirect>ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.language-selector {
    background: #00477b;
    color: #fff;
    width: 100%;
    float: left;
    height: 0;
    font-size: 1rem;
    will-change: transform
}

@media (min-width:980px) {
    .language-selector {
        background: #005694;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: transform .3s cubic-bezier(.5, 0, 1, .5) .1s, top 0s linear .4s;
        position: fixed;
        top: -100%;
        right: 0;
        left: 0;
        z-index: 9999;
        float: none;
        height: auto
    }
    .pagemode-edit .language-selector {
        display: none
    }
}

.language-selector__overlay {
    display: none
}

@media (min-width:980px) {
    .language-selector__overlay {
        display: block
    }
}

.language-selector.is-visible {
    top: 0;
    height: auto;
    z-index: 9999
}

@media (min-width:980px) {
    .language-selector.is-visible {
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform .3s cubic-bezier(0, .5, .5, 1)
    }
    .language-selector.is-visible .language-selector__title {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.pagemode-edit .language-selector.is-visible {
    display: block
}

.language-selector__title {
    display: none;
    text-align: center
}

@media (min-width:980px) {
    .language-selector__title {
        display: block;
        padding: 40px 20px 0;
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        will-change: transform;
        transition: transform .3s cubic-bezier(0, .5, .5, 1) .1s
    }
}

.language-selector__region {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width:992px) {
    .language-selector__region {
        padding: 0 50px;
        display: block
    }
}

.language-selector__region__button {
    background: #fbfbfb;
    border-top: 1px solid #eee;
    color: #adc226;
    text-align: left;
    width: 100%;
    transition: background-color .5s ease-out;
    cursor: pointer;
    border-left: 5px solid transparent;
    padding: 20px
}

@media (min-width:992px) {
    .language-selector__region__button {
        text-align: center;
        float: left;
        border: none;
        border-radius: 10px;
        margin-right: 30px;
        width: calc(25% - 30px)
    }
}

.language-selector__region__button.is-active,
.language-selector__region__button:hover {
    border-color: #005694;
    border-top: 1px solid #eee
}

@media (min-width:992px) {
    .language-selector__region__button.is-active,
    .language-selector__region__button:hover {
        border: none;
        background: #005694;
        color: #fff
    }
}

.language-selector__region .is-active[data-region-id="1"]~[data-region-id="5"] {
    display: block
}

.language-selector__region .is-active[data-region-id="2"]~[data-region-id="6"] {
    display: block
}

.language-selector__region .is-active[data-region-id="3"]~[data-region-id="7"] {
    display: block
}

.language-selector__region .is-active[data-region-id="4"]~[data-region-id="8"] {
    display: block
}

.language-selector__region div[data-region-id="1"] {
    -ms-flex-order: 1;
    order: 1
}

.language-selector__region div[data-region-id="2"] {
    -ms-flex-order: 3;
    order: 3
}

.language-selector__region div[data-region-id="3"] {
    -ms-flex-order: 5;
    order: 5
}

.language-selector__region div[data-region-id="4"] {
    -ms-flex-order: 7;
    order: 7
}

.language-selector__region div[data-region-id="5"] {
    -ms-flex-order: 2;
    order: 2
}

.language-selector__region div[data-region-id="6"] {
    -ms-flex-order: 4;
    order: 4
}

.language-selector__region div[data-region-id="7"] {
    -ms-flex-order: 6;
    order: 6
}

.language-selector__region div[data-region-id="8"] {
    -ms-flex-order: 8;
    order: 8
}

.language-selector__region__countries {
    display: none
}

.language-selector__region__countries>.language-selector__list {
    padding: 20px
}

@media (min-width:992px) {
    .language-selector__region__countries>.language-selector__list {
        padding: 0 0 30px 0
    }
}

.language-selector__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

@media (min-width:992px) {
    .language-selector__wrapper {
        padding: 20px 0 60px 0
    }
}

.language-selector__list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    max-width: 1000px;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 30px;
    text-align: left
}

@media (min-width:980px) {
    .language-selector__list {
        margin-bottom: 70px;
        margin-top: 20px
    }
}

.language-selector__list__item {
    float: left;
    padding: 10px 5px;
    width: 50%
}

@media (min-width:720px) {
    .language-selector__list__item {
        width: 25%
    }
}

@media (min-width:980px) {
    .language-selector__list__item {
        width: 20%;
        padding: 5px 2px;
        margin-top: 20px
    }
}

.language-selector__language {
    padding: 10px 5px 10px 40px
}

.language-selector__language__flag img {
    max-height: 20px;
    max-width: 20px;
    border-radius: 100%;
    display: none
}

.language-selector__language__flag img.loaded {
    display: inline
}

.language-selector__language__name {
    padding-left: 5px;
    color: #fff
}

.language-selector__language__name:before {
    background: rgba(255, 255, 255, .3)
}

.language-selector__language__name:hover {
    color: #fff
}

.language-selector__close-button {
    display: none
}

@media (min-width:980px) {
    .language-selector__close-button {
        display: block;
        float: left;
        left: 50%;
        color: #0065ae;
        position: absolute;
        bottom: 30px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .language-selector__close-button:hover {
        color: #fff
    }
}

.payoffs {
    clear: both
}

@media (min-width:768px) {
    .payoffs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width:992px) {
    .payoffs {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap
    }
}

.payoffs__item {
    position: relative;
    background-color: inherit;
    color: currentColor!important;
    display: block;
    width: 100%;
    padding: 35px;
    border-bottom: 3px solid transparent
}

@media (min-width:768px) {
    .payoffs__item {
        width: 50%
    }
}

a .payoffs__item {
    cursor: pointer
}

.payoffs__item__icon {
    text-align: center
}

.payoffs__item__icon img,
.payoffs__item__icon svg {
    transition: transform .2s linear;
    width: 3em;
    height: 4.5em
}

.payoffs__item__link {
    position: absolute;
    bottom: 25px;
    color: #005694
}

@media (min-width:768px) {
    .payoffs__item__link:before {
        width: 25px;
        height: 25px
    }
}

.payoffs__item__link:hover,
.payoffs__item__link:visited {
    color: currentColor
}

.payoffs__item__link:hover:before,
.payoffs__item__link:visited:before {
    -ms-transform: translate(10px);
    transform: translate(10px)
}

.payoffs__item p,
.payoffs__item__icon {
    color: currentColor;
    padding-bottom: 15px
}

.payoffs__item__header {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width:768px) {
    .payoffs__item__icon-header-wrapper {
        display: -ms-flexbox;
        display: flex
    }
    .payoffs__item__icon {
        margin-right: 20px
    }
}

.payoffs__item:hover {
    color: inherit;
    transition: background .5s ease-out;
    border-bottom: 3px solid #005694
}

a.payoffs__item:hover img,
a.payoffs__item:hover svg {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

a.payoffs__item:hover .payoffs__item__link:before {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    background-color: #004170;
    transition: all .1s ease-in-out
}

.product-image {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.product-image__wrapper {
    height: auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative
}

.product-image__wrapper:after,
.product-image__wrapper:before {
    display: table;
    content: " "
}

.product-image__wrapper:after {
    clear: both
}

@media (min-width:768px) {
    .product-image__wrapper {
        position: absolute
    }
}

.product-image__product {
    vertical-align: bottom;
    max-height: 180px
}

.product-image__placer {
    position: absolute;
    z-index: 100;
    -ms-transform: translateY(-80%);
    transform: translateY(-80%)
}

@media (min-width:768px) {
    .product-image__placer {
        bottom: -2em;
        right: 1em;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.progress-bar {
    content: "";
    position: fixed;
    z-index: 999;
    left: 0;
    width: 100%;
    height: .4em;
    top: 0;
    overflow: hidden
}

.progress-bar__value {
    width: 0;
    height: 100%;
    max-width: 100%;
    background-color: #005694;
    transition: width .8s ease
}

.quote-deck {
    text-align: left;
    border: none;
    font-size: 1rem;
    max-width: 800px;
    width: 100%;
    margin: 65px auto!important
}

.quote-deck--center {
    margin: 0 auto;
    text-align: center
}

.quote-deck__headline-wrapper {
    overflow: visible;
    position: relative
}

.quote-deck__quotee {
    color: #012642;
    font-size: 1em;
    font-style: italic
}

.quote-deck__quotee:before {
    display: none
}

.quote-deck__quotee-image {
    width: 210px;
    height: 210px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #eee
}

.quote-deck__quotee-image:after,
.quote-deck__quotee-image:before {
    display: table;
    content: " "
}

.quote-deck__quotee-image:after {
    clear: both
}

.quote-deck__quotee-image img,
.quote-deck__quotee-image picture {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.quote-deck__quotee-image--no-image {
    display: none
}

.scroll-to-top {
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9;
    background-color: rgba(255, 255, 255, .8);
    line-height: 3.5;
    border: 2px solid #005694;
    cursor: pointer;
    color: #005694;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    opacity: 0;
    text-align: center;
    box-sizing: content-box;
    width: 40px;
    height: 40px
}

@media (min-width:992px) {
    .scroll-to-top {
        width: 50px;
        height: 50px
    }
}

@media print {
    .scroll-to-top {
        display: none
    }
}

.scroll-to-top span {
    display: none
}

@media (min-width:992px) {
    .scroll-to-top span {
        display: block
    }
}

.scroll-to-top:before {
    content: '';
    display: block;
    position: absolute;
    left: 54%;
    top: 18px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #005694;
    border-top: 1px solid #005694;
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    transition: border .2s linear
}

@media (min-width:992px) {
    .scroll-to-top:before {
        top: 21px;
        border-width: 2px;
        width: 15px;
        height: 15px
    }
}

@media (min-width:992px) {
    .scroll-to-top:hover {
        opacity: 1;
        display: inline;
        background-color: #033967;
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        color: #fff
    }
    .scroll-to-top:hover:before {
        border-color: #fff
    }
}

.scroll-to-top.is-shown {
    visibility: visible;
    opacity: 1
}

.search-box {
    position: absolute;
    background-color: #fff;
    height: 160px;
    width: 100%;
    top: 0;
    z-index: -999;
    will-change: opacity;
    opacity: 0;
    transition: opacity .3s ease
}

.search-box__wrapper {
    height: 100%;
    max-width: 600px;
    min-width: 75vw;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity .3s cubic-bezier(0, .5, .5, 1) .2s, transform .3s cubic-bezier(0, .5, .5, 1) .1s
}

@media (min-width:768px) {
    .search-box__wrapper {
        min-width: 420px
    }
}

.search-box__search-button {
    position: absolute;
    top: 50%;
    right: 3%
}

.search-box__search-field {
    text-align: center;
    width: 80%;
    top: 50%;
    height: 45px;
    left: 50%;
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    position: absolute;
    border: none;
    border-bottom: 1px solid #ccc;
    transition: border-bottom .3s ease;
    font-size: 1.6em;
    color: #005694;
    font-weight: 300;
    border-radius: 0
}

@media (min-width:768px) {
    .search-box__search-field {
        font-size: 2em
    }
}

.search-box__search-field:focus {
    outline: 0;
    border-bottom: 1px solid #005694
}

.search-box__search-field:-ms-input-placeholder {
    color: #ccc;
    font-weight: 300;
    font-size: .7em
}

.search-box__search-field::placeholder {
    color: #ccc;
    font-weight: 300;
    font-size: .7em
}

@media (min-width:768px) {
    .search-box__search-field:-ms-input-placeholder {
        font-size: .8em
    }
    .search-box__search-field::placeholder {
        font-size: .8em
    }
}

.search-box__close-button {
    color: #ccc
}

.search-box__close-button .close-button,
.search-box__close-button .video-lightbox__button {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.search-box__close-button:focus .close-button:after,
.search-box__close-button:focus .close-button:before,
.search-box__close-button:focus .video-lightbox__button:after,
.search-box__close-button:focus .video-lightbox__button:before {
    background-color: #005694
}

.search-box__close-button:hover {
    color: #005694
}

.search-box.is-visible {
    opacity: 1;
    z-index: 999
}

.search-box.is-visible .search-box__wrapper {
    opacity: 1;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.search-result {
    margin-bottom: 35px
}

.search-result__header {
    margin-bottom: 6px
}

.search-result__url {
    display: block;
    font-style: normal;
    font-size: .9em;
    color: #777;
    margin-bottom: 5px
}

.service-menu {
    width: 100%;
    background-color: #005694;
    float: left
}

@media (min-width:980px) {
    .service-menu {
        height: 30px;
        left: 0;
        top: -30px;
        position: absolute
    }
}

@media (min-width:980px) {
    .service-menu__wrapper {
        max-width: 1200px;
        margin: 0 auto
    }
}

.service-menu__list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media (min-width:980px) {
    .service-menu__list {
        float: right;
        height: 30px
    }
}

.service-menu__item {
    display: block;
    color: #fff;
    display: block;
    float: left;
    width: 100%
}

.service-menu__item:before {
    background-color: rgba(255, 255, 255, .5);
    bottom: 2px
}

@media (min-width:980px) {
    .service-menu__item {
        width: auto;
        height: 30px;
        padding-left: 0;
        font-size: 1.35rem
    }
}

.service-menu__item__link {
    cursor: pointer;
    line-height: 28px;
    color: #fff;
    padding: 20px 15px 20px 20px;
    width: 100%;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #00477b
}

@media (min-width:980px) {
    .service-menu__item__link {
        width: auto;
        display: inline;
        padding: 0 10px;
        border-bottom: none
    }
    .service-menu__item__link:before {
        left: 0
    }
    .service-menu__item__link:after {
        right: 0
    }
    .service-menu__item__link:after,
    .service-menu__item__link:before {
        content: ' ';
        position: absolute;
        width: 1px;
        background: rgba(255, 255, 255, .2);
        top: 20%;
        bottom: 20%
    }
}

.service-menu__item__link:active,
.service-menu__item__link:focus,
.service-menu__item__link:hover {
    color: #fff
}

.service-menu__caret {
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
    height: 12px;
    width: 12px;
    right: 15px;
    top: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: transform .2s ease;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right
}

.service-menu__caret.is-toggled {
    top: 12px;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.service-menu__caret.is-toggled:before {
    -ms-transform: translate(-50%, -50%) rotate();
    transform: translate(-50%, -50%) rotate()
}

@media (min-width:980px) {
    .service-menu__caret {
        display: inline-block;
        height: 7px;
        width: 7px;
        top: -2px;
        left: 2px;
        right: auto;
        float: none
    }
}

.sitemap {
    column-count: 1;
    width: 100%
}

@media (min-width:480px) and (max-width:767px) {
    .sitemap {
        column-count: 2
    }
}

@media (min-width:768px) {
    .sitemap {
        column-count: 3
    }
}

.sitemap__column {
    margin-bottom: 15px;
    padding: 0 15px;
    break-inside: avoid
}

.sitemap__column hr {
    margin: 0 0 5px 0
}

.sitemap__title {
    display: inline-block;
    margin: 5px 0
}

.sitemap__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .8em
}

.sitemap__list a {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    text-transform: capitalize
}

.spot-snippet-image {
    float: left
}

.spot-snippet-image__figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.spot-snippet-image__figure figcaption {
    margin: 1em 0;
    padding-top: .5em;
    color: #002645;
    font-size: .75em;
    font-style: italic;
    text-align: center
}

.spot-snippet-part-facts {
    float: left;
    width: 100%
}

.spot-snippet-part-facts__box {
    background: #005694;
    margin-bottom: 1em;
    padding: 20px;
    color: #fff;
    text-align: left
}

.spot-snippet-part-facts__box__number {
    font-size: 4em;
    font-weight: 100;
    display: block
}

.product-comparator__result__cell .spot-snippet-part-facts__box a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.spot-snippet-part-facts__box .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.spot-snippet-part-facts__box .product-deck__product__link,
.spot-snippet-part-facts__box .secondary-cta {
    color: currentColor
}

.spot-snippet-part-facts:after {
    content: '';
    display: table;
    clear: both
}

.spot-snippet-part-image {
    width: 100%;
    float: left
}

.spot-snippet-part-facts__half-wrapper,
.spot-snippet-part-image__half-wrapper {
    width: 100%;
    position: relative;
    text-align: left;
    float: left
}

@media print {
    .spot-snippet-part-facts__half-wrapper,
    .spot-snippet-part-image__half-wrapper {
        page-break-before: always;
        width: 50%
    }
}

@media (min-width:480px) and (max-width:767px) {
    .spot-snippet-part-facts__half-wrapper,
    .spot-snippet-part-image__half-wrapper {
        padding: 0 15px
    }
}

@media (min-width:768px) {
    .spot-snippet-part-facts__half-wrapper,
    .spot-snippet-part-image__half-wrapper {
        padding: 0 20px;
        width: 50%;
        padding: 0 30px
    }
}

.spot-snippet-part-facts__half-wrapper:first-child,
.spot-snippet-part-image__half-wrapper:first-child {
    padding-left: 0
}

.spot-snippet-part-facts__half-wrapper:last-child,
.spot-snippet-part-image__half-wrapper:last-child {
    padding-right: 0
}

.style-deck {
    float: left;
    width: 100%
}

@media (max-width:979px) {
    .swiper-container {
        position: relative;
        width: 100%;
        overflow: hidden
    }
    .swiper-container .swiper-wrapper {
        display: -ms-flexbox;
        display: flex
    }
    .swiper-container .swiper-wrapper .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%
    }
    .swiper-container .swiper-pagination {
        text-align: center
    }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2;
        cursor: pointer;
        width: 8px;
        height: 8px
    }
    .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #005694
    }
    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        position: absolute;
        top: 50%;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        border: solid #94d2ff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 12px;
        transition: opacity .1s ease-in
    }
    .swiper-container .swiper-button-next:focus,
    .swiper-container .swiper-button-prev:focus {
        outline: 0
    }
    .swiper-container .swiper-button-prev {
        left: 10px;
        right: auto;
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }
    .swiper-container .swiper-button-next {
        right: 10px;
        left: auto;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .swiper-container .swiper-button-disabled {
        display: none
    }
}

.tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #e9761b;
    border: 1px solid #e9761b;
    border-radius: 10px;
    overflow: hidden;
    margin: 65px 0
}

.tabs__label {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 20px 30px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    transition: all .5s
}

.tabs__label:not(:last-of-type) {
    border-bottom: 1px solid #ed924a
}

@media (min-width:768px) {
    .tabs__label {
        width: auto;
        border-bottom: none
    }
    .tabs__label:not(:last-of-type) {
        border-right: 1px solid #ed924a
    }
}

.tabs__label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #005694;
    transition: transform .3s;
    transform: translate3d(0, 150%, 0)
}

.tabs__label:active,
.tabs__label:hover {
    background: #adc226;
    color: #000
}

.tabs__input {
    position: absolute;
    opacity: 0
}

.tabs__input:checked+.tabs__label {
    background: #fff;
    color: #000;
    border-bottom: none
}

.tabs__input:checked+.tabs__label:after {
    transform: translate3d(0, 0, 0)
}

.tabs__input:checked+.tabs__label+.tabs__panel {
    display: block
}

.tabs__panel {
    width: 100%;
    display: none;
    padding: 20px 30px 30px;
    background: #fff
}

@media (min-width:768px) {
    .tabs__panel {
        -ms-flex-order: 99;
        order: 99
    }
}

.scSortingHandle[title*="'2 of 2' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 3' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 4' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 5' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 6' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 7' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 8' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'2 of 9' in the 'multiple-tabs'"] {
    margin-left: 110px
}

.scSortingHandle[title*="'3 of 3' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'3 of 4' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'3 of 5' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'3 of 6' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'3 of 7' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'3 of 8' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'3 of 9' in the 'multiple-tabs'"] {
    margin-left: 220px
}

.scSortingHandle[title*="'4 of 4' in the 'multiple-tabs'"] {
    margin-left: 330px
}

.scSortingHandle[title*="'4 of 5' in the 'multiple-tabs'"] {
    margin-left: 330px
}

.scSortingHandle[title*="'4 of 6' in the 'multiple-tabs'"] {
    margin-left: 330px
}

.scSortingHandle[title*="'4 of 7' in the 'multiple-tabs'"] {
    margin-left: 330px
}

.scSortingHandle[title*="'4 of 8' in the 'multiple-tabs'"] {
    margin-left: 330px
}

.scSortingHandle[title*="'4 of 9' in the 'multiple-tabs'"] {
    margin-left: 330px
}

.scSortingHandle[title*="'5 of 5' in the 'multiple-tabs'"] {
    margin-left: 440px
}

.scSortingHandle[title*="'5 of 6' in the 'multiple-tabs'"] {
    margin-left: 440px
}

.scSortingHandle[title*="'5 of 7' in the 'multiple-tabs'"] {
    margin-left: 440px
}

.scSortingHandle[title*="'5 of 8' in the 'multiple-tabs'"] {
    margin-left: 440px
}

.scSortingHandle[title*="'5 of 9' in the 'multiple-tabs'"] {
    margin-left: 440px
}

.scSortingHandle[title*="'6 of 6' in the 'multiple-tabs'"] {
    margin-left: 550px
}

.scSortingHandle[title*="'6 of 7' in the 'multiple-tabs'"] {
    margin-left: 550px
}

.scSortingHandle[title*="'6 of 8' in the 'multiple-tabs'"] {
    margin-left: 550px
}

.scSortingHandle[title*="'6 of 9' in the 'multiple-tabs'"] {
    margin-left: 550px
}

.scSortingHandle[title*="'7 of 7' in the 'multiple-tabs'"] {
    margin-left: 660px
}

.scSortingHandle[title*="'7 of 8' in the 'multiple-tabs'"] {
    margin-left: 660px
}

.scSortingHandle[title*="'7 of 9' in the 'multiple-tabs'"] {
    margin-left: 660px
}

.scSortingHandle[title*="'8 of 8' in the 'multiple-tabs'"] {
    margin-left: 770px
}

.scSortingHandle[title*="'8 of 9' in the 'multiple-tabs'"] {
    margin-left: 770px
}

.scSortingHandle[title*="'9 of 9' in the 'multiple-tabs'"] {
    margin-left: 880px
}

[data-ajax-content-loaded-from] {
    float: left;
    transition: opacity .3s linear;
    will-change: opacity;
    width: 100%
}

.user-segment {
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0 10px 35px 0;
    transition: opacity 1s linear;
    opacity: .5;
    width: 100%
}

.user-segment:after,
.user-segment:before {
    display: table;
    content: " "
}

.user-segment:after {
    clear: both
}

.user-segment:focus:not(.is-active),
.user-segment:hover:not(.is-active) {
    opacity: .8
}

@media (min-width:768px) {
    .user-segment {
        margin: 10px 10px 35px
    }
}

.user-segment.is-active {
    opacity: 1
}

.user-segment.is-active:after {
    background-color: #005694!important
}

.user-segment__image {
    display: none;
    overflow: hidden;
    height: 400px;
    object-fit: cover
}

@media (min-width:768px) {
    .user-segment__image {
        width: 100%;
        display: block
    }
}

.user-segment__image.lazy {
    position: relative;
    background-color: #eee
}

.user-segment:after {
    content: ' ';
    display: block;
    border-radius: 100%;
    background-color: #fff;
    border: .5em solid #fff;
    height: 3em;
    width: 3em;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 0;
    z-index: 10;
    transition: background-color .3s linear
}

.user-segment__title {
    color: #fff;
    background-color: #033967;
    bottom: 0;
    display: block;
    width: 100%;
    font-weight: 100;
    text-align: center;
    margin: 0;
    padding: 20px 20px 40px;
    height: 100%;
    min-height: 200px
}

.user-segment__title h1,
.user-segment__title h2,
.user-segment__title h3 {
    color: currentColor;
    font-size: 2.667em;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:768px) {
    .user-segment__image~.user-segment__title {
        background-color: rgba(3, 57, 103, .5);
        height: auto;
        position: absolute
    }
}

.video-lightbox {
    overflow: hidden
}

.video-lightbox__header {
    border: none;
    z-index: 10
}

.video-lightbox__button {
    background-color: #005694;
    border: 10px solid #005694;
    padding: 10px;
    color: #fff;
    float: right;
    font-size: 20px;
    right: 0;
    top: auto;
    left: 50%;
    bottom: -80px;
    border-radius: 100%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.video-lightbox__button:after,
.video-lightbox__button:before {
    opacity: .6;
    transition: opacity .3s linear
}

.video-lightbox__button:active:after,
.video-lightbox__button:active:before,
.video-lightbox__button:focus:after,
.video-lightbox__button:focus:before,
.video-lightbox__button:hover:after,
.video-lightbox__button:hover:before {
    opacity: 1
}

.video-lightbox__content {
    box-shadow: none
}

@media (max-width:480px) {
    #video-lightbox .modal-lg {
        width: 99vw;
        margin: 0
    }
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0 0 20px 0
}

.video-thumbnail[data-video-lightbox],
a>.video-thumbnail {
    cursor: pointer
}

.video-thumbnail--small {
    height: 230px
}

.video-thumbnail__image {
    display: block;
    width: 100%;
    min-height: inherit
}

.modernizr-no-object-fit .video-thumbnail__image[data-object-fit=cover],
.no-js .video-thumbnail__image[data-object-fit=cover] {
    width: 100%!important
}

.video-thumbnail__image>img {
    width: 100%
}

.video-thumbnail__caption {
    display: block;
    background-color: rgba(1, 38, 66, .5);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 10px 40px 10px 15px;
    color: #ececec;
    height: auto;
    min-height: 40px
}

.lazy~.video-thumbnail__caption {
    display: none
}

.video-thumbnail__caption b,
.video-thumbnail__caption strong {
    font-weight: 400
}

.full-width-video[data-video-lightbox] .elastic-image:after,
.video-thumbnail:after,
.video:not(body) .background-media:after,
.video__internal__play-button:after {
    content: ' ';
    width: 20%;
    padding-top: 20%;
    height: auto;
    display: inline-block;
    z-index: 90;
    /*background-image: url(/images/beltone-play-button.svg);*/
    cursor: pointer
}

.full-width-video[data-video-lightbox] .elastic-image:after,
.full-width-video[data-video-lightbox] .elastic-image:before,
.video-thumbnail:after,
.video-thumbnail:before,
.video:not(body) .background-media:after,
.video:not(body) .background-media:before,
.video__internal__play-button:after,
.video__internal__play-button:before {
    transition: transform .2s cubic-bezier(.5, .27, .6, 1.01), box-shadow .3s linear;
    will-change: transform;
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: -9999px;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scale(1) translateX(-50%) translateY(-50%);
    transform: scale(1) translateX(-50%) translateY(-50%)
}

.full-width-video[data-video-lightbox] .elastic-image:active:after,
.full-width-video[data-video-lightbox] .elastic-image:active:before,
.full-width-video[data-video-lightbox] .elastic-image:focus:after,
.full-width-video[data-video-lightbox] .elastic-image:focus:before,
.full-width-video[data-video-lightbox] .elastic-image:hover:after,
.full-width-video[data-video-lightbox] .elastic-image:hover:before,
.video-thumbnail:active:after,
.video-thumbnail:active:before,
.video-thumbnail:focus:after,
.video-thumbnail:focus:before,
.video-thumbnail:hover:after,
.video-thumbnail:hover:before,
.video:not(body) .background-media:active:after,
.video:not(body) .background-media:active:before,
.video:not(body) .background-media:focus:after,
.video:not(body) .background-media:focus:before,
.video:not(body) .background-media:hover:after,
.video:not(body) .background-media:hover:before,
.video__internal__play-button:active:after,
.video__internal__play-button:active:before,
.video__internal__play-button:focus:after,
.video__internal__play-button:focus:before,
.video__internal__play-button:hover:after,
.video__internal__play-button:hover:before {
    -ms-transform: scale(1.25) translateX(-50%) translateY(-50%);
    transform: scale(1.25) translateX(-50%) translateY(-50%)
}

.full-width-video[data-video-lightbox] .elastic-image:active:after,
.full-width-video[data-video-lightbox] .elastic-image:focus:after,
.video-thumbnail:active:after,
.video-thumbnail:focus:after,
.video:not(body) .background-media:active:after,
.video:not(body) .background-media:focus:after,
.video__internal__play-button:active:after,
.video__internal__play-button:focus:after {
    outline: 0;
    box-shadow: 0 0 10px 0 #005694
}

.video:after,
.video:before {
    display: table;
    content: " "
}

.video:after {
    clear: both
}

@media print {
    .video {
        display: none
    }
}

.video+.video {
    margin-top: 15px
}

@media (min-width:768px) {
    .video+.video {
        margin-top: 65px
    }
}

.video:not(body) .background-media {
    position: absolute;
    z-index: 2
}

.video:not(body) .background-media:after,
.video:not(body) .background-media:before {
    display: table;
    content: " "
}

.video:not(body) .background-media:after {
    clear: both
}

.video__internal__wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: auto;
    height: auto
}

.video__internal__wrapper:after,
.video__internal__wrapper:before {
    display: table;
    content: " "
}

.video__internal__wrapper:after {
    clear: both
}

.video__internal__video {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    display: block
}

.video__internal__video:after,
.video__internal__video:before {
    display: table;
    content: " "
}

.video__internal__video:after {
    clear: both
}

.video__internal__play-button {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    color: transparent;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lazy+.video__internal__play-button {
    display: none
}

.video__internal__play-button:active,
.video__internal__play-button:focus {
    outline: 0
}

.video__youtube {
    pointer-events: none
}

.video__youtube__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.video__youtube__wrapper:after,
.video__youtube__wrapper:before {
    display: table;
    content: " "
}

.video__youtube__wrapper:after {
    clear: both
}

.video__youtube__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.video__twentythree {
    background-color: #000
}

.video__twentythree__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.24999999296875%
}

.video__twentythree__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.article-deck__actions {
    padding: 20px 0;
    text-align: right
}

@media print {
    .article-deck__actions {
        display: none
    }
}

.article-deck__actions__button {
    display: inline-block;
    color: #005694!important;
    text-align: left;
    font-size: 16px
}

.article-deck__actions__button+.article-deck__actions__button {
    margin-left: .5em
}

.article-deck__actions__button:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle
}

.article-deck__actions__button--print:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgba(0, 86, 148, 0.99)' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M34,12h-5V4H11v8H6c-1.654,0-3,1.346-3,3v12c0,1.654,1.346,3,3,3h5v6h18v-6h5c1.654,0,3-1.346,3-3V15 C37,13.346,35.654,12,34,12z M13,6h14v6H13V6z M27,34H13V24h14V34z M35,27c0,0.552-0.448,1-1,1h-5v-4h2v-2H9v2h2v4H6 c-0.552,0-1-0.448-1-1V15c0-0.552,0.448-1,1-1h28c0.552,0,1,0.448,1,1V27z M25,30H15v2h10V30z M25,26H15v2h10V26z M32,18 c-0.552,0-1,0.448-1,1s0.448,1,1,1c0.552,0,1-0.448,1-1S32.552,18,32,18z M28,18c-0.552,0-1,0.448-1,1s0.448,1,1,1 c0.552,0,1-0.448,1-1S28.552,18,28,18z' /%3E %3C/svg%3E")
}

.article-deck__actions__button--share:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='rgba(0, 86, 148, 0.99)' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M30,23c-2.376,0-4.474,1.196-5.74,3.013l-7.646-3.823C16.845,21.496,17,20.769,17,20 s-0.155-1.496-0.385-2.189l7.646-3.823C25.526,15.804,27.624,17,30,17c3.859,0,7-3.141,7-7s-3.141-7-7-7s-7,3.141-7,7 c0,0.769,0.155,1.496,0.385,2.189l-7.646,3.823C14.473,14.196,12.376,13,10,13c-3.859,0-7,3.141-7,7s3.141,7,7,7 c2.376,0,4.473-1.196,5.739-3.012l7.646,3.823C23.155,28.504,23,29.231,23,30c0,3.859,3.141,7,7,7s7-3.141,7-7S33.859,23,30,23z M30,5c2.757,0,5,2.243,5,5s-2.243,5-5,5s-5-2.243-5-5S27.243,5,30,5z M10,25c-2.757,0-5-2.243-5-5s2.243-5,5-5s5,2.243,5,5 S12.757,25,10,25z M30,35c-2.757,0-5-2.243-5-5s2.243-5,5-5s5,2.243,5,5S32.757,35,30,35z' /%3E %3C/svg%3E")
}

.article-deck__content h1,
.article-deck__content h2,
.article-deck__content h3,
.article-deck__content h4,
.article-deck__content h5,
.article-deck__content h6 {
    color: #005694
}

.article-deck__content__link--block {
    display: block;
    position: relative;
    padding: 1em 0 1em 1em;
    color: #005694;
    text-decoration: none;
    margin: .75em 0 1.25em;
    padding: .25em 0 .25em 1em
}

.article-deck__content__link--block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1em;
    width: .5em;
    height: .5em;
    background: 0 0;
    margin-top: -1px;
    margin-left: 10px;
    border-top: 1px solid #005694;
    border-right: 1px solid #005694;
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

@media print {
    .article-deck__content__link--block {
        display: none
    }
}

.article-deck__content .deck__content,
.article-deck__content .richtext-content {
    overflow: hidden
}

.article-list {
    clear: both;
    line-height: 1.5;
    margin: 1.5em 0;
    border-left: 5px solid #ddd
}

.article-list li {
    margin: .5em 0
}

.printableArea--showArea {
    visibility: visible
}

@media print {
    .printableArea--showArea {
        position: absolute;
        left: 0;
        top: 0
    }
}

.blog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0
}

.blog__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 100%;
    flex: 100%
}

@media (min-width:768px) {
    .blog__main {
        -ms-flex: 75%;
        flex: 75%
    }
}

.blog__sidebar {
    -ms-flex: 100%;
    flex: 100%
}

@media (min-width:768px) {
    .blog__sidebar {
        -ms-flex: 25%;
        flex: 25%
    }
}

.blog__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.blog__item {
    width: 100%;
    padding: 10px;
    position: relative
}

@media (min-width:768px) {
    .blog__item {
        width: calc(100% / 3)
    }
}

.blog__item-inner-wrap {
    background-color: #f1efee;
    height: 100%
}

.blog__content {
    padding: 15px 20px 50px 20px
}

.blog__teaser {
    font-size: 16px
}

.blog__title {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 10px;
    font-weight: 600
}

.blog__read-more {
    position: absolute;
    bottom: 10px
}

.blog__sidebar-container {
    padding: 10px
}

.blog__sidebar-headline {
    background-color: #dedede;
    font-size: 18px;
    line-height: 33px;
    padding-left: 10px;
    font-weight: 600
}

.blog__sidebar-inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ebebeb;
    padding: 5px
}

.blog__sidebar-item {
    padding: 0 8px;
    margin: 5px;
    background-color: #c5c5c5;
    line-height: 27px;
    transition: all .1s;
    width: 100%
}

.blog__sidebar-item:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blog__sidebar-item a {
    color: #000
}

@media (min-width:768px) {
    .blog__entry {
        padding-right: 20px
    }
}

.blog__entry-image {
    width: 100%;
    height: auto
}

.blog__entry-image-label {
    color: #e5e5e5;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0
}

.blog__entry-content {
    padding-top: 30px
}

.blog__entry-introduction {
    font-style: italic
}

.content-deck {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    margin: 65px 0
}

@media (min-width:768px) {
    .content-deck .app-deck,
    .content-deck .deck {
        padding: 0 65px 0 0
    }
}

@media (min-width:768px) {
    .content-deck {
        -ms-flex-flow: row;
        flex-flow: row
    }
}

@media (min-width:768px) {
    .content-deck--40-60 .content-deck__section:nth-of-type(1) {
        -ms-flex: 2;
        flex: 2
    }
    .content-deck--40-60 .content-deck__section:nth-of-type(2) {
        -ms-flex: 3;
        flex: 3
    }
}

@media (min-width:768px) {
    .content-deck--60-40 .content-deck__section:nth-of-type(1) {
        -ms-flex: 3;
        flex: 3
    }
    .content-deck--60-40 .content-deck__section:nth-of-type(2) {
        -ms-flex: 2;
        flex: 2
    }
}

@media (min-width:768px) {
    .content-deck--mirror {
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }
    .content-deck--mirror .app-deck,
    .content-deck--mirror .deck {
        padding: 0 0 0 65px
    }
    .content-deck--mirror.content-deck--40-60 .content-deck__section:nth-of-type(1) {
        -ms-flex: 3;
        flex: 3
    }
    .content-deck--mirror.content-deck--40-60 .content-deck__section:nth-of-type(2) {
        -ms-flex: 2;
        flex: 2
    }
    .content-deck--mirror.content-deck--60-40 .content-deck__section:nth-of-type(1) {
        -ms-flex: 2;
        flex: 2
    }
    .content-deck--mirror.content-deck--60-40 .content-deck__section:nth-of-type(2) {
        -ms-flex: 3;
        flex: 3
    }
}

.content-deck--mirror .content-deck__image:after {
    right: auto;
    left: 0
}

.content-deck__image {
    position: relative
}

.content-deck__section {
    width: 100%;
    float: left
}

@media (min-width:768px) {
    .content-deck__section {
        width: 50%
    }
}

.content-deck__section__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    float: left
}

.pagemode-edit .content-deck__section .scLooseFrameZone {
    width: 100%
}

.dispenser-locator-teaser {
    overflow: hidden
}

.dispenser-locator-teaser input[type=checkbox] {
    display: none
}

.dispenser-locator-teaser input[type=checkbox]:checked~.dispenser-locator-teaser__container {
    right: 0
}

.dispenser-locator-teaser input[type=checkbox]:checked~.dispenser-locator-teaser__link {
    right: 90%
}

@media (min-width:768px) {
    .dispenser-locator-teaser input[type=checkbox]:checked~.dispenser-locator-teaser__link {
        right: 45%
    }
}

@media (min-width:992px) {
    .dispenser-locator-teaser input[type=checkbox]:checked~.dispenser-locator-teaser__link {
        right: 20%
    }
}

.dispenser-locator-teaser input[type=checkbox]:checked~.dispenser-locator-teaser__link>label:after {
    content: "×";
    color: #000;
    margin-left: 10px;
    font-weight: 700
}

.dispenser-locator-teaser input[type=checkbox]:checked~.dispenser-locator-teaser__link>label:hover:after {
    color: #960000
}

.dispenser-locator-teaser__link {
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    position: fixed;
    z-index: 99;
    right: 0;
    transition: all .5s ease-in;
    top: 40%
}

.dispenser-locator-teaser__link label {
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
    color: #fff;
    background: #005694;
    position: absolute;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: table
}

.dispenser-locator-teaser__link label:after {
    content: "";
    transition: all .2s ease-in
}

.dispenser-locator-teaser__container {
    position: fixed;
    z-index: 9999;
    width: 90%;
    right: -90%;
    background: #fff;
    padding: 40px;
    transition: all .5s ease-in;
    box-shadow: 0 0 10px 0 rgba(189, 189, 189, .3);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .dispenser-locator-teaser__container {
        right: -45%;
        width: 45%
    }
}

@media (min-width:992px) {
    .dispenser-locator-teaser__container {
        width: 20%;
        right: -20%
    }
}

.dispenser-locator-teaser__container__title {
    font-size: 25px;
    font-weight: 700
}

.dispenser-locator-teaser__container__close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 0 0;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

.dispenser-locator-teaser__container__close-button:hover {
    color: #960000
}

.dispenser-locator-teaser__container__close-button:after {
    content: "×"
}

.dispenser-locator-teaser__container img {
    height: 130px;
    text-align: center;
    width: 100%;
    margin: 30px 0
}

.dispenser-locator-teaser__container input {
    border-radius: 10px
}

.dispenser-locator-teaser__container .cta {
    width: 100%
}

@media print {
    .dispenser-locator-teaser {
        display: none;
        border: 2px solid red
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.ngProgressLite {
    pointer-events: none
}

[ng-app=GNDispenserLocator] {
    position: relative
}

[ng-app=GNDispenserLocator]:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    border: 5px solid #bbb;
    border-top-color: #005694;
    animation: spinner .4s linear infinite
}

.ngProgressLiteBar {
    background: #005694;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 3px
}

.ngProgressLite .ngProgressLiteBarShadow {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #005694, 0 0 5px #005694;
    opacity: 1;
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

.dispenser-locator {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ececec;
    width: 100%;
    position: relative;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    transition: .3s linear opacity;
    transition-delay: .3s
}

.dispenser-locator.loaded {
    opacity: 1
}

.dispenser-locator.isIphone {
    overflow: visible
}

.dispenser-locator.isIphone .dispenser-locator__map__form {
    overflow: visible
}

@media (min-width:768px) {
    .dispenser-locator.openList .dispenser-locator__search {
        left: 25%;
        width: 50%
    }
}

.dispenser-locator.openList .dispenser-locator__list__items {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dispenser-locator .tabs li a {
    height: 45px
}

@media (min-width:992px) {
    .dispenser-locator .tabs li a {
        height: 75px
    }
}

@media (max-width:992px) {
    .accordion--large .dispenser-locator .tabs li a .accordion__title,
    .dispenser-locator .tabs li a .accordion--large .accordion__title,
    .dispenser-locator .tabs li a .h4,
    .dispenser-locator .tabs li a .product-comparator__selector-item__title,
    .dispenser-locator .tabs li a h4 {
        font-size: 13px!important
    }
}

.dispenser-locator__map {
    background-color: #e5e3df;
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto
}

.dispenser-locator__map ng-map {
    height: 90vh
}

@media (max-width:768px) {
    .dispenser-locator__map ng-map {
        height: 70vh
    }
}

.dispenser-locator__map__controls {
    position: absolute;
    -ms-transform: translateY(275px);
    transform: translateY(275px);
    right: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    text-align: center
}

@media (max-width:768px) {
    .dispenser-locator__map__controls {
        position: fixed;
        bottom: 0;
        -ms-transform: none;
        transform: none;
        z-index: -1
    }
}

.dispenser-locator__map__form .request-form__button,
.dispenser-locator__map__zoom-in,
.dispenser-locator__map__zoom-out {
    cursor: pointer;
    width: 100%;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5px;
    bottom: 5px;
    height: 35px;
    width: 40px
}

@media (max-width:768px) {
    .dispenser-locator__map__form .request-form__button,
    .dispenser-locator__map__zoom-in,
    .dispenser-locator__map__zoom-out {
        display: none
    }
}

@media (min-width:768px) {
    .dispenser-locator__map__form .request-form__button,
    .dispenser-locator__map__zoom-in,
    .dispenser-locator__map__zoom-out {
        height: 40px;
        width: 50px;
        font-size: 30px
    }
}

.dispenser-locator__map__form {
    position: absolute;
    top: 0;
    right: calc(-100% + 40px);
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    padding-left: 40px;
    transition: right .5s;
    will-change: right
}

@media (max-width:768px) {
    .dispenser-locator__map__form {
        right: 0;
        padding-left: 0;
        position: fixed;
        height: calc(100% - 65px);
        top: 100%;
        transition: top .5s
    }
}

@media (min-width:768px) {
    .dispenser-locator__map__form {
        width: 50%;
        right: calc(-50% + 50px);
        padding-left: 50px
    }
}

.dispenser-locator__map__form.open {
    right: 0;
    z-index: 20
}

@media (max-width:768px) {
    .dispenser-locator__map__form.open {
        top: 65px
    }
    .dispenser-locator__map__form.open .dispenser-locator__request-appointment__send-request {
        bottom: 0
    }
}

.dispenser-locator__map__form .request-form {
    background: #fff;
    padding: 0 30px;
    height: 100%
}

@media (max-width:768px) {
    .dispenser-locator__map__form .request-form {
        overflow-y: auto;
        padding-bottom: 40px
    }
}

.dispenser-locator__map__form .request-form__button {
    display: -ms-flexbox;
    display: flex;
    background: #bcbec0;
    white-space: nowrap;
    height: 40vh
}

@media (max-width:768px) {
    .dispenser-locator__map__form .request-form__button {
        height: 40px;
        width: 100%;
        bottom: 0;
        margin: 0
    }
}

.dispenser-locator__map__form .request-form__button>span {
    font-size: .7em;
    display: -ms-flexbox;
    display: flex;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media (min-width:992px) {
    .dispenser-locator__map__form .request-form__button>span {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.dispenser-locator__map__form .request-form h2 {
    margin: .5em 0;
    font-size: 1.7em
}

@media (min-width:768px) {
    .dispenser-locator__map__form .request-form h2 {
        font-size: 2em
    }
}

.dispenser-locator__map__form .request-form__close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

.dispenser-locator__map__form .request-form__close-button:hover {
    color: #960000
}

.dispenser-locator__map__form .request-form__close-button:after {
    content: "×"
}

.dispenser-locator__distance svg {
    height: 30px;
    width: 42px
}

.dispenser-locator__distance-icon {
    fill: #005694
}

.dispenser-locator__distance__value {
    font-size: 14px;
    font-weight: 700
}

.dispenser-locator__search {
    width: 100%;
    z-index: 15;
    max-width: 1200px;
    position: relative;
    padding: 20px;
    float: left;
    transition: all .5s ease
}

@media (min-width:768px) {
    .dispenser-locator__search {
        padding: 0;
        width: 75%;
        left: 50%;
        margin: 30px 30px 15px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.dispenser-locator__search:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px
}

.dispenser-locator__search::placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px
}

.dispenser-locator__search::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px
}

.dispenser-locator__search:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px
}

.dispenser-locator__search::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px
}

.dispenser-locator__search:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    opacity: 1
}

@media (min-width:768px) {
    .dispenser-locator__search:-ms-input-placeholder {
        font-size: 20px
    }
    .dispenser-locator__search::placeholder {
        font-size: 20px
    }
    .dispenser-locator__search::-webkit-input-placeholder {
        font-size: 20px
    }
    .dispenser-locator__search:-moz-placeholder {
        opacity: 1;
        font-size: 20px
    }
    .dispenser-locator__search::-moz-placeholder {
        font-size: 20px
    }
    .dispenser-locator__search:-ms-input-placeholder {
        font-size: 20px
    }
}

.dispenser-locator__search__input {
    padding-left: 15px;
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
    color: #666;
    position: relative;
    float: left;
    border: none;
    font-size: 20px
}

.dispenser-locator__search__button {
    background-color: #fff;
    border: none;
    color: #fff;
    float: right;
    height: 50px;
    display: block;
    width: 100%
}

.dispenser-locator__search__button svg {
    max-height: 100%
}

.dispenser-locator__search__button svg path {
    fill: #000
}

.dispenser-locator__search .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    color: #fff;
    box-shadow: none;
    position: absolute;
    background-clip: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -1px 0;
    padding: 0;
    font-size: 12px;
    z-index: 13;
    box-shadow: 0 22px 31px -26px rgba(0, 0, 0, .75)
}

@media (min-width:992px) {
    .dispenser-locator__search .dropdown-menu {
        font-size: 15px
    }
}

.dispenser-locator__search .dropdown-menu li {
    border-bottom: 1px #eee solid
}

.dispenser-locator__search .dropdown-menu li>a {
    padding: 10px 15px;
    color: #666
}

.dispenser-locator__search .dropdown-menu .active>a {
    color: #666;
    background-color: #dadada
}

.dispenser-locator__search__filter-icons:after,
.dispenser-locator__search__filter-icons:before {
    display: table;
    content: " "
}

.dispenser-locator__search__filter-icons:after {
    clear: both
}

.dispenser-locator__search__filter-icons__image {
    height: 25px;
    width: 30px;
    margin: 0 5px
}

.dispenser-locator__search__filters-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.dispenser-locator__search__filters {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-right: 30px
}

.dispenser-locator__search__filters span {
    white-space: nowrap;
    font-size: .8em;
    line-height: 30px
}

.dispenser-locator__search__filters-show {
    width: 100%;
    margin-top: 10px;
    z-index: 2;
    cursor: pointer;
    border-bottom: 1px solid grey
}

@media (min-width:768px) {
    .dispenser-locator__search__filters-show {
        display: none
    }
}

@media (max-width:768px) {
    .dispenser-locator__search__filters-show.showfilters+.dispenser-locator__search__filters-expand {
        height: 200px;
        transition: height .3s ease-in
    }
}

.dispenser-locator__search__filters-expand {
    height: 0;
    transition: height .3s ease-out;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .dispenser-locator__search__filters-expand {
        height: auto;
        display: -ms-flexbox;
        display: flex
    }
}

.dispenser-locator__search__filters-top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.dispenser-locator__search__filter {
    width: 30px;
    position: relative
}

.dispenser-locator__search__filter label {
    margin: 0;
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #ececec;
    border: 2px solid #ccc
}

.dispenser-locator__search__filter label:after {
    opacity: .1;
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: 0 0;
    top: 6px;
    left: 6px;
    border: 2px solid #666;
    border-top: none;
    border-right: none;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.dispenser-locator__search__filter label:hover::after {
    opacity: .5
}

.dispenser-locator__search__filter input[type=checkbox] {
    margin: 0 6px
}

.dispenser-locator__search__filter input[type=checkbox]:checked+label:after {
    opacity: 1;
    border-color: #005694
}

.dispenser-locator__search__location-button {
    height: 50px;
    display: block;
    width: 100%;
    background-color: #b6ada5;
    border: none;
    padding: 0
}

.dispenser-locator__search__location-button svg {
    height: 100%;
    width: 100%;
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.dispenser-locator__search__location-button svg path {
    fill: #fff
}

.dispenser-locator__list {
    width: 100%;
    background-color: #fff;
    float: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

@media (min-width:768px) {
    .dispenser-locator__list {
        height: 15vh
    }
}

.dispenser-locator__list__count {
    font-size: 18px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ececec;
    width: 100%;
    -ms-flex-order: -1;
    order: -1
}

@media (min-width:768px) {
    .dispenser-locator__list__count {
        width: 24%;
        -ms-flex-order: inherit;
        order: inherit
    }
}

.dispenser-locator__list__pager {
    padding: 0 15px;
    margin: 0
}

.dispenser-locator__list__pager .pagination-page.active {
    text-decoration: underline
}

.dispenser-locator__list__pager .disabled a,
.dispenser-locator__list__pager .pagination-next a,
.dispenser-locator__list__pager .pagination-prev a {
    font-size: 60px;
    padding: 6px 26px;
    color: #a09f9f;
    background: 0 0;
    border: none
}

.dispenser-locator__list__pager .disabled a:focus,
.dispenser-locator__list__pager .disabled a:hover,
.dispenser-locator__list__pager .pagination-next a:focus,
.dispenser-locator__list__pager .pagination-next a:hover,
.dispenser-locator__list__pager .pagination-prev a:focus,
.dispenser-locator__list__pager .pagination-prev a:hover {
    background: 0 0;
    border: none;
    color: #005694
}

.dispenser-locator__list__pager .disabled.disabled,
.dispenser-locator__list__pager .pagination-next.disabled,
.dispenser-locator__list__pager .pagination-prev.disabled {
    display: none
}

.dispenser-locator__list__items {
    padding: 0 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ececec
}

.dispenser-locator__list__items>[ng-repeat] {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    border-top: 1px solid #fff
}

@media (min-width:768px) {
    .dispenser-locator__list__items>[ng-repeat] {
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 20%;
        border: none
    }
}

@media (min-width:768px) {
    .dispenser-locator__list__items {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.dispenser-locator__list__item {
    padding: 25px 15px;
    color: #666;
    cursor: pointer;
    background-color: #ececec;
    transition: background-color .2s ease;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .dispenser-locator__list__item {
        padding: 10px 15px 0 15px;
        border-right: 2px solid #fff;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.dispenser-locator__list__item.active {
    background-color: #dbdbdb
}

.dispenser-locator__list__item.oneItem {
    border-bottom: 2px solid #fff
}

@media (min-width:768px) {
    .dispenser-locator__list__item.oneItem {
        border-bottom: none;
        border-left: 2px solid #fff
    }
}

.dispenser-locator__list__item.ng-enter,
.dispenser-locator__list__item.ng-leave {
    animation: none;
    transition: none
}

.dispenser-locator__list__item .fa-star {
    color: #f29c21
}

.dispenser-locator__list__item__details {
    font-size: 14px
}

.dispenser-locator__infobox {
    width: 0;
    position: relative;
    cursor: default;
    padding: 15px;
    font-size: 1rem;
    background: #fff;
    opacity: 0;
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: opacity .2s, transform .3s;
    box-shadow: 10px 10px 46px -12px rgba(0, 0, 0, .38)
}

@media (min-width:768px) {
    .dispenser-locator__infobox {
        width: 300px
    }
}

@media (min-width:992px) {
    .dispenser-locator__infobox {
        width: 315px
    }
}

.dispenser-locator__infobox__title {
    margin: .3em 0
}

.dispenser-locator__infobox__addressLinks {
    margin-bottom: 0
}

.dispenser-locator__infobox .close-button,
.dispenser-locator__infobox .video-lightbox__button {
    padding-left: 10px;
    position: relative;
    top: -5px;
    width: 15px;
    color: #bbb
}

.dispenser-locator__infobox.show {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.dispenser-locator__infobox:not(.show) {
    pointer-events: none
}

.dispenser-locator__infobox:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 95px;
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -8px;
    margin-left: -1px
}

.dispenser-locator__infobox__request {
    width: 100%;
    background-color: transparent;
    text-align: left;
    border: none;
    color: #005694;
    padding: 10px 0;
    font-size: 13px
}

.dispenser-locator__infobox a,
.dispenser-locator__infobox__link {
    cursor: pointer
}

.dispenser-locator__infobox__container {
    width: 100%;
    display: table
}

.dispenser-locator__infobox__container>div {
    display: table-cell
}

.dispenser-locator__infobox-mobile {
    display: none;
    z-index: 100;
    position: fixed;
    background: #000;
    bottom: 40px;
    color: #fff;
    padding: 10px;
    width: 100%
}

.dispenser-locator__infobox-mobile .close-button,
.dispenser-locator__infobox-mobile .video-lightbox__button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px
}

.dispenser-locator__infobox-mobile__appointment-text {
    font-size: 9px;
    padding-top: 7px
}

.dispenser-locator__infobox-mobile__address {
    font-size: 10px
}

.dispenser-locator__infobox-mobile__addressLinks {
    padding-bottom: 7px
}

.dispenser-locator__infobox-mobile__container {
    display: -ms-flexbox;
    display: flex
}

.dispenser-locator__infobox-mobile__left-container {
    width: 60%;
    font-size: 9px
}

.dispenser-locator__infobox-mobile__right-container {
    width: 40%
}

.dispenser-locator__infobox-mobile__directions {
    color: #fff;
    text-decoration: underline
}

.dispenser-locator__infobox-mobile__directions:before {
    content: ' ';
    display: inline-block;
    will-change: transform;
    /*background: url(/images/arrow_nobg.png) no-repeat 50%/contain;*/
    vertical-align: middle;
    transition: transform .3s ease-in-out;
    width: 25px;
    height: 25px
}

.dispenser-locator__infobox-mobile .cc-btn,
.dispenser-locator__infobox-mobile .cta-primary,
.dispenser-locator__infobox-mobile .dispenser-locator__request-appointment__send-request {
    padding: 12px 10px;
    font-size: 14px
}

.dispenser-locator__infobox-mobile__link {
    color: #fff
}

.dispenser-locator__infobox-mobile__link-container {
    padding-bottom: 7px;
    text-decoration: underline
}

.dispenser-locator__find-closest {
    font-size: 14px;
    text-decoration: underline;
    padding-bottom: 10px;
    cursor: pointer
}

.dispenser-locator__request-appointment label {
    margin-bottom: 2px;
    font-size: 16px
}

.dispenser-locator__request-appointment input[type=email],
.dispenser-locator__request-appointment input[type=search],
.dispenser-locator__request-appointment input[type=text],
.dispenser-locator__request-appointment select {
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #777;
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 35px;
    padding-left: 15px;
    margin-bottom: 10px
}

.dispenser-locator__request-appointment input[type=email].ng-touched.ng-invalid,
.dispenser-locator__request-appointment input[type=text].ng-touched.ng-invalid {
    border-color: #d9534f
}

.dispenser-locator__request-appointment input[type=email].ng-touched.ng-valid,
.dispenser-locator__request-appointment input[type=text].ng-touched.ng-valid {
    border-color: #adc226
}

.dispenser-locator__request-appointment input[type=email]:-ms-input-placeholder,
.dispenser-locator__request-appointment input[type=text]:-ms-input-placeholder {
    color: #bcbec0;
    font-size: 18px;
    font-style: normal
}

.dispenser-locator__request-appointment input[type=email]::placeholder,
.dispenser-locator__request-appointment input[type=text]::placeholder {
    color: #bcbec0;
    font-size: 18px;
    font-style: normal
}

.dispenser-locator__request-appointment__locator-search label {
    display: block
}

.dispenser-locator__request-appointment__locator-search input[type=search] {
    width: 80%;
    float: left;
    margin: 0
}

.dispenser-locator__request-appointment__locator-search__button {
    float: right;
    width: 20%;
    height: 50px;
    border: none;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    background-color: #000
}

.dispenser-locator__request-appointment__locator-search__button:hover {
    color: #fff
}

@media (min-width:992px) {
    .dispenser-locator__request-appointment__locator-search__button i {
        margin-left: 15px
    }
}

.dispenser-locator__request-appointment__newsletter {
    font-size: 17px
}

.dispenser-locator__request-appointment__preferred-dispenser>span {
    color: #005694
}

.dispenser-locator__request-appointment__preferred-dispenser>span+a {
    color: #000;
    display: block;
    text-decoration: underline
}

@media (min-width:992px) {
    .dispenser-locator__request-appointment__preferred-dispenser>span+a {
        margin-left: 50px;
        display: inline-block
    }
}

.dispenser-locator__request-appointment__preferred-dispenser hr {
    margin: 10px 0
}

.dispenser-locator__request-appointment__send-request {
    padding: 15px 10%;
    border: none;
    margin: 0 auto 20px auto;
    font-weight: light;
    background-color: #005694;
    color: #fff
}

.dispenser-locator__request-appointment__send-request[disabled] {
    opacity: .5
}

@media (max-width:768px) {
    .dispenser-locator__request-appointment__send-request {
        position: fixed;
        bottom: -60px;
        left: 0;
        margin-bottom: 0;
        transition: bottom .3s;
        transition-delay: .3s
    }
}

.dispenser-locator__request-appointment .dropdown-menu {
    width: 77.9%;
    position: absolute;
    background-clip: initial;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: -4px 0;
    padding: 0;
    font-size: 12px;
    z-index: 13;
    border: 1px solid #000;
    border-top: none;
    box-shadow: 0 22px 31px -26px rgba(0, 0, 0, .75)
}

@media (min-width:992px) {
    .dispenser-locator__request-appointment .dropdown-menu {
        font-size: 15px
    }
}

.dispenser-locator__request-appointment .dropdown-menu li {
    border-bottom: 1px #eee solid
}

.dispenser-locator__request-appointment .dropdown-menu li>a {
    padding: 10px 15px;
    color: #666
}

.dispenser-locator__request-appointment .dropdown-menu .active>a {
    color: #666;
    background-color: #dadada
}

.dispenser-locator__request-appointment__close-button {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

.dispenser-locator__request-appointment__close-button:hover {
    color: #960000
}

.dispenser-locator__request-appointment__close-button:after {
    content: "×"
}

.dispenser-locator__short-details__title {
    font-size: 16px;
    font-weight: 700
}

.dispenser-locator button.cc-btn,
.dispenser-locator button.cta-primary,
.dispenser-locator button.dispenser-locator__request-appointment__send-request {
    display: block;
    width: 100%
}

.fade.ng-hide {
    opacity: 0;
    transition: 0s linear opacity
}

.fade.ng-enter {
    transition: .2s linear opacity;
    opacity: 0
}

.fade.ng-enter.ng-enter-active {
    transition: .2s linear opacity;
    transition-delay: 0s;
    opacity: 1
}

.fade.ng-leave {
    transition: 0s linear opacity;
    transition-delay: 0s;
    opacity: 1
}

.fade.ng-leave.ng-leave-active {
    opacity: 0
}

.fade {
    opacity: 1;
    transition: .2s linear opacity;
    transition-delay: 0s
}

.growl-container.growl-fixed.bottom-center {
    margin: auto;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    bottom: 20px
}

.pac-container:after {
    background-image: none!important;
    height: 0
}

.pac-icon {
    display: none
}

.pac-item-query {
    font-size: 18px;
    color: #005694
}

.pac-item {
    font-size: 12px;
    padding: 10px
}

.pac-container {
    box-shadow: none!important
}

.article-deck__content .dispenser-teaser h1,
.article-deck__content .dispenser-teaser h2,
.article-deck__content .dispenser-teaser h3,
.article-deck__content .dispenser-teaser h4,
.article-deck__content .dispenser-teaser h5,
.article-deck__content .dispenser-teaser h6,
.deck__content .dispenser-teaser h1,
.deck__content .dispenser-teaser h2,
.deck__content .dispenser-teaser h3,
.deck__content .dispenser-teaser h4,
.deck__content .dispenser-teaser h5,
.deck__content .dispenser-teaser h6,
.dispenser-teaser .accordion__title,
.dispenser-teaser .article-deck__content h1,
.dispenser-teaser .article-deck__content h2,
.dispenser-teaser .article-deck__content h3,
.dispenser-teaser .article-deck__content h4,
.dispenser-teaser .article-deck__content h5,
.dispenser-teaser .article-deck__content h6,
.dispenser-teaser .deck__content h1,
.dispenser-teaser .deck__content h2,
.dispenser-teaser .deck__content h3,
.dispenser-teaser .deck__content h4,
.dispenser-teaser .deck__content h5,
.dispenser-teaser .deck__content h6,
.dispenser-teaser .heading,
.dispenser-teaser .richtext-content h1,
.dispenser-teaser .richtext-content h2,
.dispenser-teaser .richtext-content h3,
.dispenser-teaser .richtext-content h4,
.dispenser-teaser .richtext-content h5,
.dispenser-teaser .richtext-content h6,
.dispenser-teaser [scfieldtype="rich text"] h1,
.dispenser-teaser [scfieldtype="rich text"] h2,
.dispenser-teaser [scfieldtype="rich text"] h3,
.dispenser-teaser [scfieldtype="rich text"] h4,
.dispenser-teaser [scfieldtype="rich text"] h5,
.dispenser-teaser [scfieldtype="rich text"] h6,
.richtext-content .dispenser-teaser h1,
.richtext-content .dispenser-teaser h2,
.richtext-content .dispenser-teaser h3,
.richtext-content .dispenser-teaser h4,
.richtext-content .dispenser-teaser h5,
.richtext-content .dispenser-teaser h6,
[scfieldtype="rich text"] .dispenser-teaser h1,
[scfieldtype="rich text"] .dispenser-teaser h2,
[scfieldtype="rich text"] .dispenser-teaser h3,
[scfieldtype="rich text"] .dispenser-teaser h4,
[scfieldtype="rich text"] .dispenser-teaser h5,
[scfieldtype="rich text"] .dispenser-teaser h6 {
    margin-bottom: 10px
}

.dispenser-teaser .app-deck,
.dispenser-teaser .deck {
    padding: 0
}

@media (min-width:768px) {
    .dispenser-teaser header {
        padding-bottom: 20px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .dispenser-teaser__image {
        overflow: auto;
        padding-bottom: 20px
    }
}

.dispenser-teaser__text {
    padding: 0 0 65px 0
}

@media (min-width:768px) {
    .dispenser-teaser__text {
        padding: 0 0 0 65px
    }
}

.dispenser-teaser__text p {
    padding-bottom: 10px
}

.dispenser-teaser .content-deck__image:after {
    width: 60px;
    left: 0;
    cursor: pointer
}

.faq-deck {
    margin: 30px 0
}

.faq-deck__question:before {
    content: attr(data-question) " ";
    font-weight: 600
}

.faq-deck__answer {
    padding: 20px;
    word-wrap: break-word;
    background-color: #eee;
    border-top: 1px solid #e2e2e2
}

.faq-deck__answer:before {
    content: attr(data-answer) " ";
    font-weight: 600
}

.fat-footer {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden
}

.fat-footer__content {
    padding: 2em 0;
    background-color: #033967
}

.fat-footer__content p {
    font-size: .8333em;
    font-weight: 300
}

.fat-footer__content__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (min-width:992px) {
    .fat-footer__content__container {
        -ms-flex-flow: initial;
        flex-flow: initial
    }
}

.fat-footer__content__container__item {
    width: 50%;
    padding: 0 15px
}

@media (min-width:992px) {
    .fat-footer__content__container__item {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.fat-footer__content__container__item:last-child:nth-child(odd) {
    width: 100%
}

.fat-footer__element__title {
    margin: 1em 0
}

@media (min-width:768px) {
    .fat-footer__element__title {
        margin: 0 0 1em 0
    }
}

.fat-footer__element__link-list {
    list-style-type: none;
    padding: 0
}

.fat-footer__element__link {
    padding: .5em 0;
    font-weight: 300;
    font-size: .8333em
}

.fat-footer__headline {
    text-align: center;
    background-color: #012642
}

.fat-footer__headline__container {
    padding-top: 30px;
    padding-bottom: 30px
}

.article-deck__content .fat-footer__headline h1,
.article-deck__content .fat-footer__headline h2,
.article-deck__content .fat-footer__headline h3,
.article-deck__content .fat-footer__headline h4,
.article-deck__content .fat-footer__headline h5,
.article-deck__content .fat-footer__headline h6,
.deck__content .fat-footer__headline h1,
.deck__content .fat-footer__headline h2,
.deck__content .fat-footer__headline h3,
.deck__content .fat-footer__headline h4,
.deck__content .fat-footer__headline h5,
.deck__content .fat-footer__headline h6,
.fat-footer__headline .accordion__title,
.fat-footer__headline .article-deck__content h1,
.fat-footer__headline .article-deck__content h2,
.fat-footer__headline .article-deck__content h3,
.fat-footer__headline .article-deck__content h4,
.fat-footer__headline .article-deck__content h5,
.fat-footer__headline .article-deck__content h6,
.fat-footer__headline .deck__content h1,
.fat-footer__headline .deck__content h2,
.fat-footer__headline .deck__content h3,
.fat-footer__headline .deck__content h4,
.fat-footer__headline .deck__content h5,
.fat-footer__headline .deck__content h6,
.fat-footer__headline .heading,
.fat-footer__headline .richtext-content h1,
.fat-footer__headline .richtext-content h2,
.fat-footer__headline .richtext-content h3,
.fat-footer__headline .richtext-content h4,
.fat-footer__headline .richtext-content h5,
.fat-footer__headline .richtext-content h6,
.fat-footer__headline [scfieldtype="rich text"] h1,
.fat-footer__headline [scfieldtype="rich text"] h2,
.fat-footer__headline [scfieldtype="rich text"] h3,
.fat-footer__headline [scfieldtype="rich text"] h4,
.fat-footer__headline [scfieldtype="rich text"] h5,
.fat-footer__headline [scfieldtype="rich text"] h6,
.richtext-content .fat-footer__headline h1,
.richtext-content .fat-footer__headline h2,
.richtext-content .fat-footer__headline h3,
.richtext-content .fat-footer__headline h4,
.richtext-content .fat-footer__headline h5,
.richtext-content .fat-footer__headline h6,
[scfieldtype="rich text"] .fat-footer__headline h1,
[scfieldtype="rich text"] .fat-footer__headline h2,
[scfieldtype="rich text"] .fat-footer__headline h3,
[scfieldtype="rich text"] .fat-footer__headline h4,
[scfieldtype="rich text"] .fat-footer__headline h5,
[scfieldtype="rich text"] .fat-footer__headline h6 {
    color: #fff!important;
    margin: 0
}

.feature-deck__title {
    text-align: center
}

.feature-deck__categories {
    padding: 0;
    margin: 0;
    list-style: none;
    will-change: height
}

.feature-deck__feature {
    color: #666
}

.feature-deck__feature__description {
    word-wrap: break-word;
    font-size: 1em
}

@media (min-width:768px) {
    .feature-deck__feature__description {
        font-size: .75em
    }
}

.feature-deck__feature__title {
    color: #005694
}

.feature-deck__feature__table {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    display: table;
    table-layout: fixed
}

.feature-deck__feature__table__row {
    padding: 10px 20px;
    display: table-row
}

.feature-deck__feature__table__row:nth-child(2n+1) {
    background-color: #eee
}

.feature-deck__feature__table__cell {
    padding: 20px 20px;
    display: block;
    word-wrap: break-word
}

@media (min-width:768px) {
    .feature-deck__feature__table__cell {
        display: table-cell;
        padding: 30px;
        vertical-align: middle
    }
}

.feature-deck__feature__table__cell:not(:last-of-type) {
    border-right: 1px solid #e2e2e2
}

@media (min-width:768px) {
    .feature-deck__feature__table__cell:last-of-type {
        width: 50%
    }
}

.full-width-video .video {
    margin-bottom: 25px
}

.hero-deck {
    position: relative;
    z-index: 1;
    max-width: none;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:768px) {
    .hero-deck {
        margin-bottom: 3em
    }
}

.hero-deck .app-deck,
.hero-deck .deck {
    padding: 0
}

@media (min-width:768px) {
    #header+main>.hero-deck {
        margin-top: -110px;
        padding-top: 125px
    }
    .pagemode-edit #header+main>.hero-deck {
        margin-top: -140px
    }
}

.hero-deck__content {
    padding-top: 3em;
    padding-bottom: 1em;
    color: #012642
}

@media (min-width:768px) {
    .hero-deck__content {
        padding-top: 1em;
        padding-bottom: 2.5em;
        min-height: 600px
    }
}

.hero-deck__content__form {
    padding: 20px;
    background-color: #005694
}

.hero-deck+.breadcrumb-wrapper {
    margin-top: -40px
}

.hero-deck+.breadcrumb-wrapper {
    margin-top: -40px
}

header#header {
    z-index: 999;
    position: fixed;
    top: 0;
}

body.main-navigation-is-visible {
    position: fixed;
    overflow: hidden!important
}

body.main-navigation-is-visible>header {
    height: 100%;
    overflow: scroll
}

.main-navigation,
.search-results__wrapper {
    padding: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 1200px;
    width: 100%;
    height: auto
}

@media print {
    .main-navigation,
    .search-results__wrapper {
        display: none
    }
}

.main-navigation:after,
.main-navigation:before,
.search-results__wrapper:after,
.search-results__wrapper:before {
    display: table;
    content: " "
}

.main-navigation:after,
.search-results__wrapper:after {
    clear: both
}

@media (min-width:561px) {
    .main-navigation,
    .search-results__wrapper {
        border-bottom: 1px solid #eee;
        height: 90px
    }
}

@media (min-width:980px) {
    .main-navigation,
    .search-results__wrapper {
        margin: 30px auto 0
    }
}

.main-navigation__wrapper {
    position: relative;
    background: 0 0
}

.main-navigation__svg {
    fill: currentColor;
    opacity: 1;
    transition: all .3s
}

.main-navigation__cta-list,
.main-navigation__main-list {
    float: left
}

.main-navigation__cta-list>.main-navigation__menu__list,
.main-navigation__main-list>.main-navigation__menu__list {
    list-style: none;
    padding: 0;
    margin: 0
}

@media (min-width:980px) {
    .main-navigation__main-list {
        -ms-flex: 10;
        flex: 10
    }
    .main-navigation__main-list>.main-navigation__menu__list {
        height: 90px;
        display: -ms-flexbox;
        display: flex
    }
}

.main-navigation__cta-list {
    -ms-flex: 10;
    flex: 10
}

.main-navigation__cta-list:empty {
    display: none
}

@media (min-width:980px) {
    .main-navigation__cta-list {
        border-top: none;
        height: 100%
    }
}

.main-navigation__cta-list>.main-navigation__menu__list {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:480px) {
    .main-navigation__cta-list>.main-navigation__menu__list {
        height: 90px
    }
}

@media (min-width:768px) {
    .main-navigation__cta-list>.main-navigation__menu__list li:first-child:nth-last-child(1) {
        -ms-flex: 0 50%;
        flex: 0 50%;
        margin-left: auto;
        border-left: 1px solid #eee
    }
}

.main-navigation__caret {
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    height: 12px;
    width: 12px;
    border-bottom: 1px solid #005694;
    border-right: 1px solid #005694;
    top: 23px;
    transition: transform .2s ease;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:560px) {
    .main-navigation__caret {
        left: 5%
    }
}

.main-navigation__caret:after,
.main-navigation__caret:before {
    display: table;
    content: " "
}

.main-navigation__caret:after {
    clear: both
}

.main-navigation__caret:focus {
    outline: 0
}

.main-navigation__caret:before {
    content: ' ';
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.main-navigation__item.secondary-level-is-expanded .main-navigation__caret {
    top: 26px;
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.main-navigation__item.secondary-level-is-expanded .main-navigation__caret:before {
    -ms-transform: translate(-50%, -50%) rotate();
    transform: translate(-50%, -50%) rotate()
}

@media (min-width:980px) {
    .main-navigation__caret {
        display: none
    }
}

.main-navigation__item {
    transition: background .15s linear;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: block;
    border-right: 1px solid #eee;
    font-size: 16px
}

.main-navigation__item br {
    display: none
}

@media (min-width:992px) {
    .main-navigation__item br {
        display: block
    }
}

.main-navigation__item.is-current-page.main-navigation__item--emphasis {
    background-color: #f2f2f2
}

@media (min-width:980px) {
    .main-navigation__item.is-current-page {
        background-color: #f2f2f2
    }
}

@media (min-width:980px) {
    .main-navigation__item {
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:980px) {
    .main-navigation__item__text>br {
        display: none
    }
}

@media (min-width:980px) {
    .main-navigation__item__text {
        display: block
    }
}

@media (min-width:980px) {
    .main-navigation__item__link {
        position: relative;
        font-size: 16px;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        text-align: left
    }
}

@media (min-width:980px) {
    .main-navigation__item.contents-focused,
    .main-navigation__item:focus,
    .main-navigation__item:hover {
        background-color: #eee
    }
}

.main-navigation__item--icon {
    cursor: pointer;
    position: relative;
    height: 90px;
    width: 8.5%;
    margin: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:560px) {
    .main-navigation__item--icon {
        position: absolute;
        width: 30%;
        height: 65px
    }
}

@media (min-width:570px) {
    .main-navigation__item--icon {
        width: 17.4%
    }
}

@media (min-width:980px) {
    .main-navigation__item--icon {
        width: 6%
    }
}

.main-navigation__item--icon>svg {
    height: 50px;
    width: 50px;
    position: absolute;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
    transition: transform .2s linear
}

.main-navigation__item--icon:hover>svg {
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.main-navigation__item--emphasis {
    border-top: 1px solid #f2f2f2
}

@media (min-width:560px) {
    .main-navigation__item--emphasis {
        border-top: none
    }
}

.main-navigation__item--emphasis .main-navigation__item__link {
    color: inherit;
    display: block;
    font-size: 16px;
    padding: 20px;
    min-height: 100%;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid currentColor;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left
}

@media (max-width:560px) {
    .main-navigation__item--emphasis .main-navigation__item__icon--mobile {
        display: block
    }
}

@media (min-width:560px) {
    .main-navigation__item--emphasis .main-navigation__item__icon--desktop {
        display: block
    }
}

.main-navigation__item--emphasis svg {
    height: 3em;
    width: 2em;
    position: relative;
    left: -.2em;
    display: none;
    float: left;
    margin-right: 5px;
    color: inherit;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .2s linear
}

.main-navigation__item--emphasis:hover svg {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.main-navigation__item--hearing-test {
    color: #9aad22
}

.main-navigation__item--professional {
    color: #d66a15
}

.main-navigation__logo {
    float: left;
    min-height: 90px;
    width: 10%;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #eee
}

@media (max-width:560px) {
    .main-navigation__logo {
        width: 70%;
        min-height: 65px
    }
}

@media (min-width:1027px) {
    .main-navigation__logo {
        width: 16%
    }
}

.main-navigation__logo picture {
    height: 100%;
    width: 100%
}

.main-navigation__logo picture img {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:560px) {
    .main-navigation__logo picture img {
        width: 8em
    }
}

@media (min-width:560px) {
    .main-navigation__logo picture img {
        margin: 0;
        width: 2.5em
    }
}

@media (min-width:1027px) {
    .main-navigation__logo picture img {
        width: 7em;
        height: 1.3em
    }
}

.main-navigation__search-button {
    float: right;
    cursor: pointer
}

@media (max-width:560px) {
    .main-navigation__search-button {
        right: 0%
    }
}

.main-navigation__main-menu-toggler {
    display:none;
    float: right;
    color: #005694
}

.main-list-is-visible .main-navigation__main-menu-toggler {
    background-color: #eee
}

@media (max-width:560px) {
    .main-navigation__main-menu-toggler {
        right: 0
    }
}

@media (min-width:980px) {
    .main-navigation__main-menu-toggler {
        display: none
    }
}

.main-navigation__menu {
    display: -ms-flexbox;
    display: flex;
    float: left
}

@media (max-width:1000px) {
    .main-navigation__menu {
        width: 72.5%
    }
}

@media (max-width:569px) {
    .main-navigation__menu {
        width: 73%
    }
}

@media (max-width:560px) {
    .main-navigation__menu {
        width: 100%;
        height: 100%
    }
}

@media (max-width:979px) {
    .main-navigation__menu .main-navigation__main-list {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #fff;
        top: 100%;
        transition: opacity .2s ease 0s, max-height 0s linear .2s
    }
    .main-list-is-visible .main-navigation__menu .main-navigation__main-list {
        transition: opacity .2s linear 0s, max-height 0s linear 0s;
        max-height: 10000px;
        opacity: 1
    }
    .main-navigation__menu .main-navigation__main-list .main-navigation__item__link {
        border-left: 5px solid transparent
    }
    .main-navigation__menu .main-navigation__main-list .main-navigation__item.is-active>.main-navigation__item__link {
        border-color: #005694
    }
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list {
        top: 100%;
        position: relative
    }
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item {
        border-bottom: 1px solid #eee
    }
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item:after,
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item:before {
        display: table;
        content: " "
    }
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item:after {
        clear: both
    }
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item .main-navigation__item__link,
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item .main-navigation__item__wrapper {
        display: block;
        width: 90%;
        padding: 20px 15px!important;
        float: left
    }
}

@media (min-width:980px) {
    .main-navigation__menu {
        width: 84%
    }
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item .main-navigation__item__wrapper,
    .main-navigation__menu .main-navigation__main-list>.main-navigation__menu__list>.main-navigation__item>.main-navigation__item__link {
        min-height: 90px;
        font-size: 16px
    }
}

@media (min-width:1027px) {
    .main-navigation__menu {
        width: 78%
    }
}

.main-navigation__menu__secondary-level {
    display: none !important;
}

.main-navigation__menu__secondary-level>.main-navigation__menu__list {
    list-style: none;
    padding: 0;
    width: auto;
    float: left;
    width: 100%
}

@media (max-width:979px) {
    .main-navigation__menu__secondary-level {
        background-color: #f2f2f2
    }
    .secondary-level-is-expanded .main-navigation__menu__secondary-level {
        display: block
    }
    .main-navigation__menu__secondary-level .main-navigation__item {
        border-top: 1px solid #e2e2e2
    }
    .main-navigation__menu__secondary-level--mega-menu {
        background-color: #f2f2f2
    }
}

@media (min-width:980px) {
    .main-navigation__menu__secondary-level {
        display: block;
        background-color: #f5f5f5;
        width: 100%;
        max-width: 1200px;
        opacity: 0;
        max-height: 0%;
        height: auto;
        display: block;
        padding: 0 10px;
        top: 90px;
        transition: opacity .2s ease 0s, max-height 0s linear .2s;
        box-shadow: 0 2px 10px -5px #666;
        overflow: hidden;
        position: absolute;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .main-navigation__item.contents-focused>.main-navigation__menu__secondary-level,
    .main-navigation__item:hover>.main-navigation__menu__secondary-level,
    .main-navigation__menu__secondary-level .main-navigation__item.is-active {
        transition: opacity .2s linear 0s, max-height 0s linear 0s;
        max-height: 10000px;
        opacity: 1;
        z-index: 99
    }
}

.main-navigation__menu__sub-item {
    font-size: 16px;
    float: left;
    position: relative;
    border-top: 1px solid #eee
}

.main-navigation__menu__sub-item.is-current-page .main-navigation__item__link {
    border-color: rgba(0, 86, 148, .5)
}

.main-navigation__menu__sub-item .main-navigation__item__link {
    display: block;
    padding: 25px 20px
}

@media (max-width:979px) {
    .main-navigation__menu__sub-item {
        width: 100%;
        background: #ebebeb;
        text-indent: 20px
    }
}

@media (min-width:980px) {
    .main-navigation__menu__sub-item:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 0;
        background: 0 0;
        transition: all .1s linear
    }
    .main-navigation__menu__sub-item.is-active:after {
        height: 5px;
        background: #005694
    }
    .main-navigation__menu__sub-item:focus:after,
    .main-navigation__menu__sub-item:hover:after {
        height: 5px;
        background: #81b8df
    }
}

.main-list-is-visible.search-results__wrapper .main-navigation__svg:nth-child(1),
.main-navigation.main-list-is-visible .main-navigation__svg:nth-child(1) {
    opacity: 0
}

.main-list-is-visible.search-results__wrapper .main-navigation__svg:nth-child(2),
.main-navigation.main-list-is-visible .main-navigation__svg:nth-child(2) {
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
    -ms-transform-origin: center 16px;
    transform-origin: center 16px
}

.main-list-is-visible.search-results__wrapper .main-navigation__svg:nth-child(3),
.main-navigation.main-list-is-visible .main-navigation__svg:nth-child(3) {
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
    -ms-transform-origin: center 35px;
    transform-origin: center 35px
}

@media (min-width:980px) {
    .mega-menu {
        padding: 0
    }
}

.mega-menu__first-level-item {
    background-color: #eee
}

@media (min-width:980px) {
    .mega-menu__first-level-item {
        background-color: transparent
    }
}

.mega-menu__secondary-level.main-navigation__menu__secondary-level {
    padding: 0;
    border-top: none
}

.mega-menu__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    background-color: #eee
}

@media (min-width:980px) {
    .mega-menu__wrap {
        padding: 55px 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.mega-menu__column {
    list-style: none;
    padding: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 30px 25px;
    border-bottom: 1px solid #c2bfbf;
    background-color: #fff
}

.mega-menu__column:last-child {
    border: none
}

@media (min-width:980px) {
    .mega-menu__column {
        width: calc(100%/3);
        border-bottom: none;
        padding: 0;
        border-right: 1px solid #c2bfbf;
        background-color: transparent;
        padding: 0 40px
    }
}

.mega-menu__category {
    color: #c2bfbf;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.mega-menu__primary-link {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.mega-menu__primary-link-item:hover .mega-menu__primary-link-text {
    text-decoration: underline;
    -webkit-text-decoration-color: #005694;
    text-decoration-color: #005694
}

.mega-menu__primary-link-text {
    font-size: 20px;
    font-weight: 600;
    width: 100%
}

.mega-menu__primary-link-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.mega-menu__primary-link-icon-container {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-height: 50px;
    position: relative;
    margin-right: 10px
}

.mega-menu__primary-link-icon {
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    position: absolute
}

.mega-menu__secondary-link {
    margin-bottom: 5px
}

.mega-menu__secondary-link a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #005694;
    text-decoration-color: #005694
}

.mega-menu__primary-link-sub-text {
    color: #959595;
    display: none
}

@media (min-width:980px) {
    .mega-menu__primary-link-sub-text {
        display: block
    }
}

.mega-menu a {
    color: #1a1a1a
}

.swiper-container .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.swiper-container .swiper-slide {
    margin: 0
}

.navigation-blocks {
    margin: 65px 0
}

@media (min-width:992px) {
    .navigation-blocks .swiper-wrapper {
        display: -ms-flexbox;
        display: flex
    }
}

.navigation-blocks__slide {
    display: block;
    background: #fff;
    text-align: center;
    text-decoration: none!important;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 40px
}

@media (min-width:980px) {
    .navigation-blocks__slide {
        -ms-flex: 1;
        flex: 1
    }
    .navigation-blocks__slide:not(:first-child) {
        margin-left: 20px
    }
}

.navigation-blocks__slide__icon {
    height: 3em;
    margin-bottom: 10px
}

.navigation-blocks__slide__icon>img,
.navigation-blocks__slide__icon>svg {
    height: inherit;
    transition: transform .2s linear;
    width: auto
}

.navigation-blocks__slide__title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px
}

.navigation-blocks__slide p {
    color: #000
}

.navigation-blocks__slide:active,
.navigation-blocks__slide:focus,
.navigation-blocks__slide:hover {
    background: #fff
}

.navigation-blocks__slide:active img,
.navigation-blocks__slide:active svg,
.navigation-blocks__slide:focus img,
.navigation-blocks__slide:focus svg,
.navigation-blocks__slide:hover img,
.navigation-blocks__slide:hover svg {
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.navigation-blocks__slide--edit-mode {
    display: block;
    background: #fff;
    text-align: center;
    text-decoration: none!important;
    padding: 30px;
    border: 1px solid #000;
    border-radius: 10px
}

@media (min-width:980px) {
    .navigation-blocks__slide--edit-mode {
        -ms-flex: 1;
        flex: 1
    }
    .navigation-blocks__slide--edit-mode:not(:first-child) {
        margin-left: 20px
    }
}

.navigation-blocks__slide--edit-mode__icon {
    height: 4em;
    margin-bottom: 10px
}

.navigation-blocks__slide--edit-mode__icon>img,
.navigation-blocks__slide--edit-mode__icon>svg {
    height: inherit;
    max-width: 4em
}

.navigation-blocks__slide--edit-mode__title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px
}

.navigation-blocks__slide--edit-mode p {
    color: #000
}

.payoff-deck {
    margin: 65px 0
}

.payoff-deck .content-deck {
    margin: 0
}

.payoff-deck .content-deck .app-deck,
.payoff-deck .content-deck .deck {
    padding: 0 65px 0 0
}

.payoff-deck.theme--white {
    background: #fff;
    color: #033967
}

.payoff-deck.theme--white .payoffs__item:nth-child(odd) {
    background: #f2f2f2
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--white .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--white .payoffs__item:nth-child(4n+4) {
        background: #f2f2f2
    }
}

.payoff-deck.theme--white a.payoffs__item:hover {
    background: #d9d9d9!important
}

.payoff-deck.theme--white b,
.payoff-deck.theme--white h1,
.payoff-deck.theme--white h2,
.payoff-deck.theme--white h3,
.payoff-deck.theme--white h4,
.payoff-deck.theme--white h5,
.payoff-deck.theme--white h6,
.payoff-deck.theme--white p {
    color: #033967
}

.payoff-deck.theme--primary {
    background: #fff;
    color: #1a1a1a
}

.payoff-deck.theme--primary .payoffs__item:nth-child(odd) {
    background: #f2f2f2
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--primary .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--primary .payoffs__item:nth-child(4n+4) {
        background: #f2f2f2
    }
}

.payoff-deck.theme--primary a.payoffs__item:hover {
    background: #d9d9d9!important
}

.payoff-deck.theme--primary b,
.payoff-deck.theme--primary h1,
.payoff-deck.theme--primary h2,
.payoff-deck.theme--primary h3,
.payoff-deck.theme--primary h4,
.payoff-deck.theme--primary h5,
.payoff-deck.theme--primary h6,
.payoff-deck.theme--primary p {
    color: #1a1a1a
}

.payoff-deck.theme--secondary {
    background: #ebebeb;
    color: #1a1a1a
}

.payoff-deck.theme--secondary .payoffs__item:nth-child(odd) {
    background: #dedede
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--secondary .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--secondary .payoffs__item:nth-child(4n+4) {
        background: #dedede
    }
}

.payoff-deck.theme--secondary a.payoffs__item:hover {
    background: #c5c5c5!important
}

.payoff-deck.theme--secondary b,
.payoff-deck.theme--secondary h1,
.payoff-deck.theme--secondary h2,
.payoff-deck.theme--secondary h3,
.payoff-deck.theme--secondary h4,
.payoff-deck.theme--secondary h5,
.payoff-deck.theme--secondary h6,
.payoff-deck.theme--secondary p {
    color: #1a1a1a
}

.payoff-deck.theme--tertiary {
    background: #9caf9d;
    color: #fff
}

.payoff-deck.theme--tertiary .payoffs__item:nth-child(odd) {
    background: #8ea48f
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--tertiary .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--tertiary .payoffs__item:nth-child(4n+4) {
        background: #8ea48f
    }
}

.payoff-deck.theme--tertiary a.payoffs__item:hover {
    background: #728d73!important
}

.payoff-deck.theme--tertiary b,
.payoff-deck.theme--tertiary h1,
.payoff-deck.theme--tertiary h2,
.payoff-deck.theme--tertiary h3,
.payoff-deck.theme--tertiary h4,
.payoff-deck.theme--tertiary h5,
.payoff-deck.theme--tertiary h6,
.payoff-deck.theme--tertiary p {
    color: #fff
}

.payoff-deck.theme--quaternary {
    background: #baced4;
    color: #fff
}

.payoff-deck.theme--quaternary .payoffs__item:nth-child(odd) {
    background: #aac3ca
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--quaternary .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--quaternary .payoffs__item:nth-child(4n+4) {
        background: #aac3ca
    }
}

.payoff-deck.theme--quaternary a.payoffs__item:hover {
    background: #8badb7!important
}

.payoff-deck.theme--quaternary b,
.payoff-deck.theme--quaternary h1,
.payoff-deck.theme--quaternary h2,
.payoff-deck.theme--quaternary h3,
.payoff-deck.theme--quaternary h4,
.payoff-deck.theme--quaternary h5,
.payoff-deck.theme--quaternary h6,
.payoff-deck.theme--quaternary p {
    color: #fff
}

.payoff-deck.theme--quinary {
    background: #cebe8c;
    color: #1a1a1a
}

.payoff-deck.theme--quinary .payoffs__item:nth-child(odd) {
    background: #c6b47a
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--quinary .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--quinary .payoffs__item:nth-child(4n+4) {
        background: #c6b47a
    }
}

.payoff-deck.theme--quinary a.payoffs__item:hover {
    background: #b7a056!important
}

.payoff-deck.theme--quinary b,
.payoff-deck.theme--quinary h1,
.payoff-deck.theme--quinary h2,
.payoff-deck.theme--quinary h3,
.payoff-deck.theme--quinary h4,
.payoff-deck.theme--quinary h5,
.payoff-deck.theme--quinary h6,
.payoff-deck.theme--quinary p {
    color: #1a1a1a
}

.payoff-deck.theme--none {
    background: 0 0;
    color: #033967
}

.payoff-deck.theme--none .payoffs__item:nth-child(odd) {
    background: rgba(0, 0, 0, 0)
}

@media (min-width:768px) and (max-width:992px) {
    .payoff-deck.theme--none .payoffs__item:nth-child(4n+3) {
        background: inherit
    }
    .payoff-deck.theme--none .payoffs__item:nth-child(4n+4) {
        background: rgba(0, 0, 0, 0)
    }
}

.payoff-deck.theme--none a.payoffs__item:hover {
    background: rgba(0, 0, 0, 0)!important
}

.payoff-deck.theme--none b,
.payoff-deck.theme--none h1,
.payoff-deck.theme--none h2,
.payoff-deck.theme--none h3,
.payoff-deck.theme--none h4,
.payoff-deck.theme--none h5,
.payoff-deck.theme--none h6,
.payoff-deck.theme--none p {
    color: #033967
}

.product-comparator {
    margin: 1em 0
}

.product-comparator.is-comparing .product-comparator__result {
    max-height: 4000px;
    opacity: 1
}

.article-deck__content .product-comparator__header h1+div,
.article-deck__content .product-comparator__header h2+div,
.article-deck__content .product-comparator__header h3+div,
.article-deck__content .product-comparator__header h4+div,
.article-deck__content .product-comparator__header h5+div,
.article-deck__content .product-comparator__header h6+div,
.deck__content .product-comparator__header h1+div,
.deck__content .product-comparator__header h2+div,
.deck__content .product-comparator__header h3+div,
.deck__content .product-comparator__header h4+div,
.deck__content .product-comparator__header h5+div,
.deck__content .product-comparator__header h6+div,
.product-comparator__header .accordion__title+div,
.product-comparator__header .article-deck__content h1+div,
.product-comparator__header .article-deck__content h2+div,
.product-comparator__header .article-deck__content h3+div,
.product-comparator__header .article-deck__content h4+div,
.product-comparator__header .article-deck__content h5+div,
.product-comparator__header .article-deck__content h6+div,
.product-comparator__header .deck__content h1+div,
.product-comparator__header .deck__content h2+div,
.product-comparator__header .deck__content h3+div,
.product-comparator__header .deck__content h4+div,
.product-comparator__header .deck__content h5+div,
.product-comparator__header .deck__content h6+div,
.product-comparator__header .heading+div,
.product-comparator__header .richtext-content h1+div,
.product-comparator__header .richtext-content h2+div,
.product-comparator__header .richtext-content h3+div,
.product-comparator__header .richtext-content h4+div,
.product-comparator__header .richtext-content h5+div,
.product-comparator__header .richtext-content h6+div,
.product-comparator__header [scfieldtype="rich text"] h1+div,
.product-comparator__header [scfieldtype="rich text"] h2+div,
.product-comparator__header [scfieldtype="rich text"] h3+div,
.product-comparator__header [scfieldtype="rich text"] h4+div,
.product-comparator__header [scfieldtype="rich text"] h5+div,
.product-comparator__header [scfieldtype="rich text"] h6+div,
.richtext-content .product-comparator__header h1+div,
.richtext-content .product-comparator__header h2+div,
.richtext-content .product-comparator__header h3+div,
.richtext-content .product-comparator__header h4+div,
.richtext-content .product-comparator__header h5+div,
.richtext-content .product-comparator__header h6+div,
[scfieldtype="rich text"] .product-comparator__header h1+div,
[scfieldtype="rich text"] .product-comparator__header h2+div,
[scfieldtype="rich text"] .product-comparator__header h3+div,
[scfieldtype="rich text"] .product-comparator__header h4+div,
[scfieldtype="rich text"] .product-comparator__header h5+div,
[scfieldtype="rich text"] .product-comparator__header h6+div {
    margin-bottom: 2em
}

.product-comparator__selector {
    margin-bottom: 1em
}

@media (min-width:992px) {
    .product-comparator__selector {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-comparator__selector:after,
.product-comparator__selector:before {
    display: table;
    content: " "
}

.product-comparator__selector:after {
    clear: both
}

.product-comparator__compare-button {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 1em;
    transition: background-color .3s linear
}

.product-comparator__compare-button:focus,
.product-comparator__compare-button:hover {
    color: #fff
}

.product-comparator__compare-button[disabled] {
    background-color: #bbb
}

.product-comparator__compare-button:after,
.product-comparator__compare-button:before {
    display: table;
    content: " "
}

.product-comparator__compare-button:after {
    clear: both
}

.product-comparator__selector-item {
    outline: 2px solid transparent;
    transition: outline .3s linear;
    width: 100%;
    float: left;
    cursor: pointer;
    position: relative;
    height: auto;
    background-color: #fff;
    margin: 10px
}

.product-comparator__selector-item:focus {
    outline: 2px solid #94d2ff
}

.product-comparator__selector-item.is-selected {
    outline: 2px solid #005694
}

.product-comparator__selector-item.is-selected .product-comparator__selector-item__compare-toggler:after {
    background-color: #005694
}

@media (min-width:480px) and (max-width:767px) {
    .product-comparator__selector-item {
        width: calc(100% - 20px)
    }
}

.product-comparator__selector-item:after,
.product-comparator__selector-item:before {
    display: table;
    content: " "
}

.product-comparator__selector-item:after {
    clear: both
}

@media (min-width:992px) {
    .product-comparator__selector-item {
        -ms-flex-preferred-size: 1;
        flex-basis: 1;
        margin: 0
    }
    .product-comparator__selector-item:not(:last-of-type) {
        margin-right: 1em
    }
}

.product-comparator__selector-item__images {
    display: none
}

@media (min-width:768px) {
    .product-comparator__selector-item__images {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 2em
    }
}

.product-comparator__selector-item__promo-image img {
    height: 300px !important
}

@media (min-width:992px) {
    .product-comparator__selector-item__promo-image img {
        height: 125px!important
    }
}

.product-comparator__selector-item__product-image {
    margin-bottom: -20px
}

.product-comparator__selector-item__promo-image+.product-comparator__selector-item__product-image {
    float: left;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px
}

.product-comparator__selector-item__promo-image+.product-comparator__selector-item__product-image img,
.product-comparator__selector-item__promo-image+.product-comparator__selector-item__product-image picture {
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: 0
}

.product-comparator__selector-item__product-image img,
.product-comparator__selector-item__product-image picture {
    max-height: 125px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-comparator__selector-item__content {
    padding: 20px
}

.product-comparator__selector-item__content:after,
.product-comparator__selector-item__content:before {
    display: table;
    content: " "
}

.product-comparator__selector-item__content:after {
    clear: both
}

@media (min-width:768px) {
    .product-comparator__selector-item__content {
        padding: 40px 20px 20px
    }
}

.product-comparator__selector-item__title {
    margin-bottom: 5px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    color: #005694
}

.product-comparator__selector-item__subtitle {
    font-weight: 600;
    margin-bottom: 3em;
    color: #005694
}

@media (min-width:768px) {
    .product-comparator__selector-item__subtitle {
        margin-bottom: 1em
    }
}

.product-comparator__selector-item__description {
    display: none
}

@media (min-width:768px) {
    .product-comparator__selector-item__description {
        font-size: .8333em;
        line-height: 1.5;
        font-weight: 300;
        display: block;
        padding-bottom: 30px
    }
}

.product-comparator__selector-item__compare-toggler {
    margin: 0 15px 15px 0;
    font-size: 1.1em;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #005694
}

@media (min-width:768px) {
    .product-comparator__selector-item__compare-toggler {
        font-size: .75em
    }
}

.product-comparator__selector-item__compare-toggler:after {
    content: ' ';
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 100%;
    border: .5em solid #eee;
    float: right;
    margin-left: 8px;
    transition: background-color .3s linear;
    margin-top: -2px;
    width: 2em;
    height: 2em
}

.product-comparator__result {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    will-change: max-height opacity;
    transition: max-height .5s linear, opacity .8s linear
}

.product-comparator__result__product-title {
    color: #005694
}

.product-comparator__result__product-name {
    color: #eee
}

.product-comparator__result__title {
    font-size: 1.2em;
    padding: 5px 10px
}

.product-comparator__result__title small {
    display: block;
    font-size: .75em
}

@media (min-width:768px) {
    .product-comparator__result__title {
        font-size: 1em;
        padding: 15px 10px
    }
}

.product-comparator__result__row {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.product-comparator__result__row:first-of-type {
    display: none
}

@media (min-width:768px) {
    .product-comparator__result__row:first-of-type {
        display: -ms-flexbox;
        display: flex
    }
}

.product-comparator__result__row:nth-of-type(even) {
    background: #eee
}

.product-comparator__result__row+.product-comparator__result__row {
    border-top: 1px solid #bbb
}

.product-comparator__result__cell {
    padding: 15px 10px;
    width: 100%
}

.product-comparator__result__cell:first-of-type {
    width: 100%;
    padding: 0
}

@media (min-width:992px) {
    .product-comparator__result__cell:first-of-type {
        width: auto;
        padding: 15px 10px
    }
}

@media (min-width:768px) {
    .product-comparator__result__cell:not(: first-of-type) {
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
}

@media (min-width:992px) {
    .product-comparator__result__cell {
        -ms-flex: 1;
        flex: 1;
        width: auto
    }
    .product-comparator__result__cell:not(:last-of-type) {
        border-right: 1px solid #bbb
    }
}

.product-comparator__result__cell:before {
    content: attr(data-product-name) " ";
    color: #bbb;
    display: block
}

@media (min-width:768px) {
    .product-comparator__result__cell:before {
        font-size: .75em
    }
}

.product-comparator__result__product-image {
    height: 100px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-comparator__result__colors {
    margin: .5em 0;
    padding: 0;
    list-style: none
}

.product-comparator__result__color {
    border-radius: 100%;
    margin-right: .25em;
    background-color: currentColor;
    background-position: center;
    background-size: cover;
    float: left;
    width: 16px;
    height: 16px
}

.product-comparator__result__icon {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-comparator__result__video {
    height: 50px;
    cursor: pointer;
    width: 100%;
    position: relative
}

.product-comparator__result__video:after,
.product-comparator__result__video:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-comparator__result__video:before {
    border-radius: 100%;
    border: 3px solid #005694;
    width: 30px;
    height: 30px
}

.product-comparator__result__video:after {
    content: ' ';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10.5px solid #005694;
    -ms-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%)
}

.product-comparator__request-button {
    text-align: center
}

.product-deck__container {
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (min-width:992px) {
    .product-deck__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.product-deck .app-deck,
.product-deck .deck {
    padding: 65px
}

.product-deck--anchors .product-deck__product:after {
    width: 12px;
    height: 12px;
    content: ' ';
    display: block;
    border-left: 1px solid #005694;
    border-bottom: 1px solid #005694;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
    will-change: transform;
    transition: transform .3s linear
}

.product-deck--anchors .product-deck__product:hover:after {
    -ms-transform: translate(-50%, 20%) rotate(-45deg);
    transform: translate(-50%, 20%) rotate(-45deg)
}

.product-deck__product {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #012642
}

.product-deck__product:hover {
    color: #000910
}

.product-comparator__result__cell .product-deck__product:hover a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn):before,
.product-deck__product:hover .payoffs__item__link:before,
.product-deck__product:hover .product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn):before,
.product-deck__product:hover .product-deck__product__link:before,
.product-deck__product:hover .secondary-cta:before {
    transition: all .1s ease-in-out;
    left: 5px;
    position: relative
}

@media (max-width:450px) {
    .product-deck__product {
        width: 100%;
        margin-bottom: 15px
    }
}

@media (min-width:992px) {
    .product-deck__product {
        width: auto
    }
}

.product-deck__product__image {
    height: 125px;
    margin: 0 auto;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 10px
}

.product-deck__product__image>img {
    height: 125px
}

@media (max-width:450px) {
    .product-deck__product__image {
        height: auto
    }
}

.product-deck__product__name {
    font-size: 1.125em
}

.product-deck__product__sub-heading {
    font-size: 1em
}

.product-deck__product__intro {
    font-size: .75em
}

.product-deck__product__link {
    color: currentColor;
    margin: 0 auto;
    margin-top: 5px;
    text-align: left;
    display: table
}

@media (min-width:768px) {
    .product-deck__product__link:before {
        margin-bottom: 20px
    }
}

.product-deck__product--left-align {
    text-align: left
}

@media (max-width:979px) {
    .product-deck__product--left-align {
        text-align: center
    }
}

@media (min-width:980px) {
    .product-deck__product--left-align>.product-deck__product__link {
        display: block
    }
}

.product-deck__product--left-align img {
    margin: 0 0 15px 0
}

@media (max-width:450px) {
    .product-deck__product--left-align img {
        margin: auto
    }
}

.product-deck.swiper-container .product-deck__container.swiper-wrapper {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap
}

.search-results {
    padding-left: 0
}

.search-results__wrapper {
    margin-top: 30px;
    padding-left: 0;
    height: 69px
}

@media (min-width:768px) {
    .search-results__wrapper {
        margin-top: 40px;
        height: 89px
    }
}

.search-results__list {
    list-style: none;
    padding: 25px;
    margin-bottom: 0
}

@media (min-width:768px) {
    .search-results__list {
        padding: 30px 30px 0 30px
    }
}

@media (min-width:992px) {
    .search-results__list {
        padding: 20px 20px 0 20px
    }
}

.search-results__box__form {
    padding-right: 69px
}

@media (min-width:768px) {
    .search-results__box__form {
        padding-right: 89px
    }
}

.search-results__box__label {
    background: #005694;
    height: 69px;
    width: 69px;
    margin-right: -69px;
    display: block;
    float: left;
    border: none;
    border-left: 1px #eee solid;
    border-bottom: 1px #eee solid;
    position: relative
}

@media (min-width:768px) {
    .search-results__box__label {
        height: 89px;
        width: 89px;
        margin-right: -89px
    }
}

.search-results__box__label:focus,
.search-results__box__label:hover {
    outline: 0
}

.search-results__box__label:focus svg,
.search-results__box__label:hover svg {
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5)
}

.search-results__box__label svg {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .3s ease;
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    fill: #fff
}

.search-results__box__label__path {
    fill: #555
}

.search-results__box__input {
    width: 100%;
    float: left;
    border: none;
    outline: 0;
    padding: 0 20px 0 15px;
    margin: 0;
    height: 69px
}

@media (min-width:768px) {
    .search-results__box__input {
        padding-left: 20px;
        height: 89px
    }
}

@media (min-width:992px) {
    .search-results__box__input {
        padding-left: 35px
    }
}

.search-results__pagination {
    text-align: center;
    margin-bottom: 50px
}

@media (min-width:480px) and (max-width:767px) {
    .search-results__pagination>.pagination {
        margin: 0
    }
}

.search-results__no-results {
    font-size: 22px;
    padding: 25px;
    clear: both
}

@media (min-width:768px) {
    .style-overview {
        padding: 65px 0
    }
}

.style-overview__style {
    float: left;
    width: 100%
}

.style-overview__available-styles {
    float: left;
    width: 100%;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .style-overview__available-styles {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media print {
    .style-overview__available-styles {
        display: none
    }
}

.style-overview__available-styles-label {
    color: #999;
    width: 100%;
    display: block;
    float: left
}

@media (min-width:768px) {
    .style-overview__available-styles-label {
        width: auto;
        margin: 7px 0
    }
}

.style-overview__alternative-style {
    padding-left: 20px;
    color: #005694;
    width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    margin: 5px 0;
    display: block
}

@media (min-width:480px) and (max-width:767px) {
    .style-overview__alternative-style {
        width: 50%
    }
}

@media (min-width:768px) {
    .style-overview__alternative-style {
        -ms-flex: 1 0;
        flex: 1 0;
        margin: 7px 10px
    }
}

.style-overview__alternative-style:before {
    content: ' ';
    width: 10px;
    height: 10px;
    display: block;
    border-bottom: 1px solid #005694;
    border-right: 1px solid #005694;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 5px;
    position: absolute;
    transition: left .2s ease
}

@media (min-width:768px) {
    .style-overview__alternative-style:before {
        top: 8px
    }
}

.style-overview__alternative-style:hover:before {
    left: 5px
}

.teaser-deck {
    width: 100%;
    padding: 2em 0
}

@media (min-width:768px) {
    .teaser-deck .app-deck,
    .teaser-deck .deck {
        padding: 16.25px 32.5px
    }
}

.teaser-deck__title:after,
.teaser-deck__title:before {
    display: table;
    content: " "
}

.teaser-deck__title:after {
    clear: both
}

.teaser-deck__teaser {
    float: left;
    width: 100%;
    margin-bottom: 2em
}

@media (min-width:768px) {
    .teaser-deck__teaser {
        margin-bottom: 1em;
        padding: 0
    }
}

@media (max-width:768px) {
    .teaser-deck__teaser[class*=theme--]>article {
        padding: 15px
    }
}

.teaser-deck__image {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .teaser-deck [class|=col] {
        padding: 0
    }
}

@media (max-width:979px) {
    .teaser-deck [class|=col].swiper-slide {
        padding: 0
    }
}

@media (max-width:979px) {
    .teaser-deck .swiper-wrapper {
        padding: 0 15px
    }
    .teaser-deck .swiper-wrapper .deck__content,
    .teaser-deck .swiper-wrapper .richtext-content {
        margin-bottom: 2em
    }
    .teaser-deck .swiper-button-next,
    .teaser-deck .swiper-button-prev {
        top: auto!important
    }
    .teaser-deck .swiper-pagination {
        margin-top: -34px!important
    }
}

[class^=cta]:before {
    content: ' ';
    display: block;
    background-color: rgba(255, 255, 255, .2);
    width: 150%;
    height: 150%;
    position: absolute;
    will-change: transform;
    -ms-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    transition: transform .4s ease-out
}

[class^=cta]:focus,
[class^=cta]:hover {
    color: #fff
}

[class^=cta]:focus:before,
[class^=cta]:hover:before {
    -ms-transform: translate(-30%, -30%);
    transform: translate(-30%, -30%)
}

.payoffs__item__link:before,
.product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn):before,
.product-deck__product__link:before,
.secondary-cta:before {
    content: ' ';
    display: block;
    height: 10px;
    width: 10px;
    border-right: currentColor 2px solid;
    border-top: currentColor 2px solid;
    -ms-transform: rotate(45deg) translate(50%, 50%);
    transform: rotate(45deg) translate(50%, 50%);
    float: left;
    left: 0;
    margin-right: 15px;
    position: relative;
    transition: left .2s ease;
    will-change: left
}

.product-comparator__result__cell a:hover:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn),
.product-deck__product__link:hover,
.secondary-cta:hover {
    color: #033967
}

.payoffs__item__link:hover:before,
.product-comparator__result__cell a:not(.cta-primary):not(.dispenser-locator__request-appointment__send-request):not(.cc-btn):hover:before,
.product-deck__product__link:hover:before,
.secondary-cta:hover:before {
    left: 5px
}

.top-notice__link {
    position: relative
}

.top-notice__link:active,
.top-notice__link:focus,
.top-notice__link:hover {
    cursor: pointer
}

.top-notice__link:active:before,
.top-notice__link:focus:before,
.top-notice__link:hover:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.top-notice__link:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a2a2a2;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .25s ease-in-out
}

@media (min-width:768px) {
    .product-image:after {
        content: ' ';
        position: absolute;
        left: auto;
        right: 0;
        -ms-transform: translateY(-170%);
        transform: translateY(-170%);
        height: 60px;
        width: 80px;
        z-index: 100;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAA8BAMAAAATRawmAAAALVBMVEUAAAAAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMAVZMZ+6H5AAAADnRSTlMA359eIAVU+KqM21vj4Bu4X9MAAAC/SURBVFjDrdhLEcIwGIVR8ijPwUIkREIkZMkGD0hgpkYqASmV8mtgVQfnE3DWd+7p6LV+Q3R451+EBJctLHgLDH4wuOwYfAQGrxp8avCiwanBocGuwYbBGhgsGswaTBqcGhwa7BpsGKyBwaLBrMGkwanBocGuwYbBGhgsGswaTBqcGhwa7BpsGKyBwaLBrMGkwanBocGuwYbBGhgsGswaTBq8aPCuwasGHxpcdgyePhq8aXDZKHh8QHR9vdevA/9k56CvDHBwQQAAAABJRU5ErkJggg==)
    }
}

@media (min-width:768px) and (min-width:768px) {
    .product-image:after {
        bottom: 0;
        -ms-transform: translateY(-120%);
        transform: translateY(-120%)
    }
}

@media (min-width:992px) {
    .service-menu__item {
        position: relative
    }
    .service-menu__item:active,
    .service-menu__item:focus,
    .service-menu__item:hover {
        cursor: pointer
    }
    .service-menu__item:active:before,
    .service-menu__item:focus:before,
    .service-menu__item:hover:before {
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .service-menu__item:before {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #a2a2a2;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transition: transform .25s ease-in-out
    }
    .service-menu__item:before {
        bottom: 0
    }
}

@media (max-width:979px) {
    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        border: solid #005694;
        border-width: 0 2px 2px 0
    }
}

.video-thumbnail__caption:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-thumbnail__caption:after {
    content: ' ';
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    background: 0 0;
    vertical-align: middle;
    right: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(20%, -50%);
    transform: translate(20%, -50%)
}

@media (min-width:768px) {
    .content-deck--40-60 .content-deck__section:nth-of-type(1) {
        -ms-flex: 1.7;
        flex: 1.7
    }
}

@media (min-width:768px) {
    .content-deck--60-40 .content-deck__section:nth-of-type(2) {
        -ms-flex: 1.7;
        flex: 1.7
    }
}

@media (min-width:768px) {
    .content-deck--mirror.content-deck--40-60 .content-deck__section:nth-of-type(2) {
        -ms-flex: 2.2;
        flex: 2.2
    }
    .content-deck--mirror.content-deck--60-40 .content-deck__section:nth-of-type(1) {
        -ms-flex: 2.2;
        flex: 2.2
    }
}

[class*=theme--] .content-deck__image {
    height: 100%
}

[class*=theme--] .content-deck--mirror .content-deck__section:nth-of-type(1) {
    padding: 40px
}

[class*=theme--] .content-deck__section:nth-of-type(1) {
    padding: 40px 0 40px 40px
}

@media (max-width:768px) {
    [class*=theme--] .content-deck__section:nth-of-type(1) {
        padding: 40px
    }
}

[class*=theme--] .content-deck__section:nth-of-type(1) .app-deck,
[class*=theme--] .content-deck__section:nth-of-type(1) .deck {
    padding: 0 65px 0 0
}

@media (max-width:768px) {
    [class*=theme--] .content-deck__section:nth-of-type(1) .app-deck,
    [class*=theme--] .content-deck__section:nth-of-type(1) .deck {
        padding: 0
    }
}

[class*=theme--] .content-deck__section:nth-of-type(2) .video-thumbnail {
    height: 100%
}

[class*=theme--] .content-deck__section:nth-of-type(2) .video-thumbnail__image {
    height: 100%
}

.dispenser-locator__map__form.open {
    top: 132px
}

.language-selector__langauge__name {
    position: relative
}

.language-selector__langauge__name:active,
.language-selector__langauge__name:focus,
.language-selector__langauge__name:hover {
    cursor: pointer
}

.language-selector__langauge__name:active:before,
.language-selector__langauge__name:focus:before,
.language-selector__langauge__name:hover:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.language-selector__langauge__name:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a2a2a2;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .25s ease-in-out
}

.product-deck:not(.product-deck--anchors) .product-deck__product a {
    position: relative
}

.product-deck:not(.product-deck--anchors) .product-deck__product a:active,
.product-deck:not(.product-deck--anchors) .product-deck__product a:focus,
.product-deck:not(.product-deck--anchors) .product-deck__product a:hover {
    cursor: pointer
}

.product-deck:not(.product-deck--anchors) .product-deck__product a:active:before,
.product-deck:not(.product-deck--anchors) .product-deck__product a:focus:before,
.product-deck:not(.product-deck--anchors) .product-deck__product a:hover:before {
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-deck:not(.product-deck--anchors) .product-deck__product a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a2a2a2;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: transform .25s ease-in-out
}

.cc-compliance {
    display: block
}

.cc-btn {
    margin-top: 0;
    text-align: center;
    display: block
}

.cc-btn:active,
.cc-btn:hover {
    background-color: #005694!important
}

.form-control:focus {
    box-shadow: none!important
}

li.poi-item {
    display: inline-block;
    width: calc(50% - 3px) !important;
    margin: 10px 0 !important;
}

#nby-btm-sec > ul > li:nth-child(1) {
    display: none !important;
}

div.nearby_icon {
    display: inline-block !important;
    width: 20px !important;
    vertical-align: top !important;
    background:none !important;
}

a.poi-num > img {
    height: 25px;
    padding-top: 3px;
}

#nearbyContainer {
    background: #012642;
}

#office-locationsIframe {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

.content-list.poi-result {
    background: #012642  !important;
}

.content-list.poi-result li {
    width:auto !important;
    min-width:333px !important;
    border:none !important;
    background: #012642  !important;
    color:#fff !important;
}

a.store_name {
    text-decoration: none;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

a.store_name:hover {
    text-decoration: underline !important;
}

h2.header {
    background: #012642  !important;
    color: #fff !important;
    font-weight:bold;
    font-size: 28px;
    padding-bottom: 12px;
    padding-top: 10px;
    float:left;
    width:100%;
}

.c_store_wrap {
    margin-left:15px;
}