/* SGDS CSS */


/* version 1.3.17 */

@keyframes spinAround {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.control.is-loading:after,
.select.is-loading:after {
    animation: spinAround 0.5s linear infinite;
    border-radius: 290486px;
    border-color: transparent transparent #d6d6d6 #d6d6d6;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.file {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

body,
button,
input,
select,
textarea {
    font-family: Lato, BlinkMacSystemFont, -apple-system, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace;
}

body {
    color: #484848;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #0070f2;
    cursor: pointer;
    text-decoration: none;
}

a strong {
    color: currentColor;
}

a:hover {
    color: #1a88ff;
}

code {
    background-color: #f5f5f5;
    color: #d0021b;
    font-size: 0.875em;
    font-weight: 400;
    padding: 0.25em 0.5em;
    white-space: pre-wrap;
}

hr {
    background-color: #d6d6d6;
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0;
}

img {
    height: auto;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    color: #323232;
    font-weight: 700;
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #484848;
    font-size: 0.875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal;
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0;
}

table td,
table th {
    text-align: left;
    vertical-align: top;
}

table th {
    color: #323232;
}

.is-clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.is-pulled-left {
    float: left !important;
}

.is-pulled-right {
    float: right !important;
}

.is-clipped {
    overflow: hidden !important;
}

.is-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.is-size-0 {
    font-size: 5.25rem !important;
}

.is-size-1 {
    font-size: 3.375rem !important;
}

.is-size-2 {
    font-size: 2.75rem !important;
}

.is-size-3 {
    font-size: 2rem !important;
}

.is-size-4 {
    font-size: 1.625rem !important;
}

.is-size-5 {
    font-size: 1.375rem !important;
}

.is-size-6 {
    font-size: 1.3rem !important;
}

.is-size-7 {
    font-size: 1.125rem !important;
}

.is-size-8 {
    font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
    .is-size-0-mobile {
        font-size: 5.25rem !important;
    }
    .is-size-1-mobile {
        font-size: 3.375rem !important;
    }
    .is-size-2-mobile {
        font-size: 2.75rem !important;
    }
    .is-size-3-mobile {
        font-size: 2rem !important;
    }
    .is-size-4-mobile {
        font-size: 1.625rem !important;
    }
    .is-size-5-mobile {
        font-size: 1.375rem !important;
    }
    .is-size-6-mobile {
        font-size: 1.3rem !important;
    }
    .is-size-7-mobile {
        font-size: 1.125rem !important;
    }
    .is-size-8-mobile {
        font-size: 1rem !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-size-0-tablet {
        font-size: 5.25rem !important;
    }
    .is-size-1-tablet {
        font-size: 3.375rem !important;
    }
    .is-size-2-tablet {
        font-size: 2.75rem !important;
    }
    .is-size-3-tablet {
        font-size: 2rem !important;
    }
    .is-size-4-tablet {
        font-size: 1.625rem !important;
    }
    .is-size-5-tablet {
        font-size: 1.375rem !important;
    }
    .is-size-6-tablet {
        font-size: 1.3rem !important;
    }
    .is-size-7-tablet {
        font-size: 1.125rem !important;
    }
    .is-size-8-tablet {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-size-0-touch {
        font-size: 5.25rem !important;
    }
    .is-size-1-touch {
        font-size: 3.375rem !important;
    }
    .is-size-2-touch {
        font-size: 2.75rem !important;
    }
    .is-size-3-touch {
        font-size: 2rem !important;
    }
    .is-size-4-touch {
        font-size: 1.625rem !important;
    }
    .is-size-5-touch {
        font-size: 1.375rem !important;
    }
    .is-size-6-touch {
        font-size: 1.3rem !important;
    }
    .is-size-7-touch {
        font-size: 1.125rem !important;
    }
    .is-size-8-touch {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-size-0-desktop {
        font-size: 5.25rem !important;
    }
    .is-size-1-desktop {
        font-size: 3.375rem !important;
    }
    .is-size-2-desktop {
        font-size: 2.75rem !important;
    }
    .is-size-3-desktop {
        font-size: 2rem !important;
    }
    .is-size-4-desktop {
        font-size: 1.625rem !important;
    }
    .is-size-5-desktop {
        font-size: 1.375rem !important;
    }
    .is-size-6-desktop {
        font-size: 1.3rem !important;
    }
    .is-size-7-desktop {
        font-size: 1.125rem !important;
    }
    .is-size-8-desktop {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-size-0-widescreen {
        font-size: 5.25rem !important;
    }
    .is-size-1-widescreen {
        font-size: 3.375rem !important;
    }
    .is-size-2-widescreen {
        font-size: 2.75rem !important;
    }
    .is-size-3-widescreen {
        font-size: 2rem !important;
    }
    .is-size-4-widescreen {
        font-size: 1.625rem !important;
    }
    .is-size-5-widescreen {
        font-size: 1.375rem !important;
    }
    .is-size-6-widescreen {
        font-size: 1.3rem !important;
    }
    .is-size-7-widescreen {
        font-size: 1.125rem !important;
    }
    .is-size-8-widescreen {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-size-0-fullhd {
        font-size: 5.25rem !important;
    }
    .is-size-1-fullhd {
        font-size: 3.375rem !important;
    }
    .is-size-2-fullhd {
        font-size: 2.75rem !important;
    }
    .is-size-3-fullhd {
        font-size: 2rem !important;
    }
    .is-size-4-fullhd {
        font-size: 1.625rem !important;
    }
    .is-size-5-fullhd {
        font-size: 1.375rem !important;
    }
    .is-size-6-fullhd {
        font-size: 1.3rem !important;
    }
    .is-size-7-fullhd {
        font-size: 1.125rem !important;
    }
    .is-size-8-fullhd {
        font-size: 1rem !important;
    }
}

.has-text-centered {
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .has-text-centered-mobile {
        text-align: center !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .has-text-centered-tablet {
        text-align: center !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-centered-tablet-only {
        text-align: center !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-centered-touch {
        text-align: center !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-centered-desktop {
        text-align: center !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-centered-desktop-only {
        text-align: center !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-centered-widescreen {
        text-align: center !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-centered-widescreen-only {
        text-align: center !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-centered-fullhd {
        text-align: center !important;
    }
}

.has-text-justified {
    text-align: justify !important;
}

@media screen and (max-width: 768px) {
    .has-text-justified-mobile {
        text-align: justify !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .has-text-justified-tablet {
        text-align: justify !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-justified-tablet-only {
        text-align: justify !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-justified-touch {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-justified-desktop {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-justified-desktop-only {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-justified-widescreen {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-justified-widescreen-only {
        text-align: justify !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-justified-fullhd {
        text-align: justify !important;
    }
}

.has-text-left,
.sgds-bottom-navigation a.is-left {
    text-align: left !important;
}

@media screen and (max-width: 768px) {
    .has-text-left-mobile {
        text-align: left !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .has-text-left-tablet {
        text-align: left !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-left-tablet-only {
        text-align: left !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-left-touch {
        text-align: left !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-left-desktop {
        text-align: left !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-left-desktop-only {
        text-align: left !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-left-widescreen {
        text-align: left !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-left-widescreen-only {
        text-align: left !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-left-fullhd {
        text-align: left !important;
    }
}

.has-text-right,
.sgds-bottom-navigation a.is-right {
    text-align: right !important;
}

@media screen and (max-width: 768px) {
    .has-text-right-mobile {
        text-align: right !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .has-text-right-tablet {
        text-align: right !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .has-text-right-tablet-only {
        text-align: right !important;
    }
}

@media screen and (max-width: 1023px) {
    .has-text-right-touch {
        text-align: right !important;
    }
}

@media screen and (min-width: 1024px) {
    .has-text-right-desktop {
        text-align: right !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .has-text-right-desktop-only {
        text-align: right !important;
    }
}

@media screen and (min-width: 1216px) {
    .has-text-right-widescreen {
        text-align: right !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .has-text-right-widescreen-only {
        text-align: right !important;
    }
}

@media screen and (min-width: 1408px) {
    .has-text-right-fullhd {
        text-align: right !important;
    }
}

.is-capitalized {
    text-transform: capitalize !important;
}

.is-lowercase {
    text-transform: lowercase !important;
}

.is-uppercase {
    text-transform: uppercase !important;
}

.is-italic {
    font-style: italic !important;
}

.has-text-white {
    color: #fff !important;
}

a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e6e6 !important;
}

.has-background-white {
    background-color: #fff !important;
}

.has-text-black {
    color: #0a0a0a !important;
}

a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important;
}

.has-background-black {
    background-color: #0a0a0a !important;
}

.has-text-light {
    color: #f5f5f5 !important;
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important;
}

.has-background-light {
    background-color: #f5f5f5 !important;
}

.has-text-dark {
    color: #323232 !important;
}

a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #191919 !important;
}

.has-background-dark {
    background-color: #323232 !important;
}

.has-text-primary {
    color: #6037b3 !important;
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #4b2b8c !important;
}

.has-background-primary {
    background-color: #6037b3 !important;
}

.has-text-secondary {
    color: #3e69be !important;
}

a.has-text-secondary:focus,
a.has-text-secondary:hover {
    color: #315498 !important;
}

.has-background-secondary {
    background-color: #3e69be !important;
}

.has-text-link {
    color: #0070f2 !important;
}

a.has-text-link:focus,
a.has-text-link:hover {
    color: #0058bf !important;
}

.has-background-link {
    background-color: #0070f2 !important;
}

.has-text-info {
    color: #008196 !important;
}

a.has-text-info:focus,
a.has-text-info:hover {
    color: #005563 !important;
}

.has-background-info {
    background-color: #008196 !important;
}

.has-text-success {
    color: #008649 !important;
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #00532d !important;
}

.has-background-success {
    background-color: #008649 !important;
}

.has-text-warning {
    color: #f5a623 !important;
}

a.has-text-warning:focus,
a.has-text-warning:hover {
    color: #db8c0a !important;
}

.has-background-warning {
    background-color: #f5a623 !important;
}

.has-text-danger {
    color: #d0021b !important;
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #9d0214 !important;
}

.has-background-danger {
    background-color: #d0021b !important;
}

.has-text-black-bis {
    color: #121212 !important;
}

.has-text-black-ter {
    color: #242424 !important;
}

.has-text-grey-darker {
    color: #323232 !important;
}

.has-text-grey-dark {
    color: #484848 !important;
}

.has-text-grey {
    color: #767676 !important;
}

.has-text-grey-light {
    color: #d6d6d6 !important;
}

.has-text-grey-lighter {
    color: #f0f0f0 !important;
}

.has-text-white-ter {
    color: #f5f5f5 !important;
}

.has-text-white-bis {
    color: #fafafa !important;
}

.has-text-weight-light {
    font-weight: 300 !important;
}

.has-text-weight-normal {
    font-weight: 400 !important;
}

.has-text-weight-medium {
    font-weight: 500 !important;
}

.has-text-weight-semibold {
    font-weight: 600 !important;
}

.has-text-weight-bold {
    font-weight: 700 !important;
}

.has-text-weight-extrabold {
    font-weight: 800 !important;
}

.has-text-weight-black {
    font-weight: 900 !important;
}

.is-block {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .is-block-mobile {
        display: block !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-block-tablet {
        display: block !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-block-tablet-only {
        display: block !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-block-touch {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-block-desktop {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-block-desktop-only {
        display: block !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-block-widescreen {
        display: block !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-block-widescreen-only {
        display: block !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-block-fullhd {
        display: block !important;
    }
}

.is-flex {
    display: flex !important;
}

@media screen and (max-width: 768px) {
    .is-flex-mobile {
        display: flex !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-flex-tablet {
        display: flex !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-flex-tablet-only {
        display: flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-flex-touch {
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-flex-desktop {
        display: flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-flex-desktop-only {
        display: flex !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-flex-widescreen {
        display: flex !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-flex-widescreen-only {
        display: flex !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-flex-fullhd {
        display: flex !important;
    }
}

.is-inline {
    display: inline !important;
}

@media screen and (max-width: 768px) {
    .is-inline-mobile {
        display: inline !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-inline-tablet {
        display: inline !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-tablet-only {
        display: inline !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-touch {
        display: inline !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-desktop {
        display: inline !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-desktop-only {
        display: inline !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-widescreen {
        display: inline !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-widescreen-only {
        display: inline !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-fullhd {
        display: inline !important;
    }
}

.is-inline-block {
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .is-inline-block-mobile {
        display: inline-block !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-inline-block-tablet {
        display: inline-block !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-block-tablet-only {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-block-touch {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-block-desktop {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-block-desktop-only {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-block-widescreen {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-block-fullhd {
        display: inline-block !important;
    }
}

.is-inline-flex {
    display: inline-flex !important;
}

@media screen and (max-width: 768px) {
    .is-inline-flex-mobile {
        display: inline-flex !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-inline-flex-tablet {
        display: inline-flex !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-inline-flex-tablet-only {
        display: inline-flex !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-inline-flex-touch {
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-inline-flex-desktop {
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-inline-flex-desktop-only {
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-inline-flex-widescreen {
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-inline-flex-widescreen-only {
        display: inline-flex !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-inline-flex-fullhd {
        display: inline-flex !important;
    }
}

.is-hidden {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .is-hidden-mobile {
        display: none !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-hidden-tablet {
        display: none !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-hidden-tablet-only {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-hidden-touch {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-hidden-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-hidden-desktop-only {
        display: none !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-hidden-widescreen {
        display: none !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-hidden-widescreen-only {
        display: none !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-hidden-fullhd {
        display: none !important;
    }
}

.is-invisible {
    visibility: hidden !important;
}

@media screen and (max-width: 768px) {
    .is-invisible-mobile {
        visibility: hidden !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-invisible-tablet {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-invisible-tablet-only {
        visibility: hidden !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-invisible-touch {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-invisible-desktop {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-invisible-desktop-only {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-invisible-widescreen {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-invisible-fullhd {
        visibility: hidden !important;
    }
}

.is-marginless {
    margin: 0 !important;
}

.is-paddingless,
.sgds-bottom-navigation {
    padding: 0 !important;
}

.is-radiusless {
    border-radius: 0 !important;
}

.is-shadowless {
    box-shadow: none !important;
}

.is-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.is-stretched {
    align-items: stretch !important;
}

.is-vcentered {
    align-items: center !important;
}

.is-wrapped {
    white-space: normal !important;
}

.hide {
    display: none !important;
    visibility: hidden !important;
}

.show {
    display: block;
    visibility: visible;
}

.is-position-relative,
.touch .is-offset-sidenav {
    position: relative !important;
}

.is-overflow-hidden {
    overflow: hidden;
}

.is-flex-justify-fs {
    justify-content: flex-start !important;
}

.is-flex-justify-fe {
    justify-content: flex-end !important;
}

.is-flex-justify-c {
    justify-content: center !important;
}

.is-flex-justify-sb {
    justify-content: space-between !important;
}

.is-flex-justify-sa {
    justify-content: space-around !important;
}

.is-flex-justify-initial {
    justify-content: normal !important;
}

.is-flex-justify-inherit {
    justify-content: inherit !important;
}

.is-flex-alignitems-fs {
    align-items: flex-start !important;
}

.is-flex-alignitems-fe {
    align-items: flex-end !important;
}

.is-flex-alignitems-c {
    align-items: center !important;
}

.is-flex-alignitems-s {
    align-items: stretch !important;
}

.is-flex-alignitems-b {
    align-items: baseline !important;
}


/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

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

audio,
embed,
img,
object,
video {
    max-width: 100%;
}

iframe {
    border: 0;
}

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

td,
th {
    padding: 0;
    text-align: left;
}

h1 {
    font-size: 3.375rem;
    line-height: 3.75rem;
    letter-spacing: -0.09375rem;
}

@media screen and (max-width: 1023px) {
    h1 {
        font-size: 2.75rem;
    }
}

h1.display {
    font-size: 5.25rem;
    line-height: 5.25rem;
}

@media screen and (max-width: 1023px) {
    h1.display {
        font-size: 3.5rem;
    }
}

h2 {
    font-size: 2.75rem;
    line-height: 3.75rem;
}

@media screen and (max-width: 1023px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: 2rem;
    line-height: 2.8125rem;
}

@media screen and (max-width: 1023px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: 1.625rem;
    line-height: 2.25rem;
}

@media screen and (max-width: 1023px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.375rem;
    line-height: 1.875rem;
}

h6 {
    font-size: 1.3rem;
    line-height: 1.5rem;
}

center,
li,
p {
    font-size: 1.125rem;
    line-height: 2rem;
}

.content center,
.content li,
.content p {
    line-height: 2.2rem;
}

small {
    font-size: 1rem;
    line-height: 1.125rem;
}

b,
strong {
    font-weight: 600;
}

.eyebrow {
    font-size: 1rem;
    letter-spacing: 0.09375rem;
    line-height: 1.375rem;
}

@font-face {
    font-family: sgds-icons;
    src: url(../fonts/sgds/sgds-icons.ttf) format("truetype"), url(../fonts/sgds/sgds-icons.woff) format("woff"), url(../fonts/sgds/sgds-icons.svg?#sgds-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}

.sgds-icon {
    font-family: sgds-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sgds-icon-breadcrumb:before {
    content: "\e9a2";
}

.sgds-icon-callout:before {
    content: "\e9a3";
}

.sgds-icon-hero:before {
    content: "\e9a4";
}

.sgds-icon-mainnav:before {
    content: "\e9a5";
}

.sgds-icon-sidenav:before {
    content: "\e9a6";
}

.sgds-icon-table:before {
    content: "\e9a7";
}

.sgds-icon-typography:before {
    content: "\e9a8";
}

.sgds-icon-delete:before {
    content: "\e997";
}

.sgds-icon-grid-alt:before {
    content: "\e998";
}

.sgds-icon-pause-alt:before {
    content: "\e999";
}

.sgds-icon-pause:before {
    content: "\e99a";
}

.sgds-icon-pencil:before {
    content: "\e99b";
}

.sgds-icon-play-alt:before {
    content: "\e99c";
}

.sgds-icon-play:before {
    content: "\e99d";
}

.sgds-icon-privacy-alt:before {
    content: "\e99e";
}

.sgds-icon-privacy:before {
    content: "\e99f";
}

.sgds-icon-signal:before {
    content: "\e9a0";
}

.sgds-icon-stop:before {
    content: "\e9a1";
}

.sgds-icon-telephone:before {
    content: "\e97c";
}

.sgds-icon-bookmark-alt:before {
    content: "\e995";
}

.sgds-icon-star-alt:before {
    content: "\e996";
}

.sgds-icon-guides:before {
    content: "\e97d";
}

.sgds-icon-sentimeter:before {
    content: "\e97e";
}

.sgds-icon-sharepoint:before {
    content: "\e97f";
}

.sgds-icon-sitecore:before {
    content: "\e980";
}

.sgds-icon-sitefinity:before {
    content: "\e981";
}

.sgds-icon-swiit:before {
    content: "\e982";
}

.sgds-icon-wordpress:before {
    content: "\e983";
}

.sgds-icon-accordion:before {
    content: "\e984";
}

.sgds-icon-button:before {
    content: "\e985";
}

.sgds-icon-card:before {
    content: "\e986";
}

.sgds-icon-checklist:before {
    content: "\e987";
}

.sgds-icon-container:before {
    content: "\e988";
}

.sgds-icon-dropdown:before {
    content: "\e989";
}

.sgds-icon-footer:before {
    content: "\e98a";
}

.sgds-icon-grid:before {
    content: "\e98b";
}

.sgds-icon-icons:before {
    content: "\e98c";
}

.sgds-icon-masthead:before {
    content: "\e98d";
}

.sgds-icon-section:before {
    content: "\e98e";
}

.sgds-icon-tab:before {
    content: "\e98f";
}

.sgds-icon-atom:before {
    content: "\e990";
}

.sgds-icon-molecule:before {
    content: "\e991";
}

.sgds-icon-organism:before {
    content: "\e992";
}

.sgds-icon-page:before {
    content: "\e993";
}

.sgds-icon-template:before {
    content: "\e994";
}

.sgds-icon-add-image:before {
    content: "\e973";
}

.sgds-icon-attachment:before {
    content: "\e974";
}

.sgds-icon-cloud:before {
    content: "\e975";
}

.sgds-icon-contact:before {
    content: "\e976";
}

.sgds-icon-create-folder:before {
    content: "\e977";
}

.sgds-icon-delay:before {
    content: "\e978";
}

.sgds-icon-file-copy:before {
    content: "\e979";
}

.sgds-icon-file-pdf:before {
    content: "\e97a";
}

.sgds-icon-folder:before {
    content: "\e97b";
}

.sgds-icon-add-photo:before {
    content: "\e900";
}

.sgds-icon-browser:before {
    content: "\e901";
}

.sgds-icon-calculator:before {
    content: "\e902";
}

.sgds-icon-camera:before {
    content: "\e903";
}

.sgds-icon-clock:before {
    content: "\e904";
}

.sgds-icon-cloud-download:before {
    content: "\e905";
}

.sgds-icon-cloud-success:before {
    content: "\e906";
}

.sgds-icon-cloud-upload:before {
    content: "\e907";
}

.sgds-icon-database:before {
    content: "\e908";
}

.sgds-icon-download:before {
    content: "\e909";
}

.sgds-icon-file-add:before {
    content: "\e90a";
}

.sgds-icon-file-alt:before {
    content: "\e90b";
}

.sgds-icon-file:before {
    content: "\e90c";
}

.sgds-icon-hdd:before {
    content: "\e90d";
}

.sgds-icon-image:before {
    content: "\e90e";
}

.sgds-icon-link:before {
    content: "\e90f";
}

.sgds-icon-lock:before {
    content: "\e910";
}

.sgds-icon-mail:before {
    content: "\e911";
}

.sgds-icon-print:before {
    content: "\e912";
}

.sgds-icon-radar:before {
    content: "\e913";
}

.sgds-icon-save:before {
    content: "\e914";
}

.sgds-icon-share:before {
    content: "\e915";
}

.sgds-icon-unlock:before {
    content: "\e916";
}

.sgds-icon-upload:before {
    content: "\e917";
}

.sgds-icon-volume-mute:before {
    content: "\e918";
}

.sgds-icon-volume:before {
    content: "\e919";
}

.sgds-icon-docker:before {
    content: "\e91a";
}

.sgds-icon-facebook-alt:before {
    content: "\e91b";
}

.sgds-icon-facebook:before {
    content: "\e91c";
}

.sgds-icon-google:before {
    content: "\e91d";
}

.sgds-icon-instagram:before {
    content: "\e91e";
}

.sgds-icon-linkedin-alt:before {
    content: "\e91f";
}

.sgds-icon-linkedin:before {
    content: "\e920";
}

.sgds-icon-person-add:before {
    content: "\e921";
}

.sgds-icon-person-cancel:before {
    content: "\e922";
}

.sgds-icon-person-remove:before {
    content: "\e923";
}

.sgds-icon-person:before {
    content: "\e924";
}

.sgds-icon-rss:before {
    content: "\e925";
}

.sgds-icon-thumbs-down:before {
    content: "\e926";
}

.sgds-icon-thumbs-up:before {
    content: "\e927";
}

.sgds-icon-twitter:before {
    content: "\e928";
}

.sgds-icon-youtube:before {
    content: "\e929";
}

.sgds-icon-add-place:before {
    content: "\e92a";
}

.sgds-icon-boat:before {
    content: "\e92b";
}

.sgds-icon-bus:before {
    content: "\e92c";
}

.sgds-icon-car:before {
    content: "\e92d";
}

.sgds-icon-layers:before {
    content: "\e92e";
}

.sgds-icon-map:before {
    content: "\e92f";
}

.sgds-icon-my-location:before {
    content: "\e930";
}

.sgds-icon-place:before {
    content: "\e931";
}

.sgds-icon-taxi:before {
    content: "\e932";
}

.sgds-icon-traffic:before {
    content: "\e933";
}

.sgds-icon-train:before {
    content: "\e934";
}

.sgds-icon-arrow-down:before {
    content: "\e935";
}

.sgds-icon-arrow-left:before {
    content: "\e936";
}

.sgds-icon-arrow-right:before {
    content: "\e937";
}

.sgds-icon-arrow-top-left:before {
    content: "\e938";
}

.sgds-icon-arrow-top-right:before {
    content: "\e939";
}

.sgds-icon-arrow-up:before {
    content: "\e93a";
}

.sgds-icon-check:before {
    content: "\e93b";
}

.sgds-icon-chevron-down:before {
    content: "\e93c";
}

.sgds-icon-chevron-left:before {
    content: "\e93d";
}

.sgds-icon-chevron-right:before {
    content: "\e93e";
}

.sgds-icon-chevron-up:before {
    content: "\e93f";
}

.sgds-icon-cog:before {
    content: "\e940";
}

.sgds-icon-cross:before {
    content: "\e941";
}

.sgds-icon-ellipsis:before {
    content: "\e942";
}

.sgds-icon-home:before {
    content: "\e943";
}

.sgds-icon-menu:before {
    content: "\e944";
}

.sgds-icon-minus:before {
    content: "\e945";
}

.sgds-icon-notification:before {
    content: "\e946";
}

.sgds-icon-plus:before {
    content: "\e947";
}

.sgds-icon-sg-crest:before {
    content: "\e948";
    color: #db0000;
}

.sgds-icon-text-center:before {
    content: "\e949";
}

.sgds-icon-text-justify:before {
    content: "\e94a";
}

.sgds-icon-text-left:before {
    content: "\e94b";
}

.sgds-icon-text-right:before {
    content: "\e94c";
}

.sgds-icon-add-comment:before {
    content: "\e94d";
}

.sgds-icon-ban:before {
    content: "\e94e";
}

.sgds-icon-bookmark:before {
    content: "\e94f";
}

.sgds-icon-calendar:before {
    content: "\e950";
}

.sgds-icon-chat:before {
    content: "\e951";
}

.sgds-icon-circle-info:before {
    content: "\e952";
}

.sgds-icon-circle-minus:before {
    content: "\e953";
}

.sgds-icon-circle-plus:before {
    content: "\e954";
}

.sgds-icon-circle-question:before {
    content: "\e955";
}

.sgds-icon-circle-warning:before {
    content: "\e956";
}

.sgds-icon-compress-alt:before {
    content: "\e957";
}

.sgds-icon-compress:before {
    content: "\e958";
}

.sgds-icon-edit:before {
    content: "\e959";
}

.sgds-icon-expand-alt:before {
    content: "\e95a";
}

.sgds-icon-expand:before {
    content: "\e95b";
}

.sgds-icon-external:before {
    content: "\e95c";
}

.sgds-icon-feedback:before {
    content: "\e95d";
}

.sgds-icon-filter:before {
    content: "\e95e";
}

.sgds-icon-info:before {
    content: "\e95f";
}

.sgds-icon-list:before {
    content: "\e960";
}

.sgds-icon-pin:before {
    content: "\e961";
}

.sgds-icon-question:before {
    content: "\e962";
}

.sgds-icon-refresh:before {
    content: "\e963";
}

.sgds-icon-rsvp-no:before {
    content: "\e964";
}

.sgds-icon-rsvp-yes:before {
    content: "\e965";
}

.sgds-icon-search:before {
    content: "\e966";
}

.sgds-icon-slider-horizontal:before {
    content: "\e967";
}

.sgds-icon-slider-vertical:before {
    content: "\e968";
}

.sgds-icon-star:before {
    content: "\e969";
}

.sgds-icon-sync:before {
    content: "\e96a";
}

.sgds-icon-toggle-minus:before {
    content: "\e96b";
}

.sgds-icon-toggle-off:before {
    content: "\e96c";
}

.sgds-icon-toggle-on:before {
    content: "\e96d";
}

.sgds-icon-toggle-plus:before {
    content: "\e96e";
}

.sgds-icon-triangle-warning:before {
    content: "\e96f";
}

.sgds-icon-warning:before {
    content: "\e970";
}

.sgds-icon-zoom-in:before {
    content: "\e971";
}

.sgds-icon-zoom-out:before {
    content: "\e972";
}

.sgds-bottom-navigation {
    height: 95px;
}

@media screen and (max-width: 768px) {
    .sgds-bottom-navigation {
        height: 64px;
    }
}

.sgds-bottom-navigation a {
    color: #fff;
    background-color: #3e69be;
    display: block;
    width: 50%;
    padding: 1rem 5rem;
}

.sgds-bottom-navigation a.is-full {
    width: 100%;
}

.sgds-bottom-navigation a.is-half {
    width: 50%;
}

.sgds-bottom-navigation a.is-left {
    float: left;
}

.sgds-bottom-navigation a.is-right {
    float: right;
}

@media screen and (max-width: 1023px) {
    .sgds-bottom-navigation a {
        padding-left: 1.5em;
        padding-right: 1.5rem;
    }
}

.sgds-bottom-navigation a:hover {
    background-color: #315498;
}

.sgds-bottom-navigation p {
    font-size: 1.25rem;
    line-height: 2rem;
}

.sgds-bottom-navigation p:first-child {
    font-size: 1rem !important;
}

.sgds-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #484848;
    display: block;
    padding: 1.25rem;
}

.sgds-box:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sgds-box.is-white {
    border: 1px solid #fff;
}

.sgds-box.is-black {
    border: 1px solid #0a0a0a;
}

.sgds-box.is-light {
    border: 1px solid #f5f5f5;
}

.sgds-box.is-dark {
    border: 1px solid #323232;
}

.sgds-box.is-primary {
    border: 1px solid #6037b3;
}

.sgds-box.is-secondary {
    border: 1px solid #3e69be;
}

.sgds-box.is-link {
    border: 1px solid #0070f2;
}

.sgds-box.is-info {
    border: 1px solid #008196;
}

.sgds-box.is-success {
    border: 1px solid #008649;
}

.sgds-box.is-warning {
    border: 1px solid #f5a623;
}

.sgds-box.is-danger {
    border: 1px solid #d0021b;
}

.sgds a.sgds-box:focus,
.sgds a.sgds-box:hover {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #0070f2;
}

.sgds a.sgds-box:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #0070f2;
}

.sgds-breadcrumb {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.sgds-breadcrumb:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sgds-breadcrumb a {
    align-items: center;
    color: #0070f2;
    display: flex;
    justify-content: center;
    padding: 0 0.75em;
    font-size: 1rem;
}

.sgds-breadcrumb a:hover {
    color: #1a88ff;
}

.sgds-breadcrumb li {
    align-items: center;
    display: flex;
}

.sgds-breadcrumb li:first-child a {
    padding-left: 0;
}

.sgds-breadcrumb li.is-active a {
    color: #323232;
    cursor: default;
    pointer-events: none;
}

.sgds-breadcrumb li+li:before {
    color: #484848;
    content: "/";
}

.sgds-breadcrumb ol,
.sgds-breadcrumb ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sgds-breadcrumb .icon:first-child {
    margin-right: 0.5em;
}

.sgds-breadcrumb .icon:last-child {
    margin-left: 0.5em;
}

.sgds-breadcrumb.is-centered ol,
.sgds-breadcrumb.is-centered ul {
    justify-content: center;
}

.sgds-breadcrumb.is-right ol,
.sgds-breadcrumb.is-right ul {
    justify-content: flex-end;
}

.sgds-breadcrumb.is-small {
    font-size: 1rem;
}

.sgds-breadcrumb.is-medium {
    font-size: 1.3rem;
}

.sgds-breadcrumb.is-large {
    font-size: 1.375rem;
}

.sgds-breadcrumb.has-arrow-separator li+li:before {
    content: "→";
}

.sgds-breadcrumb.has-bullet-separator li+li:before {
    content: "•";
}

.sgds-breadcrumb.has-dot-separator li+li:before {
    content: "·";
}

.sgds-breadcrumb.has-succeeds-separator li+li:before {
    content: "≻";
}

.sgds-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1.125rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #323232;
    cursor: pointer;
    justify-content: center;
    padding: calc(0.375em - 1px) 0.75em;
    text-align: center;
    white-space: nowrap;
}

.sgds-button.is-active,
.sgds-button.is-focused,
.sgds-button:active,
.sgds-button:focus {
    outline: none;
}

.sgds-button[disabled] {
    cursor: not-allowed;
}

.sgds-button strong {
    color: inherit;
}

.sgds-button .sgds-icon,
.sgds-button .sgds-icon.is-large,
.sgds-button .sgds-icon.is-medium,
.sgds-button .sgds-icon.is-small {
    height: 1em;
    width: 2em;
}

.sgds-button .sgds-icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em;
}

.sgds-button .sgds-icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px);
}

.sgds-button .sgds-icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px);
}

.sgds-button.is-hovered,
.sgds-button:hover {
    border-color: #d6d6d6;
    color: #1a88ff;
}

.sgds-button.is-focused,
.sgds-button:focus {
    border-color: #0070f2;
    color: #1a88ff;
}

.sgds-button.is-focused:not(:active),
.sgds-button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}

.sgds-button.is-active,
.sgds-button:active {
    border-color: #484848;
    color: #323232;
}

.sgds-button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #484848;
    text-decoration: underline;
}

.sgds-button.is-text.is-active,
.sgds-button.is-text.is-focused,
.sgds-button.is-text.is-hovered,
.sgds-button.is-text:active,
.sgds-button.is-text:focus,
.sgds-button.is-text:hover {
    background-color: transparent;
    color: #1a88ff;
}

.sgds-button.is-text[disabled] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-white {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a;
}

.sgds-button.is-white.is-hovered,
.sgds-button.is-white:hover {
    background-color: #ebebeb;
    border-color: transparent;
    color: #0a0a0a;
}

.sgds-button.is-white.is-focused,
.sgds-button.is-white:focus {
    border-color: transparent;
    color: #0a0a0a;
}

.sgds-button.is-white.is-focused:not(:active),
.sgds-button.is-white:focus:not(:active) {
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}

.sgds-button.is-white.is-active,
.sgds-button.is-white:active {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a;
}

.sgds-button.is-white[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-button.is-white.is-inverted:hover {
    background-color: #000;
}

.sgds-button.is-white.is-inverted[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-white.is-loading:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.sgds-button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-white.is-outlined.is-focused,
.sgds-button.is-white.is-outlined.is-hovered,
.sgds-button.is-white.is-outlined:focus,
.sgds-button.is-white.is-outlined:hover {
    background-color: #ebebeb;
    border-color: #fff;
    color: #0a0a0a;
}

.sgds-button.is-white.is-outlined.is-active,
.sgds-button.is-white.is-outlined:active {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a;
}

.sgds-button.is-white.is-outlined.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-white.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
}

.sgds-button.is-white.is-inverted.is-outlined:focus,
.sgds-button.is-white.is-inverted.is-outlined:hover {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-button.is-white.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a;
}

.sgds-button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-black.is-hovered,
.sgds-button.is-black:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-black.is-focused,
.sgds-button.is-black:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-black.is-focused:not(:active),
.sgds-button.is-black:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.sgds-button.is-black.is-active,
.sgds-button.is-black:active {
    background-color: #1f1f1f;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-black[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-black.is-inverted {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-button.is-black.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-black.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #0a0a0a;
}

.sgds-button.is-black.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a;
}

.sgds-button.is-black.is-outlined.is-focused,
.sgds-button.is-black.is-outlined.is-hovered,
.sgds-button.is-black.is-outlined:focus,
.sgds-button.is-black.is-outlined:hover {
    background-color: #000;
    border-color: #0a0a0a;
    color: #fff;
}

.sgds-button.is-black.is-outlined.is-active,
.sgds-button.is-black.is-outlined:active {
    background-color: #1f1f1f;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-black.is-outlined.is-loading:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.sgds-button.is-black.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a;
}

.sgds-button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-black.is-inverted.is-outlined:focus,
.sgds-button.is-black.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-button.is-black.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #323232;
}

.sgds-button.is-light.is-hovered,
.sgds-button.is-light:hover {
    background-color: #e0e0e0;
    border-color: transparent;
    color: #323232;
}

.sgds-button.is-light.is-focused,
.sgds-button.is-light:focus {
    border-color: transparent;
    color: #323232;
}

.sgds-button.is-light.is-focused:not(:active),
.sgds-button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
}

.sgds-button.is-light.is-active,
.sgds-button.is-light:active {
    background-color: #fff;
    border-color: transparent;
    color: #323232;
}

.sgds-button.is-light[disabled] {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-light.is-inverted {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-button.is-light.is-inverted:hover {
    background-color: #1e1e1e;
}

.sgds-button.is-light.is-inverted[disabled] {
    background-color: #323232;
    border-color: transparent;
    box-shadow: none;
    color: #f5f5f5;
}

.sgds-button.is-light.is-loading:after {
    border-color: transparent transparent #323232 #323232 !important;
}

.sgds-button.is-light.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}

.sgds-button.is-light.is-outlined.is-focused,
.sgds-button.is-light.is-outlined.is-hovered,
.sgds-button.is-light.is-outlined:focus,
.sgds-button.is-light.is-outlined:hover {
    background-color: #e0e0e0;
    border-color: #f5f5f5;
    color: #323232;
}

.sgds-button.is-light.is-outlined.is-active,
.sgds-button.is-light.is-outlined:active {
    background-color: #fff;
    border-color: transparent;
    color: #323232;
}

.sgds-button.is-light.is-outlined.is-loading:after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}

.sgds-button.is-light.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #f5f5f5;
}

.sgds-button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #323232;
    color: #323232;
}

.sgds-button.is-light.is-inverted.is-outlined:focus,
.sgds-button.is-light.is-inverted.is-outlined:hover {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-button.is-light.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #323232;
    box-shadow: none;
    color: #323232;
}

.sgds-button.is-dark {
    background-color: #323232;
    border-color: transparent;
    color: #f5f5f5;
}

.sgds-button.is-dark.is-hovered,
.sgds-button.is-dark:hover {
    background-color: #1e1e1e;
    border-color: transparent;
    color: #f5f5f5;
}

.sgds-button.is-dark.is-focused,
.sgds-button.is-dark:focus {
    border-color: transparent;
    color: #f5f5f5;
}

.sgds-button.is-dark.is-focused:not(:active),
.sgds-button.is-dark:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 50, 50, 0.25);
}

.sgds-button.is-dark.is-active,
.sgds-button.is-dark:active {
    background-color: #464646;
    border-color: transparent;
    color: #f5f5f5;
}

.sgds-button.is-dark[disabled] {
    background-color: #323232;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-dark.is-inverted {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-button.is-dark.is-inverted:hover {
    background-color: #e0e0e0;
}

.sgds-button.is-dark.is-inverted[disabled] {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none;
    color: #323232;
}

.sgds-button.is-dark.is-loading:after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}

.sgds-button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #323232;
    color: #323232;
}

.sgds-button.is-dark.is-outlined.is-focused,
.sgds-button.is-dark.is-outlined.is-hovered,
.sgds-button.is-dark.is-outlined:focus,
.sgds-button.is-dark.is-outlined:hover {
    background-color: #1e1e1e;
    border-color: #323232;
    color: #f5f5f5;
}

.sgds-button.is-dark.is-outlined.is-active,
.sgds-button.is-dark.is-outlined:active {
    background-color: #464646;
    border-color: transparent;
    color: #f5f5f5;
}

.sgds-button.is-dark.is-outlined.is-loading:after {
    border-color: transparent transparent #323232 #323232 !important;
}

.sgds-button.is-dark.is-outlined[disabled] {
    background-color: transparent;
    border-color: #323232;
    box-shadow: none;
    color: #323232;
}

.sgds-button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5;
}

.sgds-button.is-dark.is-inverted.is-outlined:focus,
.sgds-button.is-dark.is-inverted.is-outlined:hover {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-button.is-dark.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #f5f5f5;
}

.sgds-button.is-primary {
    background-color: #6037b3;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-primary.is-hovered,
.sgds-button.is-primary:hover {
    background-color: #4f2d94;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-primary.is-focused,
.sgds-button.is-primary:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-primary.is-focused:not(:active),
.sgds-button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(96, 55, 179, 0.25);
}

.sgds-button.is-primary.is-active,
.sgds-button.is-primary:active {
    background-color: #744bc8;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-primary[disabled] {
    background-color: #6037b3;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-primary.is-inverted {
    background-color: #fff;
    color: #6037b3;
}

.sgds-button.is-primary.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-primary.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #6037b3;
}

.sgds-button.is-primary.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #6037b3;
    color: #6037b3;
}

.sgds-button.is-primary.is-outlined.is-focused,
.sgds-button.is-primary.is-outlined.is-hovered,
.sgds-button.is-primary.is-outlined:focus,
.sgds-button.is-primary.is-outlined:hover {
    background-color: #4f2d94;
    border-color: #6037b3;
    color: #fff;
}

.sgds-button.is-primary.is-outlined.is-active,
.sgds-button.is-primary.is-outlined:active {
    background-color: #744bc8;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-primary.is-outlined.is-loading:after {
    border-color: transparent transparent #6037b3 #6037b3 !important;
}

.sgds-button.is-primary.is-outlined[disabled] {
    background-color: transparent;
    border-color: #6037b3;
    box-shadow: none;
    color: #6037b3;
}

.sgds-button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-primary.is-inverted.is-outlined:focus,
.sgds-button.is-primary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #6037b3;
}

.sgds-button.is-primary.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-secondary {
    background-color: #3e69be;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-secondary.is-hovered,
.sgds-button.is-secondary:hover {
    background-color: #34589f;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-secondary.is-focused,
.sgds-button.is-secondary:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-secondary.is-focused:not(:active),
.sgds-button.is-secondary:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(62, 105, 190, 0.25);
}

.sgds-button.is-secondary.is-active,
.sgds-button.is-secondary:active {
    background-color: #5b80ca;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-secondary[disabled] {
    background-color: #3e69be;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-secondary.is-inverted {
    background-color: #fff;
    color: #3e69be;
}

.sgds-button.is-secondary.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-secondary.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #3e69be;
}

.sgds-button.is-secondary.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-secondary.is-outlined {
    background-color: transparent;
    border-color: #3e69be;
    color: #3e69be;
}

.sgds-button.is-secondary.is-outlined.is-focused,
.sgds-button.is-secondary.is-outlined.is-hovered,
.sgds-button.is-secondary.is-outlined:focus,
.sgds-button.is-secondary.is-outlined:hover {
    background-color: #34589f;
    border-color: #3e69be;
    color: #fff;
}

.sgds-button.is-secondary.is-outlined.is-active,
.sgds-button.is-secondary.is-outlined:active {
    background-color: #5b80ca;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-secondary.is-outlined.is-loading:after {
    border-color: transparent transparent #3e69be #3e69be !important;
}

.sgds-button.is-secondary.is-outlined[disabled] {
    background-color: transparent;
    border-color: #3e69be;
    box-shadow: none;
    color: #3e69be;
}

.sgds-button.is-secondary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-secondary.is-inverted.is-outlined:focus,
.sgds-button.is-secondary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #3e69be;
}

.sgds-button.is-secondary.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-link {
    background-color: #0070f2;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-link.is-hovered,
.sgds-button.is-link:hover {
    background-color: #005dc9;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-link.is-focused,
.sgds-button.is-link:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-link.is-focused:not(:active),
.sgds-button.is-link:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}

.sgds-button.is-link.is-active,
.sgds-button.is-link:active {
    background-color: #1c85ff;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-link[disabled] {
    background-color: #0070f2;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-link.is-inverted {
    background-color: #fff;
    color: #0070f2;
}

.sgds-button.is-link.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-link.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #0070f2;
}

.sgds-button.is-link.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-link.is-outlined {
    background-color: transparent;
    border-color: #0070f2;
    color: #0070f2;
}

.sgds-button.is-link.is-outlined.is-focused,
.sgds-button.is-link.is-outlined.is-hovered,
.sgds-button.is-link.is-outlined:focus,
.sgds-button.is-link.is-outlined:hover {
    background-color: #005dc9;
    border-color: #0070f2;
    color: #fff;
}

.sgds-button.is-link.is-outlined.is-active,
.sgds-button.is-link.is-outlined:active {
    background-color: #1c85ff;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-link.is-outlined.is-loading:after {
    border-color: transparent transparent #0070f2 #0070f2 !important;
}

.sgds-button.is-link.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0070f2;
    box-shadow: none;
    color: #0070f2;
}

.sgds-button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-link.is-inverted.is-outlined:focus,
.sgds-button.is-link.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #0070f2;
}

.sgds-button.is-link.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-info {
    background-color: #008196;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-info.is-hovered,
.sgds-button.is-info:hover {
    background-color: #005e6d;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-info.is-focused,
.sgds-button.is-info:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-info.is-focused:not(:active),
.sgds-button.is-info:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 129, 150, 0.25);
}

.sgds-button.is-info.is-active,
.sgds-button.is-info:active {
    background-color: #00a4bf;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-info[disabled] {
    background-color: #008196;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-info.is-inverted {
    background-color: #fff;
    color: #008196;
}

.sgds-button.is-info.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-info.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #008196;
}

.sgds-button.is-info.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-info.is-outlined {
    background-color: transparent;
    border-color: #008196;
    color: #008196;
}

.sgds-button.is-info.is-outlined.is-focused,
.sgds-button.is-info.is-outlined.is-hovered,
.sgds-button.is-info.is-outlined:focus,
.sgds-button.is-info.is-outlined:hover {
    background-color: #005e6d;
    border-color: #008196;
    color: #fff;
}

.sgds-button.is-info.is-outlined.is-active,
.sgds-button.is-info.is-outlined:active {
    background-color: #00a4bf;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-info.is-outlined.is-loading:after {
    border-color: transparent transparent #008196 #008196 !important;
}

.sgds-button.is-info.is-outlined[disabled] {
    background-color: transparent;
    border-color: #008196;
    box-shadow: none;
    color: #008196;
}

.sgds-button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-info.is-inverted.is-outlined:focus,
.sgds-button.is-info.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #008196;
}

.sgds-button.is-info.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-success {
    background-color: #008649;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-success.is-hovered,
.sgds-button.is-success:hover {
    background-color: #005d33;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-success.is-focused,
.sgds-button.is-success:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-success.is-focused:not(:active),
.sgds-button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(0, 134, 73, 0.25);
}

.sgds-button.is-success.is-active,
.sgds-button.is-success:active {
    background-color: #00af5f;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-success[disabled] {
    background-color: #008649;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-success.is-inverted {
    background-color: #fff;
    color: #008649;
}

.sgds-button.is-success.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-success.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #008649;
}

.sgds-button.is-success.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-success.is-outlined {
    background-color: transparent;
    border-color: #008649;
    color: #008649;
}

.sgds-button.is-success.is-outlined.is-focused,
.sgds-button.is-success.is-outlined.is-hovered,
.sgds-button.is-success.is-outlined:focus,
.sgds-button.is-success.is-outlined:hover {
    background-color: #005d33;
    border-color: #008649;
    color: #fff;
}

.sgds-button.is-success.is-outlined.is-active,
.sgds-button.is-success.is-outlined:active {
    background-color: #00af5f;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-success.is-outlined.is-loading:after {
    border-color: transparent transparent #008649 #008649 !important;
}

.sgds-button.is-success.is-outlined[disabled] {
    background-color: transparent;
    border-color: #008649;
    box-shadow: none;
    color: #008649;
}

.sgds-button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-success.is-inverted.is-outlined:focus,
.sgds-button.is-success.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #008649;
}

.sgds-button.is-success.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-warning {
    background-color: #f5a623;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-warning.is-hovered,
.sgds-button.is-warning:hover {
    background-color: #e5930a;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-warning.is-focused,
.sgds-button.is-warning:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-warning.is-focused:not(:active),
.sgds-button.is-warning:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(245, 166, 35, 0.25);
}

.sgds-button.is-warning.is-active,
.sgds-button.is-warning:active {
    background-color: #f7b64a;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-warning[disabled] {
    background-color: #f5a623;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-warning.is-inverted {
    background-color: #fff;
    color: #f5a623;
}

.sgds-button.is-warning.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-warning.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #f5a623;
}

.sgds-button.is-warning.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #f5a623;
    color: #f5a623;
}

.sgds-button.is-warning.is-outlined.is-focused,
.sgds-button.is-warning.is-outlined.is-hovered,
.sgds-button.is-warning.is-outlined:focus,
.sgds-button.is-warning.is-outlined:hover {
    background-color: #e5930a;
    border-color: #f5a623;
    color: #fff;
}

.sgds-button.is-warning.is-outlined.is-active,
.sgds-button.is-warning.is-outlined:active {
    background-color: #f7b64a;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-warning.is-outlined.is-loading:after {
    border-color: transparent transparent #f5a623 #f5a623 !important;
}

.sgds-button.is-warning.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5a623;
    box-shadow: none;
    color: #f5a623;
}

.sgds-button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-warning.is-inverted.is-outlined:focus,
.sgds-button.is-warning.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #f5a623;
}

.sgds-button.is-warning.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-danger {
    background-color: #d0021b;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-danger.is-hovered,
.sgds-button.is-danger:hover {
    background-color: #a80216;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-danger.is-focused,
.sgds-button.is-danger:focus {
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-danger.is-focused:not(:active),
.sgds-button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(208, 2, 27, 0.25);
}

.sgds-button.is-danger.is-active,
.sgds-button.is-danger:active {
    background-color: #f80220;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-danger[disabled] {
    background-color: #d0021b;
    border-color: transparent;
    box-shadow: none;
}

.sgds-button.is-danger.is-inverted {
    background-color: #fff;
    color: #d0021b;
}

.sgds-button.is-danger.is-inverted:hover {
    background-color: #ebebeb;
}

.sgds-button.is-danger.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #d0021b;
}

.sgds-button.is-danger.is-loading:after {
    border-color: transparent transparent #fff #fff !important;
}

.sgds-button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #d0021b;
    color: #d0021b;
}

.sgds-button.is-danger.is-outlined.is-focused,
.sgds-button.is-danger.is-outlined.is-hovered,
.sgds-button.is-danger.is-outlined:focus,
.sgds-button.is-danger.is-outlined:hover {
    background-color: #a80216;
    border-color: #d0021b;
    color: #fff;
}

.sgds-button.is-danger.is-outlined.is-active,
.sgds-button.is-danger.is-outlined:active {
    background-color: #f80220;
    border-color: transparent;
    color: #fff;
}

.sgds-button.is-danger.is-outlined.is-loading:after {
    border-color: transparent transparent #d0021b #d0021b !important;
}

.sgds-button.is-danger.is-outlined[disabled] {
    background-color: transparent;
    border-color: #d0021b;
    box-shadow: none;
    color: #d0021b;
}

.sgds-button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.sgds-button.is-danger.is-inverted.is-outlined:focus,
.sgds-button.is-danger.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #d0021b;
}

.sgds-button.is-danger.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff;
}

.sgds-button.is-small {
    border-radius: 2px;
    font-size: 1rem;
}

.sgds-button.is-medium {
    font-size: 1.3rem;
}

.sgds-button.is-large {
    font-size: 1.375rem;
}

.sgds-button[disabled] {
    background-color: #fff;
    border-color: #f0f0f0;
    box-shadow: none;
    opacity: 0.5;
}

.sgds-button.is-fullwidth {
    display: flex;
    width: 100%;
}

.sgds-button.is-loading {
    color: transparent !important;
    pointer-events: none;
}

.sgds-button.is-loading:after {
    animation: spinAround 0.5s linear infinite;
    border-radius: 290486px;
    border-color: transparent transparent #d6d6d6 #d6d6d6;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    position: absolute !important;
}

.sgds-button.is-static {
    background-color: #f5f5f5;
    border-color: #f0f0f0;
    color: #767676;
    box-shadow: none;
    pointer-events: none;
}

.sgds-button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em;
}

.sgds-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sgds-buttons .sgds-button {
    margin-bottom: 0.5rem;
}

.sgds-buttons .sgds-button:not(:last-child) {
    margin-right: 0.5rem;
}

.sgds-buttons:last-child {
    margin-bottom: -0.5rem;
}

.sgds-buttons:not(:last-child) {
    margin-bottom: 1rem;
}

.sgds-buttons.has-addons .sgds-button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.sgds-buttons.has-addons .sgds-button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
}

.sgds-buttons.has-addons .sgds-button:last-child {
    margin-right: 0;
}

.sgds-buttons.has-addons .sgds-button.is-hovered,
.sgds-buttons.has-addons .sgds-button:hover {
    z-index: 2;
}

.sgds-buttons.has-addons .sgds-button.is-active,
.sgds-buttons.has-addons .sgds-button.is-focused,
.sgds-buttons.has-addons .sgds-button.is-selected,
.sgds-buttons.has-addons .sgds-button:active,
.sgds-buttons.has-addons .sgds-button:focus {
    z-index: 3;
}

.sgds-buttons.has-addons .sgds-button.is-active:hover,
.sgds-buttons.has-addons .sgds-button.is-focused:hover,
.sgds-buttons.has-addons .sgds-button.is-selected:hover,
.sgds-buttons.has-addons .sgds-button:active:hover,
.sgds-buttons.has-addons .sgds-button:focus:hover {
    z-index: 4;
}

.sgds-buttons.has-addons .sgds-button.is-expanded {
    flex-grow: 1;
}

.sgds-buttons.is-centered {
    justify-content: center;
}

.sgds-buttons.is-right {
    justify-content: flex-end;
}

.sgds-sec-button {
    color: #6037b3;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1;
    background-color: transparent;
    border: none;
}

.sgds-sec-button.is-small {
    border-radius: 2px;
    font-size: 1rem;
}

.sgds-sec-button.is-medium {
    font-size: 1.3rem;
}

.sgds-sec-button.is-large {
    font-size: 1.375rem;
}

.sgds-sec-button:after {
    font-family: sgds-icons;
    content: \e937;
}

.sgds-sec-button:hover {
    color: #4b2b8c;
    border-color: #4b2b8c;
}

.sgds-sec-button span {
    margin-right: 0.5rem;
    border-bottom: 2px solid #6037b3;
}

.sgds-sec-button span:hover {
    color: #4b2b8c;
    border-color: #4b2b8c;
}

.sgds-sec-button.is-not-underlined:after {
    content: none;
}

.sgds-sec-button.is-not-underlined span {
    margin: 0;
    border: 0;
}

.sgds-sec-button.is-not-underlined.is-active span {
    border-bottom: 2px solid #6037b3;
}

.sgds-sec-button.is-white {
    color: #fff;
}

.sgds-sec-button.is-white:hover {
    color: #e6e6e6;
    border-color: #e6e6e6;
}

.sgds-sec-button.is-white span {
    border-color: #fff;
}

.sgds-sec-button.is-white span:hover {
    color: #e6e6e6;
    border-color: #e6e6e6;
}

.content .sgds-sec-button.is-white.is-active span {
    border-bottom: 2px solid #fff;
}

.sgds-sec-button.is-black {
    color: #0a0a0a;
}

.sgds-sec-button.is-black:hover {
    color: #000;
    border-color: #000;
}

.sgds-sec-button.is-black span {
    border-color: #0a0a0a;
}

.sgds-sec-button.is-black span:hover {
    color: #000;
    border-color: #000;
}

.content .sgds-sec-button.is-black.is-active span {
    border-bottom: 2px solid #0a0a0a;
}

.sgds-sec-button.is-light {
    color: #f5f5f5;
}

.sgds-sec-button.is-light:hover {
    color: #dbdbdb;
    border-color: #dbdbdb;
}

.sgds-sec-button.is-light span {
    border-color: #f5f5f5;
}

.sgds-sec-button.is-light span:hover {
    color: #dbdbdb;
    border-color: #dbdbdb;
}

.content .sgds-sec-button.is-light.is-active span {
    border-bottom: 2px solid #f5f5f5;
}

.sgds-sec-button.is-dark {
    color: #323232;
}

.sgds-sec-button.is-dark:hover {
    color: #191919;
    border-color: #191919;
}

.sgds-sec-button.is-dark span {
    border-color: #323232;
}

.sgds-sec-button.is-dark span:hover {
    color: #191919;
    border-color: #191919;
}

.content .sgds-sec-button.is-dark.is-active span {
    border-bottom: 2px solid #323232;
}

.sgds-sec-button.is-primary {
    color: #6037b3;
}

.sgds-sec-button.is-primary:hover {
    color: #4b2b8c;
    border-color: #4b2b8c;
}

.sgds-sec-button.is-primary span {
    border-color: #6037b3;
}

.sgds-sec-button.is-primary span:hover {
    color: #4b2b8c;
    border-color: #4b2b8c;
}

.content .sgds-sec-button.is-primary.is-active span {
    border-bottom: 2px solid #6037b3;
}

.sgds-sec-button.is-secondary {
    color: #3e69be;
}

.sgds-sec-button.is-secondary:hover {
    color: #315498;
    border-color: #315498;
}

.sgds-sec-button.is-secondary span {
    border-color: #3e69be;
}

.sgds-sec-button.is-secondary span:hover {
    color: #315498;
    border-color: #315498;
}

.content .sgds-sec-button.is-secondary.is-active span {
    border-bottom: 2px solid #3e69be;
}

.sgds-sec-button.is-link {
    color: #0070f2;
}

.sgds-sec-button.is-link:hover {
    color: #0058bf;
    border-color: #0058bf;
}

.sgds-sec-button.is-link span {
    border-color: #0070f2;
}

.sgds-sec-button.is-link span:hover {
    color: #0058bf;
    border-color: #0058bf;
}

.content .sgds-sec-button.is-link.is-active span {
    border-bottom: 2px solid #0070f2;
}

.sgds-sec-button.is-info {
    color: #008196;
}

.sgds-sec-button.is-info:hover {
    color: #005563;
    border-color: #005563;
}

.sgds-sec-button.is-info span {
    border-color: #008196;
}

.sgds-sec-button.is-info span:hover {
    color: #005563;
    border-color: #005563;
}

.content .sgds-sec-button.is-info.is-active span {
    border-bottom: 2px solid #008196;
}

.sgds-sec-button.is-success {
    color: #008649;
}

.sgds-sec-button.is-success:hover {
    color: #00532d;
    border-color: #00532d;
}

.sgds-sec-button.is-success span {
    border-color: #008649;
}

.sgds-sec-button.is-success span:hover {
    color: #00532d;
    border-color: #00532d;
}

.content .sgds-sec-button.is-success.is-active span {
    border-bottom: 2px solid #008649;
}

.sgds-sec-button.is-warning {
    color: #f5a623;
}

.sgds-sec-button.is-warning:hover {
    color: #db8c0a;
    border-color: #db8c0a;
}

.sgds-sec-button.is-warning span {
    border-color: #f5a623;
}

.sgds-sec-button.is-warning span:hover {
    color: #db8c0a;
    border-color: #db8c0a;
}

.content .sgds-sec-button.is-warning.is-active span {
    border-bottom: 2px solid #f5a623;
}

.sgds-sec-button.is-danger {
    color: #d0021b;
}

.sgds-sec-button.is-danger:hover {
    color: #9d0214;
    border-color: #9d0214;
}

.sgds-sec-button.is-danger span {
    border-color: #d0021b;
}

.sgds-sec-button.is-danger span:hover {
    color: #9d0214;
    border-color: #9d0214;
}

.content .sgds-sec-button.is-danger.is-active span {
    border-bottom: 2px solid #d0021b;
}

.sgds-card {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    color: #484848;
    width: 100%;
    position: relative;
}

.is-media-card .sgds-card:hover {
    background-color: #f9f9f9;
}

.is-media-card .sgds-card .sgds-card-content {
    display: flex;
    height: 21rem;
    max-height: 21rem;
    flex-direction: column;
    justify-content: space-between;
}

.is-media-card .sgds-card footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sgds-card.is-white {
    color: #0a0a0a;
    background-color: #fff;
    border-color: transparent;
}

.sgds-card.is-white:hover {
    background-color: #f9f9f9;
}

.sgds-card.is-white .sgds-card-footer,
.sgds-card.is-white .sgds-card-footer-item {
    border-color: #fff;
}

.sgds-card.is-black {
    color: #fff;
    background-color: #0a0a0a;
    border-color: transparent;
}

.sgds-card.is-black:hover {
    background-color: #040404;
}

.sgds-card.is-black .sgds-card-footer,
.sgds-card.is-black .sgds-card-footer-item {
    border-color: #3d3d3d;
}

.sgds-card.is-light {
    color: #323232;
    background-color: #f5f5f5;
    border-color: transparent;
}

.sgds-card.is-light:hover {
    background-color: #eee;
}

.sgds-card.is-light .sgds-card-footer,
.sgds-card.is-light .sgds-card-footer-item {
    border-color: #fff;
}

.sgds-card.is-dark {
    color: #f5f5f5;
    background-color: #323232;
    border-color: transparent;
}

.sgds-card.is-dark:hover {
    background-color: #2c2c2c;
}

.sgds-card.is-dark .sgds-card-footer,
.sgds-card.is-dark .sgds-card-footer-item {
    border-color: #656565;
}

.sgds-card.is-primary {
    color: #fff;
    background-color: #6037b3;
    border-color: transparent;
}

.sgds-card.is-primary:hover {
    background-color: #5b34a9;
}

.sgds-card.is-primary .sgds-card-footer,
.sgds-card.is-primary .sgds-card-footer-item {
    border-color: #987ad6;
}

.sgds-card.is-secondary {
    color: #fff;
    background-color: #3e69be;
    border-color: transparent;
}

.sgds-card.is-secondary:hover {
    background-color: #3b64b4;
}

.sgds-card.is-secondary .sgds-card-footer,
.sgds-card.is-secondary .sgds-card-footer-item {
    border-color: #89a4d9;
}

.sgds-card.is-link {
    color: #fff;
    background-color: #0070f2;
    border-color: transparent;
}

.sgds-card.is-link:hover {
    background-color: #006ae5;
}

.sgds-card.is-link .sgds-card-footer,
.sgds-card.is-link .sgds-card-footer-item {
    border-color: #59a6ff;
}

.sgds-card.is-info {
    color: #fff;
    background-color: #008196;
    border-color: transparent;
}

.sgds-card.is-info:hover {
    background-color: #007689;
}

.sgds-card.is-info .sgds-card-footer,
.sgds-card.is-info .sgds-card-footer-item {
    border-color: #00d9fc;
}

.sgds-card.is-success {
    color: #fff;
    background-color: #008649;
    border-color: transparent;
}

.sgds-card.is-success:hover {
    background-color: #007942;
}

.sgds-card.is-success .sgds-card-footer,
.sgds-card.is-success .sgds-card-footer-item {
    border-color: #00ec81;
}

.sgds-card.is-warning {
    color: #fff;
    background-color: #f5a623;
    border-color: transparent;
}

.sgds-card.is-warning:hover {
    background-color: #f4a117;
}

.sgds-card.is-warning .sgds-card-footer,
.sgds-card.is-warning .sgds-card-footer-item {
    border-color: #f9cd85;
}

.sgds-card.is-danger {
    color: #fff;
    background-color: #d0021b;
    border-color: transparent;
}

.sgds-card.is-danger:hover {
    background-color: #c30219;
}

.sgds-card.is-danger .sgds-card-footer,
.sgds-card.is-danger .sgds-card-footer-item {
    border-color: #fd3b52;
}

.sgds-card-header {
    align-items: stretch;
    box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
    display: flex;
}

.sgds-card-header-title {
    align-items: center;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: 0.75rem;
}

.sgds-card-header-title.is-centered {
    justify-content: center;
}

.sgds-card-header-icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0.75rem;
}

.sgds-card-image {
    display: block;
    position: relative;
}

.sgds-card-content {
    padding: 1.5rem;
}

.sgds-card-footer {
    border-top: 1px solid #d6d6d6;
    align-items: stretch;
    display: flex;
}

.sgds-card-footer-item {
    align-items: center;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    padding: 0.75rem;
}

.sgds-card-footer-item.is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-card-footer-item.is-white.is-hovered,
.sgds-card-footer-item.is-white:hover {
    background-color: #ebebeb;
    color: #0a0a0a;
}

.sgds-card-footer-item.is-white.is-active,
.sgds-card-footer-item.is-white:active {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-card-footer-item.is-white[disabled] {
    background-color: #fff;
    box-shadow: none;
}

.sgds-card-footer-item.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-card-footer-item.is-black.is-hovered,
.sgds-card-footer-item.is-black:hover {
    background-color: #000;
    color: #fff;
}

.sgds-card-footer-item.is-black.is-active,
.sgds-card-footer-item.is-black:active {
    background-color: #1f1f1f;
    color: #fff;
}

.sgds-card-footer-item.is-black[disabled] {
    background-color: #0a0a0a;
    box-shadow: none;
}

.sgds-card-footer-item.is-light {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-card-footer-item.is-light.is-hovered,
.sgds-card-footer-item.is-light:hover {
    background-color: #e0e0e0;
    color: #323232;
}

.sgds-card-footer-item.is-light.is-active,
.sgds-card-footer-item.is-light:active {
    background-color: #fff;
    color: #323232;
}

.sgds-card-footer-item.is-light[disabled] {
    background-color: #f5f5f5;
    box-shadow: none;
}

.sgds-card-footer-item.is-dark {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-card-footer-item.is-dark.is-hovered,
.sgds-card-footer-item.is-dark:hover {
    background-color: #1e1e1e;
    color: #f5f5f5;
}

.sgds-card-footer-item.is-dark.is-active,
.sgds-card-footer-item.is-dark:active {
    background-color: #464646;
    color: #f5f5f5;
}

.sgds-card-footer-item.is-dark[disabled] {
    background-color: #323232;
    box-shadow: none;
}

.sgds-card-footer-item.is-primary {
    background-color: #6037b3;
    color: #fff;
}

.sgds-card-footer-item.is-primary.is-hovered,
.sgds-card-footer-item.is-primary:hover {
    background-color: #4f2d94;
    color: #fff;
}

.sgds-card-footer-item.is-primary.is-active,
.sgds-card-footer-item.is-primary:active {
    background-color: #744bc8;
    color: #fff;
}

.sgds-card-footer-item.is-primary[disabled] {
    background-color: #6037b3;
    box-shadow: none;
}

.sgds-card-footer-item.is-secondary {
    background-color: #3e69be;
    color: #fff;
}

.sgds-card-footer-item.is-secondary.is-hovered,
.sgds-card-footer-item.is-secondary:hover {
    background-color: #34589f;
    color: #fff;
}

.sgds-card-footer-item.is-secondary.is-active,
.sgds-card-footer-item.is-secondary:active {
    background-color: #5b80ca;
    color: #fff;
}

.sgds-card-footer-item.is-secondary[disabled] {
    background-color: #3e69be;
    box-shadow: none;
}

.sgds-card-footer-item.is-link {
    background-color: #0070f2;
    color: #fff;
}

.sgds-card-footer-item.is-link.is-hovered,
.sgds-card-footer-item.is-link:hover {
    background-color: #005dc9;
    color: #fff;
}

.sgds-card-footer-item.is-link.is-active,
.sgds-card-footer-item.is-link:active {
    background-color: #1c85ff;
    color: #fff;
}

.sgds-card-footer-item.is-link[disabled] {
    background-color: #0070f2;
    box-shadow: none;
}

.sgds-card-footer-item.is-info {
    background-color: #008196;
    color: #fff;
}

.sgds-card-footer-item.is-info.is-hovered,
.sgds-card-footer-item.is-info:hover {
    background-color: #005e6d;
    color: #fff;
}

.sgds-card-footer-item.is-info.is-active,
.sgds-card-footer-item.is-info:active {
    background-color: #00a4bf;
    color: #fff;
}

.sgds-card-footer-item.is-info[disabled] {
    background-color: #008196;
    box-shadow: none;
}

.sgds-card-footer-item.is-success {
    background-color: #008649;
    color: #fff;
}

.sgds-card-footer-item.is-success.is-hovered,
.sgds-card-footer-item.is-success:hover {
    background-color: #005d33;
    color: #fff;
}

.sgds-card-footer-item.is-success.is-active,
.sgds-card-footer-item.is-success:active {
    background-color: #00af5f;
    color: #fff;
}

.sgds-card-footer-item.is-success[disabled] {
    background-color: #008649;
    box-shadow: none;
}

.sgds-card-footer-item.is-warning {
    background-color: #f5a623;
    color: #fff;
}

.sgds-card-footer-item.is-warning.is-hovered,
.sgds-card-footer-item.is-warning:hover {
    background-color: #e5930a;
    color: #fff;
}

.sgds-card-footer-item.is-warning.is-active,
.sgds-card-footer-item.is-warning:active {
    background-color: #f7b64a;
    color: #fff;
}

.sgds-card-footer-item.is-warning[disabled] {
    background-color: #f5a623;
    box-shadow: none;
}

.sgds-card-footer-item.is-danger {
    background-color: #d0021b;
    color: #fff;
}

.sgds-card-footer-item.is-danger.is-hovered,
.sgds-card-footer-item.is-danger:hover {
    background-color: #a80216;
    color: #fff;
}

.sgds-card-footer-item.is-danger.is-active,
.sgds-card-footer-item.is-danger:active {
    background-color: #f80220;
    color: #fff;
}

.sgds-card-footer-item.is-danger[disabled] {
    background-color: #d0021b;
    box-shadow: none;
}

.sgds-card-footer-item:not(:last-child) {
    border-right: 1px solid #d6d6d6;
}

.sgds-card-button:active,
.sgds-card-button:hover {
    cursor: pointer;
    color: #6037b3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.sgds-card .media:not(:last-child) {
    margin-bottom: 0.75rem;
}

.content:not(:last-child) {
    margin-bottom: 1.5rem;
}

.content li {
    margin-top: 1em;
}

.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1em;
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #d6d6d6;
    padding: 1.25em 1.5em;
}

.content ol,
.content ul {
    margin-left: 2em;
    margin-top: 1em;
}

.content ul {
    list-style: disc outside;
}

.content ul ul {
    list-style-type: circle;
    margin-top: 0.5em;
}

.content ul ul ul {
    list-style-type: square;
}

.content dd {
    margin-left: 2em;
}

.content figure:not(:first-child) {
    margin-top: 2em;
}

.content figure:not(:last-child) {
    margin-bottom: 2em;
}

.content figure img {
    display: inline-block;
}

.content figure figcaption {
    font-style: italic;
}

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal;
}

.content sub,
.content sup {
    font-size: 75%;
}

.content table {
    width: 100%;
}

.content table td,
.content table th {
    border: solid #d6d6d6;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.content table th {
    color: #323232;
    text-align: left;
}

.content table thead td,
.content table thead th {
    border-width: 0 0 2px;
    color: #323232;
}

.content table tfoot td,
.content table tfoot th {
    border-width: 2px 0 0;
    color: #323232;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0;
}

.content.has-default-header-styles h1,
.content.has-default-header-styles h2,
.content.has-default-header-styles h3,
.content.has-default-header-styles h4,
.content.has-default-header-styles h5,
.content.has-default-header-styles h6 {
    font-weight: 600;
    line-height: 1.5;
}

.content.has-default-header-styles h1 {
    margin-bottom: 0.5em;
}

.content.has-default-header-styles h1:not(:first-child) {
    margin-top: 1em;
}

.content.has-default-header-styles h2 {
    margin-bottom: 0.5714em;
}

.content.has-default-header-styles h2:not(:first-child) {
    margin-top: 1.1428em;
}

.content.has-default-header-styles h3 {
    margin-bottom: 0.6666em;
}

.content.has-default-header-styles h3:not(:first-child) {
    margin-top: 1.3333em;
}

.content.has-default-header-styles h4 {
    margin-bottom: 0.8em;
}

.content.has-default-header-styles h5 {
    margin-bottom: 0.8888em;
}

.content.has-default-header-styles h6 {
    margin-bottom: 1em;
}

.content.is-small {
    font-size: 1rem;
}

.content.is-medium {
    font-size: 1.3rem;
}

.content.is-large {
    font-size: 1.375rem;
}

.sgds-dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top;
}

.sgds-dropdown.is-active .sgds-dropdown-menu,
.sgds-dropdown.is-hoverable:hover .sgds-dropdown-menu {
    display: block;
}

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

.sgds-dropdown.is-up .sgds-dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: unset;
    top: auto;
}

.sgds-dropdown.is-menu-centered .sgds-dropdown-menu {
    top: 50%;
    transform: translateY(-50%);
}

.sgds-dropdown.is-menu-centered .sgds-dropdown-content {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.sgds-dropdown.is-menu-centered .sgds-dropdown-item {
    padding: 0.75rem 1.5rem;
}

.sgds-dropdown.is-fullwidth {
    display: block;
    width: 100%;
}

.sgds-dropdown.is-fullwidth .sgds-button {
    width: 100%;
    justify-content: space-between;
}

.sgds-dropdown.is-fullwidth .sgds-dropdown-menu {
    width: 100%;
}

.sgds-dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.sgds-dropdown-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.sgds-dropdown-item {
    color: #484848;
    display: block;
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    position: relative;
}

.sgds-hero .sgds-dropdown-item {
    font-size: 1.3rem;
    text-align: left;
}

.sgds-dropdown-item.is-active {
    background-color: #0070f2;
    color: #fff;
}

.sgds a.sgds-dropdown-item {
    padding-right: 3rem;
    white-space: nowrap;
}

.sgds a.sgds-dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a;
}

.sgds a.sgds-dropdown-item.is-active {
    background-color: #0070f2;
    color: #fff;
}

.sgds-dropdown-divider {
    background-color: #d6d6d6;
    border: none;
    display: block;
    height: 1px;
    margin: 0.5rem 0;
}

.sgds-footer>.top-section {
    padding: 2rem;
    background-color: #323232;
}

.sgds-footer .footer-link-title {
    color: #fff;
}

.sgds-footer a {
    color: #b7b7b7;
    font-size: 17px;
    padding-right: 12px;
    line-height: 20px;
}

.sgds-footer a:hover {
    color: #fff;
}

.sgds-footer a:last-child {
    padding-right: 0;
}

.sgds-footer p {
    color: #b7b7b7;
    line-height: 25px;
    font-size: 1.0625rem;
}

.sgds-footer p+p {
    margin-top: 15px;
}

.sgds-footer ul {
    margin: 0;
}

.sgds-footer ul li {
    display: inline-block;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .sgds-footer ul li {
        display: block;
    }
}

.sgds-footer ul li.icons {
    margin-right: 10px;
}

.sgds-footer ul li a {
    color: #b7b7b7;
}

.sgds-footer ul li a:hover {
    color: #fff;
}

.sgds-footer ul li+li:not(.icons) {
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .sgds-footer ul li+li:not(.icons) {
        margin-left: 0;
        margin-top: 15px;
    }
}

.sgds-footer.sgds-footer-links li+li {
    margin-left: 10px;
}

.sgds-footer .is-right-desktop-only {
    text-align: right;
    padding-top: 4px;
}

@media screen and (max-width: 769px) {
    .sgds-footer .is-right-desktop-only {
        text-align: left;
    }
}

.sgds-footer>.bottom-section {
    padding: 1rem 2rem;
    background-color: #191919;
}

.sgds-footer>.bottom-section .row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .sgds-footer>.bottom-section .row {
        display: block;
    }
}

.sgds-footer>.bottom-section .row .col {
    padding-top: 0.5rem;
}

.sgds-footer>.bottom-section .row .col:last-child {
    padding-top: 0;
}

.sgds-footer>.bottom-section p {
    font-size: 1.0625rem;
    margin-bottom: 0;
}

.is-hidden-desktop.last-updated {
    margin-top: 2px;
}

.input,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1.125rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(0.375em - 1px) calc(0.625em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    color: #323232;
    box-shadow: 0;
    max-width: 100%;
    width: 100%;
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
    outline: none;
}

.input[disabled],
.textarea[disabled] {
    cursor: not-allowed;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.input.is-hovered,
.input:hover,
.textarea.is-hovered,
.textarea:hover {
    border-color: #484848;
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
    border-color: #0070f2;
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}

.input[disabled],
.textarea[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #767676;
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.input.is-borderless,
.textarea.is-borderless {
    border-color: transparent;
}

.input.is-shadowless,
.textarea.is-shadowless {
    box-shadow: 0;
}

.input[readonly],
.textarea[readonly] {
    box-shadow: none;
}

.input.is-white,
.textarea.is-white {
    border-color: #fff;
}

.input.is-white.is-active,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white:focus,
.textarea.is-white.is-active,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white:focus {
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}

.input.is-black,
.textarea.is-black {
    border-color: #0a0a0a;
}

.input.is-black.is-active,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black:focus,
.textarea.is-black.is-active,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black:focus {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.input.is-light,
.textarea.is-light {
    border-color: #f5f5f5;
}

.input.is-light.is-active,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light:focus,
.textarea.is-light.is-active,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light:focus {
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
}

.input.is-dark,
.textarea.is-dark {
    border-color: #323232;
}

.input.is-dark.is-active,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark:focus,
.textarea.is-dark.is-active,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark:focus {
    box-shadow: 0 0 0 0.125em rgba(50, 50, 50, 0.25);
}

.input.is-primary,
.textarea.is-primary {
    border-color: #6037b3;
}

.input.is-primary.is-active,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary:focus,
.textarea.is-primary.is-active,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary:focus {
    box-shadow: 0 0 0 0.125em rgba(96, 55, 179, 0.25);
}

.input.is-secondary,
.textarea.is-secondary {
    border-color: #3e69be;
}

.input.is-secondary.is-active,
.input.is-secondary.is-focused,
.input.is-secondary:active,
.input.is-secondary:focus,
.textarea.is-secondary.is-active,
.textarea.is-secondary.is-focused,
.textarea.is-secondary:active,
.textarea.is-secondary:focus {
    box-shadow: 0 0 0 0.125em rgba(62, 105, 190, 0.25);
}

.input.is-link,
.textarea.is-link {
    border-color: #0070f2;
}

.input.is-link.is-active,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link:focus,
.textarea.is-link.is-active,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link:focus {
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}

.input.is-info,
.textarea.is-info {
    border-color: #008196;
}

.input.is-info.is-active,
.input.is-info.is-focused,
.input.is-info:active,
.input.is-info:focus,
.textarea.is-info.is-active,
.textarea.is-info.is-focused,
.textarea.is-info:active,
.textarea.is-info:focus {
    box-shadow: 0 0 0 0.125em rgba(0, 129, 150, 0.25);
}

.input.is-success,
.textarea.is-success {
    border-color: #008649;
}

.input.is-success.is-active,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success:focus,
.textarea.is-success.is-active,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success:focus {
    box-shadow: 0 0 0 0.125em rgba(0, 134, 73, 0.25);
}

.input.is-warning,
.textarea.is-warning {
    border-color: #f5a623;
}

.input.is-warning.is-active,
.input.is-warning.is-focused,
.input.is-warning:active,
.input.is-warning:focus,
.textarea.is-warning.is-active,
.textarea.is-warning.is-focused,
.textarea.is-warning:active,
.textarea.is-warning:focus {
    box-shadow: 0 0 0 0.125em rgba(245, 166, 35, 0.25);
}

.input.is-danger,
.textarea.is-danger {
    border-color: #d0021b;
}

.input.is-danger.is-active,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger:focus,
.textarea.is-danger.is-active,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger:focus {
    box-shadow: 0 0 0 0.125em rgba(208, 2, 27, 0.25);
}

.input.is-small,
.textarea.is-small {
    border-radius: 2px;
    font-size: 1rem;
}

.input.is-medium,
.textarea.is-medium {
    font-size: 1.3rem;
}

.input.is-large,
.textarea.is-large {
    font-size: 1.375rem;
}

.input.is-fullwidth,
.textarea.is-fullwidth {
    display: block;
    width: 100%;
}

.input.is-inline,
.textarea.is-inline {
    display: inline;
    width: auto;
}

.input {
    border-radius: 0;
}

.input.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em;
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 0.625em;
    resize: vertical;
}

.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px;
}

.textarea[rows] {
    height: auto;
}

.textarea.has-fixed-size {
    resize: none;
}

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
}

.checkbox input,
.radio input {
    cursor: pointer;
}

.checkbox:hover,
.radio:hover {
    color: #484848;
}

.checkbox[disabled],
.radio[disabled] {
    color: #767676;
    cursor: not-allowed;
}

.radio+.radio {
    margin-left: 0.5em;
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.select:not(.is-multiple) {
    height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading):after {
    font-family: sgds-icons;
    content: "";
    display: block;
    height: 0.625em;
    margin-top: -0.7em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0.625em;
    right: 1.125em;
    z-index: 4;
}

.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em;
}

.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1.125rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(0.375em - 1px) calc(0.625em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    color: #323232;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none;
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
    outline: none;
}

.select select[disabled] {
    cursor: not-allowed;
}

.select select::-moz-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.select select::-webkit-input-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.select select:-moz-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.select select:-ms-input-placeholder {
    color: rgba(50, 50, 50, 0.3);
}

.select select.is-hovered,
.select select:hover {
    border-color: #484848;
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
    border-color: #0070f2;
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}

.select select[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #767676;
}

.select select[disabled]::-moz-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.select select[disabled]::-webkit-input-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.select select[disabled]:-moz-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.select select[disabled]:-ms-input-placeholder {
    color: hsla(0, 0%, 46.3%, 0.3);
}

.select select.is-borderless {
    border-color: transparent;
}

.select select.is-shadowless {
    box-shadow: 0;
}

.select select::-ms-expand {
    display: none;
}

.select select[disabled]:hover {
    border-color: #f5f5f5;
}

.select select:not([multiple]) {
    padding-right: 2.5em;
}

.select select[multiple] {
    height: auto;
    padding: 0;
}

.select select[multiple] option {
    padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover:after {
    border-color: #484848;
}

.select.is-white:not(:hover):after,
.select.is-white select {
    border-color: #fff;
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
    border-color: #f2f2f2;
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 100%, 0.25);
}

.select.is-black:not(:hover):after,
.select.is-black select {
    border-color: #0a0a0a;
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
    border-color: #000;
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover):after,
.select.is-light select {
    border-color: #f5f5f5;
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
    border-color: #e8e8e8;
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
    box-shadow: 0 0 0 0.125em hsla(0, 0%, 96.1%, 0.25);
}

.select.is-dark:not(:hover):after,
.select.is-dark select {
    border-color: #323232;
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
    border-color: #252525;
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
    box-shadow: 0 0 0 0.125em rgba(50, 50, 50, 0.25);
}

.select.is-primary:not(:hover):after,
.select.is-primary select {
    border-color: #6037b3;
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
    border-color: #56319f;
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
    box-shadow: 0 0 0 0.125em rgba(96, 55, 179, 0.25);
}

.select.is-secondary:not(:hover):after,
.select.is-secondary select {
    border-color: #3e69be;
}

.select.is-secondary select.is-hovered,
.select.is-secondary select:hover {
    border-color: #385eab;
}

.select.is-secondary select.is-active,
.select.is-secondary select.is-focused,
.select.is-secondary select:active,
.select.is-secondary select:focus {
    box-shadow: 0 0 0 0.125em rgba(62, 105, 190, 0.25);
}

.select.is-link:not(:hover):after,
.select.is-link select {
    border-color: #0070f2;
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
    border-color: #0064d9;
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
    box-shadow: 0 0 0 0.125em rgba(0, 112, 242, 0.25);
}

.select.is-info:not(:hover):after,
.select.is-info select {
    border-color: #008196;
}

.select.is-info select.is-hovered,
.select.is-info select:hover {
    border-color: #006b7d;
}

.select.is-info select.is-active,
.select.is-info select.is-focused,
.select.is-info select:active,
.select.is-info select:focus {
    box-shadow: 0 0 0 0.125em rgba(0, 129, 150, 0.25);
}

.select.is-success:not(:hover):after,
.select.is-success select {
    border-color: #008649;
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
    border-color: #006d3b;
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
    box-shadow: 0 0 0 0.125em rgba(0, 134, 73, 0.25);
}

.select.is-warning:not(:hover):after,
.select.is-warning select {
    border-color: #f5a623;
}

.select.is-warning select.is-hovered,
.select.is-warning select:hover {
    border-color: #f39c0b;
}

.select.is-warning select.is-active,
.select.is-warning select.is-focused,
.select.is-warning select:active,
.select.is-warning select:focus {
    box-shadow: 0 0 0 0.125em rgba(245, 166, 35, 0.25);
}

.select.is-danger:not(:hover):after,
.select.is-danger select {
    border-color: #d0021b;
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
    border-color: #b70218;
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
    box-shadow: 0 0 0 0.125em rgba(208, 2, 27, 0.25);
}

.select.is-small {
    border-radius: 2px;
    font-size: 1rem;
}

.select.is-medium {
    font-size: 1.3rem;
}

.select.is-large {
    font-size: 1.375rem;
}

.select.is-disabled:after {
    border-color: #767676;
}

.select.is-fullwidth,
.select.is-fullwidth select {
    width: 100%;
}

.select.is-loading:after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none;
}

.select.is-loading.is-small:after {
    font-size: 1rem;
}

.select.is-loading.is-medium:after {
    font-size: 1.3rem;
}

.select.is-loading.is-large:after {
    font-size: 1.375rem;
}

.file {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.file.is-white .file-cta {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a;
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a;
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em hsla(0, 0%, 100%, 0.25);
    color: #0a0a0a;
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a;
}

.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff;
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff;
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
    color: #fff;
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}

.file.is-light .file-cta {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #323232;
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: #323232;
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em hsla(0, 0%, 96.1%, 0.25);
    color: #323232;
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #323232;
}

.file.is-dark .file-cta {
    background-color: #323232;
    border-color: transparent;
    color: #f5f5f5;
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
    background-color: #2c2c2c;
    border-color: transparent;
    color: #f5f5f5;
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(50, 50, 50, 0.25);
    color: #f5f5f5;
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
    background-color: #252525;
    border-color: transparent;
    color: #f5f5f5;
}

.file.is-primary .file-cta {
    background-color: #6037b3;
    border-color: transparent;
    color: #fff;
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
    background-color: #5b34a9;
    border-color: transparent;
    color: #fff;
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(96, 55, 179, 0.25);
    color: #fff;
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
    background-color: #56319f;
    border-color: transparent;
    color: #fff;
}

.file.is-secondary .file-cta {
    background-color: #3e69be;
    border-color: transparent;
    color: #fff;
}

.file.is-secondary.is-hovered .file-cta,
.file.is-secondary:hover .file-cta {
    background-color: #3b64b4;
    border-color: transparent;
    color: #fff;
}

.file.is-secondary.is-focused .file-cta,
.file.is-secondary:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(62, 105, 190, 0.25);
    color: #fff;
}

.file.is-secondary.is-active .file-cta,
.file.is-secondary:active .file-cta {
    background-color: #385eab;
    border-color: transparent;
    color: #fff;
}

.file.is-link .file-cta {
    background-color: #0070f2;
    border-color: transparent;
    color: #fff;
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
    background-color: #006ae5;
    border-color: transparent;
    color: #fff;
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 112, 242, 0.25);
    color: #fff;
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
    background-color: #0064d9;
    border-color: transparent;
    color: #fff;
}

.file.is-info .file-cta {
    background-color: #008196;
    border-color: transparent;
    color: #fff;
}

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
    background-color: #007689;
    border-color: transparent;
    color: #fff;
}

.file.is-info.is-focused .file-cta,
.file.is-info:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 129, 150, 0.25);
    color: #fff;
}

.file.is-info.is-active .file-cta,
.file.is-info:active .file-cta {
    background-color: #006b7d;
    border-color: transparent;
    color: #fff;
}

.file.is-success .file-cta {
    background-color: #008649;
    border-color: transparent;
    color: #fff;
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
    background-color: #007942;
    border-color: transparent;
    color: #fff;
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 134, 73, 0.25);
    color: #fff;
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
    background-color: #006d3b;
    border-color: transparent;
    color: #fff;
}

.file.is-warning .file-cta {
    background-color: #f5a623;
    border-color: transparent;
    color: #fff;
}

.file.is-warning.is-hovered .file-cta,
.file.is-warning:hover .file-cta {
    background-color: #f4a117;
    border-color: transparent;
    color: #fff;
}

.file.is-warning.is-focused .file-cta,
.file.is-warning:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 166, 35, 0.25);
    color: #fff;
}

.file.is-warning.is-active .file-cta,
.file.is-warning:active .file-cta {
    background-color: #f39c0b;
    border-color: transparent;
    color: #fff;
}

.file.is-danger .file-cta {
    background-color: #d0021b;
    border-color: transparent;
    color: #fff;
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
    background-color: #c30219;
    border-color: transparent;
    color: #fff;
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(208, 2, 27, 0.25);
    color: #fff;
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
    background-color: #b70218;
    border-color: transparent;
    color: #fff;
}

.file.is-small {
    font-size: 1rem;
}

.file.is-medium {
    font-size: 1.3rem;
}

.file.is-medium .file-icon .fa {
    font-size: 21px;
}

.file.is-large {
    font-size: 1.375rem;
}

.file.is-large .file-icon .fa {
    font-size: 28px;
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
    border-radius: 0;
}

.file.has-name.is-empty .file-name {
    display: none;
}

.file.is-boxed .file-label {
    flex-direction: column;
}

.file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em;
}

.file.is-boxed .file-name {
    border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em;
}

.file.is-boxed .file-icon .fa {
    font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
    border-radius: 0 0 0 0;
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 0 0;
    border-width: 0 1px 1px;
}

.file.is-centered {
    justify-content: center;
}

.file.is-fullwidth .file-label {
    width: 100%;
}

.file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none;
}

.file.is-right {
    justify-content: flex-end;
}

.file.is-right .file-cta {
    border-radius: 0 0 0 0;
}

.file.is-right .file-name {
    border-radius: 0 0 0 0;
    border-width: 1px 0 1px 1px;
    order: -1;
}

.file-label {
    align-items: stretch;
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.file-label:hover .file-cta {
    background-color: #eee;
    color: #323232;
}

.file-label:hover .file-name {
    border-color: #d0d0d0;
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #323232;
}

.file-label:active .file-name {
    border-color: #c9c9c9;
}

.file-input {
    height: 0.01em;
    left: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 0.01em;
}

.file-cta,
.file-name {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    box-shadow: none;
    display: inline-flex;
    font-size: 1.125rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-size: 1em;
    padding: calc(0.375em - 1px) 1em;
    white-space: nowrap;
}

.file-cta.is-active,
.file-cta.is-focused,
.file-cta:active,
.file-cta:focus,
.file-name.is-active,
.file-name.is-focused,
.file-name:active,
.file-name:focus {
    outline: none;
}

.file-cta[disabled],
.file-name[disabled] {
    cursor: not-allowed;
}

.file-cta {
    background-color: #f5f5f5;
    color: #484848;
}

.file-name {
    border: 1px solid #d6d6d6;
    border-left-width: 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.file-icon {
    align-items: center;
    display: flex;
    height: 1em;
    justify-content: center;
    margin-right: 0.5em;
    width: 1em;
}

.file-icon .fa {
    font-size: 14px;
}

.label {
    color: #323232;
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
}

.label:not(:last-child) {
    margin-bottom: 0.5em;
}

.label.is-small {
    font-size: 1rem;
}

.label.is-medium {
    font-size: 1.3rem;
}

.label.is-large {
    font-size: 1.375rem;
}

.hint {
    display: block;
    font-size: 1.125rem;
    font-weight: lighter;
    margin-bottom: 0.5em;
    color: #767676;
}

.hint.is-white {
    color: #fff;
}

.hint.is-black {
    color: #0a0a0a;
}

.hint.is-light {
    color: #f5f5f5;
}

.hint.is-dark {
    color: #323232;
}

.hint.is-primary {
    color: #6037b3;
}

.hint.is-secondary {
    color: #3e69be;
}

.hint.is-link {
    color: #0070f2;
}

.hint.is-info {
    color: #008196;
}

.hint.is-success {
    color: #008649;
}

.hint.is-warning {
    color: #f5a623;
}

.hint.is-danger {
    color: #d0021b;
}

.help {
    display: block;
    font-size: 1rem;
    margin-top: 0.25rem;
}

.help.is-white {
    color: #fff;
}

.help.is-black {
    color: #0a0a0a;
}

.help.is-light {
    color: #f5f5f5;
}

.help.is-dark {
    color: #323232;
}

.help.is-primary {
    color: #6037b3;
}

.help.is-secondary {
    color: #3e69be;
}

.help.is-link {
    color: #0070f2;
}

.help.is-info {
    color: #008196;
}

.help.is-success {
    color: #008649;
}

.help.is-warning {
    color: #f5a623;
}

.help.is-danger {
    color: #d0021b;
}

.field:not(:last-child) {
    margin-bottom: 0.75rem;
}

.field.has-addons {
    display: flex;
    justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select,
.field.has-addons .control:not(:first-child):not(:last-child) .sgds-button {
    border-radius: 0;
}

.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select,
.field.has-addons .control:first-child .sgds-button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select,
.field.has-addons .control:last-child .sgds-button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .sgds-button:not([disabled]).is-hovered,
.field.has-addons .control .sgds-button:not([disabled]):hover {
    z-index: 2;
}

.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .sgds-button:not([disabled]).is-active,
.field.has-addons .control .sgds-button:not([disabled]).is-focused,
.field.has-addons .control .sgds-button:not([disabled]):active,
.field.has-addons .control .sgds-button:not([disabled]):focus {
    z-index: 3;
}

.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .sgds-button:not([disabled]).is-active:hover,
.field.has-addons .control .sgds-button:not([disabled]).is-focused:hover,
.field.has-addons .control .sgds-button:not([disabled]):active:hover,
.field.has-addons .control .sgds-button:not([disabled]):focus:hover {
    z-index: 4;
}

.field.has-addons .control.is-expanded {
    flex-grow: 1;
}

.field.has-addons.has-addons-centered {
    justify-content: center;
}

.field.has-addons.has-addons-right {
    justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0;
}

.field.is-grouped {
    display: flex;
    justify-content: flex-start;
}

.field.is-grouped>.control {
    flex-shrink: 0;
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.75rem;
}

.field.is-grouped>.control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
    justify-content: center;
}

.field.is-grouped.is-grouped-right {
    justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 769px) {
    .field.is-horizontal {
        display: flex;
    }
}

.field-label .label {
    font-size: inherit;
}

@media screen and (max-width: 768px) {
    .field-label {
        margin-bottom: 0.5rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right;
    }
    .field-label.is-small {
        font-size: 1rem;
        padding-top: 0.375em;
    }
    .field-label.is-normal {
        padding-top: 0.375em;
    }
    .field-label.is-medium {
        font-size: 1.3rem;
        padding-top: 0.375em;
    }
    .field-label.is-large {
        font-size: 1.375rem;
        padding-top: 0.375em;
    }
}

.field-body .field .field {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 769px) {
    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1;
    }
    .field-body .field {
        margin-bottom: 0;
    }
    .field-body>.field {
        flex-shrink: 1;
    }
    .field-body>.field:not(.is-narrow) {
        flex-grow: 1;
    }
    .field-body>.field:not(:last-child) {
        margin-right: 0.75rem;
    }
}

.control {
    clear: both;
    font-size: 1.125rem;
    position: relative;
    text-align: left;
}

.control.has-icon .icon {
    color: #d6d6d6;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4;
}

.control.has-icon .input:focus+.icon {
    color: #767676;
}

.control.has-icon .input.is-small+.icon {
    font-size: 1rem;
}

.control.has-icon .input.is-medium+.icon {
    font-size: 1.3rem;
}

.control.has-icon .input.is-large+.icon {
    font-size: 1.375rem;
}

.control.has-icon:not(.has-icon-right) .icon {
    left: 0;
}

.control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em;
}

.control.has-icon.has-icon-right .icon {
    right: 0;
}

.control.has-icon.has-icon-right .input {
    padding-right: 2.25em;
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
    color: #767676;
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
    font-size: 1rem;
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
    font-size: 1.3rem;
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
    font-size: 1.375rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #d6d6d6;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4;
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
    left: 0;
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
    right: 0;
}

.control.is-loading:after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4;
}

.control.is-loading.is-small:after {
    font-size: 1rem;
}

.control.is-loading.is-medium:after {
    font-size: 1.3rem;
}

.control.is-loading.is-large:after {
    font-size: 1.375rem;
}

.sgds-hero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sgds-hero .navbar {
    background: none;
}

.sgds-hero .tabs ul {
    border-bottom: none;
}

.sgds-hero.is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-hero.is-white a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-white strong {
    color: inherit;
}

.sgds-hero.is-white .title {
    color: #0a0a0a;
}

.sgds-hero.is-white .subtitle {
    color: rgba(10, 10, 10, 0.9);
}

.sgds-hero.is-white .subtitle a:not(.sgds-button),
.sgds-hero.is-white .subtitle strong {
    color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-white .navbar-menu {
        background-color: #fff;
    }
}

.sgds-hero.is-white .navbar-item,
.sgds-hero.is-white .navbar-link {
    color: rgba(10, 10, 10, 0.7);
}

.sgds-hero.is-white .navbar-link.is-active,
.sgds-hero.is-white .navbar-link:hover,
.sgds-hero.is-white a.navbar-item.is-active,
.sgds-hero.is-white a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a;
}

.sgds-hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: 0.9;
}

.sgds-hero.is-white .tabs a:hover,
.sgds-hero.is-white .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-white .tabs.is-boxed a,
.sgds-hero.is-white .tabs.is-toggle a {
    color: #0a0a0a;
}

.sgds-hero.is-white .tabs.is-boxed a:hover,
.sgds-hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-white .tabs.is-boxed li.is-active a,
.sgds-hero.is-white .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-white .tabs.is-toggle li.is-active a,
.sgds-hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}

.sgds-hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e6e6e6, #fff 71%, #fff);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e6e6e6, #fff 71%, #fff);
    }
}

.sgds-hero.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-hero.is-black a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-black strong {
    color: inherit;
}

.sgds-hero.is-black .title {
    color: #fff;
}

.sgds-hero.is-black .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-black .subtitle a:not(.sgds-button),
.sgds-hero.is-black .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-black .navbar-menu {
        background-color: #0a0a0a;
    }
}

.sgds-hero.is-black .navbar-item,
.sgds-hero.is-black .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-black .navbar-link.is-active,
.sgds-hero.is-black .navbar-link:hover,
.sgds-hero.is-black a.navbar-item.is-active,
.sgds-hero.is-black a.navbar-item:hover {
    background-color: #000;
    color: #fff;
}

.sgds-hero.is-black .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-black .tabs a:hover,
.sgds-hero.is-black .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-black .tabs.is-boxed a,
.sgds-hero.is-black .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-black .tabs.is-boxed a:hover,
.sgds-hero.is-black .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-black .tabs.is-boxed li.is-active a,
.sgds-hero.is-black .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-black .tabs.is-toggle li.is-active a,
.sgds-hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
}

.sgds-hero.is-black.is-bold {
    background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616);
    }
}

.sgds-hero.is-light {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-hero.is-light a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-light strong {
    color: inherit;
}

.sgds-hero.is-light .title {
    color: #323232;
}

.sgds-hero.is-light .subtitle {
    color: rgba(50, 50, 50, 0.9);
}

.sgds-hero.is-light .subtitle a:not(.sgds-button),
.sgds-hero.is-light .subtitle strong {
    color: #323232;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-light .navbar-menu {
        background-color: #f5f5f5;
    }
}

.sgds-hero.is-light .navbar-item,
.sgds-hero.is-light .navbar-link {
    color: rgba(50, 50, 50, 0.7);
}

.sgds-hero.is-light .navbar-link.is-active,
.sgds-hero.is-light .navbar-link:hover,
.sgds-hero.is-light a.navbar-item.is-active,
.sgds-hero.is-light a.navbar-item:hover {
    background-color: #e8e8e8;
    color: #323232;
}

.sgds-hero.is-light .tabs a {
    color: #323232;
    opacity: 0.9;
}

.sgds-hero.is-light .tabs a:hover,
.sgds-hero.is-light .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-light .tabs.is-boxed a,
.sgds-hero.is-light .tabs.is-toggle a {
    color: #323232;
}

.sgds-hero.is-light .tabs.is-boxed a:hover,
.sgds-hero.is-light .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-light .tabs.is-boxed li.is-active a,
.sgds-hero.is-light .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-light .tabs.is-toggle li.is-active a,
.sgds-hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: #323232;
    border-color: #323232;
    color: #f5f5f5;
}

.sgds-hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff);
    }
}

.sgds-hero.is-dark {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-hero.is-dark a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-dark strong {
    color: inherit;
}

.sgds-hero.is-dark .title {
    color: #f5f5f5;
}

.sgds-hero.is-dark .subtitle {
    color: hsla(0, 0%, 96.1%, 0.9);
}

.sgds-hero.is-dark .subtitle a:not(.sgds-button),
.sgds-hero.is-dark .subtitle strong {
    color: #f5f5f5;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-dark .navbar-menu {
        background-color: #323232;
    }
}

.sgds-hero.is-dark .navbar-item,
.sgds-hero.is-dark .navbar-link {
    color: hsla(0, 0%, 96.1%, 0.7);
}

.sgds-hero.is-dark .navbar-link.is-active,
.sgds-hero.is-dark .navbar-link:hover,
.sgds-hero.is-dark a.navbar-item.is-active,
.sgds-hero.is-dark a.navbar-item:hover {
    background-color: #252525;
    color: #f5f5f5;
}

.sgds-hero.is-dark .tabs a {
    color: #f5f5f5;
    opacity: 0.9;
}

.sgds-hero.is-dark .tabs a:hover,
.sgds-hero.is-dark .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-dark .tabs.is-boxed a,
.sgds-hero.is-dark .tabs.is-toggle a {
    color: #f5f5f5;
}

.sgds-hero.is-dark .tabs.is-boxed a:hover,
.sgds-hero.is-dark .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-dark .tabs.is-boxed li.is-active a,
.sgds-hero.is-dark .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-dark .tabs.is-toggle li.is-active a,
.sgds-hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #323232;
}

.sgds-hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #1b1617, #323232 71%, #423d3c);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1b1617, #323232 71%, #423d3c);
    }
}

.sgds-hero.is-primary {
    background-color: #6037b3;
    color: #fff;
}

.sgds-hero.is-primary a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-primary strong {
    color: inherit;
}

.sgds-hero.is-primary .title {
    color: #fff;
}

.sgds-hero.is-primary .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-primary .subtitle a:not(.sgds-button),
.sgds-hero.is-primary .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-primary .navbar-menu {
        background-color: #6037b3;
    }
}

.sgds-hero.is-primary .navbar-item,
.sgds-hero.is-primary .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-primary .navbar-link.is-active,
.sgds-hero.is-primary .navbar-link:hover,
.sgds-hero.is-primary a.navbar-item.is-active,
.sgds-hero.is-primary a.navbar-item:hover {
    background-color: #56319f;
    color: #fff;
}

.sgds-hero.is-primary .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-primary .tabs a:hover,
.sgds-hero.is-primary .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-primary .tabs.is-boxed a,
.sgds-hero.is-primary .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-primary .tabs.is-boxed a:hover,
.sgds-hero.is-primary .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-primary .tabs.is-boxed li.is-active a,
.sgds-hero.is-primary .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-primary .tabs.is-toggle li.is-active a,
.sgds-hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #6037b3;
}

.sgds-hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #352295, #6037b3 71%, #8139ca);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #352295, #6037b3 71%, #8139ca);
    }
}

.sgds-hero.is-secondary {
    background-color: #3e69be;
    color: #fff;
}

.sgds-hero.is-secondary a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-secondary strong {
    color: inherit;
}

.sgds-hero.is-secondary .title {
    color: #fff;
}

.sgds-hero.is-secondary .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-secondary .subtitle a:not(.sgds-button),
.sgds-hero.is-secondary .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-secondary .navbar-menu {
        background-color: #3e69be;
    }
}

.sgds-hero.is-secondary .navbar-item,
.sgds-hero.is-secondary .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-secondary .navbar-link.is-active,
.sgds-hero.is-secondary .navbar-link:hover,
.sgds-hero.is-secondary a.navbar-item.is-active,
.sgds-hero.is-secondary a.navbar-item:hover {
    background-color: #385eab;
    color: #fff;
}

.sgds-hero.is-secondary .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-secondary .tabs a:hover,
.sgds-hero.is-secondary .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-secondary .tabs.is-boxed a,
.sgds-hero.is-secondary .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-secondary .tabs.is-boxed a:hover,
.sgds-hero.is-secondary .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-secondary .tabs.is-boxed li.is-active a,
.sgds-hero.is-secondary .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-secondary .tabs.is-toggle li.is-active a,
.sgds-hero.is-secondary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3e69be;
}

.sgds-hero.is-secondary.is-bold {
    background-image: linear-gradient(141deg, #2765a2, #3e69be 71%, #4a60cc);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-secondary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #2765a2, #3e69be 71%, #4a60cc);
    }
}

.sgds-hero.is-link {
    background-color: #0070f2;
    color: #fff;
}

.sgds-hero.is-link a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-link strong {
    color: inherit;
}

.sgds-hero.is-link .title {
    color: #fff;
}

.sgds-hero.is-link .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-link .subtitle a:not(.sgds-button),
.sgds-hero.is-link .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-link .navbar-menu {
        background-color: #0070f2;
    }
}

.sgds-hero.is-link .navbar-item,
.sgds-hero.is-link .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-link .navbar-link.is-active,
.sgds-hero.is-link .navbar-link:hover,
.sgds-hero.is-link a.navbar-item.is-active,
.sgds-hero.is-link a.navbar-item:hover {
    background-color: #0064d9;
    color: #fff;
}

.sgds-hero.is-link .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-link .tabs a:hover,
.sgds-hero.is-link .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-link .tabs.is-boxed a,
.sgds-hero.is-link .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-link .tabs.is-boxed a:hover,
.sgds-hero.is-link .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-link .tabs.is-boxed li.is-active a,
.sgds-hero.is-link .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-link .tabs.is-toggle li.is-active a,
.sgds-hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0070f2;
}

.sgds-hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #0078bf, #0070f2 71%, #0d54ff);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #0078bf, #0070f2 71%, #0d54ff);
    }
}

.sgds-hero.is-info {
    background-color: #008196;
    color: #fff;
}

.sgds-hero.is-info a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-info strong {
    color: inherit;
}

.sgds-hero.is-info .title {
    color: #fff;
}

.sgds-hero.is-info .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-info .subtitle a:not(.sgds-button),
.sgds-hero.is-info .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-info .navbar-menu {
        background-color: #008196;
    }
}

.sgds-hero.is-info .navbar-item,
.sgds-hero.is-info .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-info .navbar-link.is-active,
.sgds-hero.is-info .navbar-link:hover,
.sgds-hero.is-info a.navbar-item.is-active,
.sgds-hero.is-info a.navbar-item:hover {
    background-color: #006b7d;
    color: #fff;
}

.sgds-hero.is-info .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-info .tabs a:hover,
.sgds-hero.is-info .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-info .tabs.is-boxed a,
.sgds-hero.is-info .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-info .tabs.is-boxed a:hover,
.sgds-hero.is-info .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-info .tabs.is-boxed li.is-active a,
.sgds-hero.is-info .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-info .tabs.is-toggle li.is-active a,
.sgds-hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #008196;
}

.sgds-hero.is-info.is-bold {
    background-image: linear-gradient(141deg, #006360, #008196 71%, #007ab0);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #006360, #008196 71%, #007ab0);
    }
}

.sgds-hero.is-success {
    background-color: #008649;
    color: #fff;
}

.sgds-hero.is-success a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-success strong {
    color: inherit;
}

.sgds-hero.is-success .title {
    color: #fff;
}

.sgds-hero.is-success .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-success .subtitle a:not(.sgds-button),
.sgds-hero.is-success .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-success .navbar-menu {
        background-color: #008649;
    }
}

.sgds-hero.is-success .navbar-item,
.sgds-hero.is-success .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-success .navbar-link.is-active,
.sgds-hero.is-success .navbar-link:hover,
.sgds-hero.is-success a.navbar-item.is-active,
.sgds-hero.is-success a.navbar-item:hover {
    background-color: #006d3b;
    color: #fff;
}

.sgds-hero.is-success .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-success .tabs a:hover,
.sgds-hero.is-success .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-success .tabs.is-boxed a,
.sgds-hero.is-success .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-success .tabs.is-boxed a:hover,
.sgds-hero.is-success .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-success .tabs.is-boxed li.is-active a,
.sgds-hero.is-success .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-success .tabs.is-toggle li.is-active a,
.sgds-hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #008649;
}

.sgds-hero.is-success.is-bold {
    background-image: linear-gradient(141deg, #00531f, #008649 71%, #00a071);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #00531f, #008649 71%, #00a071);
    }
}

.sgds-hero.is-warning {
    background-color: #f5a623;
    color: #fff;
}

.sgds-hero.is-warning a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-warning strong {
    color: inherit;
}

.sgds-hero.is-warning .title {
    color: #fff;
}

.sgds-hero.is-warning .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-warning .subtitle a:not(.sgds-button),
.sgds-hero.is-warning .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-warning .navbar-menu {
        background-color: #f5a623;
    }
}

.sgds-hero.is-warning .navbar-item,
.sgds-hero.is-warning .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-warning .navbar-link.is-active,
.sgds-hero.is-warning .navbar-link:hover,
.sgds-hero.is-warning a.navbar-item.is-active,
.sgds-hero.is-warning a.navbar-item:hover {
    background-color: #f39c0b;
    color: #fff;
}

.sgds-hero.is-warning .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-warning .tabs a:hover,
.sgds-hero.is-warning .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-warning .tabs.is-boxed a,
.sgds-hero.is-warning .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-warning .tabs.is-boxed a:hover,
.sgds-hero.is-warning .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-warning .tabs.is-boxed li.is-active a,
.sgds-hero.is-warning .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-warning .tabs.is-toggle li.is-active a,
.sgds-hero.is-warning .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f5a623;
}

.sgds-hero.is-warning.is-bold {
    background-image: linear-gradient(141deg, #e56900, #f5a623 71%, #fbd236);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e56900, #f5a623 71%, #fbd236);
    }
}

.sgds-hero.is-danger {
    background-color: #d0021b;
    color: #fff;
}

.sgds-hero.is-danger a:not(.sgds-button):not(.dropdown-item):not(.sgds-tag),
.sgds-hero.is-danger strong {
    color: inherit;
}

.sgds-hero.is-danger .title {
    color: #fff;
}

.sgds-hero.is-danger .subtitle {
    color: hsla(0, 0%, 100%, 0.9);
}

.sgds-hero.is-danger .subtitle a:not(.sgds-button),
.sgds-hero.is-danger .subtitle strong {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .sgds-hero.is-danger .navbar-menu {
        background-color: #d0021b;
    }
}

.sgds-hero.is-danger .navbar-item,
.sgds-hero.is-danger .navbar-link {
    color: hsla(0, 0%, 100%, 0.7);
}

.sgds-hero.is-danger .navbar-link.is-active,
.sgds-hero.is-danger .navbar-link:hover,
.sgds-hero.is-danger a.navbar-item.is-active,
.sgds-hero.is-danger a.navbar-item:hover {
    background-color: #b70218;
    color: #fff;
}

.sgds-hero.is-danger .tabs a {
    color: #fff;
    opacity: 0.9;
}

.sgds-hero.is-danger .tabs a:hover,
.sgds-hero.is-danger .tabs li.is-active a {
    opacity: 1;
}

.sgds-hero.is-danger .tabs.is-boxed a,
.sgds-hero.is-danger .tabs.is-toggle a {
    color: #fff;
}

.sgds-hero.is-danger .tabs.is-boxed a:hover,
.sgds-hero.is-danger .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.sgds-hero.is-danger .tabs.is-boxed li.is-active a,
.sgds-hero.is-danger .tabs.is-boxed li.is-active a:hover,
.sgds-hero.is-danger .tabs.is-toggle li.is-active a,
.sgds-hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #d0021b;
}

.sgds-hero.is-danger.is-bold {
    background-image: linear-gradient(141deg, #9f002e, #d0021b 71%, #ec0b00);
}

@media screen and (max-width: 768px) {
    .sgds-hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #9f002e, #d0021b 71%, #ec0b00);
    }
}

.sgds-hero.is-small .sgds-hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

@media print,
screen and (min-width: 769px) {
    .sgds-hero.is-medium .sgds-hero-body {
        padding-bottom: 9rem;
        padding-top: 9rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .sgds-hero.is-large .sgds-hero-body {
        padding-bottom: 18rem;
        padding-top: 18rem;
    }
}

.sgds-hero.is-fullheight .sgds-hero-body,
.sgds-hero.is-halfheight .sgds-hero-body {
    align-items: center;
    display: flex;
}

.sgds-hero.is-fullheight .sgds-hero-body>.container,
.sgds-hero.is-halfheight .sgds-hero-body>.container {
    flex-grow: 1;
    flex-shrink: 1;
}

.sgds-hero.is-halfheight {
    min-height: 50vh;
}

.sgds-hero.is-fullheight {
    min-height: 100vh;
}

.sgds-hero-video {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.sgds-hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.sgds-hero-video.is-transparent {
    opacity: 0.3;
}

@media screen and (max-width: 768px) {
    .sgds-hero-video {
        display: none;
    }
}

.sgds-hero-buttons {
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    .sgds-hero-buttons .button {
        display: flex;
    }
    .sgds-hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .sgds-hero-buttons {
        display: flex;
        justify-content: center;
    }
    .sgds-hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem;
    }
}

.sgds-hero-foot,
.sgds-hero-head {
    flex-grow: 0;
    flex-shrink: 0;
}

.sgds-hero-body {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
    .sgds-hero-body .row {
        height: 391px;
        min-height: 360px;
    }
}

#key-highlights {
    background-color: #3e69be;
    color: #fff;
}

#key-highlights .col {
    padding: 1.2rem 2rem !important;
    cursor: pointer;
    transition: all 0.5s;
    border-left: 1px solid #315498;
}

@media screen and (max-width: 768px) {
    #key-highlights .col {
        border-left: 0;
        border-top: 1px solid #315498;
    }
}

#key-highlights .col:hover {
    color: #e6e6e6;
    background-color: #315498;
}

#key-highlights .col:first-child {
    border-left: 0;
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.icon.is-small {
    height: 1rem;
    width: 1rem;
}

.icon.is-medium {
    height: 2rem;
    width: 2rem;
}

.icon.is-large {
    height: 3rem;
    width: 3rem;
}

.sgds-image {
    display: block;
    position: relative;
}

.sgds-image img {
    display: block;
    height: auto;
    width: 100%;
}

.sgds-image img.is-rounded {
    border-radius: 290486px;
}

.sgds-image.is-1by1 img,
.sgds-image.is-2by1 img,
.sgds-image.is-3by2 img,
.sgds-image.is-4by3 img,
.sgds-image.is-16by9 img,
.sgds-image.is-square img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.sgds-image.is-1by1,
.sgds-image.is-square {
    padding-top: 100%;
}

.sgds-image.is-4by3 {
    padding-top: 75%;
}

.sgds-image.is-3by2 {
    padding-top: 66.6666%;
}

.sgds-image.is-16by9 {
    padding-top: 56.25%;
}

.sgds-image.is-2by1 {
    padding-top: 50%;
}

.sgds-image.is-16x16 {
    height: 16px;
    width: 16px;
}

.sgds-image.is-24x24 {
    height: 24px;
    width: 24px;
}

.sgds-image.is-32x32 {
    height: 32px;
    width: 32px;
}

.sgds-image.is-48x48 {
    height: 48px;
    width: 48px;
}

.sgds-image.is-64x64 {
    height: 64px;
    width: 64px;
}

.sgds-image.is-96x96 {
    height: 96px;
    width: 96px;
}

.sgds-image.is-128x128 {
    height: 128px;
    width: 128px;
}

.level {
    align-items: center;
    justify-content: space-between;
}

.level:not(:last-child) {
    margin-bottom: 1.5rem;
}

.level code {
    border-radius: 0;
}

.level img {
    display: inline-block;
    vertical-align: top;
}

.level.is-mobile,
.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: flex;
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0;
}

.level.is-mobile .level-item {
    margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
}

.level.is-mobile .level-item:not(.is-narrow) {
    flex-grow: 1;
}

@media print,
screen and (min-width: 769px) {
    .level {
        display: flex;
    }
    .level>.level-item:not(.is-narrow) {
        flex-grow: 1;
    }
}

.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
}

.level-item .subtitle,
.level-item .title {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .level-item:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}

.level-left,
.level-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
    flex-grow: 1;
}

@media print,
screen and (min-width: 769px) {
    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
        margin-right: 0.75rem;
    }
}

.level-left {
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 768px) {
    .level-left+.level-right {
        margin-top: 1.5rem;
    }
}

@media print,
screen and (min-width: 769px) {
    .level-left {
        display: flex;
    }
}

.level-right {
    align-items: center;
    justify-content: flex-end;
}

@media print,
screen and (min-width: 769px) {
    .level-right {
        display: flex;
    }
}

.sgds-masthead {
    position: relative;
    background-color: #f0f0f0;
    height: auto;
    padding: 4px 0;
    font-size: 14px;
}

@media screen and (max-width: 1023px) {
    .sgds-masthead {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.sgds-masthead .is-text {
    margin-left: 4px;
}

.sgds-masthead .sgds-icon {
    font-size: 20px;
}

.sgds-masthead a {
    color: #484848;
    display: flex;
    align-items: center;
}

.sgds-masthead a:hover {
    color: #151515;
}

.media {
    align-items: flex-start;
    display: flex;
    text-align: left;
}

.media .content:not(:last-child) {
    margin-bottom: 0.75rem;
}

.media .media {
    border-top: 1px solid hsla(0, 0%, 83.9%, 0.5);
    display: flex;
    padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
    margin-bottom: 0.5rem;
}

.media .media .media {
    padding-top: 0.5rem;
}

.media .media .media+.media {
    margin-top: 0.5rem;
}

.media+.media {
    border-top: 1px solid hsla(0, 0%, 83.9%, 0.5);
    margin-top: 1rem;
    padding-top: 1rem;
}

.media.is-large+.media {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.media-left,
.media-right {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}

.media-left {
    margin-right: 1rem;
}

.media-right {
    margin-left: 1rem;
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    text-align: left;
}

.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0);
    transform: translateZ(0);
    will-change: position, transform;
}

.sgds-menu-list {
    margin: 0;
    list-style-type: none;
}

.content .sgds-menu-list {
    list-style: none;
}

.sgds-menu-list a {
    color: #323232;
    display: flex;
    font-size: 1.0625rem;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
}

.sgds-menu-list a .sgds-icon {
    font-size: 1.5rem;
}

.sgds-menu-list a:hover {
    color: #6037b3;
}

.sgds-menu-list a.is-active {
    color: #6037b3;
    font-weight: 600;
    border-color: #6037b3;
    border-bottom: 2px solid #6037b3;
}

.sgds-menu-list a.second-level-nav-header,
.sgds-menu-list a.second-level-nav-header.is-active,
.sgds-menu-list a.second-level-nav-header.is-active:hover,
.sgds-menu-list a.second-level-nav-header:hover {
    border-bottom: 1px solid #fff !important;
}

.sgds-menu-list li {
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0;
}

.sgds-menu-list li.second-level-nav-header.is-active+div.second-level-nav-div {
    display: block;
    visibility: visible;
}

.sgds-menu-list li.second-level-nav-header.is-active+div.second-level-nav-div.is-hidden {
    display: none;
    visibility: hidden;
}

.sgds-menu-list li.second-level-nav-header:active+div.second-level-nav-div,
.sgds-menu-list li.second-level-nav-header:hover+div.second-level-nav-div {
    display: block;
    visibility: visible;
}

.sgds-menu-list li.second-level-nav-header:active+div.second-level-nav-div.is-hidden,
.sgds-menu-list li.second-level-nav-header:hover+div.second-level-nav-div.is-hidden {
    display: none;
    visibility: hidden;
}

.sgds-menu-list li a.second-level-nav-item {
    border: 0 !important;
    padding-left: 1.5rem;
    padding-top: 0;
}

.sgds-menu-list li:not(:first-child) a {
    border-top: 1px solid #767676;
}

.sgds-menu-list-label {
    color: #767676;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sgds-menu-list-label:not(:first-child) {
    margin-top: 1em;
}

.sgds-menu-list-label:not(:last-child) {
    margin-bottom: 1em;
}

.sgds-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

.sgds-modal.is-active {
    display: flex;
}

.sgds-modal.is-small .sgds-modal-card {
    width: 30vw;
}

.sgds-modal.is-large .sgds-modal-card {
    width: 70vw;
}

.sgds-modal.is-fullwidth .sgds-modal-card {
    width: 95vw;
}

.sgds-modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(10, 10, 10, 0.86);
}

.sgds-modal-card,
.sgds-modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
}

.sgds-modal-close {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
}

.sgds-modal-close:after,
.sgds-modal-close:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.sgds-modal-close:before {
    height: 2px;
    width: 50%;
}

.sgds-modal-close:after {
    height: 50%;
    width: 2px;
}

.sgds-modal-close:focus,
.sgds-modal-close:hover {
    background-color: rgba(10, 10, 10, 0.3);
}

.sgds-modal-close:active {
    background-color: rgba(10, 10, 10, 0.4);
}

.sgds-modal-close.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}

.sgds-modal-close.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}

.sgds-modal-close.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}

.sgds-modal-card {
    display: flex;
    width: 50vw;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
}

.sgds-modal-card-foot,
.sgds-modal-card-head {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}

.sgds-modal-card-head {
    border-bottom: 1px solid #d6d6d6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sgds-modal-card-title {
    color: #323232;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 1.625rem;
    line-height: 1;
}

.sgds-modal-card-foot {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sgds-modal-card-foot .button:not(:last-child) {
    margin-right: 10px;
}

.sgds-modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px;
}

.sgds-navbar {
    background-color: #fff;
    min-height: 5.25rem;
    position: relative;
    z-index: 30;
}

.sgds-navbar.is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-white .sgds-navbar-brand>.sgds-navbar-item {
    color: #0a0a0a;
}

.sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-white .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-white .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-white .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a;
}

.sgds-navbar.is-white .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #0a0a0a;
}

.sgds-navbar.is-white .sgds-navbar-burger {
    color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-white .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-white .sgds-navbar-start>.sgds-navbar-item {
        color: #0a0a0a;
    }
    .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-white .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-white .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-white .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-white .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-white .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-white .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #0a0a0a;
    }
    .sgds-navbar.is-white .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-white .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #0a0a0a;
    }
    .sgds-navbar.is-white .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-white .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-white .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a;
    }
    .sgds-navbar.is-white .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-black .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-black .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-black .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-black .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #000;
    color: #fff;
}

.sgds-navbar.is-black .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-black .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-black .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-black .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-black .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-black .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-black .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-black .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-black .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-black .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-black .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-black .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-black .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-black .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-black .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #000;
        color: #fff;
    }
    .sgds-navbar.is-black .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-light {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-light .sgds-navbar-brand>.sgds-navbar-item {
    color: #323232;
}

.sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-light .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-light .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-light .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #e8e8e8;
    color: #323232;
}

.sgds-navbar.is-light .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #323232;
}

.sgds-navbar.is-light .sgds-navbar-burger {
    color: #323232;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-light .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-light .sgds-navbar-start>.sgds-navbar-item {
        color: #323232;
    }
    .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-light .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-light .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-light .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-light .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-light .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-light .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #323232;
    }
    .sgds-navbar.is-light .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-light .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #323232;
    }
    .sgds-navbar.is-light .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-light .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-light .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #e8e8e8;
        color: #323232;
    }
    .sgds-navbar.is-light .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-dark {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-dark .sgds-navbar-brand>.sgds-navbar-item {
    color: #f5f5f5;
}

.sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-dark .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-dark .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-dark .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #252525;
    color: #f5f5f5;
}

.sgds-navbar.is-dark .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #f5f5f5;
}

.sgds-navbar.is-dark .sgds-navbar-burger {
    color: #f5f5f5;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-dark .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-dark .sgds-navbar-start>.sgds-navbar-item {
        color: #f5f5f5;
    }
    .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-dark .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-dark .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-dark .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-dark .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-dark .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-dark .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #f5f5f5;
    }
    .sgds-navbar.is-dark .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-dark .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #f5f5f5;
    }
    .sgds-navbar.is-dark .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-dark .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-dark .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #252525;
        color: #f5f5f5;
    }
    .sgds-navbar.is-dark .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-primary {
    background-color: #6037b3;
    color: #fff;
}

.sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-primary .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-primary .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-primary .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-primary .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #56319f;
    color: #fff;
}

.sgds-navbar.is-primary .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-primary .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-primary .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-primary .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-primary .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-primary .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-primary .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-primary .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-primary .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-primary .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-primary .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-primary .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-primary .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-primary .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-primary .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #56319f;
        color: #fff;
    }
    .sgds-navbar.is-primary .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-secondary {
    background-color: #3e69be;
    color: #fff;
}

.sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-secondary .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-secondary .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-secondary .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-secondary .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #385eab;
    color: #fff;
}

.sgds-navbar.is-secondary .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-secondary .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-secondary .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-secondary .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-secondary .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-secondary .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-secondary .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-secondary .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-secondary .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-secondary .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-secondary .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-secondary .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-secondary .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-secondary .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-secondary .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #385eab;
        color: #fff;
    }
    .sgds-navbar.is-secondary .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-link {
    background-color: #0070f2;
    color: #fff;
}

.sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-link .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-link .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-link .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-link .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #0064d9;
    color: #fff;
}

.sgds-navbar.is-link .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-link .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-link .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-link .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-link .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-link .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-link .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-link .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-link .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-link .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-link .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-link .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-link .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-link .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-link .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #0064d9;
        color: #fff;
    }
    .sgds-navbar.is-link .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-info {
    background-color: #008196;
    color: #fff;
}

.sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-info .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-info .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-info .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-info .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #006b7d;
    color: #fff;
}

.sgds-navbar.is-info .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-info .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-info .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-info .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-info .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-info .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-info .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-info .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-info .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-info .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-info .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-info .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-info .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-info .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-info .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #006b7d;
        color: #fff;
    }
    .sgds-navbar.is-info .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-success {
    background-color: #008649;
    color: #fff;
}

.sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-success .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-success .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-success .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-success .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #006d3b;
    color: #fff;
}

.sgds-navbar.is-success .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-success .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-success .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-success .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-success .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-success .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-success .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-success .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-success .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-success .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-success .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-success .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-success .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-success .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-success .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #006d3b;
        color: #fff;
    }
    .sgds-navbar.is-success .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-warning {
    background-color: #f5a623;
    color: #fff;
}

.sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-warning .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-warning .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-warning .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-warning .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #f39c0b;
    color: #fff;
}

.sgds-navbar.is-warning .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-warning .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-warning .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-warning .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-warning .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-warning .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-warning .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-warning .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-warning .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-warning .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-warning .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-warning .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-warning .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-warning .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-warning .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #f39c0b;
        color: #fff;
    }
    .sgds-navbar.is-warning .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar.is-danger {
    background-color: #d0021b;
    color: #fff;
}

.sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link,
.sgds-navbar.is-danger .sgds-navbar-brand>.sgds-navbar-item {
    color: #fff;
}

.sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link.is-active,
.sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link:focus,
.sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link:hover,
.sgds-navbar.is-danger .sgds-navbar-brand>a.sgds-navbar-item.is-active,
.sgds-navbar.is-danger .sgds-navbar-brand>a.sgds-navbar-item:focus,
.sgds-navbar.is-danger .sgds-navbar-brand>a.sgds-navbar-item:hover {
    background-color: #b70218;
    color: #fff;
}

.sgds-navbar.is-danger .sgds-navbar-brand .sgds-navbar-link:after {
    border-color: #fff;
}

.sgds-navbar.is-danger .sgds-navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link,
    .sgds-navbar.is-danger .sgds-navbar-end>.sgds-navbar-item,
    .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link,
    .sgds-navbar.is-danger .sgds-navbar-start>.sgds-navbar-item {
        color: #fff;
    }
    .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link.is-active,
    .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link:focus,
    .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link:hover,
    .sgds-navbar.is-danger .sgds-navbar-end>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-danger .sgds-navbar-end>a.sgds-navbar-item:focus,
    .sgds-navbar.is-danger .sgds-navbar-end>a.sgds-navbar-item:hover,
    .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link.is-active,
    .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link:focus,
    .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link:hover,
    .sgds-navbar.is-danger .sgds-navbar-start>a.sgds-navbar-item.is-active,
    .sgds-navbar.is-danger .sgds-navbar-start>a.sgds-navbar-item:focus,
    .sgds-navbar.is-danger .sgds-navbar-start>a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .sgds-navbar.is-danger .sgds-navbar-end .sgds-navbar-link:after,
    .sgds-navbar.is-danger .sgds-navbar-start .sgds-navbar-link:after {
        border-color: #fff;
    }
    .sgds-navbar.is-danger .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar.is-danger .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar.is-danger .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link {
        background-color: #b70218;
        color: #fff;
    }
    .sgds-navbar.is-danger .sgds-navbar-dropdown a.sgds-navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.sgds-navbar>.sgds-container {
    align-items: stretch;
    display: flex;
    min-height: 5.25rem;
    width: 100%;
}

.sgds-navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5;
}

.sgds-navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
    top: 0;
}

.sgds-navbar-brand,
.sgds-navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 5.25rem;
}

.sgds-navbar-brand a.sgds-navbar-item:focus,
.sgds-navbar-brand a.sgds-navbar-item:hover {
    background-color: transparent;
}

.sgds-navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
}

.sgds-navbar-burger {
    color: #484848;
    cursor: pointer;
    display: block;
    height: 5.25rem;
    position: relative;
    width: 5.25rem;
    margin-left: auto;
}

.sgds-navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px;
}

.sgds-navbar-burger span:first-child {
    top: calc(50% - 6px);
}

.sgds-navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.sgds-navbar-burger span:nth-child(3) {
    top: calc(50% + 4px);
}

.sgds-navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.sgds-navbar-burger.is-active span:first-child {
    transform: translateY(5px) rotate(45deg);
}

.sgds-navbar-burger.is-active span:nth-child(2) {
    opacity: 0;
}

.sgds-navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.sgds-navbar-menu {
    display: none;
}

.sgds-navbar-item,
.sgds-navbar-link {
    color: #484848;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}

.sgds-navbar-item .sgds-icon:only-child,
.sgds-navbar-link .sgds-icon:only-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.sgds-navbar-link,
a.sgds-navbar-item {
    cursor: pointer;
}

.sgds-navbar-link.is-active,
.sgds-navbar-link:focus,
.sgds-navbar-link:focus-within,
.sgds-navbar-link:hover,
a.sgds-navbar-item.is-active,
a.sgds-navbar-item:focus,
a.sgds-navbar-item:focus-within,
a.sgds-navbar-item:hover {
    background-color: transparent;
    color: #6037b3;
}

.sgds-navbar-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}

.sgds-navbar-item img {
    max-height: 2.5rem;
}

.sgds-navbar-item.has-dropdown {
    padding: 0;
}

.sgds-navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}

.sgds-navbar-item.is-mega {
    position: static;
}

.sgds-navbar-item.is-mega .has-dropdown:after {
    color: #6037b3;
    content: "";
    display: block;
    font-family: sgds-icons;
    pointer-events: none;
    position: absolute;
    right: 0.5rem;
    border: 0;
    margin-top: -0.375em;
    top: 50%;
}

.sgds-navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 5.25rem;
    padding-bottom: calc(0.5rem - 1px);
}

@media screen and (max-width: 1023px) {
    .sgds-navbar-item.is-tab {
        min-height: 0;
    }
}

.sgds-navbar-item.is-tab:focus,
.sgds-navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #6037b3;
    border-bottom-width: 5px;
    padding-bottom: calc(0.5rem - 5px);
}

@media screen and (max-width: 1023px) {
    .sgds-navbar-item.is-tab:focus,
    .sgds-navbar-item.is-tab:hover {
        border-bottom-color: transparent;
    }
}

.sgds-navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom: 5px solid #6037b3;
    color: #6037b3;
    padding-bottom: calc(0.5rem - 1px);
}

@media screen and (max-width: 1023px) {
    .sgds-navbar-item.is-tab.is-active {
        border-bottom: 1px solid transparent;
    }
}

.sgds-navbar-content {
    flex-grow: 1;
    flex-shrink: 1;
}

.sgds-navbar-link:not(.is-arrowless) {
    padding-right: 2.5em;
}

.sgds-navbar-link:not(.is-arrowless):after {
    color: #6037b3;
    content: "";
    display: block;
    font-family: sgds-icons;
    margin-top: -0.7rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    border: 0;
    border-color: #6037b3;
}

.sgds-navbar-dropdown {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.sgds-navbar-dropdown .sgds-navbar-item {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.sgds-navbar-divider {
    background-color: #f5f5f5;
    border: none;
    height: 2px;
    margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
    .sgds-navbar>.sgds-container {
        display: block;
    }
    .sgds-navbar-brand .sgds-navbar-item,
    .sgds-navbar-tabs .sgds-navbar-item {
        align-items: center;
        display: flex;
    }
    .sgds-navbar-link:after {
        display: none;
    }
    .sgds-navbar-menu {
        background-color: transparent;
        box-shadow: 0 4px 8px rgba(10, 10, 10, 0.1);
    }
    .sgds-navbar-menu.is-active {
        display: block;
        padding-bottom: 1rem;
    }
    .sgds-navbar-item {
        padding: 0.75rem 1rem;
    }
    .sgds-navbar-dropdown .sgds-navbar-item {
        padding-left: 1.875rem;
    }
    .sgds-navbar-item.is-mega .has-dropdown:after {
        right: 1.125em;
    }
    .sgds-navbar.is-fixed-bottom-touch,
    .sgds-navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }
    .sgds-navbar.is-fixed-bottom-touch {
        bottom: 0;
    }
    .sgds-navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
    }
    .sgds-navbar.is-fixed-top-touch {
        top: 0;
    }
    .sgds-navbar.is-fixed-top-touch .sgds-navbar-menu,
    .sgds-navbar.is-fixed-top .sgds-navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 5.25rem);
        overflow: auto;
    }
    .sgds-navbar .field {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .sgds-navbar .field .control {
        padding-bottom: 0 !important;
    }
    body.has-navbar-fixed-top-touch,
    html.has-navbar-fixed-top-touch {
        padding-top: 5.25rem;
    }
    body.has-navbar-fixed-bottom-touch,
    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 5.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .sgds-navbar,
    .sgds-navbar-end,
    .sgds-navbar-menu,
    .sgds-navbar-start {
        align-items: stretch;
        display: flex;
    }
    .sgds-navbar {
        min-height: 5.25rem;
    }
    .sgds-navbar.is-spaced {
        padding: 1rem 2rem;
    }
    .sgds-navbar.is-spaced .sgds-navbar-end,
    .sgds-navbar.is-spaced .sgds-navbar-start {
        align-items: center;
    }
    .sgds-navbar.is-spaced .sgds-navbar-link,
    .sgds-navbar.is-spaced a.sgds-navbar-item {
        border-radius: 0;
    }
    .sgds-navbar-burger {
        display: none;
    }
    .sgds-navbar-item,
    .sgds-navbar-link {
        align-items: center;
        display: flex;
    }
    .sgds-navbar-item {
        display: flex;
    }
    .sgds-navbar-item.has-dropdown {
        align-items: stretch;
    }
    .sgds-navbar-item.has-dropdown>a.sgds-navbar-link {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
    }
    .sgds-navbar-item.is-mega .has-dropdown:after {
        right: 0;
    }
    .sgds-navbar-item.has-dropdown-up .sgds-navbar-link:after {
        transform: rotate(135deg) translate(0.25em, -0.25em);
    }
    .sgds-navbar-item.has-dropdown-up .sgds-navbar-dropdown {
        border-bottom: 2px solid #d6d6d6;
        border-radius: 0 0 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
        top: auto;
    }
    .sgds-navbar-item.is-active .sgds-navbar-dropdown,
    .sgds-navbar-item.is-hoverable:focus-within .sgds-navbar-dropdown,
    .sgds-navbar-item.is-hoverable:focus .sgds-navbar-dropdown,
    .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown {
        display: block;
    }
    .sgds-navbar-item.is-active .sgds-navbar-dropdown.is-boxed,
    .sgds-navbar-item.is-hoverable:focus-within .sgds-navbar-dropdown.is-boxed,
    .sgds-navbar-item.is-hoverable:focus .sgds-navbar-dropdown.is-boxed,
    .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown.is-boxed,
    .sgds-navbar.is-spaced .sgds-navbar-item.is-active .sgds-navbar-dropdown,
    .sgds-navbar.is-spaced .sgds-navbar-item.is-hoverable:focus-within .sgds-navbar-dropdown,
    .sgds-navbar.is-spaced .sgds-navbar-item.is-hoverable:focus .sgds-navbar-dropdown,
    .sgds-navbar.is-spaced .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .sgds-navbar-menu {
        flex-grow: 1;
        flex-shrink: 0;
    }
    .sgds-navbar-start {
        justify-content: flex-start;
        margin-right: auto;
    }
    .sgds-navbar-end {
        justify-content: flex-end;
        margin-left: auto;
    }
    .sgds-navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid #d6d6d6;
        box-shadow: 0 4px 4px rgba(10, 10, 10, 0.1);
        display: none;
        left: 0;
        min-width: 100%;
        padding: 1rem 0.5rem;
        position: absolute;
        top: 100%;
        z-index: 20;
    }
    .sgds-navbar-dropdown .sgds-navbar-item {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }
    .sgds-navbar-dropdown a.sgds-navbar-item {
        padding-right: 3rem;
    }
    .sgds-navbar-dropdown a.sgds-navbar-item.is-active,
    .sgds-navbar-dropdown a.sgds-navbar-item:focus,
    .sgds-navbar-dropdown a.sgds-navbar-item:hover {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
    .sgds-navbar-dropdown.is-boxed,
    .sgds-navbar.is-spaced .sgds-navbar-dropdown {
        border-radius: 5px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + -4px);
        transform: translateY(-5px);
        transition-duration: 86ms;
        transition-property: opacity, transform;
    }
    .sgds-navbar-dropdown.is-right {
        left: auto;
        right: 0;
    }
    .sgds-navbar-divider {
        display: block;
    }
    .sgds-container>.sgds-navbar .sgds-navbar-brand,
    .sgds-navbar>.sgds-container .sgds-navbar-brand {
        margin-left: -0.75rem;
    }
    .sgds-container>.sgds-navbar .sgds-navbar-menu,
    .sgds-navbar>.sgds-container .sgds-navbar-menu {
        margin-right: -0.75rem;
    }
    .sgds-navbar.is-fixed-bottom-desktop,
    .sgds-navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }
    .sgds-navbar.is-fixed-bottom-desktop {
        bottom: 0;
    }
    .sgds-navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
    }
    .sgds-navbar.is-fixed-top-desktop {
        top: 0;
    }
    body.has-navbar-fixed-top-desktop,
    html.has-navbar-fixed-top-desktop {
        padding-top: calc(5.25rem + 29px);
    }
    body.has-spaced-navbar-fixed-top,
    html.has-spaced-navbar-fixed-top {
        padding-top: 7.25rem;
    }
    .sgds-navbar-link.is-active,
    a.sgds-navbar-item.is-active {
        color: #6037b3;
        border-bottom: 5px solid #6037b3;
        margin-top: 5px;
        font-weight: 600;
    }
    .sgds-navbar-item.has-dropdown.is-active .sgds-navbar-link,
    .sgds-navbar-item.has-dropdown:focus .sgds-navbar-link,
    .sgds-navbar-item.has-dropdown:hover .sgds-navbar-link,
    .sgds-navbar-link.is-active:not(:focus):not(:hover),
    a.sgds-navbar-item.is-active:not(:focus):not(:hover) {
        background-color: transparent;
    }
}

@media screen and (min-width: 1024px) {
    .sgds-navbar-end.has-item-max-width .sgds-navbar-item,
    .sgds-navbar-start.has-item-max-width .sgds-navbar-item {
        max-width: 140px;
    }
    .sgds-navbar-item.is-hoverable:hover .sgds-navbar-dropdown {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .sgds-navbar-end .sgds-navbar-item,
    .sgds-navbar-start .sgds-navbar-item {
        max-width: none;
    }
}

.navbar {
    background-color: #fff;
    min-height: 5.25rem;
    position: relative;
    z-index: 30;
    font-size: 0.9375rem;
}

.navbar.is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link,
.navbar.is-white .navbar-brand>.navbar-item {
    color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand>a.navbar-item:focus,
.navbar.is-white .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link:after {
    border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
    color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
    .navbar.is-white .navbar-end .navbar-link,
    .navbar.is-white .navbar-end>.navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-start>.navbar-item {
        color: #0a0a0a;
    }
    .navbar.is-white .navbar-end .navbar-link.is-active,
    .navbar.is-white .navbar-end .navbar-link:focus,
    .navbar.is-white .navbar-end .navbar-link:hover,
    .navbar.is-white .navbar-end>a.navbar-item.is-active,
    .navbar.is-white .navbar-end>a.navbar-item:focus,
    .navbar.is-white .navbar-end>a.navbar-item:hover,
    .navbar.is-white .navbar-start .navbar-link.is-active,
    .navbar.is-white .navbar-start .navbar-link:focus,
    .navbar.is-white .navbar-start .navbar-link:hover,
    .navbar.is-white .navbar-start>a.navbar-item.is-active,
    .navbar.is-white .navbar-start>a.navbar-item:focus,
    .navbar.is-white .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #0a0a0a;
    }
    .navbar.is-white .navbar-end .navbar-link:after,
    .navbar.is-white .navbar-start .navbar-link:after {
        border-color: #0a0a0a;
    }
    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #0a0a0a;
    }
    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link,
.navbar.is-black .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand>a.navbar-item:focus,
.navbar.is-black .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-black .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-black .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-black .navbar-end .navbar-link,
    .navbar.is-black .navbar-end>.navbar-item,
    .navbar.is-black .navbar-start .navbar-link,
    .navbar.is-black .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-black .navbar-end .navbar-link.is-active,
    .navbar.is-black .navbar-end .navbar-link:focus,
    .navbar.is-black .navbar-end .navbar-link:hover,
    .navbar.is-black .navbar-end>a.navbar-item.is-active,
    .navbar.is-black .navbar-end>a.navbar-item:focus,
    .navbar.is-black .navbar-end>a.navbar-item:hover,
    .navbar.is-black .navbar-start .navbar-link.is-active,
    .navbar.is-black .navbar-start .navbar-link:focus,
    .navbar.is-black .navbar-start .navbar-link:hover,
    .navbar.is-black .navbar-start>a.navbar-item.is-active,
    .navbar.is-black .navbar-start>a.navbar-item:focus,
    .navbar.is-black .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-black .navbar-end .navbar-link:after,
    .navbar.is-black .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: #323232;
}

.navbar.is-light .navbar-brand .navbar-link,
.navbar.is-light .navbar-brand>.navbar-item {
    color: #323232;
}

.navbar.is-light .navbar-brand .navbar-link.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand>a.navbar-item:focus,
.navbar.is-light .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #323232;
}

.navbar.is-light .navbar-brand .navbar-link:after {
    border-color: #323232;
}

.navbar.is-light .navbar-burger {
    color: #323232;
}

@media screen and (min-width: 1024px) {
    .navbar.is-light .navbar-end .navbar-link,
    .navbar.is-light .navbar-end>.navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-start>.navbar-item {
        color: #323232;
    }
    .navbar.is-light .navbar-end .navbar-link.is-active,
    .navbar.is-light .navbar-end .navbar-link:focus,
    .navbar.is-light .navbar-end .navbar-link:hover,
    .navbar.is-light .navbar-end>a.navbar-item.is-active,
    .navbar.is-light .navbar-end>a.navbar-item:focus,
    .navbar.is-light .navbar-end>a.navbar-item:hover,
    .navbar.is-light .navbar-start .navbar-link.is-active,
    .navbar.is-light .navbar-start .navbar-link:focus,
    .navbar.is-light .navbar-start .navbar-link:hover,
    .navbar.is-light .navbar-start>a.navbar-item.is-active,
    .navbar.is-light .navbar-start>a.navbar-item:focus,
    .navbar.is-light .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #323232;
    }
    .navbar.is-light .navbar-end .navbar-link:after,
    .navbar.is-light .navbar-start .navbar-link:after {
        border-color: #323232;
    }
    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #323232;
    }
    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-dark {
    background-color: #323232;
    color: #f5f5f5;
}

.navbar.is-dark .navbar-brand .navbar-link,
.navbar.is-dark .navbar-brand>.navbar-item {
    color: #f5f5f5;
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand>a.navbar-item:focus,
.navbar.is-dark .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #f5f5f5;
}

.navbar.is-dark .navbar-brand .navbar-link:after {
    border-color: #f5f5f5;
}

.navbar.is-dark .navbar-burger {
    color: #f5f5f5;
}

@media screen and (min-width: 1024px) {
    .navbar.is-dark .navbar-end .navbar-link,
    .navbar.is-dark .navbar-end>.navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-start>.navbar-item {
        color: #f5f5f5;
    }
    .navbar.is-dark .navbar-end .navbar-link.is-active,
    .navbar.is-dark .navbar-end .navbar-link:focus,
    .navbar.is-dark .navbar-end .navbar-link:hover,
    .navbar.is-dark .navbar-end>a.navbar-item.is-active,
    .navbar.is-dark .navbar-end>a.navbar-item:focus,
    .navbar.is-dark .navbar-end>a.navbar-item:hover,
    .navbar.is-dark .navbar-start .navbar-link.is-active,
    .navbar.is-dark .navbar-start .navbar-link:focus,
    .navbar.is-dark .navbar-start .navbar-link:hover,
    .navbar.is-dark .navbar-start>a.navbar-item.is-active,
    .navbar.is-dark .navbar-start>a.navbar-item:focus,
    .navbar.is-dark .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #f5f5f5;
    }
    .navbar.is-dark .navbar-end .navbar-link:after,
    .navbar.is-dark .navbar-start .navbar-link:after {
        border-color: #f5f5f5;
    }
    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #f5f5f5;
    }
    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-primary {
    background-color: #6037b3;
    color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link,
.navbar.is-primary .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand>a.navbar-item:focus,
.navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-primary .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-primary .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-primary .navbar-end .navbar-link,
    .navbar.is-primary .navbar-end>.navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-primary .navbar-end .navbar-link.is-active,
    .navbar.is-primary .navbar-end .navbar-link:focus,
    .navbar.is-primary .navbar-end .navbar-link:hover,
    .navbar.is-primary .navbar-end>a.navbar-item.is-active,
    .navbar.is-primary .navbar-end>a.navbar-item:focus,
    .navbar.is-primary .navbar-end>a.navbar-item:hover,
    .navbar.is-primary .navbar-start .navbar-link.is-active,
    .navbar.is-primary .navbar-start .navbar-link:focus,
    .navbar.is-primary .navbar-start .navbar-link:hover,
    .navbar.is-primary .navbar-start>a.navbar-item.is-active,
    .navbar.is-primary .navbar-start>a.navbar-item:focus,
    .navbar.is-primary .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-primary .navbar-end .navbar-link:after,
    .navbar.is-primary .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-secondary {
    background-color: #3e69be;
    color: #fff;
}

.navbar.is-secondary .navbar-brand .navbar-link,
.navbar.is-secondary .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-secondary .navbar-brand .navbar-link.is-active,
.navbar.is-secondary .navbar-brand .navbar-link:focus,
.navbar.is-secondary .navbar-brand .navbar-link:hover,
.navbar.is-secondary .navbar-brand>a.navbar-item.is-active,
.navbar.is-secondary .navbar-brand>a.navbar-item:focus,
.navbar.is-secondary .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-secondary .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-secondary .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-secondary .navbar-end .navbar-link,
    .navbar.is-secondary .navbar-end>.navbar-item,
    .navbar.is-secondary .navbar-start .navbar-link,
    .navbar.is-secondary .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-secondary .navbar-end .navbar-link.is-active,
    .navbar.is-secondary .navbar-end .navbar-link:focus,
    .navbar.is-secondary .navbar-end .navbar-link:hover,
    .navbar.is-secondary .navbar-end>a.navbar-item.is-active,
    .navbar.is-secondary .navbar-end>a.navbar-item:focus,
    .navbar.is-secondary .navbar-end>a.navbar-item:hover,
    .navbar.is-secondary .navbar-start .navbar-link.is-active,
    .navbar.is-secondary .navbar-start .navbar-link:focus,
    .navbar.is-secondary .navbar-start .navbar-link:hover,
    .navbar.is-secondary .navbar-start>a.navbar-item.is-active,
    .navbar.is-secondary .navbar-start>a.navbar-item:focus,
    .navbar.is-secondary .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-secondary .navbar-end .navbar-link:after,
    .navbar.is-secondary .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-secondary .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-secondary .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-secondary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-secondary .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-link {
    background-color: #0070f2;
    color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link,
.navbar.is-link .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand>a.navbar-item:focus,
.navbar.is-link .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-link .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-link .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-link .navbar-end .navbar-link,
    .navbar.is-link .navbar-end>.navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-link .navbar-end .navbar-link.is-active,
    .navbar.is-link .navbar-end .navbar-link:focus,
    .navbar.is-link .navbar-end .navbar-link:hover,
    .navbar.is-link .navbar-end>a.navbar-item.is-active,
    .navbar.is-link .navbar-end>a.navbar-item:focus,
    .navbar.is-link .navbar-end>a.navbar-item:hover,
    .navbar.is-link .navbar-start .navbar-link.is-active,
    .navbar.is-link .navbar-start .navbar-link:focus,
    .navbar.is-link .navbar-start .navbar-link:hover,
    .navbar.is-link .navbar-start>a.navbar-item.is-active,
    .navbar.is-link .navbar-start>a.navbar-item:focus,
    .navbar.is-link .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-link .navbar-end .navbar-link:after,
    .navbar.is-link .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-info {
    background-color: #008196;
    color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link,
.navbar.is-info .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand>a.navbar-item.is-active,
.navbar.is-info .navbar-brand>a.navbar-item:focus,
.navbar.is-info .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-info .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-info .navbar-end .navbar-link,
    .navbar.is-info .navbar-end>.navbar-item,
    .navbar.is-info .navbar-start .navbar-link,
    .navbar.is-info .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-info .navbar-end .navbar-link.is-active,
    .navbar.is-info .navbar-end .navbar-link:focus,
    .navbar.is-info .navbar-end .navbar-link:hover,
    .navbar.is-info .navbar-end>a.navbar-item.is-active,
    .navbar.is-info .navbar-end>a.navbar-item:focus,
    .navbar.is-info .navbar-end>a.navbar-item:hover,
    .navbar.is-info .navbar-start .navbar-link.is-active,
    .navbar.is-info .navbar-start .navbar-link:focus,
    .navbar.is-info .navbar-start .navbar-link:hover,
    .navbar.is-info .navbar-start>a.navbar-item.is-active,
    .navbar.is-info .navbar-start>a.navbar-item:focus,
    .navbar.is-info .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-info .navbar-end .navbar-link:after,
    .navbar.is-info .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-success {
    background-color: #008649;
    color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link,
.navbar.is-success .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand>a.navbar-item:focus,
.navbar.is-success .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-success .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-success .navbar-end .navbar-link,
    .navbar.is-success .navbar-end>.navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-success .navbar-end .navbar-link.is-active,
    .navbar.is-success .navbar-end .navbar-link:focus,
    .navbar.is-success .navbar-end .navbar-link:hover,
    .navbar.is-success .navbar-end>a.navbar-item.is-active,
    .navbar.is-success .navbar-end>a.navbar-item:focus,
    .navbar.is-success .navbar-end>a.navbar-item:hover,
    .navbar.is-success .navbar-start .navbar-link.is-active,
    .navbar.is-success .navbar-start .navbar-link:focus,
    .navbar.is-success .navbar-start .navbar-link:hover,
    .navbar.is-success .navbar-start>a.navbar-item.is-active,
    .navbar.is-success .navbar-start>a.navbar-item:focus,
    .navbar.is-success .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-success .navbar-end .navbar-link:after,
    .navbar.is-success .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-warning {
    background-color: #f5a623;
    color: #fff;
}

.navbar.is-warning .navbar-brand .navbar-link,
.navbar.is-warning .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-warning .navbar-brand .navbar-link.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand>a.navbar-item.is-active,
.navbar.is-warning .navbar-brand>a.navbar-item:focus,
.navbar.is-warning .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-warning .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-warning .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-warning .navbar-end .navbar-link,
    .navbar.is-warning .navbar-end>.navbar-item,
    .navbar.is-warning .navbar-start .navbar-link,
    .navbar.is-warning .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-warning .navbar-end .navbar-link.is-active,
    .navbar.is-warning .navbar-end .navbar-link:focus,
    .navbar.is-warning .navbar-end .navbar-link:hover,
    .navbar.is-warning .navbar-end>a.navbar-item.is-active,
    .navbar.is-warning .navbar-end>a.navbar-item:focus,
    .navbar.is-warning .navbar-end>a.navbar-item:hover,
    .navbar.is-warning .navbar-start .navbar-link.is-active,
    .navbar.is-warning .navbar-start .navbar-link:focus,
    .navbar.is-warning .navbar-start .navbar-link:hover,
    .navbar.is-warning .navbar-start>a.navbar-item.is-active,
    .navbar.is-warning .navbar-start>a.navbar-item:focus,
    .navbar.is-warning .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-warning .navbar-end .navbar-link:after,
    .navbar.is-warning .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar.is-danger {
    background-color: #d0021b;
    color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link,
.navbar.is-danger .navbar-brand>.navbar-item {
    color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand>a.navbar-item:focus,
.navbar.is-danger .navbar-brand>a.navbar-item:hover {
    background-color: transparent;
    color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link:after {
    border-color: #fff;
}

.navbar.is-danger .navbar-burger {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar.is-danger .navbar-end .navbar-link,
    .navbar.is-danger .navbar-end>.navbar-item,
    .navbar.is-danger .navbar-start .navbar-link,
    .navbar.is-danger .navbar-start>.navbar-item {
        color: #fff;
    }
    .navbar.is-danger .navbar-end .navbar-link.is-active,
    .navbar.is-danger .navbar-end .navbar-link:focus,
    .navbar.is-danger .navbar-end .navbar-link:hover,
    .navbar.is-danger .navbar-end>a.navbar-item.is-active,
    .navbar.is-danger .navbar-end>a.navbar-item:focus,
    .navbar.is-danger .navbar-end>a.navbar-item:hover,
    .navbar.is-danger .navbar-start .navbar-link.is-active,
    .navbar.is-danger .navbar-start .navbar-link:focus,
    .navbar.is-danger .navbar-start .navbar-link:hover,
    .navbar.is-danger .navbar-start>a.navbar-item.is-active,
    .navbar.is-danger .navbar-start>a.navbar-item:focus,
    .navbar.is-danger .navbar-start>a.navbar-item:hover {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-danger .navbar-end .navbar-link:after,
    .navbar.is-danger .navbar-start .navbar-link:after {
        border-color: #fff;
    }
    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: transparent;
        color: #fff;
    }
    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
}

.navbar>.sgds-container {
    align-items: stretch;
    display: flex;
    min-height: 5.25rem;
    width: 100%;
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5;
}

.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
    top: 0;
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
    padding-top: calc(5.25rem + 29px);
}

.navbar-brand,
.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 5.25rem;
}

.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:hover {
    background-color: transparent;
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
}

.navbar-burger {
    color: #484848;
    cursor: pointer;
    display: block;
    height: 5.25rem;
    position: relative;
    width: 5.25rem;
    margin-left: auto;
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px;
}

.navbar-burger span:first-child {
    top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px);
}

.navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:first-child {
    transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
    display: none;
}

.navbar-item,
.navbar-link {
    color: #484848;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}

.navbar-item .sgds-icon:only-child,
.navbar-link .sgds-icon:only-child {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.navbar-link,
a.navbar-item {
    cursor: pointer;
}

.navbar-link.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover {
    background-color: transparent;
    color: #6037b3;
    font-weight: 600;
}

.navbar-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
}

.navbar-item img {
    max-height: 2.5rem;
}

.navbar-item.has-dropdown {
    padding: 0;
}

.navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}

.navbar-item.is-mega {
    position: static;
}

.navbar-item.is-mega .has-dropdown:after {
    color: #6037b3;
    content: "";
    display: block;
    font-family: sgds-icons;
    pointer-events: none;
    position: absolute;
    right: 0.5rem;
    border: 0;
    margin-top: -0.375em;
    top: 50%;
}

.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 5.25rem;
    padding-bottom: calc(0.5rem - 1px);
}

@media screen and (max-width: 1023px) {
    .navbar-item.is-tab {
        min-height: 0;
    }
}

.navbar-item.is-tab:focus,
.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom: 5px solid #6037b3;
    padding-bottom: calc(0.5rem - 5px);
}

@media screen and (max-width: 1023px) {
    .navbar-item.is-tab:focus,
    .navbar-item.is-tab:hover {
        border-bottom-color: transparent;
    }
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom: 5px solid #6037b3;
    color: #6037b3;
    padding-bottom: calc(0.5rem - 1px);
}

@media screen and (max-width: 1023px) {
    .navbar-item.is-tab.is-active {
        border-bottom: 1px solid transparent;
    }
}

.navbar-content {
    flex-grow: 1;
    flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless):after {
    color: #6037b3;
    content: "";
    display: block;
    font-family: sgds-icons;
    margin-top: -0.7rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    border: 0;
    border-color: #6037b3;
}

.navbar-dropdown {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
    .navbar>.sgds-container {
        display: block;
    }
    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        align-items: center;
        display: flex;
    }
    .navbar-link:after {
        display: none;
    }
    .navbar-menu {
        background-color: transparent;
        box-shadow: 0 4px 8px rgba(10, 10, 10, 0.1);
    }
    .navbar-menu.is-active {
        display: block;
        padding-bottom: 1rem;
    }
    .navbar-item {
        padding: 0.75rem 1rem;
    }
    .navbar-dropdown .navbar-item {
        padding-left: 1.875rem;
    }
    .navbar-item.is-mega .has-dropdown:after {
        right: 1.125em;
    }
    .navbar.is-fixed-bottom-touch,
    .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }
    .navbar.is-fixed-bottom-touch {
        bottom: 0;
    }
    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
    }
    .navbar.is-fixed-top-touch {
        top: 0;
    }
    .navbar.is-fixed-top-touch .navbar-menu,
    .navbar.is-fixed-top .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 5.25rem);
        overflow: auto;
    }
    .navbar .field {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .navbar .field .control {
        padding-bottom: 0 !important;
    }
    body.has-navbar-fixed-top-touch,
    html.has-navbar-fixed-top-touch {
        padding-top: 5.25rem;
    }
    body.has-navbar-fixed-bottom-touch,
    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 5.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .navbar,
    .navbar-end,
    .navbar-menu,
    .navbar-start {
        align-items: stretch;
        display: flex;
    }
    .navbar {
        min-height: 5.25rem;
    }
    .navbar.is-spaced {
        padding: 1rem 2rem;
    }
    .navbar.is-spaced .navbar-end,
    .navbar.is-spaced .navbar-start {
        align-items: center;
    }
    .navbar.is-spaced .navbar-link,
    .navbar.is-spaced a.navbar-item {
        border-radius: 0;
    }
    .navbar-burger {
        display: none;
    }
    .navbar-item,
    .navbar-link {
        align-items: center;
        display: flex;
    }
    .navbar-item {
        display: flex;
    }
    .navbar-item.has-dropdown {
        align-items: stretch;
    }
    .navbar-item.has-dropdown>a.navbar-link {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
    }
    .navbar-item.is-mega .has-dropdown:after {
        right: 0;
    }
    .navbar-item.has-dropdown-up .navbar-link:after {
        transform: rotate(135deg) translate(0.25em, -0.25em);
    }
    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #d6d6d6;
        border-radius: 0 0 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
        top: auto;
    }
    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
    .navbar-item.is-active .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,
    .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0;
    }
    .navbar-start {
        justify-content: flex-start;
        margin-right: auto;
    }
    .navbar-end {
        justify-content: flex-end;
        margin-left: auto;
    }
    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid #d6d6d6;
        box-shadow: 0 4px 4px rgba(10, 10, 10, 0.1);
        display: none;
        left: 0;
        min-width: 100%;
        padding: 1rem 0.5rem;
        position: absolute;
        top: 100%;
        z-index: 20;
    }
    .navbar-dropdown .navbar-item {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }
    .navbar-dropdown a.navbar-item {
        padding-right: 3rem;
    }
    .navbar-dropdown a.navbar-item.is-active,
    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: transparent;
        color: #6037b3;
        border: 0;
    }
    .navbar-dropdown.is-boxed,
    .navbar.is-spaced .navbar-dropdown {
        border-radius: 5px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + -4px);
        transform: translateY(-5px);
        transition-duration: 86ms;
        transition-property: opacity, transform;
    }
    .navbar-dropdown.is-right {
        left: auto;
        right: 0;
    }
    .navbar-divider {
        display: block;
    }
    .navbar>.sgds-container .navbar-brand,
    .sgds-container>.navbar .navbar-brand {
        margin-left: -0.75rem;
    }
    .navbar>.sgds-container .navbar-menu,
    .sgds-container>.navbar .navbar-menu {
        margin-right: -0.75rem;
    }
    .navbar.is-fixed-bottom-desktop,
    .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30;
    }
    .navbar.is-fixed-bottom-desktop {
        bottom: 0;
    }
    .navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
    }
    .navbar.is-fixed-top-desktop {
        top: 0;
    }
    body.has-navbar-fixed-top-desktop,
    html.has-navbar-fixed-top-desktop {
        padding-top: calc(5.25rem + 29px);
    }
    body.has-spaced-navbar-fixed-top,
    html.has-spaced-navbar-fixed-top {
        padding-top: 7.25rem;
    }
    .navbar-link.is-active,
    a.navbar-item.is-active {
        color: #6037b3;
        border-bottom: 5px solid #6037b3;
        margin-top: 5px;
        font-weight: 600;
    }
    .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar-item.has-dropdown:focus .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link,
    .navbar-link.is-active:not(:focus):not(:hover),
    a.navbar-item.is-active:not(:focus):not(:hover) {
        background-color: transparent;
    }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 5.25rem);
}

.masthead-container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.masthead-container.is-fixed {
    z-index: 20;
    position: fixed;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .navbar-start.has-item-max-width .navbar-item {
        max-width: 140px;
    }
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .navbar-start .navbar-item {
        max-width: none;
    }
}

.sgds-notification {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 1rem;
    position: relative;
    width: 100%;
    z-index: 2;
}

.sgds-notification:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sgds-notification.is-pos-abs {
    position: absolute;
}

.sgds-notification a:not(.sgds-button) {
    color: currentColor;
    text-decoration: underline;
}

.sgds-notification strong {
    color: currentColor;
}

.sgds-notification code,
.sgds-notification pre {
    background: #fff;
}

.sgds-notification pre code {
    background: transparent;
}

.sgds-notification .content,
.sgds-notification .subtitle,
.sgds-notification .title {
    color: currentColor;
}

.sgds-notification.is-toast {
    background-color: transparent;
    border: 1px solid;
    border-left: 5px solid;
    color: currentColor;
}

.sgds-notification.is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-notification.is-toast-white {
    background-color: transparent;
    border: 1px solid #fff;
    border-left-width: 5px;
}

.sgds-notification.is-toast-white .sgds-icon {
    color: #fff;
}

.sgds-notification.is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-notification.is-toast-black {
    background-color: transparent;
    border: 1px solid #0a0a0a;
    border-left-width: 5px;
}

.sgds-notification.is-toast-black .sgds-icon {
    color: #0a0a0a;
}

.sgds-notification.is-light {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-notification.is-toast-light {
    background-color: transparent;
    border: 1px solid #f5f5f5;
    border-left-width: 5px;
}

.sgds-notification.is-toast-light .sgds-icon {
    color: #f5f5f5;
}

.sgds-notification.is-dark {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-notification.is-toast-dark {
    background-color: transparent;
    border: 1px solid #323232;
    border-left-width: 5px;
}

.sgds-notification.is-toast-dark .sgds-icon {
    color: #323232;
}

.sgds-notification.is-primary {
    background-color: #6037b3;
    color: #fff;
}

.sgds-notification.is-toast-primary {
    background-color: transparent;
    border: 1px solid #6037b3;
    border-left-width: 5px;
}

.sgds-notification.is-toast-primary .sgds-icon {
    color: #6037b3;
}

.sgds-notification.is-secondary {
    background-color: #3e69be;
    color: #fff;
}

.sgds-notification.is-toast-secondary {
    background-color: transparent;
    border: 1px solid #3e69be;
    border-left-width: 5px;
}

.sgds-notification.is-toast-secondary .sgds-icon {
    color: #3e69be;
}

.sgds-notification.is-link {
    background-color: #0070f2;
    color: #fff;
}

.sgds-notification.is-toast-link {
    background-color: transparent;
    border: 1px solid #0070f2;
    border-left-width: 5px;
}

.sgds-notification.is-toast-link .sgds-icon {
    color: #0070f2;
}

.sgds-notification.is-info {
    background-color: #008196;
    color: #fff;
}

.sgds-notification.is-toast-info {
    background-color: transparent;
    border: 1px solid #008196;
    border-left-width: 5px;
}

.sgds-notification.is-toast-info .sgds-icon {
    color: #008196;
}

.sgds-notification.is-success {
    background-color: #008649;
    color: #fff;
}

.sgds-notification.is-toast-success {
    background-color: transparent;
    border: 1px solid #008649;
    border-left-width: 5px;
}

.sgds-notification.is-toast-success .sgds-icon {
    color: #008649;
}

.sgds-notification.is-warning {
    background-color: #f5a623;
    color: #fff;
    color: #0a0a0a;
}

.sgds-notification.is-toast-warning {
    background-color: transparent;
    border: 1px solid #f5a623;
    border-left-width: 5px;
}

.sgds-notification.is-toast-warning .sgds-icon {
    color: #f5a623;
}

.sgds-notification.is-danger {
    background-color: #d0021b;
    color: #fff;
}

.sgds-notification.is-toast-danger {
    background-color: transparent;
    border: 1px solid #d0021b;
    border-left-width: 5px;
}

.sgds-notification.is-toast-danger .sgds-icon {
    color: #d0021b;
}

.sgds-notification-detail {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 2rem;
}

.sgds-notification-detail .sgds-icon {
    margin-left: 1rem;
    margin-right: 2rem;
}

.sgds-notification-detail .delete {
    position: absolute;
    top: 0;
    right: 0;
}

.sgds-notification-flex.field {
    justify-content: space-between;
    align-items: center;
}

.block:not(:last-child) {
    margin-bottom: 1.5rem;
}

.delete {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px;
}

.delete:after,
.delete:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.delete:before {
    height: 2px;
    width: 50%;
}

.delete:after {
    height: 50%;
    width: 2px;
}

.delete:focus,
.delete:hover {
    background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
    background-color: rgba(10, 10, 10, 0.4);
}

.delete.is-small {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
}

.delete.is-medium {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}

.delete.is-large {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
}

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.highlight {
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

.highlight:not(:last-child) {
    margin-bottom: 1.5rem;
}

.highlight pre {
    overflow: auto;
    max-width: 100%;
}

.loader {
    animation: spinAround 0.5s linear infinite;
    border-color: transparent transparent #d6d6d6 #d6d6d6;
    border-style: solid;
    border-width: 2px;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.loader,
.number {
    border-radius: 290486px;
}

.number {
    align-items: center;
    background-color: #f5f5f5;
    display: inline-flex;
    font-size: 1.3rem;
    height: 2em;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: 0.25rem 0.5rem;
    text-align: center;
    vertical-align: top;
}

.sgds-section.is-small.sgds-section-pagetitle {
    background-color: #3e69be;
}

.sgds-pagination {
    font-size: 1.125rem;
    margin: -0.25rem;
}

.sgds-pagination ul.sgds-pagination-list {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.sgds-pagination li.sgds-pagination-link {
    margin-top: 0.25rem;
}

.sgds-pagination.is-small {
    font-size: 1rem;
}

.sgds-pagination.is-medium {
    font-size: 1.3rem;
}

.sgds-pagination.is-large {
    font-size: 1.375rem;
}

.sgds-pagination.is-rounded .sgds-pagination-next,
.sgds-pagination.is-rounded .sgds-pagination-previous {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px;
}

.sgds-pagination.is-rounded .sgds-pagination-link {
    border-radius: 290486px;
}

.sgds-pagination,
.sgds-pagination-list {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.sgds-pagination-ellipsis,
.sgds-pagination-link,
.sgds-pagination-next,
.sgds-pagination-previous {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-size: 1.125rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
    padding: calc(0.375em - 1px) 0.5em;
    justify-content: center;
    margin: 0.25rem;
    text-align: center;
}

.sgds-pagination-ellipsis.is-active,
.sgds-pagination-ellipsis.is-focused,
.sgds-pagination-ellipsis:active,
.sgds-pagination-ellipsis:focus,
.sgds-pagination-link.is-active,
.sgds-pagination-link.is-focused,
.sgds-pagination-link:active,
.sgds-pagination-link:focus,
.sgds-pagination-next.is-active,
.sgds-pagination-next.is-focused,
.sgds-pagination-next:active,
.sgds-pagination-next:focus,
.sgds-pagination-previous.is-active,
.sgds-pagination-previous.is-focused,
.sgds-pagination-previous:active,
.sgds-pagination-previous:focus {
    outline: none;
}

.sgds-pagination-ellipsis[disabled],
.sgds-pagination-link[disabled],
.sgds-pagination-next[disabled],
.sgds-pagination-previous[disabled] {
    cursor: not-allowed;
}

.sgds-pagination-link,
.sgds-pagination-next,
.sgds-pagination-previous {
    border-color: #f0f0f0;
    color: #323232;
    min-width: 2.25em;
}

.sgds-pagination-link:hover,
.sgds-pagination-next:hover,
.sgds-pagination-previous:hover {
    border-color: #d6d6d6;
    color: #1a88ff;
}

.sgds-pagination-link:focus,
.sgds-pagination-next:focus,
.sgds-pagination-previous:focus {
    border-color: #0070f2;
}

.sgds-pagination-link:active,
.sgds-pagination-next:active,
.sgds-pagination-previous:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.sgds-pagination-link[disabled],
.sgds-pagination-next[disabled],
.sgds-pagination-previous[disabled] {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    box-shadow: none;
    color: #767676;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.sgds-pagination-next,
.sgds-pagination-previous {
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

.sgds-pagination-link.is-current {
    background-color: #0070f2;
    border-color: #0070f2;
    color: #fff;
}

.sgds-pagination-ellipsis {
    color: #d6d6d6;
    pointer-events: none;
}

.sgds-pagination-list {
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .sgds-pagination {
        flex-wrap: wrap;
    }
    .sgds-pagination-list li,
    .sgds-pagination-next,
    .sgds-pagination-previous {
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media print,
screen and (min-width: 769px) {
    .sgds-pagination-list {
        flex-grow: 1;
        flex-shrink: 1;
        justify-content: flex-start;
        order: 1;
    }
    .sgds-pagination-previous {
        order: 2;
    }
    .sgds-pagination-next {
        order: 3;
    }
    .sgds-pagination {
        justify-content: space-between;
    }
    .sgds-pagination.is-centered .sgds-pagination-previous {
        order: 1;
    }
    .sgds-pagination.is-centered .sgds-pagination-list {
        justify-content: center;
        order: 2;
    }
    .sgds-pagination.is-centered .sgds-pagination-next {
        order: 3;
    }
    .sgds-pagination.is-right .sgds-pagination-previous {
        order: 1;
    }
    .sgds-pagination.is-right .sgds-pagination-next {
        order: 2;
    }
    .sgds-pagination.is-right .sgds-pagination-list {
        justify-content: flex-end;
        order: 3;
    }
}

.sgds-panel {
    font-size: 1.125rem;
}

.sgds-panel:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sgds-panel-block,
.sgds-panel-heading,
.sgds-panel-tabs {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.sgds-panel-block:first-child,
.sgds-panel-heading:first-child,
.sgds-panel-tabs:first-child {
    border-top: 1px solid #d6d6d6;
}

.sgds-panel-heading {
    background-color: #f5f5f5;
    border-radius: 0 0 0 0;
    color: #323232;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25;
    padding: 0.5em 0.75em;
}

.sgds-panel-tabs {
    align-items: flex-end;
    display: flex;
    font-size: 0.875em;
    justify-content: center;
}

.sgds-panel-tabs a {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: -1px;
    padding: 0.5em;
}

.sgds-panel-tabs a.is-active {
    border-bottom-color: #484848;
    color: #323232;
}

.sgds-panel-list a {
    color: #484848;
}

.sgds-panel-list a:hover {
    color: #0070f2;
}

.sgds-panel-block {
    align-items: center;
    color: #323232;
    display: flex;
    justify-content: flex-start;
    padding: 0.5em 0.75em;
}

.sgds-panel-block input[type="checkbox"] {
    margin-right: 0.75em;
}

.sgds-panel-block>.control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

.sgds-panel-block.is-wrapped {
    flex-wrap: wrap;
}

.sgds-panel-block.is-active {
    border-left-color: #0070f2;
    color: #323232;
}

.sgds-panel-block.is-active .sgds-panel-icon {
    color: #0070f2;
}

.sgds a.sgds-panel-block,
.sgds label.sgds-panel-block {
    cursor: pointer;
}

.sgds a.sgds-panel-block:hover,
.sgds label.sgds-panel-block:hover {
    background-color: #f5f5f5;
}

.sgds-panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #767676;
    margin-right: 0.75em;
}

.sgds-panel-icon .fa {
    font-size: inherit;
    line-height: inherit;
}

.sgds-progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    display: block;
    height: 1.125rem;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.sgds-progress:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sgds-progress::-webkit-progress-bar {
    background-color: #d6d6d6;
}

.sgds-progress::-webkit-progress-value {
    background-color: #484848;
}

.sgds-progress::-moz-progress-bar {
    background-color: #484848;
}

.sgds-progress::-ms-fill {
    background-color: #484848;
    border: none;
}

.sgds-progress.is-white::-webkit-progress-value {
    background-color: #fff;
}

.sgds-progress.is-white::-moz-progress-bar {
    background-color: #fff;
}

.sgds-progress.is-white::-ms-fill {
    background-color: #fff;
}

.sgds-progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a;
}

.sgds-progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a;
}

.sgds-progress.is-black::-ms-fill {
    background-color: #0a0a0a;
}

.sgds-progress.is-light::-webkit-progress-value {
    background-color: #f5f5f5;
}

.sgds-progress.is-light::-moz-progress-bar {
    background-color: #f5f5f5;
}

.sgds-progress.is-light::-ms-fill {
    background-color: #f5f5f5;
}

.sgds-progress.is-dark::-webkit-progress-value {
    background-color: #323232;
}

.sgds-progress.is-dark::-moz-progress-bar {
    background-color: #323232;
}

.sgds-progress.is-dark::-ms-fill {
    background-color: #323232;
}

.sgds-progress.is-primary::-webkit-progress-value {
    background-color: #6037b3;
}

.sgds-progress.is-primary::-moz-progress-bar {
    background-color: #6037b3;
}

.sgds-progress.is-primary::-ms-fill {
    background-color: #6037b3;
}

.sgds-progress.is-secondary::-webkit-progress-value {
    background-color: #3e69be;
}

.sgds-progress.is-secondary::-moz-progress-bar {
    background-color: #3e69be;
}

.sgds-progress.is-secondary::-ms-fill {
    background-color: #3e69be;
}

.sgds-progress.is-link::-webkit-progress-value {
    background-color: #0070f2;
}

.sgds-progress.is-link::-moz-progress-bar {
    background-color: #0070f2;
}

.sgds-progress.is-link::-ms-fill {
    background-color: #0070f2;
}

.sgds-progress.is-info::-webkit-progress-value {
    background-color: #008196;
}

.sgds-progress.is-info::-moz-progress-bar {
    background-color: #008196;
}

.sgds-progress.is-info::-ms-fill {
    background-color: #008196;
}

.sgds-progress.is-success::-webkit-progress-value {
    background-color: #008649;
}

.sgds-progress.is-success::-moz-progress-bar {
    background-color: #008649;
}

.sgds-progress.is-success::-ms-fill {
    background-color: #008649;
}

.sgds-progress.is-warning::-webkit-progress-value {
    background-color: #f5a623;
}

.sgds-progress.is-warning::-moz-progress-bar {
    background-color: #f5a623;
}

.sgds-progress.is-warning::-ms-fill {
    background-color: #f5a623;
}

.sgds-progress.is-danger::-webkit-progress-value {
    background-color: #d0021b;
}

.sgds-progress.is-danger::-moz-progress-bar {
    background-color: #d0021b;
}

.sgds-progress.is-danger::-ms-fill {
    background-color: #d0021b;
}

.sgds-progress.is-small {
    height: 1rem;
}

.sgds-progress.is-medium {
    height: 1.3rem;
}

.sgds-progress.is-large {
    height: 1.375rem;
}

.search-content {
    line-height: 1.5em;
}

.search-content a {
    text-decoration: underline;
}

.search-content .permalink {
    color: #767676;
}

.search-content p:last-child {
    margin-bottom: 0.8rem;
}

.sgds-section.sgds-section-pagetitle.search-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sgds-section.sgds-section-pagetitle.search-section nav.sgds-breadcrumb {
    margin-bottom: -5px;
}

.sgds-section.sgds-section-pagetitle.search-section #search-title {
    padding-top: 6px;
    padding-bottom: 6px;
}

.sgds-section.sgds-section-pagetitle.search-section #search-container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.search-bar-icon.sgds-icon.sgds-icon-search {
    top: 14px;
    display: block;
    visibility: initial;
}

.table {
    background-color: #fff;
    color: #323232;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.table td,
.table th {
    border: solid #f0f0f0;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.table td.is-white,
.table th.is-white {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}

.table td.is-light,
.table th.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #323232;
}

.table td.is-dark,
.table th.is-dark {
    background-color: #323232;
    border-color: #323232;
    color: #f5f5f5;
}

.table td.is-primary,
.table th.is-primary {
    background-color: #6037b3;
    border-color: #6037b3;
    color: #fff;
}

.table td.is-secondary,
.table th.is-secondary {
    background-color: #3e69be;
    border-color: #3e69be;
    color: #fff;
}

.table td.is-link,
.table th.is-link {
    background-color: #0070f2;
    border-color: #0070f2;
    color: #fff;
}

.table td.is-info,
.table th.is-info {
    background-color: #008196;
    border-color: #008196;
    color: #fff;
}

.table td.is-success,
.table th.is-success {
    background-color: #008649;
    border-color: #008649;
    color: #fff;
}

.table td.is-warning,
.table th.is-warning {
    background-color: #f5a623;
    border-color: #f5a623;
    color: #fff;
}

.table td.is-danger,
.table th.is-danger {
    background-color: #d0021b;
    border-color: #d0021b;
    color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
    white-space: nowrap;
    width: 1%;
}

.table td.is-selected,
.table th.is-selected {
    background-color: #6037b3;
    color: #fff;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
    color: currentColor;
}

.table th {
    color: #323232;
    text-align: left;
}

.table tr.is-selected {
    background-color: #6037b3;
    color: #fff;
}

.table tr.is-selected a,
.table tr.is-selected strong {
    color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
    border-color: #fff;
    color: currentColor;
}

.table thead td,
.table thead th {
    border-width: 0 0 2px;
    color: #323232;
}

.table tfoot td,
.table tfoot th {
    border-width: 2px 0 0;
    color: #323232;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
    border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
    border-bottom-width: 1px;
}

.table.is-fullwidth {
    width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #f5f5f5;
}

.table.is-narrow td,
.table.is-narrow th {
    padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
    background-color: #fafafa;
}

table.table-h tbody tr:nth-of-type(odd) {
    background-color: #f0f4f6;
}

table.table-h tbody tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.125rem;
    vertical-align: top;
}

table.table-v tbody tr:first-child td {
    border-top: 1px solid #f0f0f0;
}

table.table-v tbody td {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.125rem;
    vertical-align: top;
}

table.table-v tbody td:first-child {
    background-color: #f0f4f6;
    border-bottom-color: #fff;
    font-weight: 700;
    width: 20%;
}

.sgds-tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: stretch;
    display: flex;
    font-size: 1.125rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.sgds-tabs:not(:last-child) {
    margin-bottom: 1.5rem;
}

.sgds-tabs a {
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    color: #484848;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
}

.sgds-tabs a:hover {
    border-bottom-color: #323232;
    color: #323232;
}

.sgds-tabs li {
    display: block;
}

.sgds-tabs li.is-active a {
    border-bottom-color: #0070f2;
    color: #0070f2;
}

.sgds-tabs ul {
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
}

.sgds-tabs ul.is-left {
    padding-right: 0.75em;
}

.sgds-tabs ul.is-center {
    flex: none;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.sgds-tabs ul.is-right {
    justify-content: flex-end;
    padding-left: 0.75em;
}

.sgds-tabs .icon:first-child {
    margin-right: 0.5em;
}

.sgds-tabs .icon:last-child {
    margin-left: 0.5em;
}

.sgds-tabs.is-centered ul {
    justify-content: center;
}

.sgds-tabs.is-right ul {
    justify-content: flex-end;
}

.sgds-tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 0 0 0 0;
}

.sgds-tabs.is-boxed a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #d6d6d6;
}

.sgds-tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #d6d6d6;
    border-bottom-color: transparent !important;
}

.sgds-tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0;
}

.sgds-tabs.is-toggle a {
    border: 1px solid #d6d6d6;
    margin-bottom: 0;
    position: relative;
}

.sgds-tabs.is-toggle a:hover {
    background-color: #f5f5f5;
    border-color: #3e69be;
    z-index: 2;
}

.sgds-tabs.is-toggle li+li {
    margin-left: -1px;
}

.sgds-tabs.is-toggle li:first-child a,
.sgds-tabs.is-toggle li:last-child a {
    border-radius: 0 0 0 0;
}

.sgds-tabs.is-toggle li.is-active a {
    background-color: #0070f2;
    border-color: #0070f2;
    color: #fff;
    z-index: 1;
}

.sgds-tabs.is-toggle ul {
    border-bottom: none;
}

.sgds-tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em;
}

.sgds-tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em;
}

.sgds-tabs.is-small {
    font-size: 1rem;
}

.sgds-tabs.is-medium {
    font-size: 1.3rem;
}

.sgds-tabs.is-large {
    font-size: 1.375rem;
}

.sgds-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sgds-tags .sgds-tag {
    margin-bottom: 0.5rem;
}

.sgds-tags .sgds-tag:not(:last-child) {
    margin-right: 0.5rem;
}

.sgds-tags:last-child {
    margin-bottom: -0.5rem;
}

.sgds-tags:not(:last-child) {
    margin-bottom: 1rem;
}

.sgds-tags.are-medium .sgds-tag:not(.is-normal) {
    font-size: 1.125rem;
}

.sgds-tags.has-addons .sgds-tag {
    margin-right: 0;
}

.sgds-tags.has-addons .sgds-tag:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.sgds-tags.has-addons .sgds-tag:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.sgds-tags.is-centered {
    justify-content: center;
}

.sgds-tags.is-centered .sgds-tag {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.sgds-tags.is-right {
    justify-content: flex-end;
}

.sgds-tags.is-right .sgds-tag:not(:first-child) {
    margin-left: 0.5rem;
}

.sgds-tags.is-right .sgds-tag:not(:last-child) {
    margin-right: 0;
}

.sgds-tag:not(body) {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 5px;
    color: #484848;
    display: inline-flex;
    font-size: 1rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

.sgds-tag:not(body) .delete {
    margin-left: 0.25em;
    margin-right: -0.375em;
}

.sgds-tag:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a;
}

.sgds-tag:not(body).is-white.is-light {
    background-color: #fff;
    color: #fff;
}

.sgds-tag:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff;
}

.sgds-tag:not(body).is-black.is-light {
    background-color: #e7e7e7;
    color: #0a0a0a;
}

.sgds-tag:not(body).is-light {
    background-color: #f5f5f5;
    color: #323232;
}

.sgds-tag:not(body).is-light.is-light {
    background-color: #fefefe;
    color: #f5f5f5;
}

.sgds-tag:not(body).is-dark {
    background-color: #323232;
    color: #f5f5f5;
}

.sgds-tag:not(body).is-dark.is-light {
    background-color: #ebebeb;
    color: #323232;
}

.sgds-tag:not(body).is-primary {
    background-color: #6037b3;
    color: #fff;
}

.sgds-tag:not(body).is-primary.is-light {
    background-color: #efebf7;
    color: #6037b3;
}

.sgds-tag:not(body).is-secondary {
    background-color: #3e69be;
    color: #fff;
}

.sgds-tag:not(body).is-secondary.is-light {
    background-color: #ecf0f9;
    color: #3e69be;
}

.sgds-tag:not(body).is-link {
    background-color: #0070f2;
    color: #fff;
}

.sgds-tag:not(body).is-link.is-light {
    background-color: #e6f1fe;
    color: #0070f2;
}

.sgds-tag:not(body).is-info {
    background-color: #008196;
    color: #fff;
}

.sgds-tag:not(body).is-info.is-light {
    background-color: #e6f2f5;
    color: #008196;
}

.sgds-tag:not(body).is-success {
    background-color: #008649;
    color: #fff;
}

.sgds-tag:not(body).is-success.is-light {
    background-color: #e6f3ed;
    color: #008649;
}

.sgds-tag:not(body).is-warning {
    background-color: #f5a623;
    color: #fff;
    color: #000;
}

.sgds-tag:not(body).is-warning.is-light {
    background-color: #fef6e9;
    color: #f5a623;
    color: #925d07;
}

.sgds-tag:not(body).is-danger {
    background-color: #d0021b;
    color: #fff;
}

.sgds-tag:not(body).is-danger.is-light {
    background-color: #fae6e8;
    color: #d0021b;
}

.sgds-tag:not(body).is-medium {
    font-size: 1.125rem;
}

.sgds-tag:not(body).is-large {
    font-size: 1.3rem;
}

.sgds-tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em;
}

.sgds-tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em;
}

.sgds-tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em;
}

.sgds-tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
}

.sgds-tag:not(body).is-delete:after,
.sgds-tag:not(body).is-delete:before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.sgds-tag:not(body).is-delete:before {
    height: 1px;
    width: 50%;
}

.sgds-tag:not(body).is-delete:after {
    height: 50%;
    width: 1px;
}

.sgds-tag:not(body).is-delete:focus,
.sgds-tag:not(body).is-delete:hover {
    background-color: #e8e8e8;
}

.sgds-tag:not(body).is-delete:active {
    background-color: #dbdbdb;
}

.sgds-tag:not(body).is-rounded {
    border-radius: 290486px;
}

.sgds a.sgds-tag:hover {
    text-decoration: underline;
}

.subtitle,
.title {
    word-break: break-word;
}

.subtitle:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.subtitle em,
.subtitle span,
.title em,
.title span {
    font-weight: inherit;
}

.subtitle sub,
.subtitle sup,
.title sub,
.title sup {
    font-size: 0.75em;
}

.subtitle .tag,
.title .tag {
    vertical-align: middle;
}

.title {
    color: #323232;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.title strong {
    color: inherit;
    font-weight: inherit;
}

.title+.highlight {
    margin-top: -0.75rem;
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.5rem;
}

.title.is-1 {
    font-size: 5.25rem;
}

.title.is-2 {
    font-size: 3.375rem;
}

.title.is-3 {
    font-size: 2.75rem;
}

.title.is-4 {
    font-size: 2rem;
}

.title.is-5 {
    font-size: 1.625rem;
}

.title.is-6 {
    font-size: 1.375rem;
}

.title.is-7 {
    font-size: 1.3rem;
}

.title.is-8 {
    font-size: 1.125rem;
}

.title.is-9 {
    font-size: 1rem;
}

.subtitle {
    color: #484848;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.25;
}

.subtitle strong {
    color: #323232;
    font-weight: 600;
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.5rem;
}

.subtitle.is-0 {
    font-size: 5.25rem;
}

.subtitle.is-1 {
    font-size: 3.375rem;
}

.subtitle.is-2 {
    font-size: 2.75rem;
}

.subtitle.is-3 {
    font-size: 2rem;
}

.subtitle.is-4 {
    font-size: 1.625rem;
}

.subtitle.is-5 {
    font-size: 1.375rem;
}

.subtitle.is-6 {
    font-size: 1.3rem;
}

.subtitle.is-7 {
    font-size: 1.125rem;
}

.subtitle.is-8 {
    font-size: 1rem;
}

.sgds-accordion+.sgds-accordion {
    margin-top: 0.5rem;
}

.sgds-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(0.375em - 1px) 0.75em;
    background-color: #fff;
    font-size: 1.125rem;
    border: 1px solid #d6d6d6;
}

.content .sgds-accordion-header {
    text-decoration: none;
    margin-bottom: 0;
}

.sgds-accordion-header:hover {
    background-color: #f9f9f9;
}

.sgds-accordion-header.is-active {
    background-color: #f2f2f2;
}

.sgds-accordion-body {
    padding: 1rem;
    display: none;
    border: 1px solid #d6d6d6;
    border-top: 0;
}

.sgds-accordion.is-white .sgds-accordion-header {
    background-color: #fff;
    color: #0a0a0a;
    border: 1px solid #fff;
}

.sgds-accordion.is-white .sgds-accordion-header.is-active,
.sgds-accordion.is-white .sgds-accordion-header:hover {
    background-color: #f9f9f9;
    color: #0a0a0a;
}

.sgds-accordion.is-black .sgds-accordion-header {
    background-color: #0a0a0a;
    color: #fff;
    border: 1px solid #0a0a0a;
}

.sgds-accordion.is-black .sgds-accordion-header.is-active,
.sgds-accordion.is-black .sgds-accordion-header:hover {
    background-color: #040404;
    color: #fff;
}

.sgds-accordion.is-light .sgds-accordion-header {
    background-color: #f5f5f5;
    color: #323232;
    border: 1px solid #f5f5f5;
}

.sgds-accordion.is-light .sgds-accordion-header.is-active,
.sgds-accordion.is-light .sgds-accordion-header:hover {
    background-color: #eee;
    color: #323232;
}

.sgds-accordion.is-dark .sgds-accordion-header {
    background-color: #323232;
    color: #f5f5f5;
    border: 1px solid #323232;
}

.sgds-accordion.is-dark .sgds-accordion-header.is-active,
.sgds-accordion.is-dark .sgds-accordion-header:hover {
    background-color: #2c2c2c;
    color: #f5f5f5;
}

.sgds-accordion.is-primary .sgds-accordion-header {
    background-color: #6037b3;
    color: #fff;
    border: 1px solid #6037b3;
}

.sgds-accordion.is-primary .sgds-accordion-header.is-active,
.sgds-accordion.is-primary .sgds-accordion-header:hover {
    background-color: #5b34a9;
    color: #fff;
}

.sgds-accordion.is-secondary .sgds-accordion-header {
    background-color: #3e69be;
    color: #fff;
    border: 1px solid #3e69be;
}

.sgds-accordion.is-secondary .sgds-accordion-header.is-active,
.sgds-accordion.is-secondary .sgds-accordion-header:hover {
    background-color: #3b64b4;
    color: #fff;
}

.sgds-accordion.is-link .sgds-accordion-header {
    background-color: #0070f2;
    color: #fff;
    border: 1px solid #0070f2;
}

.sgds-accordion.is-link .sgds-accordion-header.is-active,
.sgds-accordion.is-link .sgds-accordion-header:hover {
    background-color: #006ae5;
    color: #fff;
}

.sgds-accordion.is-info .sgds-accordion-header {
    background-color: #008196;
    color: #fff;
    border: 1px solid #008196;
}

.sgds-accordion.is-info .sgds-accordion-header.is-active,
.sgds-accordion.is-info .sgds-accordion-header:hover {
    background-color: #007689;
    color: #fff;
}

.sgds-accordion.is-success .sgds-accordion-header {
    background-color: #008649;
    color: #fff;
    border: 1px solid #008649;
}

.sgds-accordion.is-success .sgds-accordion-header.is-active,
.sgds-accordion.is-success .sgds-accordion-header:hover {
    background-color: #007942;
    color: #fff;
}

.sgds-accordion.is-warning .sgds-accordion-header {
    background-color: #f5a623;
    color: #fff;
    border: 1px solid #f5a623;
}

.sgds-accordion.is-warning .sgds-accordion-header.is-active,
.sgds-accordion.is-warning .sgds-accordion-header:hover {
    background-color: #f4a117;
    color: #fff;
}

.sgds-accordion.is-danger .sgds-accordion-header {
    background-color: #d0021b;
    color: #fff;
    border: 1px solid #d0021b;
}

.sgds-accordion.is-danger .sgds-accordion-header.is-active,
.sgds-accordion.is-danger .sgds-accordion-header:hover {
    background-color: #c30219;
    color: #fff;
}

.sgds-accordion.is-borderless .sgds-accordion-body,
.sgds-accordion.is-borderless .sgds-accordion-header {
    border: 0;
}

.sgds-accordion.is-small .sgds-accordion-header {
    font-size: 1rem;
}

.sgds-accordion.is-medium .sgds-accordion-header {
    font-size: 1.3rem;
}

.sgds-accordion.is-large .sgds-accordion-header {
    font-size: 1.375rem;
}

.sgds-accordion.is-open .sgds-accordion-body {
    display: block;
}

.sgds-tooltip {
    position: relative;
}

.sgds-tooltip.is-tooltip-active:before,
.sgds-tooltip.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip:hover:before,
.sgds-tooltip:hover:not(.is-loading):after {
    z-index: 99999;
    position: absolute;
    display: inline-block;
    pointer-events: none;
}

.sgds-tooltip.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip:hover:not(.is-loading):after {
    content: "";
    border-style: solid;
    border-width: 0.5rem;
}

.sgds-tooltip.is-tooltip-active:before,
.sgds-tooltip:hover:before {
    opacity: 0;
    content: attr(data-tooltip);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    padding: 0.4rem 0.8rem;
    background: rgba(72, 72, 72, 0.9);
    border-radius: 0;
    color: #fff;
    max-width: 24rem;
}

.sgds-tooltip.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip:focus:not(.is-loading):after,
.sgds-tooltip:hover:not(.is-loading):after {
    opacity: 1;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
}

.sgds-tooltip.is-tooltip-active:before,
.sgds-tooltip:focus:before,
.sgds-tooltip:hover:before {
    opacity: 1;
}

.sgds-tooltip:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto;
}

.sgds-tooltip.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip:focus:not(.is-loading):after,
.sgds-tooltip:hover:not(.is-loading):after {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: rgba(72, 72, 72, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-active:before,
.sgds-tooltip:focus:before,
.sgds-tooltip:hover:before {
    transform: translate(-50%, -0.5rem);
}

.sgds-tooltip.is-tooltip-right:before {
    top: auto;
    bottom: 50%;
    left: 100%;
    right: auto;
    transform: translate(-1rem, 50%);
}

.sgds-tooltip.is-tooltip-right.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip.is-tooltip-right:focus:not(.is-loading):after,
.sgds-tooltip.is-tooltip-right:hover:not(.is-loading):after {
    top: 50%;
    left: 100%;
    right: auto;
    border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-right.is-tooltip-active:before,
.sgds-tooltip.is-tooltip-right:focus:before,
.sgds-tooltip.is-tooltip-right:hover:before {
    transform: translate(0.5rem, 50%);
}

.sgds-tooltip.is-tooltip-bottom:before {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -1rem);
}

.sgds-tooltip.is-tooltip-bottom.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip.is-tooltip-bottom:focus:not(.is-loading):after,
.sgds-tooltip.is-tooltip-bottom:hover:not(.is-loading):after {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    border-color: transparent transparent rgba(72, 72, 72, 0.9);
}

.sgds-tooltip.is-tooltip-bottom.is-tooltip-active:before,
.sgds-tooltip.is-tooltip-bottom:focus:before,
.sgds-tooltip.is-tooltip-bottom:hover:before {
    transform: translate(-50%, 0.5rem);
}

.sgds-tooltip.is-tooltip-left:before {
    top: auto;
    bottom: 50%;
    left: auto;
    right: 100%;
    transform: translate(1rem, 50%);
}

.sgds-tooltip.is-tooltip-left.is-tooltip-active:not(.is-loading):after,
.sgds-tooltip.is-tooltip-left:focus:not(.is-loading):after,
.sgds-tooltip.is-tooltip-left:hover:not(.is-loading):after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: calc(100% - 0.5rem);
    border-color: transparent transparent transparent rgba(72, 72, 72, 0.9);
}

.sgds-tooltip.is-tooltip-left.is-tooltip-active:before,
.sgds-tooltip.is-tooltip-left:focus:before,
.sgds-tooltip.is-tooltip-left:hover:before {
    transform: translate(-0.5rem, 50%);
}

.sgds-tooltip.is-tooltip-multiline:before {
    min-width: 24rem;
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
}

.sgds-tooltip.is-tooltip-white:not(.is-loading):after {
    border-color: hsla(0, 0%, 100%, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-white.is-tooltip-right:not(.is-loading):after {
    border-color: transparent hsla(0, 0%, 100%, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-white.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent hsla(0, 0%, 100%, 0.9);
}

.sgds-tooltip.is-tooltip-white.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent hsla(0, 0%, 100%, 0.9);
}

.sgds-tooltip.is-tooltip-white:before {
    background: hsla(0, 0%, 100%, 0.9);
    color: #0a0a0a;
}

.sgds-tooltip.is-tooltip-black:not(.is-loading):after {
    border-color: rgba(10, 10, 10, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-black.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(10, 10, 10, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-black.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(10, 10, 10, 0.9);
}

.sgds-tooltip.is-tooltip-black.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(10, 10, 10, 0.9);
}

.sgds-tooltip.is-tooltip-black:before {
    background: rgba(10, 10, 10, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-light:not(.is-loading):after {
    border-color: hsla(0, 0%, 96.1%, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-light.is-tooltip-right:not(.is-loading):after {
    border-color: transparent hsla(0, 0%, 96.1%, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-light.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent hsla(0, 0%, 96.1%, 0.9);
}

.sgds-tooltip.is-tooltip-light.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent hsla(0, 0%, 96.1%, 0.9);
}

.sgds-tooltip.is-tooltip-light:before {
    background: hsla(0, 0%, 96.1%, 0.9);
    color: #323232;
}

.sgds-tooltip.is-tooltip-dark:not(.is-loading):after {
    border-color: rgba(50, 50, 50, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-dark.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(50, 50, 50, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-dark.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(50, 50, 50, 0.9);
}

.sgds-tooltip.is-tooltip-dark.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(50, 50, 50, 0.9);
}

.sgds-tooltip.is-tooltip-dark:before {
    background: rgba(50, 50, 50, 0.9);
    color: #f5f5f5;
}

.sgds-tooltip.is-tooltip-primary:not(.is-loading):after {
    border-color: rgba(96, 55, 179, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-primary.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(96, 55, 179, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-primary.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(96, 55, 179, 0.9);
}

.sgds-tooltip.is-tooltip-primary.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(96, 55, 179, 0.9);
}

.sgds-tooltip.is-tooltip-primary:before {
    background: rgba(96, 55, 179, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-secondary:not(.is-loading):after {
    border-color: rgba(62, 105, 190, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-secondary.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(62, 105, 190, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-secondary.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(62, 105, 190, 0.9);
}

.sgds-tooltip.is-tooltip-secondary.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(62, 105, 190, 0.9);
}

.sgds-tooltip.is-tooltip-secondary:before {
    background: rgba(62, 105, 190, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-link:not(.is-loading):after {
    border-color: rgba(0, 112, 242, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-link.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(0, 112, 242, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-link.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(0, 112, 242, 0.9);
}

.sgds-tooltip.is-tooltip-link.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(0, 112, 242, 0.9);
}

.sgds-tooltip.is-tooltip-link:before {
    background: rgba(0, 112, 242, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-info:not(.is-loading):after {
    border-color: rgba(0, 129, 150, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-info.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(0, 129, 150, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-info.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(0, 129, 150, 0.9);
}

.sgds-tooltip.is-tooltip-info.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(0, 129, 150, 0.9);
}

.sgds-tooltip.is-tooltip-info:before {
    background: rgba(0, 129, 150, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-success:not(.is-loading):after {
    border-color: rgba(0, 134, 73, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-success.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(0, 134, 73, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-success.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(0, 134, 73, 0.9);
}

.sgds-tooltip.is-tooltip-success.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(0, 134, 73, 0.9);
}

.sgds-tooltip.is-tooltip-success:before {
    background: rgba(0, 134, 73, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-warning:not(.is-loading):after {
    border-color: rgba(245, 166, 35, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-warning.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(245, 166, 35, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-warning.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(245, 166, 35, 0.9);
}

.sgds-tooltip.is-tooltip-warning.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(245, 166, 35, 0.9);
}

.sgds-tooltip.is-tooltip-warning:before {
    background: rgba(245, 166, 35, 0.9);
    color: #fff;
}

.sgds-tooltip.is-tooltip-danger:not(.is-loading):after {
    border-color: rgba(208, 2, 27, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-danger.is-tooltip-right:not(.is-loading):after {
    border-color: transparent rgba(208, 2, 27, 0.9) transparent transparent;
}

.sgds-tooltip.is-tooltip-danger.is-tooltip-bottom:not(.is-loading):after {
    border-color: transparent transparent rgba(208, 2, 27, 0.9);
}

.sgds-tooltip.is-tooltip-danger.is-tooltip-left:not(.is-loading):after {
    border-color: transparent transparent transparent rgba(208, 2, 27, 0.9);
}

.sgds-tooltip.is-tooltip-danger:before {
    background: rgba(208, 2, 27, 0.9);
    color: #fff;
}

@media screen and (max-width: 768px) {
    .is-tooltip-top-mobile:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-mobile.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-mobile:focus:not(.is-loading):after,
    .is-tooltip-top-mobile:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-mobile.is-tooltip-active:before,
    .is-tooltip-top-mobile:focus:before,
    .is-tooltip-top-mobile:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-tooltip-top-tablet:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-tablet.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-tablet:focus:not(.is-loading):after,
    .is-tooltip-top-tablet:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-tablet.is-tooltip-active:before,
    .is-tooltip-top-tablet:focus:before,
    .is-tooltip-top-tablet:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-tooltip-top-tablet-only:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-tablet-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-tablet-only:focus:not(.is-loading):after,
    .is-tooltip-top-tablet-only:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-tablet-only.is-tooltip-active:before,
    .is-tooltip-top-tablet-only:focus:before,
    .is-tooltip-top-tablet-only:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-tooltip-top-touch:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-touch.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-touch:focus:not(.is-loading):after,
    .is-tooltip-top-touch:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-touch.is-tooltip-active:before,
    .is-tooltip-top-touch:focus:before,
    .is-tooltip-top-touch:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-tooltip-top-desktop:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-desktop.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-desktop:focus:not(.is-loading):after,
    .is-tooltip-top-desktop:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-desktop.is-tooltip-active:before,
    .is-tooltip-top-desktop:focus:before,
    .is-tooltip-top-desktop:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-tooltip-top-desktop-only:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-desktop-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-desktop-only:focus:not(.is-loading):after,
    .is-tooltip-top-desktop-only:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-desktop-only.is-tooltip-active:before,
    .is-tooltip-top-desktop-only:focus:before,
    .is-tooltip-top-desktop-only:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-tooltip-top-widescreen:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-widescreen.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-widescreen:focus:not(.is-loading):after,
    .is-tooltip-top-widescreen:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-widescreen.is-tooltip-active:before,
    .is-tooltip-top-widescreen:focus:before,
    .is-tooltip-top-widescreen:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-tooltip-top-widescreen-only:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-widescreen-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-widescreen-only:focus:not(.is-loading):after,
    .is-tooltip-top-widescreen-only:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-widescreen-only.is-tooltip-active:before,
    .is-tooltip-top-widescreen-only:focus:before,
    .is-tooltip-top-widescreen-only:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-tooltip-top-fullhd:before {
        top: auto !important;
        bottom: 100% !important;
        left: 50% !important;
        right: auto !important;
    }
    .is-tooltip-top-fullhd.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-top-fullhd:focus:not(.is-loading):after,
    .is-tooltip-top-fullhd:hover:not(.is-loading):after {
        top: 0 !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-top-fullhd.is-tooltip-active:before,
    .is-tooltip-top-fullhd:focus:before,
    .is-tooltip-top-fullhd:hover:before {
        transform: translate(-50%, -0.5rem) !important;
    }
}

@media screen and (max-width: 768px) {
    .is-tooltip-right-mobile:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-mobile.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-mobile:focus:not(.is-loading):after,
    .is-tooltip-right-mobile:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-mobile.is-tooltip-active:before,
    .is-tooltip-right-mobile:focus:before,
    .is-tooltip-right-mobile:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-tooltip-right-tablet:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-tablet.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-tablet:focus:not(.is-loading):after,
    .is-tooltip-right-tablet:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-tablet.is-tooltip-active:before,
    .is-tooltip-right-tablet:focus:before,
    .is-tooltip-right-tablet:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-tooltip-right-tablet-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-tablet-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-tablet-only:focus:not(.is-loading):after,
    .is-tooltip-right-tablet-only:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-tablet-only.is-tooltip-active:before,
    .is-tooltip-right-tablet-only:focus:before,
    .is-tooltip-right-tablet-only:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-tooltip-right-touch:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-touch.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-touch:focus:not(.is-loading):after,
    .is-tooltip-right-touch:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-touch.is-tooltip-active:before,
    .is-tooltip-right-touch:focus:before,
    .is-tooltip-right-touch:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-tooltip-right-desktop:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-desktop.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-desktop:focus:not(.is-loading):after,
    .is-tooltip-right-desktop:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-desktop.is-tooltip-active:before,
    .is-tooltip-right-desktop:focus:before,
    .is-tooltip-right-desktop:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-tooltip-right-desktop-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-desktop-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-desktop-only:focus:not(.is-loading):after,
    .is-tooltip-right-desktop-only:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-desktop-only.is-tooltip-active:before,
    .is-tooltip-right-desktop-only:focus:before,
    .is-tooltip-right-desktop-only:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-tooltip-right-widescreen:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-widescreen.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-widescreen:focus:not(.is-loading):after,
    .is-tooltip-right-widescreen:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-widescreen.is-tooltip-active:before,
    .is-tooltip-right-widescreen:focus:before,
    .is-tooltip-right-widescreen:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-tooltip-right-widescreen-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-widescreen-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-widescreen-only:focus:not(.is-loading):after,
    .is-tooltip-right-widescreen-only:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-widescreen-only.is-tooltip-active:before,
    .is-tooltip-right-widescreen-only:focus:before,
    .is-tooltip-right-widescreen-only:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-tooltip-right-fullhd:before {
        top: auto !important;
        bottom: 50% !important;
        left: 100% !important;
        right: auto !important;
        transform: translate(-1rem, 50%) !important;
    }
    .is-tooltip-right-fullhd.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-right-fullhd:focus:not(.is-loading):after,
    .is-tooltip-right-fullhd:hover:not(.is-loading):after {
        top: 50% !important;
        left: 100% !important;
        right: auto !important;
        border-color: transparent rgba(72, 72, 72, 0.9) transparent transparent !important;
    }
    .is-tooltip-right-fullhd.is-tooltip-active:before,
    .is-tooltip-right-fullhd:focus:before,
    .is-tooltip-right-fullhd:hover:before {
        transform: translate(0.5rem, 50%) !important;
    }
}

@media screen and (max-width: 768px) {
    .is-tooltip-bottom-mobile:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-mobile.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-mobile:focus:not(.is-loading):after,
    .is-tooltip-bottom-mobile:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-mobile.is-tooltip-active:before,
    .is-tooltip-bottom-mobile:focus:before,
    .is-tooltip-bottom-mobile:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-tooltip-bottom-tablet:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-tablet.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-tablet:focus:not(.is-loading):after,
    .is-tooltip-bottom-tablet:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-tablet.is-tooltip-active:before,
    .is-tooltip-bottom-tablet:focus:before,
    .is-tooltip-bottom-tablet:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-tooltip-bottom-tablet-only:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-tablet-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-tablet-only:focus:not(.is-loading):after,
    .is-tooltip-bottom-tablet-only:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-tablet-only.is-tooltip-active:before,
    .is-tooltip-bottom-tablet-only:focus:before,
    .is-tooltip-bottom-tablet-only:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-tooltip-bottom-touch:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-touch.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-touch:focus:not(.is-loading):after,
    .is-tooltip-bottom-touch:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-touch.is-tooltip-active:before,
    .is-tooltip-bottom-touch:focus:before,
    .is-tooltip-bottom-touch:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-tooltip-bottom-desktop:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-desktop.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-desktop:focus:not(.is-loading):after,
    .is-tooltip-bottom-desktop:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-desktop.is-tooltip-active:before,
    .is-tooltip-bottom-desktop:focus:before,
    .is-tooltip-bottom-desktop:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-tooltip-bottom-desktop-only:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-desktop-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-desktop-only:focus:not(.is-loading):after,
    .is-tooltip-bottom-desktop-only:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-desktop-only.is-tooltip-active:before,
    .is-tooltip-bottom-desktop-only:focus:before,
    .is-tooltip-bottom-desktop-only:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-tooltip-bottom-widescreen:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-widescreen.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-widescreen:focus:not(.is-loading):after,
    .is-tooltip-bottom-widescreen:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-widescreen.is-tooltip-active:before,
    .is-tooltip-bottom-widescreen:focus:before,
    .is-tooltip-bottom-widescreen:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-tooltip-bottom-widescreen-only:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-widescreen-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-widescreen-only:focus:not(.is-loading):after,
    .is-tooltip-bottom-widescreen-only:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-widescreen-only.is-tooltip-active:before,
    .is-tooltip-bottom-widescreen-only:focus:before,
    .is-tooltip-bottom-widescreen-only:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-tooltip-bottom-fullhd:before {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -1rem) !important;
    }
    .is-tooltip-bottom-fullhd.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-bottom-fullhd:focus:not(.is-loading):after,
    .is-tooltip-bottom-fullhd:hover:not(.is-loading):after {
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        right: auto !important;
        border-color: transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-bottom-fullhd.is-tooltip-active:before,
    .is-tooltip-bottom-fullhd:focus:before,
    .is-tooltip-bottom-fullhd:hover:before {
        transform: translate(-50%, 0.5rem) !important;
    }
}

@media screen and (max-width: 768px) {
    .is-tooltip-left-mobile:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-mobile.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-mobile:focus:not(.is-loading):after,
    .is-tooltip-left-mobile:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-mobile.is-tooltip-active:before,
    .is-tooltip-left-mobile:focus:before,
    .is-tooltip-left-mobile:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media print,
screen and (min-width: 769px) {
    .is-tooltip-left-tablet:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-tablet.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-tablet:focus:not(.is-loading):after,
    .is-tooltip-left-tablet:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-tablet.is-tooltip-active:before,
    .is-tooltip-left-tablet:focus:before,
    .is-tooltip-left-tablet:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .is-tooltip-left-tablet-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-tablet-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-tablet-only:focus:not(.is-loading):after,
    .is-tooltip-left-tablet-only:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-tablet-only.is-tooltip-active:before,
    .is-tooltip-left-tablet-only:focus:before,
    .is-tooltip-left-tablet-only:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (max-width: 1023px) {
    .is-tooltip-left-touch:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-touch.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-touch:focus:not(.is-loading):after,
    .is-tooltip-left-touch:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-touch.is-tooltip-active:before,
    .is-tooltip-left-touch:focus:before,
    .is-tooltip-left-touch:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1024px) {
    .is-tooltip-left-desktop:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-desktop.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-desktop:focus:not(.is-loading):after,
    .is-tooltip-left-desktop:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-desktop.is-tooltip-active:before,
    .is-tooltip-left-desktop:focus:before,
    .is-tooltip-left-desktop:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-tooltip-left-desktop-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-desktop-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-desktop-only:focus:not(.is-loading):after,
    .is-tooltip-left-desktop-only:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-desktop-only.is-tooltip-active:before,
    .is-tooltip-left-desktop-only:focus:before,
    .is-tooltip-left-desktop-only:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1216px) {
    .is-tooltip-left-widescreen:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-widescreen.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-widescreen:focus:not(.is-loading):after,
    .is-tooltip-left-widescreen:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-widescreen.is-tooltip-active:before,
    .is-tooltip-left-widescreen:focus:before,
    .is-tooltip-left-widescreen:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
    .is-tooltip-left-widescreen-only:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-widescreen-only.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-widescreen-only:focus:not(.is-loading):after,
    .is-tooltip-left-widescreen-only:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-widescreen-only.is-tooltip-active:before,
    .is-tooltip-left-widescreen-only:focus:before,
    .is-tooltip-left-widescreen-only:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

@media screen and (min-width: 1408px) {
    .is-tooltip-left-fullhd:before {
        top: auto !important;
        bottom: 50% !important;
        left: auto !important;
        right: 100% !important;
        transform: translate(1rem, 50%) !important;
    }
    .is-tooltip-left-fullhd.is-tooltip-active:not(.is-loading):after,
    .is-tooltip-left-fullhd:focus:not(.is-loading):after,
    .is-tooltip-left-fullhd:hover:not(.is-loading):after {
        top: 50% !important;
        bottom: auto !important;
        left: auto !important;
        right: calc(100% - 0.5rem) !important;
        border-color: transparent transparent transparent rgba(72, 72, 72, 0.9) !important;
    }
    .is-tooltip-left-fullhd.is-tooltip-active:before,
    .is-tooltip-left-fullhd:focus:before,
    .is-tooltip-left-fullhd:hover:before {
        transform: translate(-0.5rem, 50%) !important;
    }
}

.is-vh-10 {
    height: 10vh;
}

.is-vh-20 {
    height: 20vh;
}

.is-vh-30 {
    height: 30vh;
}

.is-vh-40 {
    height: 40vh;
}

.is-vh-50 {
    height: 50vh;
}

.is-vh-60 {
    height: 60vh;
}

.is-vh-70 {
    height: 70vh;
}

.is-vh-80 {
    height: 80vh;
}

.is-vh-90 {
    height: 90vh;
}

.is-vh-100 {
    height: 100vh;
}

.no-margin {
    margin: 0 !important;
}

.margin {
    margin: 1rem !important;
}

.margin--xs {
    margin: 0.25rem !important;
}

.margin--sm {
    margin: 0.5rem !important;
}

.margin--lg {
    margin: 2rem !important;
}

.margin--xl {
    margin: 4rem !important;
}

.margin--none {
    margin: 0 !important;
}

.margin--top {
    margin-top: 1rem !important;
}

.margin--top--xs {
    margin-top: 0.25rem !important;
}

.margin--top--sm {
    margin-top: 0.5rem !important;
}

.content hr,
.margin--top--lg {
    margin-top: 2rem !important;
}

.margin--top--xl {
    margin-top: 4rem !important;
}

.margin--top--none {
    margin-top: 0 !important;
}

.margin--right {
    margin-right: 1rem !important;
}

.margin--right--xs {
    margin-right: 0.25rem !important;
}

.margin--right--sm {
    margin-right: 0.5rem !important;
}

.margin--right--lg {
    margin-right: 2rem !important;
}

.margin--right--xl {
    margin-right: 4rem !important;
}

.margin--right--none {
    margin-right: 0 !important;
}

.margin--bottom {
    margin-bottom: 1rem !important;
}

.margin--bottom--xs {
    margin-bottom: 0.25rem !important;
}

.margin--bottom--sm {
    margin-bottom: 0.5rem !important;
}

.content hr,
.margin--bottom--lg {
    margin-bottom: 2rem !important;
}

.margin--bottom--xl {
    margin-bottom: 4rem !important;
}

.margin--bottom--none {
    margin-bottom: 0 !important;
}

.margin--left {
    margin-left: 1rem !important;
}

.margin--left--xs {
    margin-left: 0.25rem !important;
}

.margin--left--sm {
    margin-left: 0.5rem !important;
}

.margin--left--lg {
    margin-left: 2rem !important;
}

.margin--left--xl {
    margin-left: 4rem !important;
}

.margin--left--none {
    margin-left: 0 !important;
}

.padding {
    padding: 1rem !important;
}

.padding--xs {
    padding: 0.25rem !important;
}

.padding--sm {
    padding: 0.5rem !important;
}

.padding--lg {
    padding: 2rem !important;
}

.padding--xl {
    padding: 4rem !important;
}

.padding--none {
    padding: 0 !important;
}

.padding--top {
    padding-top: 1rem !important;
}

.padding--top--xs {
    padding-top: 0.25rem !important;
}

.padding--top--sm {
    padding-top: 0.5rem !important;
}

.padding--top--lg {
    padding-top: 2rem !important;
}

.padding--top--xl {
    padding-top: 4rem !important;
}

.padding--top--none {
    padding-top: 0 !important;
}

.padding--right {
    padding-right: 1rem !important;
}

.padding--right--xs {
    padding-right: 0.25rem !important;
}

.padding--right--sm {
    padding-right: 0.5rem !important;
}

.padding--right--lg {
    padding-right: 2rem !important;
}

.padding--right--xl {
    padding-right: 4rem !important;
}

.padding--right--none {
    padding-right: 0 !important;
}

.padding--bottom {
    padding-bottom: 1rem !important;
}

.padding--bottom--xs {
    padding-bottom: 0.25rem !important;
}

.padding--bottom--sm {
    padding-bottom: 0.5rem !important;
}

.padding--bottom--lg {
    padding-bottom: 2rem !important;
}

.padding--bottom--xl {
    padding-bottom: 4rem !important;
}

.padding--bottom--none {
    padding-bottom: 0 !important;
}

.padding--left {
    padding-left: 1rem !important;
}

.padding--left--xs {
    padding-left: 0.25rem !important;
}

.padding--left--sm {
    padding-left: 0.5rem !important;
}

.padding--left--lg {
    padding-left: 2rem !important;
}

.padding--left--xl {
    padding-left: 4rem !important;
}

.padding--left--none {
    padding-left: 0 !important;
}

.is-offset-sidenav {
    position: fixed;
    width: 22%;
    top: 40px;
}

.touch .is-offset-sidenav {
    width: 100%;
}

.col {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}

.col.is-boxed {
    border: 1px solid #f0f0f0;
}

.col.has-carousel {
    min-width: 0;
}

.row.is-mobile>.col.is-narrow {
    flex: none;
}

.row.is-mobile>.col.is-full {
    flex: none;
    width: 100%;
}

.row.is-mobile>.col.is-three-quarters {
    flex: none;
    width: 75%;
}

.row.is-mobile>.col.is-two-thirds {
    flex: none;
    width: 66.6666%;
}

.row.is-mobile>.col.is-half {
    flex: none;
    width: 50%;
}

.row.is-mobile>.col.is-one-third {
    flex: none;
    width: 33.3333%;
}

.row.is-mobile>.col.is-one-quarter {
    flex: none;
    width: 25%;
}

.row.is-mobile>.col.is-one-fifth {
    flex: none;
    width: 20%;
}

.row.is-mobile>.col.is-two-fifths {
    flex: none;
    width: 40%;
}

.row.is-mobile>.col.is-three-fifths {
    flex: none;
    width: 60%;
}

.row.is-mobile>.col.is-four-fifths {
    flex: none;
    width: 80%;
}

.row.is-mobile>.col.is-offset-three-quarters {
    margin-left: 75%;
}

.row.is-mobile>.col.is-offset-two-thirds {
    margin-left: 66.6666%;
}

.row.is-mobile>.col.is-offset-half {
    margin-left: 50%;
}

.row.is-mobile>.col.is-offset-one-third {
    margin-left: 33.3333%;
}

.row.is-mobile>.col.is-offset-one-quarter {
    margin-left: 25%;
}

.row.is-mobile>.col.is-offset-one-fifth {
    margin-left: 20%;
}

.row.is-mobile>.col.is-offset-two-fifths {
    margin-left: 40%;
}

.row.is-mobile>.col.is-offset-three-fifths {
    margin-left: 60%;
}

.row.is-mobile>.col.is-offset-four-fifths {
    margin-left: 80%;
}

.row.is-mobile>.col.is-1 {
    flex: none;
    width: 8.33333%;
}

.row.is-mobile>.col.is-offset-1 {
    margin-left: 8.33333%;
}

.row.is-mobile>.col.is-2 {
    flex: none;
    width: 16.66667%;
}

.row.is-mobile>.col.is-offset-2 {
    margin-left: 16.66667%;
}

.row.is-mobile>.col.is-3 {
    flex: none;
    width: 25%;
}

.row.is-mobile>.col.is-offset-3 {
    margin-left: 25%;
}

.row.is-mobile>.col.is-4 {
    flex: none;
    width: 33.33333%;
}

.row.is-mobile>.col.is-offset-4 {
    margin-left: 33.33333%;
}

.row.is-mobile>.col.is-5 {
    flex: none;
    width: 41.66667%;
}

.row.is-mobile>.col.is-offset-5 {
    margin-left: 41.66667%;
}

.row.is-mobile>.col.is-6 {
    flex: none;
    width: 50%;
}

.row.is-mobile>.col.is-offset-6 {
    margin-left: 50%;
}

.row.is-mobile>.col.is-7 {
    flex: none;
    width: 58.33333%;
}

.row.is-mobile>.col.is-offset-7 {
    margin-left: 58.33333%;
}

.row.is-mobile>.col.is-8 {
    flex: none;
    width: 66.66667%;
}

.row.is-mobile>.col.is-offset-8 {
    margin-left: 66.66667%;
}

.row.is-mobile>.col.is-9 {
    flex: none;
    width: 75%;
}

.row.is-mobile>.col.is-offset-9 {
    margin-left: 75%;
}

.row.is-mobile>.col.is-10 {
    flex: none;
    width: 83.33333%;
}

.row.is-mobile>.col.is-offset-10 {
    margin-left: 83.33333%;
}

.row.is-mobile>.col.is-11 {
    flex: none;
    width: 91.66667%;
}

.row.is-mobile>.col.is-offset-11 {
    margin-left: 91.66667%;
}

.row.is-mobile>.col.is-12 {
    flex: none;
    width: 100%;
}

.row.is-mobile>.col.is-offset-12 {
    margin-left: 100%;
}

@media screen and (max-width: 768px) {
    .col.is-narrow-mobile {
        flex: none;
    }
    .col.is-full-mobile {
        flex: none;
        width: 100%;
    }
    .col.is-three-quarters-mobile {
        flex: none;
        width: 75%;
    }
    .col.is-two-thirds-mobile {
        flex: none;
        width: 66.6666%;
    }
    .col.is-half-mobile {
        flex: none;
        width: 50%;
    }
    .col.is-one-third-mobile {
        flex: none;
        width: 33.3333%;
    }
    .col.is-one-quarter-mobile {
        flex: none;
        width: 25%;
    }
    .col.is-one-fifth-mobile {
        flex: none;
        width: 20%;
    }
    .col.is-two-fifths-mobile {
        flex: none;
        width: 40%;
    }
    .col.is-three-fifths-mobile {
        flex: none;
        width: 60%;
    }
    .col.is-four-fifths-mobile {
        flex: none;
        width: 80%;
    }
    .col.is-offset-three-quarters-mobile {
        margin-left: 75%;
    }
    .col.is-offset-two-thirds-mobile {
        margin-left: 66.6666%;
    }
    .col.is-offset-half-mobile {
        margin-left: 50%;
    }
    .col.is-offset-one-third-mobile {
        margin-left: 33.3333%;
    }
    .col.is-offset-one-quarter-mobile {
        margin-left: 25%;
    }
    .col.is-offset-one-fifth-mobile {
        margin-left: 20%;
    }
    .col.is-offset-two-fifths-mobile {
        margin-left: 40%;
    }
    .col.is-offset-three-fifths-mobile {
        margin-left: 60%;
    }
    .col.is-offset-four-fifths-mobile {
        margin-left: 80%;
    }
    .col.is-1-mobile {
        flex: none;
        width: 8.33333%;
    }
    .col.is-offset-1-mobile {
        margin-left: 8.33333%;
    }
    .col.is-2-mobile {
        flex: none;
        width: 16.66667%;
    }
    .col.is-offset-2-mobile {
        margin-left: 16.66667%;
    }
    .col.is-3-mobile {
        flex: none;
        width: 25%;
    }
    .col.is-offset-3-mobile {
        margin-left: 25%;
    }
    .col.is-4-mobile {
        flex: none;
        width: 33.33333%;
    }
    .col.is-offset-4-mobile {
        margin-left: 33.33333%;
    }
    .col.is-5-mobile {
        flex: none;
        width: 41.66667%;
    }
    .col.is-offset-5-mobile {
        margin-left: 41.66667%;
    }
    .col.is-6-mobile {
        flex: none;
        width: 50%;
    }
    .col.is-offset-6-mobile {
        margin-left: 50%;
    }
    .col.is-7-mobile {
        flex: none;
        width: 58.33333%;
    }
    .col.is-offset-7-mobile {
        margin-left: 58.33333%;
    }
    .col.is-8-mobile {
        flex: none;
        width: 66.66667%;
    }
    .col.is-offset-8-mobile {
        margin-left: 66.66667%;
    }
    .col.is-9-mobile {
        flex: none;
        width: 75%;
    }
    .col.is-offset-9-mobile {
        margin-left: 75%;
    }
    .col.is-10-mobile {
        flex: none;
        width: 83.33333%;
    }
    .col.is-offset-10-mobile {
        margin-left: 83.33333%;
    }
    .col.is-11-mobile {
        flex: none;
        width: 91.66667%;
    }
    .col.is-offset-11-mobile {
        margin-left: 91.66667%;
    }
    .col.is-12-mobile {
        flex: none;
        width: 100%;
    }
    .col.is-offset-12-mobile {
        margin-left: 100%;
    }
}

@media print,
screen and (min-width: 769px) {
    .col.is-narrow,
    .col.is-narrow-tablet {
        flex: none;
    }
    .col.is-full,
    .col.is-full-tablet {
        flex: none;
        width: 100%;
    }
    .col.is-three-quarters,
    .col.is-three-quarters-tablet {
        flex: none;
        width: 75%;
    }
    .col.is-two-thirds,
    .col.is-two-thirds-tablet {
        flex: none;
        width: 66.6666%;
    }
    .col.is-half,
    .col.is-half-tablet {
        flex: none;
        width: 50%;
    }
    .col.is-one-third,
    .col.is-one-third-tablet {
        flex: none;
        width: 33.3333%;
    }
    .col.is-one-quarter,
    .col.is-one-quarter-tablet {
        flex: none;
        width: 25%;
    }
    .col.is-one-fifth,
    .col.is-one-fifth-tablet {
        flex: none;
        width: 20%;
    }
    .col.is-two-fifths,
    .col.is-two-fifths-tablet {
        flex: none;
        width: 40%;
    }
    .col.is-three-fifths,
    .col.is-three-fifths-tablet {
        flex: none;
        width: 60%;
    }
    .col.is-four-fifths,
    .col.is-four-fifths-tablet {
        flex: none;
        width: 80%;
    }
    .col.is-offset-three-quarters,
    .col.is-offset-three-quarters-tablet {
        margin-left: 75%;
    }
    .col.is-offset-two-thirds,
    .col.is-offset-two-thirds-tablet {
        margin-left: 66.6666%;
    }
    .col.is-offset-half,
    .col.is-offset-half-tablet {
        margin-left: 50%;
    }
    .col.is-offset-one-third,
    .col.is-offset-one-third-tablet {
        margin-left: 33.3333%;
    }
    .col.is-offset-one-quarter,
    .col.is-offset-one-quarter-tablet {
        margin-left: 25%;
    }
    .col.is-offset-one-fifth,
    .col.is-offset-one-fifth-tablet {
        margin-left: 20%;
    }
    .col.is-offset-two-fifths,
    .col.is-offset-two-fifths-tablet {
        margin-left: 40%;
    }
    .col.is-offset-three-fifths,
    .col.is-offset-three-fifths-tablet {
        margin-left: 60%;
    }
    .col.is-offset-four-fifths,
    .col.is-offset-four-fifths-tablet {
        margin-left: 80%;
    }
    .col.is-1,
    .col.is-1-tablet {
        flex: none;
        width: 8.33333%;
    }
    .col.is-offset-1,
    .col.is-offset-1-tablet {
        margin-left: 8.33333%;
    }
    .col.is-2,
    .col.is-2-tablet {
        flex: none;
        width: 16.66667%;
    }
    .col.is-offset-2,
    .col.is-offset-2-tablet {
        margin-left: 16.66667%;
    }
    .col.is-3,
    .col.is-3-tablet {
        flex: none;
        width: 25%;
    }
    .col.is-offset-3,
    .col.is-offset-3-tablet {
        margin-left: 25%;
    }
    .col.is-4,
    .col.is-4-tablet {
        flex: none;
        width: 33.33333%;
    }
    .col.is-offset-4,
    .col.is-offset-4-tablet {
        margin-left: 33.33333%;
    }
    .col.is-5,
    .col.is-5-tablet {
        flex: none;
        width: 41.66667%;
    }
    .col.is-offset-5,
    .col.is-offset-5-tablet {
        margin-left: 41.66667%;
    }
    .col.is-6,
    .col.is-6-tablet {
        flex: none;
        width: 50%;
    }
    .col.is-offset-6,
    .col.is-offset-6-tablet {
        margin-left: 50%;
    }
    .col.is-7,
    .col.is-7-tablet {
        flex: none;
        width: 58.33333%;
    }
    .col.is-offset-7,
    .col.is-offset-7-tablet {
        margin-left: 58.33333%;
    }
    .col.is-8,
    .col.is-8-tablet {
        flex: none;
        width: 66.66667%;
    }
    .col.is-offset-8,
    .col.is-offset-8-tablet {
        margin-left: 66.66667%;
    }
    .col.is-9,
    .col.is-9-tablet {
        flex: none;
        width: 75%;
    }
    .col.is-offset-9,
    .col.is-offset-9-tablet {
        margin-left: 75%;
    }
    .col.is-10,
    .col.is-10-tablet {
        flex: none;
        width: 83.33333%;
    }
    .col.is-offset-10,
    .col.is-offset-10-tablet {
        margin-left: 83.33333%;
    }
    .col.is-11,
    .col.is-11-tablet {
        flex: none;
        width: 91.66667%;
    }
    .col.is-offset-11,
    .col.is-offset-11-tablet {
        margin-left: 91.66667%;
    }
    .col.is-12,
    .col.is-12-tablet {
        flex: none;
        width: 100%;
    }
    .col.is-offset-12,
    .col.is-offset-12-tablet {
        margin-left: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .col.is-narrow-touch {
        flex: none;
    }
    .col.is-full-touch {
        flex: none;
        width: 100%;
    }
    .col.is-three-quarters-touch {
        flex: none;
        width: 75%;
    }
    .col.is-two-thirds-touch {
        flex: none;
        width: 66.6666%;
    }
    .col.is-half-touch {
        flex: none;
        width: 50%;
    }
    .col.is-one-third-touch {
        flex: none;
        width: 33.3333%;
    }
    .col.is-one-quarter-touch {
        flex: none;
        width: 25%;
    }
    .col.is-one-fifth-touch {
        flex: none;
        width: 20%;
    }
    .col.is-two-fifths-touch {
        flex: none;
        width: 40%;
    }
    .col.is-three-fifths-touch {
        flex: none;
        width: 60%;
    }
    .col.is-four-fifths-touch {
        flex: none;
        width: 80%;
    }
    .col.is-offset-three-quarters-touch {
        margin-left: 75%;
    }
    .col.is-offset-two-thirds-touch {
        margin-left: 66.6666%;
    }
    .col.is-offset-half-touch {
        margin-left: 50%;
    }
    .col.is-offset-one-third-touch {
        margin-left: 33.3333%;
    }
    .col.is-offset-one-quarter-touch {
        margin-left: 25%;
    }
    .col.is-offset-one-fifth-touch {
        margin-left: 20%;
    }
    .col.is-offset-two-fifths-touch {
        margin-left: 40%;
    }
    .col.is-offset-three-fifths-touch {
        margin-left: 60%;
    }
    .col.is-offset-four-fifths-touch {
        margin-left: 80%;
    }
    .col.is-1-touch {
        flex: none;
        width: 8.33333%;
    }
    .col.is-offset-1-touch {
        margin-left: 8.33333%;
    }
    .col.is-2-touch {
        flex: none;
        width: 16.66667%;
    }
    .col.is-offset-2-touch {
        margin-left: 16.66667%;
    }
    .col.is-3-touch {
        flex: none;
        width: 25%;
    }
    .col.is-offset-3-touch {
        margin-left: 25%;
    }
    .col.is-4-touch {
        flex: none;
        width: 33.33333%;
    }
    .col.is-offset-4-touch {
        margin-left: 33.33333%;
    }
    .col.is-5-touch {
        flex: none;
        width: 41.66667%;
    }
    .col.is-offset-5-touch {
        margin-left: 41.66667%;
    }
    .col.is-6-touch {
        flex: none;
        width: 50%;
    }
    .col.is-offset-6-touch {
        margin-left: 50%;
    }
    .col.is-7-touch {
        flex: none;
        width: 58.33333%;
    }
    .col.is-offset-7-touch {
        margin-left: 58.33333%;
    }
    .col.is-8-touch {
        flex: none;
        width: 66.66667%;
    }
    .col.is-offset-8-touch {
        margin-left: 66.66667%;
    }
    .col.is-9-touch {
        flex: none;
        width: 75%;
    }
    .col.is-offset-9-touch {
        margin-left: 75%;
    }
    .col.is-10-touch {
        flex: none;
        width: 83.33333%;
    }
    .col.is-offset-10-touch {
        margin-left: 83.33333%;
    }
    .col.is-11-touch {
        flex: none;
        width: 91.66667%;
    }
    .col.is-offset-11-touch {
        margin-left: 91.66667%;
    }
    .col.is-12-touch {
        flex: none;
        width: 100%;
    }
    .col.is-offset-12-touch {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .col.is-narrow-desktop {
        flex: none;
    }
    .col.is-full-desktop {
        flex: none;
        width: 100%;
    }
    .col.is-three-quarters-desktop {
        flex: none;
        width: 75%;
    }
    .col.is-two-thirds-desktop {
        flex: none;
        width: 66.6666%;
    }
    .col.is-half-desktop {
        flex: none;
        width: 50%;
    }
    .col.is-one-third-desktop {
        flex: none;
        width: 33.3333%;
    }
    .col.is-one-quarter-desktop {
        flex: none;
        width: 25%;
    }
    .col.is-one-fifth-desktop {
        flex: none;
        width: 20%;
    }
    .col.is-two-fifths-desktop {
        flex: none;
        width: 40%;
    }
    .col.is-three-fifths-desktop {
        flex: none;
        width: 60%;
    }
    .col.is-four-fifths-desktop {
        flex: none;
        width: 80%;
    }
    .col.is-offset-three-quarters-desktop {
        margin-left: 75%;
    }
    .col.is-offset-two-thirds-desktop {
        margin-left: 66.6666%;
    }
    .col.is-offset-half-desktop {
        margin-left: 50%;
    }
    .col.is-offset-one-third-desktop {
        margin-left: 33.3333%;
    }
    .col.is-offset-one-quarter-desktop {
        margin-left: 25%;
    }
    .col.is-offset-one-fifth-desktop {
        margin-left: 20%;
    }
    .col.is-offset-two-fifths-desktop {
        margin-left: 40%;
    }
    .col.is-offset-three-fifths-desktop {
        margin-left: 60%;
    }
    .col.is-offset-four-fifths-desktop {
        margin-left: 80%;
    }
    .col.is-1-desktop {
        flex: none;
        width: 8.33333%;
    }
    .col.is-offset-1-desktop {
        margin-left: 8.33333%;
    }
    .col.is-2-desktop {
        flex: none;
        width: 16.66667%;
    }
    .col.is-offset-2-desktop {
        margin-left: 16.66667%;
    }
    .col.is-3-desktop {
        flex: none;
        width: 25%;
    }
    .col.is-offset-3-desktop {
        margin-left: 25%;
    }
    .col.is-4-desktop {
        flex: none;
        width: 33.33333%;
    }
    .col.is-offset-4-desktop {
        margin-left: 33.33333%;
    }
    .col.is-5-desktop {
        flex: none;
        width: 41.66667%;
    }
    .col.is-offset-5-desktop {
        margin-left: 41.66667%;
    }
    .col.is-6-desktop {
        flex: none;
        width: 50%;
    }
    .col.is-offset-6-desktop {
        margin-left: 50%;
    }
    .col.is-7-desktop {
        flex: none;
        width: 58.33333%;
    }
    .col.is-offset-7-desktop {
        margin-left: 58.33333%;
    }
    .col.is-8-desktop {
        flex: none;
        width: 66.66667%;
    }
    .col.is-offset-8-desktop {
        margin-left: 66.66667%;
    }
    .col.is-9-desktop {
        flex: none;
        width: 75%;
    }
    .col.is-offset-9-desktop {
        margin-left: 75%;
    }
    .col.is-10-desktop {
        flex: none;
        width: 83.33333%;
    }
    .col.is-offset-10-desktop {
        margin-left: 83.33333%;
    }
    .col.is-11-desktop {
        flex: none;
        width: 91.66667%;
    }
    .col.is-offset-11-desktop {
        margin-left: 91.66667%;
    }
    .col.is-12-desktop {
        flex: none;
        width: 100%;
    }
    .col.is-offset-12-desktop {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1216px) {
    .col.is-narrow-widescreen {
        flex: none;
    }
    .col.is-full-widescreen {
        flex: none;
        width: 100%;
    }
    .col.is-three-quarters-widescreen {
        flex: none;
        width: 75%;
    }
    .col.is-two-thirds-widescreen {
        flex: none;
        width: 66.6666%;
    }
    .col.is-half-widescreen {
        flex: none;
        width: 50%;
    }
    .col.is-one-third-widescreen {
        flex: none;
        width: 33.3333%;
    }
    .col.is-one-quarter-widescreen {
        flex: none;
        width: 25%;
    }
    .col.is-one-fifth-widescreen {
        flex: none;
        width: 20%;
    }
    .col.is-two-fifths-widescreen {
        flex: none;
        width: 40%;
    }
    .col.is-three-fifths-widescreen {
        flex: none;
        width: 60%;
    }
    .col.is-four-fifths-widescreen {
        flex: none;
        width: 80%;
    }
    .col.is-offset-three-quarters-widescreen {
        margin-left: 75%;
    }
    .col.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%;
    }
    .col.is-offset-half-widescreen {
        margin-left: 50%;
    }
    .col.is-offset-one-third-widescreen {
        margin-left: 33.3333%;
    }
    .col.is-offset-one-quarter-widescreen {
        margin-left: 25%;
    }
    .col.is-offset-one-fifth-widescreen {
        margin-left: 20%;
    }
    .col.is-offset-two-fifths-widescreen {
        margin-left: 40%;
    }
    .col.is-offset-three-fifths-widescreen {
        margin-left: 60%;
    }
    .col.is-offset-four-fifths-widescreen {
        margin-left: 80%;
    }
    .col.is-1-widescreen {
        flex: none;
        width: 8.33333%;
    }
    .col.is-offset-1-widescreen {
        margin-left: 8.33333%;
    }
    .col.is-2-widescreen {
        flex: none;
        width: 16.66667%;
    }
    .col.is-offset-2-widescreen {
        margin-left: 16.66667%;
    }
    .col.is-3-widescreen {
        flex: none;
        width: 25%;
    }
    .col.is-offset-3-widescreen {
        margin-left: 25%;
    }
    .col.is-4-widescreen {
        flex: none;
        width: 33.33333%;
    }
    .col.is-offset-4-widescreen {
        margin-left: 33.33333%;
    }
    .col.is-5-widescreen {
        flex: none;
        width: 41.66667%;
    }
    .col.is-offset-5-widescreen {
        margin-left: 41.66667%;
    }
    .col.is-6-widescreen {
        flex: none;
        width: 50%;
    }
    .col.is-offset-6-widescreen {
        margin-left: 50%;
    }
    .col.is-7-widescreen {
        flex: none;
        width: 58.33333%;
    }
    .col.is-offset-7-widescreen {
        margin-left: 58.33333%;
    }
    .col.is-8-widescreen {
        flex: none;
        width: 66.66667%;
    }
    .col.is-offset-8-widescreen {
        margin-left: 66.66667%;
    }
    .col.is-9-widescreen {
        flex: none;
        width: 75%;
    }
    .col.is-offset-9-widescreen {
        margin-left: 75%;
    }
    .col.is-10-widescreen {
        flex: none;
        width: 83.33333%;
    }
    .col.is-offset-10-widescreen {
        margin-left: 83.33333%;
    }
    .col.is-11-widescreen {
        flex: none;
        width: 91.66667%;
    }
    .col.is-offset-11-widescreen {
        margin-left: 91.66667%;
    }
    .col.is-12-widescreen {
        flex: none;
        width: 100%;
    }
    .col.is-offset-12-widescreen {
        margin-left: 100%;
    }
}

@media screen and (min-width: 1408px) {
    .col.is-narrow-fullhd {
        flex: none;
    }
    .col.is-full-fullhd {
        flex: none;
        width: 100%;
    }
    .col.is-three-quarters-fullhd {
        flex: none;
        width: 75%;
    }
    .col.is-two-thirds-fullhd {
        flex: none;
        width: 66.6666%;
    }
    .col.is-half-fullhd {
        flex: none;
        width: 50%;
    }
    .col.is-one-third-fullhd {
        flex: none;
        width: 33.3333%;
    }
    .col.is-one-quarter-fullhd {
        flex: none;
        width: 25%;
    }
    .col.is-one-fifth-fullhd {
        flex: none;
        width: 20%;
    }
    .col.is-two-fifths-fullhd {
        flex: none;
        width: 40%;
    }
    .col.is-three-fifths-fullhd {
        flex: none;
        width: 60%;
    }
    .col.is-four-fifths-fullhd {
        flex: none;
        width: 80%;
    }
    .col.is-offset-three-quarters-fullhd {
        margin-left: 75%;
    }
    .col.is-offset-two-thirds-fullhd {
        margin-left: 66.6666%;
    }
    .col.is-offset-half-fullhd {
        margin-left: 50%;
    }
    .col.is-offset-one-third-fullhd {
        margin-left: 33.3333%;
    }
    .col.is-offset-one-quarter-fullhd {
        margin-left: 25%;
    }
    .col.is-offset-one-fifth-fullhd {
        margin-left: 20%;
    }
    .col.is-offset-two-fifths-fullhd {
        margin-left: 40%;
    }
    .col.is-offset-three-fifths-fullhd {
        margin-left: 60%;
    }
    .col.is-offset-four-fifths-fullhd {
        margin-left: 80%;
    }
    .col.is-1-fullhd {
        flex: none;
        width: 8.33333%;
    }
    .col.is-offset-1-fullhd {
        margin-left: 8.33333%;
    }
    .col.is-2-fullhd {
        flex: none;
        width: 16.66667%;
    }
    .col.is-offset-2-fullhd {
        margin-left: 16.66667%;
    }
    .col.is-3-fullhd {
        flex: none;
        width: 25%;
    }
    .col.is-offset-3-fullhd {
        margin-left: 25%;
    }
    .col.is-4-fullhd {
        flex: none;
        width: 33.33333%;
    }
    .col.is-offset-4-fullhd {
        margin-left: 33.33333%;
    }
    .col.is-5-fullhd {
        flex: none;
        width: 41.66667%;
    }
    .col.is-offset-5-fullhd {
        margin-left: 41.66667%;
    }
    .col.is-6-fullhd {
        flex: none;
        width: 50%;
    }
    .col.is-offset-6-fullhd {
        margin-left: 50%;
    }
    .col.is-7-fullhd {
        flex: none;
        width: 58.33333%;
    }
    .col.is-offset-7-fullhd {
        margin-left: 58.33333%;
    }
    .col.is-8-fullhd {
        flex: none;
        width: 66.66667%;
    }
    .col.is-offset-8-fullhd {
        margin-left: 66.66667%;
    }
    .col.is-9-fullhd {
        flex: none;
        width: 75%;
    }
    .col.is-offset-9-fullhd {
        margin-left: 75%;
    }
    .col.is-10-fullhd {
        flex: none;
        width: 83.33333%;
    }
    .col.is-offset-10-fullhd {
        margin-left: 83.33333%;
    }
    .col.is-11-fullhd {
        flex: none;
        width: 91.66667%;
    }
    .col.is-offset-11-fullhd {
        margin-left: 91.66667%;
    }
    .col.is-12-fullhd {
        flex: none;
        width: 100%;
    }
    .col.is-offset-12-fullhd {
        margin-left: 100%;
    }
}

.row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.row:last-child {
    margin-bottom: -0.75rem;
}

.row:not(:last-child) {
    margin-bottom: 0.75rem;
}

.row.is-centered {
    justify-content: center;
}

.row.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.row.is-gapless>.col {
    margin: 0;
    padding: 0 !important;
}

.row.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem;
}

.row.is-gapless:last-child {
    margin-bottom: 0;
}

.row.is-mobile {
    display: flex;
}

.row.is-multiline {
    flex-wrap: wrap;
}

.row.is-vcentered {
    align-items: center;
}

.row.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap));
}

.row.is-variable .col {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap);
}

.row.is-variable.is-0 {
    --columnGap: 0rem;
}

.row.is-variable.is-1 {
    --columnGap: 0.25rem;
}

.row.is-variable.is-2 {
    --columnGap: 0.5rem;
}

.row.is-variable.is-3 {
    --columnGap: 0.75rem;
}

.row.is-variable.is-4 {
    --columnGap: 1rem;
}

.row.is-variable.is-5 {
    --columnGap: 1.25rem;
}

.row.is-variable.is-6 {
    --columnGap: 1.5rem;
}

.row.is-variable.is-7 {
    --columnGap: 1.75rem;
}

.row.is-variable.is-8 {
    --columnGap: 2rem;
}

.sgds-container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}

.sgds-container.is-fluid {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.sgds-container.is-full {
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .sgds-container {
        max-width: 960px;
    }
}

@media screen and (max-width: 1215px) {
    .sgds-container.is-widescreen {
        max-width: 1152px;
    }
}

@media screen and (max-width: 1407px) {
    .sgds-container.is-fullhd {
        max-width: 1344px;
    }
}

@media screen and (min-width: 1216px) {
    .sgds-container {
        max-width: 1152px;
    }
}

@media screen and (min-width: 1408px) {
    .sgds-container {
        max-width: 1344px;
    }
}

.sgds-container.is-boxed {
    border: 1px solid #d6d6d6;
}

.sgds-section {
    padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
    .sgds-section.is-small {
        padding: 1.5rem;
    }
    .sgds-section.is-xsmall {
        padding: 1rem 1.5rem;
    }
    .sgds-section.is-medium {
        padding: 9rem 1.5rem;
    }
    .sgds-section.is-large {
        padding: 18rem 1.5rem;
    }
    .sgds-section.is-full {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .sgds-section.is-small {
        padding: 1.5rem;
    }
}

.sgds-tile {
    align-items: stretch;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: min-content;
}

.sgds-tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
}

.sgds-tile.is-ancestor:last-child {
    margin-bottom: -0.75rem;
}

.sgds-tile.is-ancestor:not(:last-child) {
    margin-bottom: 0.75rem;
}

.sgds-tile.is-child {
    margin: 0 !important;
}

.sgds-tile.is-parent {
    padding: 0.75rem;
}

.sgds-tile.is-vertical {
    flex-direction: column;
}

.sgds-tile.is-vertical>.sgds-tile.is-child:not(:last-child) {
    margin-bottom: 1.5rem !important;
}

@media print,
screen and (min-width: 769px) {
    .sgds-tile:not(.is-child) {
        display: flex;
    }
    .sgds-tile.is-1 {
        flex: none;
        width: 8.33333%;
    }
    .sgds-tile.is-2 {
        flex: none;
        width: 16.66667%;
    }
    .sgds-tile.is-3 {
        flex: none;
        width: 25%;
    }
    .sgds-tile.is-4 {
        flex: none;
        width: 33.33333%;
    }
    .sgds-tile.is-5 {
        flex: none;
        width: 41.66667%;
    }
    .sgds-tile.is-6 {
        flex: none;
        width: 50%;
    }
    .sgds-tile.is-7 {
        flex: none;
        width: 58.33333%;
    }
    .sgds-tile.is-8 {
        flex: none;
        width: 66.66667%;
    }
    .sgds-tile.is-9 {
        flex: none;
        width: 75%;
    }
    .sgds-tile.is-10 {
        flex: none;
        width: 83.33333%;
    }
    .sgds-tile.is-11 {
        flex: none;
        width: 91.66667%;
    }
    .sgds-tile.is-12 {
        flex: none;
        width: 100%;
    }
}

.dxd-mom-container {
    width: 100%;
    margin: 0px auto;
}

.dxd-mom-card-deck-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 10px 14px;
    padding: 0px 14px;
    height: 28px;
    text-align: middle;
}

.dxd-mom-card-deck-title h1 {
    font-size: 28px;
    color: #333333;
    line-height: 28px;
}

.dxd-mom-card-deck {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.dxd-mom-card-deck .dxd-mom-card {
    min-width: 33%;
    text-align: left;
    display: inline-block;
    padding: 1em;
}

.dxd-mom-card {
    padding: 1.2em 1%;
    overflow: hidden;
    background: #FAFAFA;
    border: 1px solid #B3C1CA;
    border-radius: 2px;
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0);
}

.dxd-mom-card h1 {
    margin: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    color: #006EAB;
    line-height: 28px;
}

.dxd-mom-card .dxd-mom-card-content {
    margin: 16px 0px;
}

.dxd-mom-card-header {
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.dxd-mom-card-header .dxd-mom-banner {
    height: 30px;
    width: 80px;
    top: 0px;
    right: 0px;
    position: absolute;
    background: #248624;
    border-radius: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.dxd-mom-card-actions {
    font-size: 16px;
    color: #006EAB;
    line-height: 27px;
}

.dxd-mom-card-actions a {
    margin-right: 20px;
}

.dxd-mom-card-actions i {
    padding-right: 5px;
}

.dxd-mom-rightColumn,
.dxd-mom-leftColumn {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.dxd-mom-column {
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-card-header .dxd-mom-banner {
        position: static;
        margin-top: 10px;
    }
    .dxd-mom-card-deck {
        text-align: center;
        margin-top: 2em;
    }
    .dxd-mom-card-deck .dxd-mom-card {
        min-width: 30%;
        margin: 0.5em 0.5em;
    }
}

@media only screen and (max-device-width: 600px),
only screen and (max-width: 600px) {
    .dxd-mom-card-deck {
        text-align: center;
        min-width: 100%;
    }
    .dxd-mom-card-deck .dxd-mom-card {
        min-width: 45%;
        margin: 0.5em 1em;
    }
}

@media only screen and (max-device-width: 400px),
only screen and (max-width: 400px) {
    .dxd-mom-card-deck {
        text-align: center;
    }
    .dxd-mom-card-deck .dxd-mom-card {
        min-width: 100%;
        margin: 0.5em 0.5em;
    }
}

.dxd-mom-container {
    width: 100%;
    margin: 0px auto;
}

.dxd-mom-card-list-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 10px 14px 20px 14px;
    padding: 0px 14px;
    height: 28px;
    text-align: middle;
}

.dxd-mom-card-list-title h1 {
    font-size: 28px;
    color: #333333;
    line-height: 28px;
}

.dxd-mom-cards-list {
    list-style-type: none;
    margin: 10px 0px;
    float: left;
    width: 100%;
}

.dxd-mom-cards-list-item {
    position: relative;
    background: #FAFAFA;
    border: 1px solid #B3C1CA;
    border-radius: 2px;
    overflow: auto;
    padding: 20px;
    margin: 20px auto;
}

.dxd-mom-cards-list-item-header {
    display: block;
    width: 100%;
}

.dxd-mom-cards-list-item-title-section {
    display: inline;
    float: left;
}

.dxd-mom-cards-list-item-title {
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    color: #006EAB;
    line-height: 27px;
}

.dxd-mom-cards-list-item-description {
    display: block;
    font-size: 20px;
    color: #666666;
    line-height: 27px;
}

.dxd-mom-cards-list-item-title-actions {
    display: inline;
    float: right;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
}

.dxd-mom-cards-list-item-title-actions button {
    float: right;
    margin-right: 40px;
    margin-top: 1.5em;
}

.dxd-mom-cards-list-item-content {
    display: block;
    clear: both;
    border: none;
    margin: -20px;
}

.dxd-mom-cards-list-item-info:first {
    margin-left: 0;
}

.dxd-mom-cards-list-item-info:last {
    margin-right: 0;
}

.dxd-mom-cards-list-item-info {
    display: inline;
    width: 30%;
    float: left;
    text-align: center;
    border: none;
    border-top: 1px solid #B3C1CA;
    margin: 1em;
    padding: 20px;
    min-width: 180px;
}

.dxd-mom-cards-list-item-info-metric-name {
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 1.2em;
    color: #333333;
    line-height: 1.5em;
}

.dxd-mom-cards-list-item-info-metric-value {
    display: block;
    font-size: 3em;
    color: #333333;
    line-height: 2em;
    vertical-align: bottom;
}

.dxd-mom-cards-list-item-info-metric-info {
    display: block;
    font-size: 1em;
    color: #666666;
    line-height: 0em;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-cards-list-item-title-actions {
        position: relative;
        float: bottom;
        width: 100%;
    }
    .dxd-mom-cards-list-item-title-actions button {
        position: absolute ``;
        float: bottom;
        width: 100%;
        margin: 20px auto;
    }
    .dxd-mom-cards-list-item-content {
        padding-top: 20px;
    }
    .dxd-mom-cards-list-item-info {
        display: block;
        width: 90%;
        float: none;
        border: none;
        margin: 20px auto;
        padding: 20px;
        border: none;
        border-top: 1px solid #B3C1CA;
    }
}


/*
 * Basic Table Demo CSS.
 */

#page {
    padding: 50px 100px;
}

@media only screen and (max-width: 568px) {
    #page {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 568px) {
    .dxd-mom-phone-block {
        display: block;
    }
    .dxd-mom-phone-hide {
        display: none;
    }
}

table {
    background: #fff;
    border-collapse: collapse;
    width: 100%;
}

table tr,
table th,
table td {
    font-size: 1rem;
    color: #333!important;
}

table th,
table td {
    padding: 0.7em 1em;
    text-align: left;
    border: 1px solid #ACB3BF;
}

table th {
    background: #D6DBE5;
    text-transform: uppercase;
}

table tr td {
    background: #eee;
}

table tr:nth-of-type(2n+2) td {
    background: #fafafa;
}

table.dxd-mom-bt tbody td {
    font-size: 1rem;
    padding: 0;
}

table.dxd-mom-bt tbody td:before {
    /* background: #D6DBE5; */
    margin-right: 10px;
    padding: 2px 10px;
}

table.dxd-mom-bt tbody td .dxd-mom-bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.dxd-mom-bt tbody td:first-of-type:before,
table.dxd-mom-bt tbody td:first-of-type .dxd-mom-bt-content {
    padding-top: 10px;
}

table.dxd-mom-bt tbody td:last-of-type:before,
table.dxd-mom-bt tbody td:last-of-type .dxd-mom-bt-content {
    padding-bottom: 10px;
}

table.dxd-mom-bt thead {
    display: none;
}

table.dxd-mom-bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.dxd-mom-bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

table.dxd-mom-bt tbody td.dxd-mom-bt-hide {
    display: none;
}

table.dxd-mom-bt tbody td .dxd-mom-bt-content {
    vertical-align: top;
}

.dxd-mom-bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


/*
 * Basic Table Demo CSS.
 */

#page {
    padding: 50px 100px;
}

@media only screen and (max-width: 568px) {
    #page {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 568px) {
    .dxd-mom-phone-block {
        display: block;
    }
    .dxd-mom-phone-hide {
        display: none;
    }
}

table {
    background: #fff;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #e4ebeb;
    font-size: 1rem;
    color: #333!important;
}

table th,
table td {
    /*padding: 10px 12px;*/
    padding: 0.7em 1em;
    text-align: left;
}

table th {
    background: #D6DBE5;
    text-transform: uppercase;
}

table tr td {
    /*background: #eaf3f5;*/
    background: #eee;
}

table tr:nth-of-type(2n+2) td {
    background: #fafafa;
}

table.dxd-mom-bt tbody td {
    font-size: 1rem;
    padding: 0;
}

table.dxd-mom-bt tbody td:before {
    margin-right: 10px;
    padding: 2px 10px;
}

table.dxd-mom-bt tbody td .dxd-mom-bt-content {
    display: inline-block;
    padding: 2px 10px;
}

table.dxd-mom-bt tbody td:first-of-type:before {
    padding-top: 10px;
}

table.dxd-mom-bt tbody td:last-of-type:before {
    padding-bottom: 10px;
}

table.dxd-mom-bt tbody td:first-of-type:before {
    padding-top: 10px;
}

table.dxd-mom-bt tbody td:last-of-type:before {
    padding-bottom: 10px;
}

table.dxd-mom-bt thead {
    display: none;
}

table.dxd-mom-bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.dxd-mom-bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    /*width: 8em;*/
    display: inline-block;
}

table.dxd-mom-bt tbody td.dxd-mom-bt-hide {
    display: none;
}

table.dxd-mom-bt tbody td .dxd-mom-bt-content {
    /*vertical-align: top;*/
    word-break: break-word;
    word-wrap: normal;
    min-width: 60%;
    padding-bottom: 1em;
}

.dxd-mom-bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.dxd-mom-addAnotherContainer input {
    height: 44px;
}

.dxd-mom-addAnotherContainer .dxd-mom-addAnotherFieldButton {
    float: right;
    /* position: absolute; */
    min-width: 140px;
    right: -150px;
    top: 0px;
    margin-top: -44px;
    /* line-height: 15px; */
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-addAnotherContainer {
        width: 100%;
    }
    .dxd-mom-addAnotherContainer input {
        display: block;
        min-width: 100%;
        position: static;
    }
    .dxd-mom-addAnotherContainer .dxd-mom-addAnotherFieldButton {
        float: none;
        min-width: 100%;
        position: static;
        margin-top: 10px;
        display: block;
        margin-bottom: 0em;
    }
}


/* Material styles */

.dxd-mom-combo-material {
    border: none;
}

.dxd-mom-combo-material *:invalid {
    box-shadow: none;
    ;
}

.dxd-mom-combo-material .dxd-mom-combo-dropdown {
    border-radius: 0;
    z-index: 2;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.dxd-mom-combo-material .dxd-mom-combo-arrow {
    width: 20px;
}

.dxd-mom-combo-material .dxd-mom-combo-arrow:before {
    line-height: 40px;
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-combo-material.dxd-mom-combo-open .dxd-mom-combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #666;
}

.dxd-mom-combo-2x {
    max-width: 200px;
}

.dxd-mom-combo-small {
    max-width: 30%;
}

.dxd-mom-combo-medium {
    max-width: 60%;
}

.dxd-mom-combo-full {
    max-width: 100%;
}

.dxd-mom-combo-material .dxd-mom-text-input::-webkit-input-placeholder {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-form-control-mds textarea {
    margin-bottom: 0px;
}


/* Multi select drop down */


/* Multi select drop down */

.dxd-mom-form-control-mds .chosen-container-multi {
    font-size: 1em;
    line-height: 1.5em;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices {
    border: none;
    padding: 0.1em 0.5em 0.1em 0.1em;
    width: 100%;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-multi-select-label {
    left: 0;
    top: 0.5em;
    /* color: #777; */
    color: #555455;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    margin: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.dxd-mom-form-control-mds .chosen-container .chosen-choices {
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px #D6DBE5 solid;
    border-radius: 0;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
}

.dxd-mom-form-control-mds .chosen-container-active .chosen-choices {
    border-color: #B25A00;
}

.dxd-mom-form-control-mds .chosen-container .chosen-choices:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-form-control-mds .chosen-with-drop .chosen-choices:after {
    border-top: none;
    border-bottom: 5px solid #666;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    background-color: transparent;
    background-image: none;
    cursor: text;
    line-height: 40px;
}

.chosen-container .chosen-drop {
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.dxd-mom-form-control-mds .chosen-container .chosen-results {
    position: relative;
    /* z-index: 1; */
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    /* display: none; */
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.dxd-mom-form-control-mds .chosen-container .chosen-results li {
    line-height: 1.5em;
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.dxd-mom-form-control-mds .chosen-container .chosen-results li.highlighted {
    background-color: #eee;
    background-image: none;
    color: #333;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices li.search-choice {
    border: #D38D27 1px solid;
    background: #eeeeee !important;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices li.search-choice {
    background: #EEEEEE;
    border-radius: 4px;
    line-height: 1.5em;
    margin: 3px 10px 3px -5px;
    padding: 3px 35px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-image: none;
    color: #333;
    cursor: default;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    color: #666;
    background: none !important;
    font-size: 0.8em;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    content: "\e75e";
    font-family: linearicons;
    font-size: 8px;
    -webkit-text-stroke: 2px;
}

.dxd-mom-form-control-mds .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    color: #333;
    text-decoration: none;
}


/* Ripple */

.dxd-mom-mds-ripple,
.dxd-mom-btn {
    position: relative;
    overflow: hidden;
    outline: none !important;
    /* remove dotted border */
}

.dxd-mom-mds-ripple:after,
.dxd-mom-btn:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 0.5s;
}

.dxd-mom-mds-ripple:after,
.dxd-mom-btn:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s;
}


/* Input fields */

.dxd-mom-input-control,
.dxd-mom-combo-material .dxd-mom-text-input {
    border-style: solid;
    border: none;
    border-bottom: 1px #D6DBE5 solid;
    padding: 0.1em 0.5em 0.1em 0.1em;
    width: 100%;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
    height: 40px;
}

.dxd-mom-input-control:focus,
.dxd-mom-combo-material .dxd-mom-text-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #B25A00;
}

.dxd-mom-input-control {
    background: transparent;
    z-index: 1;
    position: relative;
    overflow: auto;
}

.dxd-mom-input-control::-webkit-input-placeholder {
    /* color: #777; */
    color: #555455;
    opacity: 0.5;
}

.dxd-mom-form-control-mds .dxd-mom-field-error {
    font-size: 0.8em;
    color: #B25A00;
    display: none;
}

.dxd-mom-combo-selected~.dxd-mom-field-error {
    display: block;
}

.dxd-mom-input-control:focus,
.dxd-mom-combo-material .dxd-mom-text-input:focus,
.dxd-mom-input-control.dxd-mom-invalid,
.dxd-mom-invalid~.dxd-mom-combo-input,
.dxd-mom-search-field>.dxd-mom-invalid {
    outline: none;
    box-shadow: none;
    border-color: #B25A00 !important;
}

.dxd-mom-label-checkbox,
.dxd-mom-label-radio {
    display: block;
    font-weight: normal;
    /* color: #777; */
    color: #555455;
    padding-left: 0;
}

.dxd-mom-checkbox,
.dxd-mom-radio {
    margin-top: 0px;
    height: 2em;
    color: #666;
}

.dxd-mom-checkbox-inline,
.dxd-mom-radio-inline {
    padding-left: 0;
    display: inline-block;
}

input[type=checkbox]+label {
    display: inline-block;
}

input[type=radio]+label {
    display: inline-block;
}

.dxd-mom-checkbox label,
.dxd-mom-radio label {
    padding-left: 0px;
    padding-right: 3em
}

.dxd-mom-auto-expand {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-top: 5px;
}

.dxd-mom-form-control-mds {
    position: relative;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding: 0;
}

.dxd-mom-form-control-mds .dxd-mom-form-field-required {
    position: absolute;
    left: -0.8em;
    top: 0.7em;
    color: #B25A00;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.dxd-mom-form-control-mds .dxd-mom-form-error {
    margin-top: 1em;
}

.dxd-mom-has-value~label,
.dxd-mom-combo-selected~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.3em) scale(0.9);
    -ms-transform: translateY(-1.3em) scale(0.9);
    -moz-transform: translateY(-1.3em) scale(0.9);
    transform: translateY(-1.3em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.chosen-with-children>label.label-control {
    -webkit-transform: translateY(-2em) scale(0.9);
    -ms-transform: translateY(-2em) scale(0.9);
    -moz-transform: translateY(-2em) scale(0.9);
    transform: translateY(-2em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.dxd-mom-input-control:focus~label.dxd-mom-label-control,
.combo-open label.dxd-mom-label-control,
.chosen-container-active~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.3em) scale(0.9);
    -ms-transform: translateY(-1.3em) scale(0.9);
    -moz-transform: translateY(-1.3em) scale(0.9);
    transform: translateY(-1.3em) scale(0.9);
    color: #B25A00;
}

.chosen-container-active~label.dxd-mom-label-control {
    -webkit-transform: translateY(-2em) scale(0.9);
    -ms-transform: translateY(-2em) scale(0.9);
    -moz-transform: translateY(-2em) scale(0.9);
    transform: translateY(-2em) scale(0.9);
    color: #B25A00;
}

.dxd-mom-label-control {
    position: absolute;
    left: 0;
    top: 0.5em;
    /* color: #777; */
    color: #555455;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    -ms-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    margin: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 1em;
    font-weight: normal;
}


/* .dxd-mom-label-up .dxd-mom-label-control {
    color: #777;
    z-index: -1;
} */

.dxd-mom-no-csstransforms .dxd-mom-label-up .dxd-mom-label-control {
    font-size: 12px;
    color: #B25A00;
    top: -1.3em;
}

.dxd-mom-no-csstransforms .dxd-mom-label-blur .dxd-mom-label-control {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-label-blur .dxd-mom-label-control {
    /* color: #777; */
    color: #555455;
}


/* Drop down control */

.dxd-mom-combo-select {
    position: relative;
    margin-bottom: 0px;
    border: none;
    min-width: 100%;
}

.dxd-mom-combo-select .dxd-mom-combo-input {
    margin: 0;
    margin-bottom: 0;
    border-style: solid;
    border: none;
    border-bottom: 1px #D6DBE5 solid;
    width: 100%;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    padding-right: 20px;
    z-index: 2;
    background-color: transparent;
}

.dxd-mom-combo-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #B25A00;
}

.dxd-mom-combo-select .dxd-mom-combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-size: 12px;
    color: #999999;
    z-index: 3;
}

.dxd-mom-combo-select .dxd-mom-combo-arrow:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-combo-open .dxd-mom-combo-arrow {
    border-color: #51A7E8;
}

.dxd-mom-combo-open .dxd-mom-combo-arrow:before {
    content: "" !important;
    border-top: none;
    border-bottom: 5px solid #cccccc;
}

.dxd-mom-combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8;
}

.dxd-mom-combo-focus input {
    border-color: #51A7E8;
}

.dxd-mom-combo-select select {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
    pointer-events: none;
}

.dxd-mom-combo-select .dxd-mom-input-control:focus::-moz-placeholder,
.dxd-mom-combo-select .dxd-mom-input-control:focus::-webkit-input-placeholder,
.dxd-mom-combo-select .dxd-mom-input-control:-ms-input-placeholder {
    opacity: 0;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}

.dxd-mom-option-selected {
    background-color: #eee;
}

.dxd-mom-option-hover {
    background-color: #eee;
}

.dxd-mom-option-item {
    cursor: pointer;
}

.dxd-mom-option-group,
.dxd-mom-option-disabled {
    background: #eee;
    cursor: text;
    color: #333;
}

.dxd-mom-combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 300px;
    margin: 1px;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 3px;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.dxd-mom-combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.dxd-mom-combo-open .dxd-mom-combo-dropdown {
    display: block;
}

.dxd-mom-combo-marker {
    text-decoration: underline;
}

.dxd-mom-date-picker {}

.dxd-mom-date-picker:before {
    content: attr(date-helper-message);
    color: #555455;
    position: absolute;
    left: 0;
    display: block;
    bottom: -1.5em;
    ;
}

.dxd-mom-date-picker.dxd-mom-show-error:before {
    display: none;
}

.dxd-mom-date-picker:after {
    content: "\e690";
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0.5em;
    font-family: 'Linearicons';
}


/* Overrid main.css */

.dxd-mom-pika-table abbr {
    border-bottom: none;
}

.dxd-mom-pika-table thead tr {
    border-bottom: 1px solid #FFE6BE;
}

.dxd-mom-pika-table .dxd-mom-is-today .dxd-mom-pika-button {
    color: #33aaff;
    font-weight: bold;
    box-shadow: none;
    border-radius: 3px;
}

.dxd-mom-pika-table .dxd-mom-is-selected .dxd-mom-pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.dxd-mom-file-upload-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 25px 0px;
    padding: 0px 14px;
    height: 26px;
    vertical-align: middle;
    color: #333333;
}

.dxd-mom-file-upload-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5 rem;
    color: #333333;
}

.dxd-mom-file-upload-control {
    background: #CCE4FF;
    border: 1px solid #006EAB;
    border-radius: 4px;
    min-height: 110px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}

.dxd-mom-file-upload-button {
    height: 110px;
    width: 20%;
    float: left;
    display: inline;
    text-align: center;
    position: absolute;
    margin-top: 30px;
}

.dxd-mom-file-upload-button i {
    color: #006EAB;
    font-size: 2.5em;
    border: none;
    width: 1.2em;
    padding: 3px;
}

.dxd-mom-file-drop-area {
    width: 80%;
    margin: 0 20px;
}

.dxd-mom-browse-files {
    margin: 0 20%;
    min-width: 100%;
    display: block;
    position: relative;
}

.dxd-mom-browse-files input[type="file"] {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}

.dxd-mom-upload-status {
    display: none;
    margin: 0 20%;
    width: 80%;
    position: relative;
    padding: 10px 0px;
    border-radius: 0px;
    line-height: 2em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dxd-mom-file-info {
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 2em;
    color: #0068a2;
    white-space: nowrap;
    vertical-align: top;
}

.dxd-mom-file-size {
    color: #555555;
    vertical-align: top;
}

.dxd-mom-file-progress {
    min-width: 25%;
    max-width: 25%;
    display: inline-block;
    margin: 0 0;
    position: absolute;
    top: 10px;
    right: -5px;
    padding-right: 2em;
}

.dxd-mom-file-progress .dxd-mom-progress {
    width: 100%;
    height: 15px;
    margin: 0;
}

.dxd-mom-file-upload-status {
    position: relative;
}

.dxd-mom-file-progress .dxd-mom-progress-wrap {
    background: #006EAB;
    margin: 0 0;
    overflow: hidden;
    position: relative;
    max-height: 20px;
    max-width: 100%;
}

.dxd-mom-file-progress .dxd-mom-progress-wrap .dxd-mom-progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.dxd-mom-file-progress .dxd-mom-delete-file {
    position: absolute;
    right: 5px;
    top: -8px;
}

.dxd-mom-file-progress .dxd-mom-delete-file[disabled] {
    color: #999999;
}

.dxd-mom-computer-message {
    padding: 25px 0px 10px 0px;
}

.dxd-mom-phone-message {
    width: 100%;
    display: none;
}

.dxd-mom-btn-file {
    position: relative;
    overflow: hidden;
}

.dxd-mom-btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dxd-mom-img-zone h2 {
    margin-top: 0;
}

.dxd-mom-progress,
#img-preview {
    margin-top: 15px;
}

.dxd-mom-accordion__content {
    background: none !important;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-combo-small {
        max-width: 50%;
    }
    .dxd-mom-combo-medium {
        max-width: 100%;
    }
    .dxd-mom-combo-full {
        max-width: 100%;
    }
    .dxd-mom-twelve--phone {
        width: 100%;
    }
    .dxd-mom-checkbox-inline,
    .dxd-mom-radio-inline {
        display: block;
    }
    .dxd-mom-file-upload-control-review .dxd-mom-file-upload-button {
        display: none;
    }
    .dxd-mom-file-upload-control-review .dxd-mom-file-upload-status {
        padding-left: 1em;
    }
    .dxd-mom-upload-status {
        display: none;
        margin: 0 0%;
        width: 100%;
        position: relative;
        padding: 10px 0px;
        border-radius: 0px;
        line-height: 2em;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .dxd-mom-browse-files {
        max-width: 80%;
    }
    .dxd-mom-file-upload-status {
        position: relative;
    }
    .dxd-mom-file-upload-button {
        margin-top: 10px;
    }
    .dxd-mom-file-progress .dxd-mom-progress-wrap {
        background: #006EAB;
        margin: 0 0;
        overflow: hidden;
        position: relative;
        max-height: 20px;
        max-width: 100%;
    }
    .dxd-mom-file-progress .dxd-mom-progress-wrap .dxd-mom-progress-bar {
        background: #ddd;
        left: 0;
        position: relative;
        top: 0;
        overflow: hidden;
    }
    .dxd-mom-file-progress .dxd-mom-delete-file {
        position: absolute;
        right: 5px;
        top: -8px;
    }
    .dxd-mom-file-progress .dxd-mom-delete-file[disabled] {
        color: #999999;
    }
    .dxd-mom-computer-message {
        padding: 25px 0px 10px 0px;
        display: none;
    }
    .dxd-mom-phone-message {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .dxd-mom-file-progress {
        min-width: 100%;
        max-width: 100%;
        display: inline-block;
        margin: 0 0;
        position: relative;
        top: 10px;
        right: -5px;
        padding-right: 2em;
        word-break: break-all;
    }
    .dxd-mom-file-info {
        max-width: 60%;
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        height: 2em;
        color: #0068a2;
        vertical-align: top;
    }
    .dxd-mom-file-size {
        font-size: 0.8em;
        vertical-align: top;
    }
}


/***
 * Drop Down
 ***/

.dxd-mom-ui-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* Para */
}

.dxd-mom-ui-dropdown>.dxd-mom-btn,
.dxd-mom-ui-dropdown>.dxd-mom-link-filter-toggle,
.dxd-mom-ui-dropdown>.dxd-mom-btn-upload,
.dxd-mom-ui-dropdown>.dxd-mom-btn-download {
    margin-bottom: 0;
}

.dxd-mom-ui-dropdown p {
    margin-bottom: 10px;
}


/**
 * Dropdown container
 */

.dxd-mom-ui-dropdown-item {
    position: absolute;
    left: 0;
    font-size: 0.8em;
    text-align: left;
    top: 100%;
    z-index: 2;
    width: 160px;
    padding-top: 0;
    display: none;
    /* Type */
    /* Form */
    /* Buttons */
}

.dxd-mom-is-active .dxd-mom-ui-dropdown-item {
    display: block;
}

.dxd-mom-ui-dropdown-item .dxd-mom-separator {
    padding: 0;
    border-top: 1px #d8d8d8 solid;
    height: 1px;
    margin: 8px 0;
}

.dxd-mom-ui-dropdown-item h4 {
    font-size: 16px;
    font-weight: bold;
}

.dxd-mom-ui-dropdown-item form {
    margin-bottom: 24px;
    margin-bottom: 1.5 rem;
}

.dxd-mom-ui-dropdown-item .dxd-mom-btn,
.dxd-mom-ui-dropdown-item .dxd-mom-link-filter-toggle,
.dxd-mom-ui-dropdown-item .dxd-mom-btn-upload,
.dxd-mom-ui-dropdown-item .dxd-mom-btn-download {
    font-size: 0.8em;
}


/**
 * Dropdown arrow
 */

.dxd-mom-dropdown-arrow {
    position: absolute;
    top: 13px;
    left: 50%;
}

.dxd-mom-dropdown-arrow:after,
.dxd-mom-dropdown-arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dxd-mom-dropdown-arrow:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.dxd-mom-dropdown-arrow:before {
    border-color: transparent;
    border-bottom-color: #bfbfbf;
    border-width: 11px;
    margin-left: -11px;
}


/**
 * Dropdown inner
 */

.dxd-mom-dropdown-inner {
    background: #fff;
    border: 1px #d8d8d8 solid;
    padding: 8px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    /* Alert */
}

.dxd-mom-dropdown-inner .dxd-mom-delete-form>button,
.dxd-mom-dropdown-inner>a {
    padding: 5px 10px;
    display: block;
    border-radius: 0;
    text-decoration: none;
}

.dxd-mom-dropdown-inner>a {
    color: #006eab;
    font-weight: 600;
}

.dxd-mom-dropdown-inner>a:hover {
    background-color: #006eab;
    color: #fff;
}

.dxd-mom-dropdown-inner>a .dxd-mom-icon,
.dxd-mom-dropdown-inner>a .dxd-mom-link-before:before {
    font-size: 1em;
    vertical-align: -2px;
}

.dxd-mom-dropdown-inner .dxd-mom-ui-alert:last-child {
    margin-bottom: 0;
}


/**
 * Arrow right
 */

.dxd-mom-on-top .dxd-mom-ui-dropdown-item {
    padding-top: 0;
    padding-bottom: 12px;
    bottom: 100%;
    top: auto;
}

.dxd-mom-on-top .dxd-mom-dropdown-arrow {
    bottom: -10px;
    top: auto;
}

.dxd-mom-on-top .dxd-mom-dropdown-arrow:after {
    border-color: transparent;
    border-top-color: #fff;
    bottom: 3px;
}

.dxd-mom-on-top .dxd-mom-dropdown-arrow:before {
    border-color: transparent;
    border-top-color: #d8d8d8;
    bottom: 0px;
}


/**
 * On left
 */

.dxd-mom-on-left .dxd-mom-ui-dropdown-item {
    left: 0;
}


/**
 * On right
 */

.dxd-mom-on-right .dxd-mom-ui-dropdown-item {
    right: 0;
    left: auto;
}

.dxd-mom-on-right.dxd-mom-dropdown-action .dxd-mom-ui-dropdown-item {
    right: -10px;
}


/**
 * Dropdown action
 */

.dxd-mom-dropdown-action .dxd-mom-ui-dropdown-item {
    min-width: 130px;
    max-width: 150px;
}


/**
 * Carets
 */

.dxd-mom-toggle-dropdown {
    position: relative;
    padding-right: 1.3em;
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
}

a.dxd-mom-toggle-dropdown {
    color: #0067a1 !important;
}

.dxd-mom-toggle-dropdown:focus {
    background-color: transparent;
}

.dxd-mom-toggle-dropdown:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    display: block;
    width: 0;
    height: 0;
    content: " ";
    top: 0;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-is-active .dxd-mom-toggle-dropdown:after {
    border-top: none;
    border-bottom: 5px solid;
}

.dxd-mom-multicolumn-form-container {
    display: inline-block;
    clear: both;
}

.dxd-mom-wizard-progress {
    width: 100%;
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.dxd-mom-wizard-progress li {
    float: left;
    text-align: center;
    position: relative;
    height: 100%;
}

li.step-done,
li.step-active {
    cursor: pointer;
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress li {
        float: none;
        width: 100% !important;
        text-align: left;
    }
}

.dxd-mom-wizard-progress .dxd-mom-step-num {
    vertical-align: bottom;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
    /* color: #aaaaaa; */
    /* WCAG 2.0 AA compliance changes */
    color: #4a4a4b;
    background-color: #eeeeee;
    border: 3px solid #eeeeee;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-top: 10px;
    line-height: 1.7em;
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress .dxd-mom-step-num {
        display: inline-block;
    }
}

.dxd-mom-wizard-progress .dxd-mom-step-num:after {
    content: "";
    display: block;
    background: #eeeeee;
    height: 5px;
    width: 131%;
    position: absolute;
    top: 1.5em;
    z-index: -1;
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress .dxd-mom-step-num:after {
        display: none;
    }
}

.dxd-mom-wizard-progress .dxd-mom-step-done .dxd-mom-step-num:after {
    content: "";
    display: block;
    background: #248624;
    height: 5px;
    width: 130%;
    position: absolute;
    top: 1.5em;
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress .dxd-mom-step-done .dxd-mom-step-num:after {
        display: none;
    }
}

.dxd-mom-wizard-progress li:last-of-type {
    margin-right: 0;
}

.dxd-mom-wizard-progress li:last-of-type .dxd-mom-step-num:after {
    display: none;
}

.dxd-mom-wizard-progress .dxd-mom-step-done .dxd-mom-step-num {
    border-color: #248624;
    background-color: #248624;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress .dxd-mom-step-done .dxd-mom-step-num {
        display: inline-block;
    }
}

.dxd-mom-step-status {
    display: none;
}

.dxd-mom-step-status:before {
    content: "\e75d";
    font-family: "linearIcons";
    font-weight: bold;
    font-size: 1em;
    line-height: 1.7em;
}

.dxd-mom-wizard-progress .dxd-mom-step-done .dxd-mom-step-status {
    display: block;
}

.dxd-mom-wizard-progress .dxd-mom-step-done .dxd-mom-step-number {
    display: none;
}

.dxd-mom-wizard-progress .dxd-mom-step-active .dxd-mom-step-num {
    border-color: #ffb74d;
    background-color: #ffb74d;
    /* color: #fff; */
    /* wcag 2.0 AA compliance change */
    color: #333
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress .dxd-mom-step-active .dxd-mom-step-num {
        display: inline-block;
    }
}

.dxd-mom-wizard-progress .dxd-mom-step-active .dxd-mom-step-name {
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    .dxd-mom-wizard-progress .dxd-mom-step-name {
        display: inline-block;
        line-height: 2.5em
    }
}


/* wizard with 5 steps */

.dxd-mom-wizard-5-steps {}

.dxd-mom-wizard-5-steps li {
    margin-right: 6.9%;
    width: 14.4%;
}

.dxd-mom-wizard-5-steps .dxd-mom-step-num:after {
    left: 60%;
}


/* wizard with 6 steps */

.dxd-mom-wizard-6-steps {}

.dxd-mom-wizard-6-steps li {
    margin-right: 5%;
    width: 12.5%;
}

.dxd-mom-wizard-6-steps .dxd-mom-step-num:after {
    left: 62%;
}


/* wizard with 7 steps */

.dxd-mom-wizard-7-steps {}

.dxd-mom-wizard-7-steps li {
    margin-right: 5.1%;
    width: 9.6%;
}

.dxd-mom-wizard-7-steps .dxd-mom-step-num:after {
    left: 64%;
}


/* wizard with 8 steps */

.dxd-mom-wizard-8-steps {}

.dxd-mom-wizard-8-steps li {
    margin-right: 4.1%;
    width: 8.7%;
}

.dxd-mom-wizard-8-steps .dxd-mom-step-num:after {
    left: 67%;
}

.dxd-mom-rangeslider,
.dxd-mom-rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dxd-mom-rangeslider {
    background: #D6DBE5;
    position: relative;
    margin-bottom: 5em;
    margin-top: 3em;
    z-index: 999;
}

.dxd-mom-rangeslider--horizontal {
    height: 1px;
    width: 100%;
}

.dxd-mom-rangeslider--vertical {
    width: 1px;
    min-height: 150px;
    max-height: 100%;
}

.dxd-mom-rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.dxd-mom-rangeslider__fill {
    background: #D6DBE5;
    position: absolute;
}

.dxd-mom-rangeslider--horizontal .dxd-mom-rangeslider__fill {
    top: 0;
    height: 100%;
}

.dxd-mom-rangeslider--vertical .dxd-mom-rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.dxd-mom-rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #D8D8D8;
    border: 1px solid #CBCBCB;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.dxd-mom-rangeslider__handle:active {
    width: 22px;
    height: 22px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

.dxd-mom-rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dxd-mom-rangeslider__handle .dxd-mom-value {
    position: absolute;
    margin-top: -24px;
}

.dxd-mom-rangeslider--horizontal .dxd-mom-rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.dxd-mom-rangeslider--vertical .dxd-mom-rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}


/* Additional properties for range finder ruler http://codepen.io/andreruffert/pen/yyEVrE*/

.dxd-mom-rangeslider__ruler {
    cursor: pointer;
    font-size: .7em;
    margin: 5px 0 0 5px;
    top: 100%;
    text-align: justify;
    font-size: 1rem;
    padding: 10px 0 0 0;
}

.dxd-mom-rangeslider__ruler:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.dxd-mom-rangeslider__valuelabel {
    position: absolute;
    width: 40px;
    height: 30px;
    text-align: center;
    display: inline-block;
    bottom: 175%;
    left: 0;
    margin-left: -1%;
}

.dxd-mom-rangeslider__valuelabel:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

.dxd-mom-prompt {
    border-radius: 4px;
    font-size: 1em;
    line-height: 1em;
    width: 100%;
    top: 0px;
    /* height: 7em; */
    display: inline-block;
    padding: 1em 2em;
    margin: 0 0 2em 0;
}

.dxd-mom-error-prompt {
    background: #F2DEDE;
    border: 1px solid #E8BFC8;
    color: #CC3123;
}

.dxd-mom-prompt-title {
    font-size: 1.8em;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    margin-bottom: 0.5em;
    margin-top: 3px;
}

.dxd-mom-prompt-title i {
    font-size: 0.8em;
    font-weight: bold;
}

.dxd-mom-success-prompt {
    background: #D2F2E4;
    border: 1px solid #82D3AF;
    color: #0a770b;
    line-height: 2em;
    margin-bottom: 2em;
}

.dxd-mom-success-prompt i {
    background: #0a770b;
    color: #fff;
    border-radius: 100%;
    font-size: 0.5em;
    padding: 0.5em;
    vertical-align: bottom;
}

.dxd-mom-notification-prompt {
    background: #FCEDAC;
    border: 1px solid #EBCE52;
    color: #333333;
}

.dxd-mom-icon-summary {
    background: #EEEEEE;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    border-radius: 4px;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    top: 0px;
    min-height: 100px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.dxd-mom-icon-summary a {
    text-decoration: none;
}

.dxd-mom-icon-summary .dxd-mom-left {
    left: 20px;
    float: left;
}

.dxd-mom-icon-summary .dxd-mom-right {
    right: 20px;
    float: right;
}

.dxd-mom-icon-summary .dxd-mom-icon {
    font-size: 2.5em;
    color: #FDB74C;
    line-height: 3em;
    display: inline;
    margin-right: 0;
}

.dxd-mom-icon-summary h3 {
    display: inline;
    font-size: 2.5em;
    color: #006EAB;
    font-weight: normal;
}

.dxd-mom-icon-summary h3 {
    cursor: pointer;
}

.dxd-mom-icon-summary p {
    display: inline-block;
    font-size: 1.2em;
    color: #006EAB;
    width: 10px;
    vertical-align: middle;
    margin-bottom: 1em;
    text-overflow: ellipsis;
}

.dxd-mom-icon-summary p:hover {
    text-decoration: underline;
}

.dxd-mom-icon-summary-avatar {
    border-radius: 50%;
    -webkit-text-stroke: 1px;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-icon-summary a {
        width: 100%;
        text-align: center;
    }
    .dxd-mom-icon-summary .dxd-mom-left {
        float: none;
    }
    .dxd-mom-icon-summary .dxd-mom-right {
        float: none;
    }
}

@media only screen and (max-device-width: 500px),
only screen and (max-width: 500px) {
    .dxd-mom-icon-summary a {
        width: 100%;
        float: left;
    }
}

.dxd-mom-stack-list {
    color: #333333;
    margin: 0 auto;
    min-width: 920px;
}

.dxd-mom-stack-list-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 25px 0px;
    padding: 0px 14px;
    height: 26px;
    vertical-align: middle;
    color: #333333;
}

.dxd-mom-stack-list-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5rem;
    color: #333333;
}

.dxd-mom-stack-list-header {
    display: block;
}

.dxd-mom-stack-list-buttons {
    display: inline-block;
    spacing: 20px;
}

.dxd-mom-stack-list-buttons .dxd-mom-btn {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 30px;
    margin-bottom: 1em;
    text-align: center;
}

.dxd-mom-stack-list-content {
    position: relative;
    background: #FAFAFA;
    border: 1px solid #B3C1CA;
    border-radius: 4px;
    color: #333333;
}

.dxd-mom-stack-list-content .dxd-mom-number-circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 0px;
    color: #666;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #006EAB;
    position: absolute;
    top: 21px;
    left: 25px;
}

.dxd-mom-stack-list-content ul {
    list-style-type: none;
    margin: 0px;
}

.dxd-mom-stack-list-content li {}

.dxd-mom-stack-list-item {
    margin: 0px;
    position: relative;
    min-height: 210px;
    color: #333333;
    border-top: 1px solid #E2E2E2;
}

.dxd-mom-stack-list-item-content {
    position: absolute;
    left: 80px;
    top: 25px;
    width: 90%;
}

.dxd-mom-stack-list-badge {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 140px;
    border-radius: 25px;
    font-size: 1em;
    line-height: 48px;
    text-align: center;
}

.dxd-mom-stack-list-item .dxd-mom-submitted {
    background: #248624;
    color: #FFFFFF;
}

.dxd-mom-stack-list-item .dxd-mom-draft {
    background: #FFDE4E;
    color: #333333;
}

.dxd-mom-stack-list-item-title {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
    color: #333333;
}

.dxd-mom-stack-list-item-text {
    line-height: 1.5em;
    color: #333333;
}

.dxd-mom-stack-list-item-ts {
    margin-top: 5px;
    font-size: 1em;
    color: #666666;
    line-height: 1em;
}

.dxd-mom-stack-list-actions {
    position: absolute;
    bottom: 0px;
    left: 80px;
    margin-right: 25px;
}

.dxd-mom-stack-list-actions .dxd-mom-btn {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 30px;
    margin-bottom: 15px;
}

.dxd-mom-paging {
    display: inline-block;
    line-height: 50px;
    float: right;
}

.dxd-mom-paging .dxd-mom-paging-itemcount {
    display: inline-block;
    line-height: 25px;
}

.dxd-mom-paging-itemcount ul {
    background: #fff;
}

.dxd-mom-paging-itemcount li {
    display: block;
    position: relative;
    text-align: left;
}

.dxd-mom-paging-itemcount li a {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 35px;
    background: #fff;
    margin: 0px;
}

.dxd-mom-paging-itemcount li a:hover {
    color: #000;
    background: #A2A2A2;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-itemcount {
    display: none;
    position: absolute;
    z-index: 999;
    left: -35px;
    top: 10px;
    padding: 0px;
    background: #fff;
    width: 38px;
    text-align: center;
    border: 1px solid #A2A2A2;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-itemcount li {
    background: #fff;
    margin: 0px;
}

.dxd-mom-paging-itemcount li:hover ul.dxd-mom-itemcount {
    display: block;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-dropdown li {
    display: block;
    background: #fff;
}

.dxd-mom-paging .dxd-mom-phone-only {
    display: none;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-stack-list {
        min-width: 10px;
    }
    .dxd-mom-stack-list-content .dxd-mom-number-circle {
        float: left;
    }
    .dxd-mom-stack-list-item-content {
        position: static;
        left: 20%;
        margin: 30px 15px 30px 70px;
        width: 80%;
        padding-right: 10px;
    }
    .dxd-mom-stack-list-badge {
        position: static;
        display: block;
        right: 50px;
        top: 25px;
        height: 2em;
        width: 120px;
        border-radius: 16px;
        font-size: 1em;
        font-weight: normal;
        line-height: 2em;
        text-align: center;
        margin: 10px 0;
    }
    .dxd-mom-stack-list-actions {
        position: static;
        bottom: 0px;
        left: 75px;
        margin: 15px;
    }
    .dxd-mom-stack-list-actions .dxd-mom-btn {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 0;
    }
    .dxd-mom-stack-list-buttons {
        width: 100%;
    }
    .dxd-mom-stack-list-buttons .dxd-mom-btn {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 1em;
    }
    .dxd-mom-paging {
        float: none;
        width: 100%;
    }
    .dxd-mom-paging :not(.dxd-mom-phone) {
        display: none;
    }
    .dxd-mom-paging .dxd-mom-page-list {
        float: right;
    }
    .dxd-mom-paging .dxd-mom-phone-only {
        display: inline;
    }
}

.dxd-mom-sticky-panel-column {
    display: inline-block;
}

.dxd-mom-sticky-panel {
    position: relative;
    background-color: #e2efff;
    border: 1px solid #b3c1ca;
    border-radius: 5px;
    width: 100%;
    top: 0;
    display: inline-block;
    clear: both;
    margin: 5px auto;
    padding: 0.5em 0.5em 1em 0.5em;
    text-align: center;
    margin-left: -3px;
}

.dxd-mom-sticky-panel label {
    color: #333;
}

.dxd-mom-sticky-panel-collapsed {
    position: fixed;
    display: block;
    margin-right: -6px;
    z-index: 9999;
}

.dxd-mom-sticky-panel-header {
    font-size: 2em;
    margin: 0px;
    color: #006eab;
}

.dxd-mom-sticky-panel-icon {
    margin: 0.5em 0em 0em 1em;
}

.dxd-mom-sticky-panel-icon i {
    font-size: 1.2em;
    display: inline-block;
    float: left;
    -webkit-text-stroke: 1px #006eab;
}

.dxd-mom-sticky-panel-title {
    font-size: 0.8em;
    display: inline-block;
    float: left;
    margin-left: 1em;
    color: #333;
}

.dxd-mom-sticky-panel-toggle,
.dxd-mom-sticky-panel-toggle-collapsed {
    font-size: 1em;
    display: inline-block;
    float: right;
    margin-right: 1em;
    font-family: 'Linearicons'
}

.dxd-mom-sticky-panel-toggle:before {
    content: "\e75f";
    -webkit-text-stroke: 1px #006eab;
}

.dxd-mom-sticky-panel-toggle-collapsed:before {
    content: "\e760";
    -webkit-text-stroke: 1px #006eab;
}

.dxd-mom-sticky-panel-container {
    display: inline-block;
    clear: both;
    width: 100%;
    padding-left: 7em;
    text-align: left;
}

.dxd-mom-sticky-panel-text-filter {
    margin: 1em 8em;
    text-align: left;
}

.dxd-mom-sticky-panel-text-filter {
    margin: 1em 7em;
    text-align: left;
}

.dxd-mom-sticky-panel-text-filter label {
    z-index: 99 !important;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-sticky-panel-column {
        display: block;
    }
    .dxd-mom-sticky-panel-header {
        font-size: 1.8em;
        text-align: left;
    }
    .dxd-mom-sticky-panel-icon {
        display: none;
    }
    .dxd-mom-sticky-panel {
        max-height: 100vh;
        overflow-y: auto;
    }
    .dxd-mom-sticky-panel-container {
        overflow-y: auto;
        width: 100%;
        padding-left: 0.5em;
    }
    .dxd-mom-sticky-panel-text-filter {
        margin: 1em;
        padding: 0 1em 0 0;
        text-align: left;
    }
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-panel {
    padding: 0px;
    display: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
    display: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-panel.dxd-mom-r-tabs-state-active {
    display: block;
}


/* Accordion responsive breakpoint */

@media only screen and (max-width: 900px) {
    .dxd-mom-r-tabs .dxd-mom-r-tabs-nav {
        display: none;
    }
    .dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
        display: block;
    }
    .dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title~.dxd-mom-r-tabs-panel {
        border-bottom: 1px solid #FFB74D;
    }
    .dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
        border-bottom: 1px solid #FFB74D;
    }
}

.dxd-mom-r-tabs {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}


/* Tab element */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-tab {
    position: relative;
    background-color: #fff;
}


/* Tab anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
    color: #333;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav a:focus {
    background-color: transparent;
}


/* Disabled tab */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-state-disabled {
    opacity: 0.5;
}


/* Active state tab anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor {
    border-bottom: 6px #a36818 solid;
    color: #a36818;
    text-decoration: none;
}


/* Tab panel */

.dxd-mom-r-tabs .dxd-mom-r-tabs-panel {}


/* Accordion anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title .dxd-mom-r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #fff;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-size: 1em;
    border: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title a:focus {
    background-color: transparent;
}


/* Active accordion anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title.dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor {
    border-bottom: 6px #a36818 solid;
    color: #a36818;
    text-shadow: none;
}


/* Disabled accordion button */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title.dxd-mom-r-tabs-state-disabled {
    opacity: 0;
}

.dxd-mom-watch-list {
    background: #FAFAFA;
    border: 1px solid #B3C1CA;
    border-radius: 4px;
    color: #333333;
    margin: 10px auto;
    display: block;
    min-width: 40px;
    margin: 0 0 1em 0;
    /* height: 100%; */
    overflow: hidden;
}

.dxd-mom-watch-list-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 25px 0px;
    padding: 0px 14px;
    height: 26px;
    vertical-align: middle;
    color: #333333;
}

.dxd-mom-watch-list-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5 rem;
    color: #333333;
}

.dxd-mom-watch-list ul {
    list-style-type: none;
    margin: 0.5em 1em 0 1em;
}

.dxd-mom-watch-list .dxd-mom-watch-list-item {
    position: relative;
    display: inline-block;
    color: #333333;
    border-bottom: 1px solid #DBDBDB;
    height: auto;
    width: 100%;
    padding: 0.5em 0;
}

.dxd-mom-watch-list-item-link {
    float: left;
    display: inline-block;
    width: 100%;
}

.dxd-mom-watch-list-item-ts {
    float: right;
    top: 0.5em;
    right: 0;
    display: inline-block;
    color: #666666;
    clear: right;
    position: absolute;
}

.dxd-mom-watch-list-item-info {
    float: left;
    display: inline-block;
    width: 100%;
}

.dxd-mom-full-watch-list {
    display: none;
}

.dxd-mom-short-watch-list li.dxd-mom-watch-list-item:nth-of-type(1n+11) {
    display: none;
}

.dxd-mom-short-watch-list li.dxd-mom-watch-list-item:nth-of-type(10),
li.watch-list-item:last-child,
.dxd-mom-watch-list ul li:last-child {
    border: none !important;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-watch-list {
        display: block;
        min-width: 40px;
        margin: 0px;
        height: 100%;
        overflow: hidden;
        background: #FAFAFA;
    }
    .dxd-mom-watch-list .dxd-mom-watch-list-item {
        position: relative;
        color: #333333;
    }
    .dxd-mom-watch-list-item-info {
        float: left;
        display: block;
        width: 100%;
    }
    .dxd-mom-watch-list-item-ts {
        position: relative;
        width: 100%;
        margin-bottom: 0.5em;
    }
    .dxd-mom-short-watch-list li.dxd-mom-watch-list-item:nth-of-type(1n+6) {
        display: none;
    }
    .dxd-mom-short-watch-list li.dxd-mom-watch-list-item:nth-of-type(5) {
        border: none;
    }
    .dxd-mom-full-watch-list {
        display: block;
        margin: 10px 20px;
    }
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}


/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}

.pika-single:after {
    clear: both
}

.pika-single {
    *zoom: 1
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 14px;
    line-height: 15px;
    text-align: right;
    background: #fff;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: 600;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}


/* styling for abbr */

.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/


/* @group Base */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-select {
    width: 100%;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    background: white url('chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    /* color: #777; */
    color: #555455;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #555455;
    cursor: default;
}


/* @end */


/* @group Active  */

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('chosen-sprite.png') no-repeat -30px -20px;
    background: url('chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

.chosen-container-multi .chosen-choices {
    border: 2px #b3c1ca solid;
    padding: .6em 1em;
    border-radius: 4px;
    color: #333;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 1em;
    background: #fff;
}

.chosen-container-multi .chosen-choices:focus {
    border-color: #51A7E8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)inset, 0 0 5px rgba(81, 167, 232, .5);
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: #D38D27 1px solid;
    background: #ffb74d !important;
}


/* @end */


/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}


/* @end */


/*------------------------------------*\
    MAIN.CSS
\*------------------------------------*/


/**
 * CSS Guidelines: https://github.com/csswizardry/CSS-Guidelines
 * Naming Convention: https://github.com/csswizardry/CSS-Guidelines#naming-conventions
 *
 * BEM Methodology:
 * ----------------
 * http://bem.info/
 * http://coding.smashingmagazine.com/2012/04/16/a-new-front-end-methodology-bem/
 * http://nicolasgallagher.com/about-html-semantics-front-end-architecture/
 *
 * .block{}
 * .block__element{}
 * .block--modifier{}
 *
 * .block represents the higher level of an abstraction or component.
 * .block__element represents a descendent of .block that helps form .block as a whole.
 * .block--modifier represents a different state or version of .block.
 */


/**
 * Import Variables
 */


/*------------------------------------*\
    $DEBUG
\*------------------------------------*/


/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */


/*------------------------------------*\
    $BASE
\*------------------------------------*/


/*------------------------------------*\
    $SOCIAL MEDIA
\*------------------------------------*/


/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/


/*------------------------------------*\
    $UI ELEMENTS
\*------------------------------------*/


/* Borders */


/*------------------------------------*\
    $TEXT DIRECTION
\*------------------------------------*/


/*------------------------------------*\
    $GRID SETTINGS
\*------------------------------------*/


/*------------------------------------*\
    $BREAKPOINTS
\*------------------------------------*/


/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/


/**
     * Mobile Sizes
     */


/**
     * Tablet
     */


/**
     * Desktop font size
     * Both tablets and desktops
     */


/**
 * Optional font sizes
 */


/*------------------------------------*\
    $LINKS
\*------------------------------------*/


/*------------------------------------*\
    $FORMS
\*------------------------------------*/


/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/


/**
     * Button default
     */


/**
     * Button primary
     */


/**
     * Button Secondary
     */


/**
     * Button inverted
     */


/**
     * Button inactive
     */


/*------------------------------------*\
    $TABLE
\*------------------------------------*/


/*------------------------------------*\
    $ALERTS
\*------------------------------------*/


/**
 * Z-Index documentation
 */


/*
.mom-search: z-index: 2
.mom-search-inner: z-index: 2
.search-zone-query: z-index: 1
.search-overlay: z-index: 10
.topbar: z-index: 11
.menu-holder : z-index: 11
.menu-holder .main-navigation: z-index: 1
.menu-bar-pinned .menu-holder: z-index: 11
 */


/**
 * Setup
 */


/**
 * Import Inuit
 */


/**
 * She's all yours, cap'n... Begin importing your stuff here.
 */


/*------------------------------------*\
    TAPESTRY.CSS
\*------------------------------------*/


/**
 * Atomic Design
 */


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


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

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


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


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


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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    /*float: left;
width: 100%;*/
}


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

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


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

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


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

[hidden],
template {
    display: none;
}


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


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

a {
    background: transparent;
}


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

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


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


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

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


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

b,
strong {
    font-weight: bold;
}


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

dfn {
    font-style: italic;
}


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

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


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

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


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

small {
    font-size: 80%;
}


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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


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


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

img {
    border: 0;
}


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

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


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


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

figure {
    margin: 1em 40px;
}


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

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


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

pre {
    overflow: auto;
}


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

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


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


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


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

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


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

button {
    overflow: visible;
}


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

button,
select {
    text-transform: none;
}


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

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


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

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


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

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


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

input {
    line-height: normal;
}


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

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


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

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


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

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


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

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


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

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


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

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


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

textarea {
    overflow: auto;
}


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

optgroup {
    font-weight: bold;
}


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


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

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

td,
th {
    padding: 0;
}


/*------------------------------------*\
    RESET.CSS
\*------------------------------------*/


/**
* Let�s make the box model all nice, shall we...?
*/

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


/**
 * The usual...
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0;
}


/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

abbr[title],
dfn[title] {
    cursor: help;
}


/**
 * Remove underlines from potentially troublesome elements.
 */

u,
ins {
    text-decoration: none;
}


/**
 * Apply faux underline via `border-bottom`.
 */

ins {
    border-bottom: 1px solid;
}


/**
 * So that `alt` text is visually offset if images don�t load.
 */

img {
    font-style: italic;
}


/**
 * Give form elements some cursor interactions...
 */

label,
input,
textarea,
button,
select,
option {
    cursor: pointer;
}

.dxd-mom-text-input:active,
.dxd-mom-text-input:focus,
textarea:active,
textarea:focus {
    cursor: text;
    outline: none;
}

.dxd-mom-text-grey-instruction {
    color: #6a6a6a;
    margin-top: -20px;
}


/*------------------------------------*\
    $SHARED
\*------------------------------------*/


/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */


/**
 * Base elements
 */

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.dxd-mom-islet h1,
.dxd-mom-islet h2,
.dxd-mom-islet h3,
.dxd-mom-islet h4,
.dxd-mom-islet h5,
.dxd-mom-islet h6,
.dxd-mom-islet hgroup,
.dxd-mom-islet ul,
.dxd-mom-islet ol,
.dxd-mom-islet dl,
.dxd-mom-islet blockquote,
.dxd-mom-islet p,
.dxd-mom-islet address,
.dxd-mom-islet table,
.dxd-mom-islet fieldset,
.dxd-mom-islet figure,
.dxd-mom-islet pre {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}


/**
 * Doubled up `margin-bottom` helper class.
 */

.dxd-mom-landmark {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}


/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */

hr {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
}


/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */

ul,
ol,
dd {
    margin-left: 48px;
    margin-left: 3rem;
}


/**
* Import Modules
*/


/*------------------------------------*\
	MIXINS
\*------------------------------------*/


/**
 * Clearfix
 */


/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */


/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */


/**
 * Font size mixin
 */


/**
 * Media Query Mixin
 */


/**
 * Box Shadow Base
 */


/**
 * Light Links
 */


/**
 * Link Colors: Part of Compass
 */


/**
 * Focus Styles
 */

.dxd-mom-text-input:focus,
textarea:focus,
.dxd-mom-btn:focus,
.dxd-mom-link-filter-toggle:focus,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:focus,
.dxd-mom-trip-close:focus,
.dxd-mom-trip-next:focus,
.dxd-mom-trip-prev:focus,
.dxd-mom-search-active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
    border-color: #51A7E8;
}


/**
 * Rem Units
 * Converts properties to both REM and Pixel Values. Based on line-height
 * @include rem(margin-bottom, 0.5)
 * @include rem(padding, 1, 20px);
 */


/**
 * Helper function for REM
 * @include rem-full(padding, 10px 20px 10px 30px);
 */


/**
 * Grids
 */


/**
 * Calculates Percentage for each column
 */


/**
 * Convert numbers to words
 * 1 => 'one'
 */


/**
 * Dark Module
 */


/**
 * Inline List
 */


/* Mixin for Bordered Blocks */


/* Mixin for Box Shadow */

.dxd-mom-media-grid--blocks>li:hover {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4);
}


/* Mixin for Box Shadow - Normal */


/**
 * Bright Module
 */


/* Darker Inputs */


/**
 * Links for MOM Website. Icon + Text
 */

.dxd-mom-link--form,
.dxd-mom-category-forms,
.dxd-mom-link--service,
.dxd-mom-category-eservice,
.dxd-mom-link--smartform,
.dxd-mom-link--page,
.dxd-mom-link--legal,
.dxd-mom-link--print,
.dxd-mom-link--kb,
.dxd-mom-link--question,
.dxd-mom-link--location,
.dxd-mom-link--phone,
.dxd-mom-link--fax,
.dxd-mom-link--news,
.dxd-mom-link--edit,
.dxd-mom-rate-mom a,
.dxd-mom-link--mail,
.dxd-mom-link--download,
.dxd-mom-link-download-ical,
.dxd-mom-link--newsroom,
.dxd-mom-link--legislation,
.dxd-mom-link--apps,
.dxd-mom-link--enter,
.dxd-mom-link--exit,
.dxd-mom-link--contact,
.dxd-mom-link--feedback,
.dxd-mom-link--sitemap {
    padding-left: 1.6em;
    display: inline-block;
}

.dxd-mom-link--form:before,
.dxd-mom-category-forms:before,
.dxd-mom-link--service:before,
.dxd-mom-category-eservice:before,
.dxd-mom-link--smartform:before,
.dxd-mom-link--page:before,
.dxd-mom-link--legal:before,
.dxd-mom-link--print:before,
.dxd-mom-link--kb:before,
.dxd-mom-link--question:before,
.dxd-mom-link--location:before,
.dxd-mom-link--phone:before,
.dxd-mom-link--fax:before,
.dxd-mom-link--news:before,
.dxd-mom-link--edit:before,
.dxd-mom-rate-mom a:before,
.dxd-mom-link--mail:before,
.dxd-mom-link--download:before,
.dxd-mom-link-download-ical:before,
.dxd-mom-link--newsroom:before,
.dxd-mom-link--legislation:before,
.dxd-mom-link--apps:before,
.dxd-mom-link--enter:before,
.dxd-mom-link--exit:before,
.dxd-mom-link--contact:before,
.dxd-mom-link--feedback:before,
.dxd-mom-link--sitemap:before {
    margin-left: -1.5em;
    margin-top: 3px;
    margin-right: 0.2em;
    font-style: normal;
    font-weight: normal;
    width: 1.28571em;
    text-align: center;
}


/**
 * Media query
 * $breakpoints defined in variables.scss
 */


/**
 * Mobile button
 */

.dxd-mom-link--form:before,
.dxd-mom-category-forms:before,
.dxd-mom-link--service:before,
.dxd-mom-category-eservice:before,
.dxd-mom-link--smartform:before,
.dxd-mom-link--page:before,
.dxd-mom-link--legal:before,
.dxd-mom-link--print:before,
.dxd-mom-link--kb:before,
.dxd-mom-link--question:before,
.dxd-mom-link--location:before,
.dxd-mom-link--phone:before,
.dxd-mom-link--fax:before,
.dxd-mom-link--news:before,
.dxd-mom-link--edit:before,
.dxd-mom-rate-mom a:before,
.dxd-mom-link--mail:before,
.dxd-mom-link--download:before,
.dxd-mom-link-download-ical:before,
.dxd-mom-link--newsroom:before,
.dxd-mom-link--legislation:before,
.dxd-mom-link--apps:before,
.dxd-mom-link--enter:before,
.dxd-mom-link--exit:before,
.dxd-mom-link--contact:before,
.dxd-mom-link--feedback:before,
.dxd-mom-link--sitemap:before,
.dxd-mom-list--arrow>li:before,
.dxd-mom-footable-last-column .dxd-mom-footable-toggle:after,
.dxd-mom-table-dbapp .dxd-mom-footable-toggle:before,
.dxd-mom-link--close:before,
.dxd-mom-alert__close:before,
.dxd-mom-notification .dxd-mom-notification-close:before,
.dxd-mom-link--close-rounded:before,
.dxd-mom-link--external:after,
.dxd-mom-link-pdf:after,
.dxd-mom-link-doc:after,
.dxd-mom-link-docx:after,
.dxd-mom-link-xls:after,
.dxd-mom-link-xlsx:after,
.dxd-mom-link-csv .dxd-mom-link-external:after,
.dxd-mom-link-filter-toggle:before,
.dxd-mom-link--arrow:before,
.dxd-mom-link--minus:before,
.dxd-mom-link--plus:before,
.dxd-mom-link--lock:before,
.dxd-mom-link--unlock:before,
.dxd-mom-link--back:before,
.dxd-mom-input-wrap .dxd-mom-btn-search:before,
.dxd-mom-btn-calendar:before,
.dxd-mom-btn-calculator:before,
.dxd-mom-btn-download:before,
.dxd-mom-link-menu:before,
.dxd-mom-ui-breadcrumbs .dxd-mom-crumb-dropdown-link:before,
.dxd-mom-ui-breadcrumbs>a:after,
.dxd-mom-breadcrumbs-home:before,
.dxd-mom-breadcrumbs-mobile:before,
.dxd-mom-link-search:before,
.dxd-mom-tab__handle--mobile:after,
.dxd-mom-accordion__header:after,
.dxd-mom-tab__handle--mobile:after,
.dxd-mom-toggle__header:before,
.dxd-mom-toggle-enhanced>.dxd-mom-toggle__header:before,
.dxd-mom-toggle__link>span:after,
.dxd-mom-tooltip-close:before,
.dxd-mom-alert:after,
.dxd-mom-pages .dxd-mom-previous:before,
.dxd-mom-pages .dxd-mom-next:after,
.dxd-mom-ui-related h2:before,
.dxd-mom-list-pane a:after,
.dxd-mom-search-zone-text:after,
.dxd-mom-search-zone-submit .dxd-mom-btn:before,
.dxd-mom-search-zone-submit .dxd-mom-link-filter-toggle:before,
.dxd-mom-search-zone-submit .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:before,
.dxd-mom-introjs-search .dxd-mom-search-zone-submit .dxd-mom-introjs-skipbutton:before,
.dxd-mom-search-zone-submit .dxd-mom-trip-close:before,
.dxd-mom-search-zone-submit .dxd-mom-trip-next:before,
.dxd-mom-search-zone-submit .dxd-mom-trip-prev:before,
.dxd-mom-search-clear:before,
.dxd-mom-arrow-return,
.dxd-mom-notification .dxd-mom-notification-text:before,
.dxd-mom-dataTables_filter label:after,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child:before,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child:before,
.dxd-mom-icon-social-facebook:before,
.dxd-mom-icon-social-twitter:before,
.dxd-mom-icon-social-blogger:before,
.dxd-mom-icon-social-youtube:before,
.dxd-mom-icon-share-fb:before,
.dxd-mom-icon-share-tw:before,
.dxd-mom-icon-share-email:before,
.dxd-mom-item-top-hit:before,
.dxd-mom-combo-arrow:before,
.dxd-mom-quota-result:before,
.dxd-mom-step-status:before {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
}


/*------------------------------------*\
    BASE.CSS
\*------------------------------------*/


/**
 * HTML
 */

html {
    font: 1em/1.5 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    text-rendering: optimizeLegibility;
}


/**
 * Image
 */

img[width] {
    max-width: none;
}


/**
 * Ifrmae
 */

iframe {
    border: none;
    vertical-align: top;
}

.dxd-mom-t-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.dxd-mom-t-container .dxd-mom-container,
.dxd-mom-t-container .dxd-mom-page-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------*\
    $HELPER
\*------------------------------------*/


/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn�t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */


/**
 * Add/remove floats
 */

.dxd-mom-float--right {
    float: right !important;
}

.dxd-mom-float--left {
    float: left !important;
}

.dxd-mom-float--none {
    float: none !important;
}


/**
 * Text alignment
 */

.dxd-mom-text--left {
    text-align: left !important;
}

.dxd-mom-text--center {
    text-align: center !important;
}

.dxd-mom-text--right {
    text-align: right !important;
}


/**
 * Font weights
 */

.dxd-mom-weight--light {
    font-weight: 300 !important;
}

.dxd-mom-weight--normal {
    font-weight: 400 !important;
}

.dxd-mom-weight--semibold {
    font-weight: 600 !important;
}


/**
 * Add/remove margins
 */

.dxd-mom-push {
    margin: 24px !important;
}

.dxd-mom-push--top {
    margin-top: 24px !important;
}

.dxd-mom-push--right {
    margin-right: 24px !important;
}

.dxd-mom-push--bottom {
    margin-bottom: 24px !important;
}

.dxd-mom-push--left {
    margin-left: 24px !important;
}

.dxd-mom-push--ends {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.dxd-mom-push--sides {
    margin-right: 24px !important;
    margin-left: 24px !important;
}

.dxd-mom-push-half {
    margin: 12px !important;
}

.dxd-mom-push-half--top {
    margin-top: 12px !important;
}

.dxd-mom-push-half--right {
    margin-right: 12px !important;
}

.dxd-mom-push-half--bottom {
    margin-bottom: 12px !important;
}

.dxd-mom-push-half--left {
    margin-left: 12px !important;
}

.dxd-mom-push-half--ends {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.dxd-mom-push-half--sides {
    margin-right: 12px !important;
    margin-left: 12px !important;
}

.dxd-mom-flush {
    margin: 0 !important;
}

.dxd-mom-flush--top {
    margin-top: 0 !important;
}

.dxd-mom-flush--right {
    margin-right: 0 !important;
}

.dxd-mom-flush--bottom {
    margin-bottom: 0 !important;
}

.dxd-mom-flush--left {
    margin-left: 0 !important;
}

.dxd-mom-flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dxd-mom-flush--sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/**
 * Add/remove paddings
 */

.dxd-mom-soft {
    padding: 24px !important;
}

.dxd-mom-soft--top {
    padding-top: 24px !important;
}

.dxd-mom-soft--right {
    padding-right: 24px !important;
}

.dxd-mom-soft--bottom {
    padding-bottom: 24px !important;
}

.dxd-mom-soft--left {
    padding-left: 24px !important;
}

.dxd-mom-soft--ends {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.dxd-mom-soft--sides {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.dxd-mom-soft-half {
    padding: 12px !important;
}

.dxd-mom-soft-half--top {
    padding-top: 12px !important;
}

.dxd-mom-soft-half--right {
    padding-right: 12px !important;
}

.dxd-mom-soft-half--bottom {
    padding-bottom: 12px !important;
}

.dxd-mom-soft-half--left {
    padding-left: 12px !important;
}

.dxd-mom-soft-half--ends {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.dxd-mom-soft-half--sides {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.dxd-mom-hard {
    padding: 0 !important;
}

.dxd-mom-hard--top {
    padding-top: 0 !important;
}

.dxd-mom-hard--right {
    padding-right: 0 !important;
}

.dxd-mom-hard--bottom {
    padding-bottom: 0 !important;
}

.dxd-mom-hard--left {
    padding-left: 0 !important;
}

.dxd-mom-hard--ends {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dxd-mom-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/**
 * Pull items full width of `.island` parents.
 */

.dxd-mom-full-bleed {
    margin-right: -24px !important;
    margin-left: -24px !important;
}

.dxd-mom-islet .dxd-mom-full-bleed {
    margin-right: -12px !important;
    margin-left: -12px !important;
}


/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */

.dxd-mom-informative {
    cursor: help !important;
}


/**
 * Mute an object by reducing its opacity.
 */

.dxd-mom-muted {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
}


/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */

.dxd-mom-proceed {
    text-align: right !important;
}


/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */

.dxd-mom-go:after {
    content: "\00A0" "\00BB" !important;
}


/**
 * Apply capital case to an element (usually a `strong`).
 */

.dxd-mom-caps {
    text-transform: uppercase !important;
}


/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */

.dxd-mom-accessibility,
.dxd-mom-visuallyhidden,
.dxd-mom-panel--criteria legend {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px !important;
}


/**
 * JS Hide class
 */

.dxd-mom-js-hide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 1px !important;
    visibility: hidden;
}


/**
 * Show in print
 */

.dxd-mom-show-in-print {
    display: none;
}


/**
 * Phone number helper
 */

@media only screen and (min-width: 960px) {
    a[href^="tel:"] {
        font-weight: normal !important;
        cursor: text;
    }
    a[href^="tel:"],
    a[href^="tel:"]:hover,
    a[href^="tel:"]:visited {
        color: #333;
        text-decoration: none;
    }
}


/*------------------------------------*\
    ELEMENTS.CSS
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY.CSS
\*------------------------------------*/


/**
 * Headings 1 to 6
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}


/**
 * Headings
 */


/* Increase font weight for specific headings */

h3,
h4,
h5,
h6 {
    line-height: 1.5;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

@media only screen and (min-width: 600px) {}

p+h3,
p+h4,
p+h5,
p+h6 {
    padding-top: 12px;
    padding-top: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/* Headings after paragraph */

p+h2,
ul+h2,
ol+h2,
.dxd-mom-alert+h2,
.dxd-mom-ui-alert+h2,
.dxd-mom-ui-toggle+h2,
.dxd-mom-ui-accordion+h2,
.dxd-mom-ui-panel+h2,
.dxd-mom-panel+h2,
.dxd-mom-ui-tabs+h2,
.dxd-mom-ui-media+h2,
button+h2 {
    padding-top: 12px;
    padding-top: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Top padding after summary
 */

.dxd-mom-text--lead+h2 {
    padding-top: 0;
}


/* Top padding for lists */


/*
 * Paragraph
 */

.dxd-mom-text--lead {
    letter-spacing: -0.5px;
    font-weight: 600;
}

.dxd-mom-text--secondary {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-text--tertiary {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.dxd-mom-text--base {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}


/**
 * Block Text
 */

.dxd-mom-text--block {
    display: block;
    padding-bottom: 5px;
}

.dxd-mom-text--block:last-child {
    padding-bottom: 0;
}


/**
 * Color Variations
 */

.dxd-mom-text--light {
    color: #6a6a6a;
}

.dxd-mom-text--brand {
    color: #e57200;
}


/**
 * Text strike
 */

.dxd-mom-text--strike {
    text-decoration: line-through;
}


/**
 * Text Hint
 *
 */

.dxd-mom-text--hint {
    font-size: 14px;
    font-size: 0.875rem;
    color: #6a6a6a;
}


/**
 * Required Text
 */

.dxd-mom-text--required {
    color: #D0021B;
    font-size: 12px;
    padding-left: 5px;
    vertical-align: top;
}


/**
 * Large Text
 */

.dxd-mom-text--callout {
    display: block;
    line-height: 1;
    margin: 0 0 5px 0;
}


/**
 * Nowrap Text
 */

.dxd-mom-text--nowrap {
    white-space: nowrap;
}


/*------------------------------------*\
		LIST.CSS
\*------------------------------------*/


/**
 * List
 */

ul,
ol {
    margin-left: 2em;
    margin-bottom: 16.00008px;
    margin-bottom: 1.00001rem;
    /* List items with p */
}

@media only screen and (min-width: 600px) {}

p+ul,
p+ol {
    margin-top: -12px;
    margin-top: -0.75rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Unordered List Style
 */

ul {
    list-style-type: disc;
}


/**
 * Nested List
 */

li>ul,
li>ol {
    margin-top: 12px;
    margin-top: 0.75rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}


/**
 * List item
 */

li {
    margin-bottom: 7.992px;
    margin-bottom: 0.4995rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Definition List
 */

dl {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

dd {
    margin-left: 0;
}


/**
 * Defintion Title
 */

dt {
    font-weight: bold;
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}

dt:first-child {
    margin-top: 0;
}

dt+dt {
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Definition list
 */

.dxd-mom-list--dl {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    margin: 0;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-list--dl dd {
    padding-bottom: 10px;
}


/**
 * List With Bottom Borders
 * <ul class="list--bordered">
 */

.dxd-mom-list--bordered {
    list-style: none;
    margin-left: 0;
}

.dxd-mom-list--bordered>li {
    border-bottom: 1px #7c7f81 solid;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Inline List
 */

.dxd-mom-list--inline {
    list-style: none;
    margin-left: 0;
}

.dxd-mom-list--inline>li {
    display: inline;
    margin-right: 24px;
    margin-right: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Unstyled List
 */

.dxd-mom-list--unstyled {
    list-style: none;
    margin-left: 0;
}


/**
 * Block List
 */

.dxd-mom-list--block {
    list-style: none;
    margin-left: 0;
    /* headings */
    /* paragraphs */
    /* Meta information */
}

.dxd-mom-list--block>li {
    border-bottom: 1px #d8d8d8 solid;
    padding: 1em 0;
    margin-bottom: 0;
}

.dxd-mom-list--block>li:last-child {
    border-bottom: none;
}

.dxd-mom-list--block h3 {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-list--block p {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-list--block p+p {
    padding-top: 12px;
    padding-top: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-list--block .dxd-mom-meta-info {
    margin-top: 0;
}


/**
 * Lists inside page content
 */

.dxd-mom-page-content ul,
.dxd-mom-page-content ol {
    *zoom: 1;
}

.dxd-mom-page-content ul:before,
.dxd-mom-page-content ul:after,
.dxd-mom-page-content ol:before,
.dxd-mom-page-content ol:after {
    content: " ";
    display: table;
}

.dxd-mom-page-content ul:after,
.dxd-mom-page-content ol:after {
    clear: both;
}


/**
 * Pass map
 */

.dxd-mom-pass-map {
    list-style: none;
    margin-left: 0;
    border: 1px #ACB3BF solid;
    display: table;
    width: 100%;
    clear: both;
    background: #D6DBE5;
    /* ul */
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pass-map {
        border-bottom-width: 0;
    }
}

.dxd-mom-pass-map li {
    margin: 0;
}

.dxd-mom-pass-map>li {
    border-top: 1px #b3c1ca solid;
    margin: 0;
    position: relative;
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pass-map>li {
        display: table-row;
    }
}

.dxd-mom-pass-map>li:first-child {
    border-top: none;
}

.dxd-mom-pass-map>li>span {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    border-bottom: 1px #ACB3BF solid;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pass-map>li>span {
        border-right: 1px #ACB3BF solid;
        min-width: 130px;
    }
}

.dxd-mom-pass-map ul {
    margin: 0;
    list-style: none;
    padding: 0;
    top: 0;
    width: 100%;
    color: #333;
    vertical-align: top;
    background: #fff;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pass-map ul {
        border-bottom: 1px #ACB3BF solid;
        display: table-cell;
        width: 100%;
        padding-bottom: 10px;
    }
}

.dxd-mom-pass-map ul>li {
    padding: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    max-width: 100%;
    border-top: 1px #c8cfdc solid;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pass-map ul>li {
        border: 1px #c8cfdc solid;
        background: #E7EAF0;
        border-radius: 4px;
        display: inline-block;
        float: left;
        vertical-align: top;
        max-width: 115px;
        min-height: 105px;
        margin: 10px 0 0px 10px;
    }
}

.dxd-mom-pass-map ul>li:first-child {
    border-top-color: transparent;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pass-map ul>li:first-child {
        border-top-color: #c8cfdc;
    }
}


/**
 * Rounded list
 */

.dxd-mom-list-rounded {
    border-radius: 4px;
    list-style: none;
    margin-left: 8px;
    font-weight: 600;
}

.dxd-mom-list-rounded>li:last-child {
    margin-bottom: 0;
}


/**
 * List faq
 */

.dxd-mom-list--faq {
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

@media only screen and (min-width: 600px) {}


/**
 * List arrow
 */

.dxd-mom-list--arrow {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-list--arrow>li {
    padding-left: 25px;
    display: block;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-list--arrow>li:before {
    content: "\e766";
    color: #98C1D7;
    margin-left: -25px;
    margin-top: 5px;
    font-size: 14px;
    float: left;
}

.dxd-mom-list--arrow.dxd-mom-arrow-dark>li:before {
    color: #7c7f81;
}


/*------------------------------------*\
    TABLE STYLES
\*------------------------------------*/


/**
 * Table
 * Prevents conflicts with CMS
 */

.dxd-mom-table {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    width: 100%;
    text-align: left;
    /**
     * Table Cells
     */
    /* Theader */
    /**
     * List item margin
     */
    /* Center align */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-table th,
.dxd-mom-table td {
    vertical-align: top;
    padding: 0.5em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-table th,
    .dxd-mom-table td {
        padding: 0.7em 1em;
    }
}

.dxd-mom-table th,
.dxd-mom-table thead td {
    font-weight: 600;
}

.dxd-mom-table ul:last-child,
.dxd-mom-table p:last-child {
    margin-bottom: 0;
}

.dxd-mom-table ul:last-child>li:last-of-type {
    margin-bottom: 0;
}

.dxd-mom-table .dxd-mom-vmiddle {
    vertical-align: middle;
}


/**
 * Colspan Override
 */

[colspan] {
    text-align: left;
}


/**
 * Condensed Table
 */

.dxd-mom-table--condensed td,
.dxd-mom-table--condensed th {
    padding: 5px;
}


/**
 * Zebra Table
 */

.dxd-mom-table--zebra tr:nth-child(even) {
    background: #eee;
}


/**
* Table Hover
*/

.dxd-mom-table--hover tr:hover>td {
    background: #ffc;
}


/**
 * Bordered Table
 */

.dxd-mom-table--bordered {
    border-collapse: collapse;
}

.dxd-mom-table--bordered td,
.dxd-mom-table--bordered th {
    border: 1px #b3c1ca solid;
}

.dxd-mom-table--bordered th {
    border-color: #ACB3BF;
}

.dxd-mom-table--bordered th,
.dxd-mom-table--bordered thead th,
.dxd-mom-table--bordered thead td {
    background: #D6DBE5;
    border-color: #ACB3BF;
}


/* Responsive Table */


/* Foo table */

.dxd-mom-footable-row-detail-name {
    font-weight: 600;
    padding-bottom: 0.5em;
}


/* Cell */

.dxd-mom-phone .dxd-mom-footable-last-column,
.dxd-mom-phone .dxd-mom-footable-first-column {
    padding-right: 25px;
}

.dxd-mom-footable-row-detail>td {
    border-top: none;
    padding-top: 0;
}

.dxd-mom-footable-last-column .dxd-mom-footable-toggle {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dxd-mom-footable-last-column .dxd-mom-footable-toggle:after {
    content: "\e760";
    position: absolute;
    right: -15px;
    top: 8px;
    font-size: 12px;
}

.dxd-mom-footable-detail-show .dxd-mom-footable-toggle:after {
    content: "\e75f";
}

.dxd-mom-footable-detail-show>.dxd-mom-footable-first-column {
    border-bottom: none;
}


/* Row */

.dxd-mom-footable-row-detail-row+.dxd-mom-footable-row-detail-row {
    padding-top: 15px;
}


/**
 * Pass table
 */

.dxd-mom-table--passes {
    /* For collapsed table */
}

.dxd-mom-table--passes thead>tr>th:first-child {
    width: 280px;
}

.dxd-mom-table--passes.dxd-mom-phone h3 {
    margin-bottom: 0;
}

.dxd-mom-table--passes th,
.dxd-mom-table--passes td {
    padding: 0.7em;
}


/**
 * col glance
 */

.dxd-mom-col-glance {
    width: 150px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-col-glance {
        width: 200px;
    }
}


/**
 * Holidays
 */

.dxd-mom-table--holiday {
    border: 1px #b3c1ca solid;
    border-top-width: 0;
    border-collapse: separate;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    /* Holiday alert */
    /**
     * Past holiday
     */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-table--holiday td,
.dxd-mom-table--holiday th {
    border-right: none;
    border-left: none;
    border-bottom: none;
    vertical-align: middle;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.dxd-mom-table--holiday .dxd-mom-has-no-border td {
    border-top-width: 0;
    padding-top: 0;
}

.dxd-mom-table--holiday .dxd-mom-cell-holiday-alert {
    font-weight: normal;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (max-width: 599px) {
    .dxd-mom-table--holiday .dxd-mom-cell-holiday-alert {
        padding: 5px 0;
    }
}

.dxd-mom-table--holiday .dxd-mom-text-date-mobile {
    display: none;
    font-weight: normal;
}

@media only screen and (max-width: 500px) {
    .dxd-mom-table--holiday .dxd-mom-text-date-mobile {
        display: block;
    }
}

.dxd-mom-table--holiday .dxd-mom-cell-holiday-name {
    font-weight: bold;
}

.dxd-mom-table--holiday .dxd-mom-footable-first-column {
    padding-right: 0.1em;
    width: 55px;
}

.dxd-mom-table--holiday .dxd-mom-row-next-holiday>th,
.dxd-mom-table--holiday .dxd-mom-row-next-holiday>td {
    background-color: #eee;
}

.dxd-mom-col-holiday-date {
    width: 180px;
}

.dxd-mom-col-holiday-day {
    width: 120px;
}


/**
 * Table with scope row
 */

.dxd-mom-table-row-scope th {
    width: 100px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-table-row-scope th {
        width: 160px;
    }
}


/**
 * Modified table
 */

.dxd-mom-d-table {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    *zoom: 1;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-d-table:before,
.dxd-mom-d-table:after {
    content: " ";
    display: table;
}

.dxd-mom-d-table:after {
    clear: both;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-d-table .dxd-mom-link--arrow {
        float: left;
        width: 50%;
        padding-right: 1em;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-d-table .dxd-mom-link--arrow {
        float: none;
        width: 33.333%;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-d-table {
        display: table;
        width: 100%;
    }
    .dxd-mom-d-table-row {
        display: table-row;
    }
    .dxd-mom-d-table-row>a {
        display: table-cell;
        vertical-align: top;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
    }
}


/**
 * Simple table
 */

.dxd-mom-table-simple th {
    border-bottom: 3px #333 solid;
    vertical-align: top;
}

.dxd-mom-table-simple td:first-child,
.dxd-mom-table-simple th:first-child {
    padding-left: 0;
}

.dxd-mom-table-simple td {
    vertical-align: middle;
}

.dxd-mom-table-simple tbody td {
    border-bottom: 1px #b3c1ca solid;
}

.dxd-mom-smartform-guided .dxd-mom-table-simple .dxd-mom-text-input {
    margin-bottom: 0;
}

.dxd-mom-table-simple .dxd-mom-text-input {
    min-width: 120px;
}


/**
 * Table with no border
 */

.dxd-mom-table-noborder {
    margin-bottom: 0;
}

.dxd-mom-table-noborder tbody th,
.dxd-mom-table-noborder tbody td {
    border: none;
}


/**
 * Sub head
 */

.dxd-mom-table .dxd-mom-sub-head th {
    border-bottom: 3px #333 solid;
    vertical-align: top;
    background: transparent;
}

.dxd-mom-table .dxd-mom-main-head th {
    padding-top: 1em;
    padding-bottom: 1em;
}

.dxd-mom-table .dxd-mom-cell-title {
    width: 180px;
}


/**
 * Table inside panel
 */

.dxd-mom-table-panel {
    margin-bottom: 1em;
    font-size: 14px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-table-panel {
        font-size: 16px;
    }
}

.dxd-mom-table-panel th,
.dxd-mom-table-panel td {
    text-align: left;
    vertical-align: middle;
    padding: 1.2em 1em;
}

.dxd-mom-table-panel td {
    vertical-align: top;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-table-panel td {
        vertical-align: middle;
    }
}

.dxd-mom-table-panel td:first-child {
    padding-top: 1.5em;
}

.dxd-mom-table-panel thead th,
.dxd-mom-table-panel thead td {
    border-bottom: 3px #333 solid;
}

.dxd-mom-table-panel tbody th {
    vertical-align: top;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-table-panel tbody th {
        vertical-align: middle;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-table-panel tbody th {
        padding-right: 40px;
        width: 360px;
    }
}

.dxd-mom-table-panel tbody th,
.dxd-mom-table-panel tbody td {
    border-top: 1px #B3C1CA solid;
}

.dxd-mom-table-panel select {
    margin: 0;
}

.dxd-mom-table-panel .dxd-mom-spacer {
    width: 60px;
}


/**
 * DB App responsive
 */

.dxd-mom-table-dbapp .dxd-mom-footable-row-detail>td {
    padding-top: 1em;
    border-top: 1px #b3c1ca solid;
}

.dxd-mom-table-dbapp .dxd-mom-footable-toggle:before {
    content: "\e772";
    margin-right: 5px;
}

.dxd-mom-table-dbapp .dxd-mom-footable-toggle:after {
    display: none;
}

.dxd-mom-table-dbapp .dxd-mom-footable-detail-show .dxd-mom-footable-toggle:before {
    content: "\e773";
}

.dxd-mom-table-dbapp.dxd-mom-breakpoint td.dxd-mom-footable-first-column {
    position: relative;
    padding-left: 28px;
}

.dxd-mom-table-dbapp.dxd-mom-breakpoint td.dxd-mom-footable-first-column .dxd-mom-footable-toggle {
    position: absolute;
    left: 8px;
    top: 8px;
}


/*------------------------------------*\
    LINKS.CSS
\*------------------------------------*/

a {
    color: #0067a1;
    text-decoration: none;
}

a:visited {
    color: #0067a1;
}

a:hover {
    color: #0067a1;
}

a:active {
    color: #0067a1;
}

a:hover {
    text-decoration: underline;
}


/**
 * Focus color
 */

a:focus {
    background-color: #E2F1FE;
}

a:focus>img {
    outline: 1px #E2F1FE dotted;
}


/**
 * Active State
 */

a:active {
    background-color: inherit;
}


/**
 * Light Links
 */

.dxd-mom-light--links a {
    color: #fff;
}

.dxd-mom-light--links a:visited {
    color: #fff;
}

.dxd-mom-light--links a:hover {
    color: #fff;
}

.dxd-mom-light--links a:active {
    color: #fff;
}


/**
 * Light Links
 */

.dxd-mom-link--body {
    color: #333;
}

.dxd-mom-link--body:visited {
    color: #333;
}

.dxd-mom-link--body:hover {
    color: #333;
}

.dxd-mom-link--body:active {
    color: #333;
}


/**
 * Underline Links
 */

.dxd-mom-link--uline {
    text-decoration: underline;
}


/**
 * Latest Link
 */

.dxd-mom-link--latest {
    font-weight: 400;
    display: none;
}

.dxd-mom-link--latest:hover {
    text-decoration: none;
}

.dxd-mom-link--latest .dxd-mom-fa {
    display: block;
    font-size: 24px;
}


/*------------------------------------*\
    MOM LINK STYLES
\*------------------------------------*/


/**
 * Link SG Gov
 */

.dxd-mom-link--gov {
    float: right;
}

.dxd-mom-link--gov>img {
    height: 22px;
    vertical-align: bottom;
}

.dxd-mom-branding--home .dxd-mom-link--gov {
    display: inline-block;
    padding: 5px;
    padding-right: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 5px 5px;
    margin-top: -20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.dxd-mom-branding--home .dxd-mom-link--gov>img {
    height: 20px;
}


/**
 * Link Close
 */

.dxd-mom-link--close,
.dxd-mom-alert__close,
.dxd-mom-notification .dxd-mom-notification-close {
    position: absolute;
    right: 8px;
    top: 8px;
}

.dxd-mom-link--close,
.dxd-mom-alert__close,
.dxd-mom-notification .dxd-mom-notification-close,
.dxd-mom-link--close:hover,
.dxd-mom-alert__close:hover,
.dxd-mom-notification .dxd-mom-notification-close:hover,
.dxd-mom-link--close:visited,
.dxd-mom-alert__close:visited,
.dxd-mom-notification .dxd-mom-notification-close:visited {
    color: #333;
}

.dxd-mom-link--close:before,
.dxd-mom-alert__close:before,
.dxd-mom-notification .dxd-mom-notification-close:before {
    content: "\e75e";
    font-size: 16px;
}


/**
 * Link Close
 */

.dxd-mom-link--close-rounded {
    position: absolute;
    right: -34px;
    top: 10px;
    cursor: pointer;
}

.dxd-mom-link--close-rounded,
.dxd-mom-link--close-rounded:hover,
.dxd-mom-link--close-rounded:visited {
    color: #333;
}

.dxd-mom-link--close-rounded:before {
    content: "\e771";
    font-size: 22px;
}


/**
 * Forms
 */

.dxd-mom-link--form:before,
.dxd-mom-category-forms:before {
    content: "\e654";
}


/**
 * Services
 */

.dxd-mom-link--service:before,
.dxd-mom-category-eservice:before {
    content: "\e631";
}


/**
 * External Site
 */

.dxd-mom-link--external:after {
    margin-left: 0.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e7b0";
    font-size: 0.8em;
}


/**
 * Smart Form
 */

.dxd-mom-link--smartform:before {
    content: "\e800";
}


/**
 * Page
 */

.dxd-mom-link--page:before {
    content: "\e64d";
}


/**
 * Legal
 */

.dxd-mom-link--legal:before {
    content: "\e6e1";
}


/**
 * print
 */

.dxd-mom-link--print:before {
    content: "\e64c";
}


/**
 * Read more
 */

.dxd-mom-link--more:after,
.dxd-mom-btn-search-viewall:after {
    font-family: 'LinearIcons';
    content: "\e801";
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 0.5em;
}


/**
 * Knowledge Base kb
 */

.dxd-mom-link--kb:before {
    content: "\e6aa";
}


/**
 * Question Link
 */

.dxd-mom-link--question:before {
    content: "\e76f";
}


/**
 * Location Link
 */

.dxd-mom-link--location:before {
    content: "\e68b";
}


/**
 * Phone Link
 */

.dxd-mom-link--phone:before {
    content: "\e689";
}


/**
 * Fax Link
 */

.dxd-mom-link--fax:before {
    content: "\e64c";
}


/**
 * News Link
 */

.dxd-mom-link--news:before {
    content: "\e657";
}


/**
 * Edit Link
 */

.dxd-mom-link--edit:before,
.dxd-mom-rate-mom a:before {
    content: "\e608";
}


/**
 * Contact Link
 */

.dxd-mom-link--mail:before {
    content: "\e641";
}


/**
 * Download Link
 */

.dxd-mom-link--download:before,
.dxd-mom-link-download-ical:before {
    content: "\e72e";
}


/**
 * newsroom Link
 */

.dxd-mom-link--newsroom:before {
    content: "\e658";
}


/**
 * legislation Link
 */

.dxd-mom-link--legislation:before {
    content: "\e6e1";
}


/**
 * legislation Link
 */

.dxd-mom-link--apps:before {
    content: "\e69a";
}


/**
 * Link more
 */

.dxd-mom-link-section-more {
    margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-section-more {
        margin-top: 10px;
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
}


/**
 * File extension icons
 */

.dxd-mom-link-pdf:after,
.dxd-mom-link-doc:after,
.dxd-mom-link-docx:after,
.dxd-mom-link-xls:after,
.dxd-mom-link-xlsx:after,
.dxd-mom-link-csv .dxd-mom-link-external:after {
    color: #D0021B;
    content: "\e804";
    margin-left: 0.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dxd-mom-link-pdf.dxd-mom-btn:after,
.dxd-mom-link-pdf.dxd-mom-link-filter-toggle:after,
.dxd-mom-introjs-search .dxd-mom-link-pdf.dxd-mom-introjs-skipbutton:after,
.dxd-mom-link-pdf.dxd-mom-trip-close:after,
.dxd-mom-link-pdf.dxd-mom-trip-next:after,
.dxd-mom-link-pdf.dxd-mom-trip-prev:after,
.dxd-mom-link-doc.dxd-mom-btn:after,
.dxd-mom-link-doc.dxd-mom-link-filter-toggle:after,
.dxd-mom-introjs-search .dxd-mom-link-doc.dxd-mom-introjs-skipbutton:after,
.dxd-mom-link-doc.dxd-mom-trip-close:after,
.dxd-mom-link-doc.dxd-mom-trip-next:after,
.dxd-mom-link-doc.dxd-mom-trip-prev:after,
.dxd-mom-link-docx.dxd-mom-btn:after,
.dxd-mom-link-docx.dxd-mom-link-filter-toggle:after,
.dxd-mom-introjs-search .dxd-mom-link-docx.dxd-mom-introjs-skipbutton:after,
.dxd-mom-link-docx.dxd-mom-trip-close:after,
.dxd-mom-link-docx.dxd-mom-trip-next:after,
.dxd-mom-link-docx.dxd-mom-trip-prev:after,
.dxd-mom-link-xls.dxd-mom-btn:after,
.dxd-mom-link-xls.dxd-mom-link-filter-toggle:after,
.dxd-mom-introjs-search .dxd-mom-link-xls.dxd-mom-introjs-skipbutton:after,
.dxd-mom-link-xls.dxd-mom-trip-close:after,
.dxd-mom-link-xls.dxd-mom-trip-next:after,
.dxd-mom-link-xls.dxd-mom-trip-prev:after,
.dxd-mom-link-xlsx.dxd-mom-btn:after,
.dxd-mom-link-xlsx.dxd-mom-link-filter-toggle:after,
.dxd-mom-introjs-search .dxd-mom-link-xlsx.dxd-mom-introjs-skipbutton:after,
.dxd-mom-link-xlsx.dxd-mom-trip-close:after,
.dxd-mom-link-xlsx.dxd-mom-trip-next:after,
.dxd-mom-link-xlsx.dxd-mom-trip-prev:after,
.dxd-mom-link-csv .dxd-mom-link-external.dxd-mom-btn:after,
.dxd-mom-link-csv .dxd-mom-link-external.dxd-mom-link-filter-toggle:after,
.dxd-mom-link-csv .dxd-mom-introjs-search .dxd-mom-link-external.dxd-mom-introjs-skipbutton:after,
.dxd-mom-introjs-search .dxd-mom-link-csv .dxd-mom-link-external.dxd-mom-introjs-skipbutton:after,
.dxd-mom-link-csv .dxd-mom-link-external.dxd-mom-trip-close:after,
.dxd-mom-link-csv .dxd-mom-link-external.dxd-mom-trip-next:after,
.dxd-mom-link-csv .dxd-mom-link-external.dxd-mom-trip-prev:after {
    display: none;
}


/* Word */

.dxd-mom-link-doc:after,
.dxd-mom-link-docx:after {
    color: #006eab;
    content: "\e803";
}


/**
     * Excel
     */

.dxd-mom-link-xls:after,
.dxd-mom-link-xlsx:after,
.dxd-mom-link-csv:after {
    content: "\e60a";
    color: #1d7044;
}

.
/**
     * Has Image
     */

.dxd-mom-link-has-image {
    display: inline-block;
}

.dxd-mom-link-has-image:after {
    vertical-align: bottom;
}


/**
 * Link enter
 */

.dxd-mom-link--enter:before {
    content: "\e655";
    vertical-align: -1px;
}


/**
 * Link exit
 */

.dxd-mom-link--exit:before {
    content: "\f08b";
}


/**
 * Global
 */

.dxd-mom-page-content a,
.dxd-mom-ui-module a {
    font-weight: 600;
}

.dxd-mom-page-content .dxd-mom-btn,
.dxd-mom-page-content .dxd-mom-link-filter-toggle,
.dxd-mom-page-content .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-page-content .dxd-mom-introjs-skipbutton,
.dxd-mom-page-content .dxd-mom-trip-close,
.dxd-mom-page-content .dxd-mom-trip-next,
.dxd-mom-page-content .dxd-mom-trip-prev,
.dxd-mom-ui-module .dxd-mom-btn,
.dxd-mom-ui-module .dxd-mom-link-filter-toggle,
.dxd-mom-ui-module .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-ui-module .dxd-mom-introjs-skipbutton,
.dxd-mom-ui-module .dxd-mom-trip-close,
.dxd-mom-ui-module .dxd-mom-trip-next,
.dxd-mom-ui-module .dxd-mom-trip-prev {
    font-weight: normal;
}


/**
 * Ical download
 */

@media only screen and (max-width: 599px) {
    .dxd-mom-link-download-ical {
        display: block;
    }
}


/**
 * Link Filter toggle
 */

.dxd-mom-link-filter-toggle {
    font-weight: normal;
    margin-bottom: 15px;
}

.dxd-mom-link-filter-toggle:before {
    content: "\e789";
    margin-right: 0.3em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-filter-toggle {
        display: none;
    }
}

.dxd-mom-link-filter-toggle.dxd-mom-active,
.dxd-mom-link-filter-toggle.dxd-mom-active:visited {
    background-color: #ffa01a;
}


/**
 * Link arrow
 */

.dxd-mom-link--arrow {
    padding-left: 25px;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-link--arrow:before {
    content: "\e766";
    color: #98C1D7;
    margin-left: -25px;
    margin-top: 5px;
    font-size: 14px;
    float: left;
}


/**
 * Link contact
 */

.dxd-mom-link--contact:before {
    content: "\e641";
}


/**
 * Link feedback
 */

.dxd-mom-link--feedback:before {
    content: "\e654";
}


/**
 * Link sitemap
 */

.dxd-mom-link--sitemap:before {
    content: "\e6f7";
}


/**
 * Link minus
 */

.dxd-mom-link--minus,
.dxd-mom-link--plus,
.dxd-mom-link--lock,
.dxd-mom-link--unlock {
    font-size: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dxd-mom-link--minus:before,
.dxd-mom-link--plus:before,
.dxd-mom-link--lock:before,
.dxd-mom-link--unlock:before {
    content: "\e60c";
    vertical-align: middle;
}


/**
 * Link minus
 */

.dxd-mom-link--plus:before {
    content: "\e60b";
}


/**
 * Link unlock
 */

.dxd-mom-link--unlock:before {
    content: "\e62e";
}


/**
 * Link lock
 */

.dxd-mom-link--lock:before {
    content: "\e62d";
}


/**
 * Link - bacl
 */

.dxd-mom-link--back:before {
    content: "\e765";
    margin-right: 0.5em;
}


/*------------------------------------*\
    FORM ELEMENT STYLES
\*------------------------------------*/


/**
 * Forms
 */

form {
    margin: 0;
}


/**
 * Remove Clear icon on IE 11
 */

.dxd-mom-text-input::-ms-clear {
    display: none;
}

::-ms-reveal {
    width: 0;
    height: 0;
}


/**
 * Add border box for input search
 */

input[type="search"] {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/**
 * Help Block
 */

.dxd-mom-hint-box,
.dxd-mom-smartform-description {
    display: block;
    font-weight: normal;
    color: #6c6c6c;
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-hint-box strong,
.dxd-mom-hint-box .dxd-mom-smartform-description {
    font-weight: 600;
}


/**
 * Input Elements
 */

.dxd-mom-text-input,
textarea {
    border: 2px #b3c1ca solid;
    padding: 0.6em 1em;
    transition: all 0.1s ease-in;
    vertical-align: middle;
    color: #333;
    width: 100%;
    border-radius: 4px;
}

.dxd-mom-text-input-tiny {
    width: 20%;
}

.dxd-mom-text-input-small {
    width: 40%;
}

.dxd-mom-text-input-medium {
    width: 70%;
}


/**
 * Labels
 */

label,
.dxd-mom-label {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    display: block;
}

@media only screen and (min-width: 600px) {}


/**
 * Labels
 */

.dxd-mom-label {
    display: block;
    font-weight: 600;
}


/**
 * Margins for Select, File
 */

.dxd-mom-text-input,
textarea,
select,
input[type="file"],
input[type="color"],
input[type="range"],
.dxd-mom-label-checkbox,
.dxd-mom-label-radio {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Checkbox, Radio
 */

input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.5em;
    vertical-align: top;
    margin-top: 0.3em;
}


/**
 * Checkbox Radio and Inline labels
 */

.dxd-mom-label-checkbox,
.dxd-mom-label-radio {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-label-checkbox.dxd-mom-label-inline,
.dxd-mom-label-radio.dxd-mom-label-inline {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Checkbox Display
 */

.dxd-mom-label-checkbox,
.dxd-mom-label-radio {
    position: relative;
    display: block;
    padding-left: 20px;
}

.dxd-mom-label-checkbox input[type="radio"],
.dxd-mom-label-checkbox input[type="checkbox"],
.dxd-mom-label-radio input[type="radio"],
.dxd-mom-label-radio input[type="checkbox"] {
    float: left;
    margin-top: 0.3125em;
    margin-right: 0;
    position: absolute;
    left: 0;
}


/**
 * Label With Text Input
 */

.dxd-mom-label-with-input .dxd-mom-text-input {
    margin: 0.5em 0;
    width: 100%;
}


/**
 * Inline Input
 */

.dxd-mom-input-inline {
    width: auto;
    margin-bottom: 0;
}


/**
 * Inline Label
 */

.dxd-mom-label-inline {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    margin-right: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-label-inline.dxd-mom-push-right {
    margin-right: 1em;
}


/**
 * Vertically Align Labels
 */


/**
 * Align Label
 */

.dxd-mom-label-align {
    padding-top: 14.4px;
    padding-top: 0.9rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Select
 */

@-moz-document url-prefix() {
    select {
        font-size: 14px;
    }
}


/**
 * Wide Select
 */

.dxd-mom-select-wide {
    width: 100%;
}


/**
 * Fieldset
 */

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}


/**
     * Feedback Fieldset
     */


/**
 * Error Input
 */

.dxd-mom-field-error,
.dxd-mom-field-error:focus {
    border-color: #CC3123;
}


/**
 * Error Label
 */

label.field-error {
    color: #D0021B;
    border: none;
    display: block;
    clear: both;
    text-transform: none;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: -10px;
    /* Error Top */
}

@media only screen and (min-width: 600px) {}

label.field-error.field-error--top {
    display: block;
}


/**
 * PostFix
 */

.dxd-mom-postfix,
.dxd-mom-prefix {
    background: #eee;
    display: block;
    padding: 0;
    margin-left: -4px;
    height: 2.45em;
    line-height: 2.4em;
    border: 1px #b3c1ca solid;
    text-align: center;
    border-radius: 0 4px 4px 0;
}


/* Prefix */

.dxd-mom-prefix {
    border-radius: 4px 0 0 4px;
    margin-left: 0;
    margin-right: -4px;
    position: relative;
    z-index: 1;
}


/**
     * Small Text
     */

.dxd-mom-input--small {
    padding: 8px 10px;
    font-size: 14px;
    font-size: 0.875rem;
}


/**
     * Button Search
     */

.dxd-mom-btn-search,
.dxd-mom-btn-calendar {
    border: none;
    background: none;
    text-align: center;
    padding: 0;
    width: 20px;
    height: 20px;
    height: 100%;
    line-height: 20px;
}


/* Search Wrap */

.dxd-mom-input-wrap {
    position: relative;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    clear: both;
    /* Absolute Elements */
    /* Icon */
    /* Spinner */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-input-wrap .dxd-mom-text-input {
    padding-right: 40px;
    margin-bottom: 0;
}

.dxd-mom-input-wrap .dxd-mom-btn-search,
.dxd-mom-input-wrap .dxd-mom-btn-calendar,
.dxd-mom-input-wrap .dxd-mom-ui-spinner {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 50%;
    transition: all 0.2s ease-in;
}

.dxd-mom-input-wrap .dxd-mom-btn-search,
.dxd-mom-input-wrap .dxd-mom-btn-calendar {
    top: 0;
    right: 0;
    width: 40px;
    line-height: 48px;
}

.dxd-mom-input-wrap .dxd-mom-btn-search:before {
    content: "\e759";
}

.dxd-mom-input-wrap .dxd-mom-btn-calendar:before {
    content: "\e690";
}

.dxd-mom-input-wrap .dxd-mom-icon,
.dxd-mom-input-wrap .dxd-mom-link-before:before,
.dxd-mom-input-wrap .dxd-mom-section-next a:after,
.dxd-mom-section-next .dxd-mom-input-wrap a:after {
    border: none;
    color: #006eab;
    margin: 0;
}

.dxd-mom-input-wrap .dxd-mom-ui-spinner {
    width: 35px;
    height: 35px;
    margin-top: -17px;
    display: none;
}

.dxd-mom-input-wrap .dxd-mom-search-clear {
    width: 40px;
}


/**
 * Date fields
 */

.dxd-mom-date-field {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    display: table;
    width: 100%;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-date-field {
        width: auto;
    }
}

.dxd-mom-day-field,
.dxd-mom-month-field,
.dxd-mom-year-field {
    display: table-cell;
    padding-right: 5px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-day-field,
    .dxd-mom-month-field,
    .dxd-mom-year-field {
        padding-right: 10px;
    }
}

.dxd-mom-day-field .dxd-mom-scombobox,
.dxd-mom-day-field .dxd-mom-combo-select,
.dxd-mom-month-field .dxd-mom-scombobox,
.dxd-mom-month-field .dxd-mom-combo-select,
.dxd-mom-year-field .dxd-mom-scombobox,
.dxd-mom-year-field .dxd-mom-combo-select {
    margin-bottom: 0px;
}

@media only screen and (min-width: 600px) {}


/* Day */

.dxd-mom-day-field {
    width: 27%;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-day-field {
        width: 100px;
    }
}


/* Month */

.dxd-mom-month-field {
    width: 43%;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-month-field {
        width: 190px;
    }
}


/* Year field */

@media only screen and (min-width: 600px) {
    .dxd-mom-year-field {
        width: 120px;
    }
}


/**
 * Required field
 */

.dxd-mom-field-required,
.dxd-mom-field-required[title] {
    border: none;
    outline: none;
    padding: 0 0.5em;
    color: #D0021B;
}


/**
 * Form submission
 */

.dxd-mom-form-submit {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.dxd-mom-input-control[readonly] {
    border-bottom: 0px;
}

.dxd-mom-form-control-mds .dxd-mom-form-field-required.dxd-mom-form-field-readonly {
    top: -1em !important;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}


/*------------------------------------*\
		$COMPONENT - BUTTONS
\*------------------------------------*/


/**
 * Base button extend
 */

.dxd-mom-btn,
.dxd-mom-link-filter-toggle,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-close,
.dxd-mom-trip-next,
.dxd-mom-trip-prev {
    line-height: normal;
    padding: 0.6em 1.2em;
    background: #d8d8d8;
    border: none;
    /* [6] */
    border: 1px #cbcbcb solid;
    white-space: normal;
    display: inline-block;
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    font-family: inherit;
    /* [4] */
    font-size: 100%;
    /* [4] */
    cursor: pointer;
    /* [5] */
    margin: 0;
    /* [6] */
    padding-right: 1em;
    /* [7] */
    padding-left: 1em;
    /* [7] */
    border-radius: 4px;
    /* [8] */
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    /* Icons inside Buttons */
    /* Last child */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-btn:hover,
.dxd-mom-link-filter-toggle:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover,
.dxd-mom-trip-close:hover,
.dxd-mom-trip-next:hover,
.dxd-mom-trip-prev:hover {
    background: #cbcbcb;
}

.dxd-mom-btn:hover,
.dxd-mom-link-filter-toggle:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover,
.dxd-mom-trip-close:hover,
.dxd-mom-trip-next:hover,
.dxd-mom-trip-prev:hover,
.dxd-mom-btn,
.dxd-mom-link-filter-toggle,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-close,
.dxd-mom-trip-next,
.dxd-mom-trip-prev {
    color: #333;
}

.dxd-mom-btn .dxd-mom-fa,
.dxd-mom-btn .dxd-mom-link-filter-toggle,
.dxd-mom-btn .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-btn .dxd-mom-introjs-skipbutton,
.dxd-mom-btn .dxd-mom-trip-close,
.dxd-mom-btn .dxd-mom-trip-next,
.dxd-mom-btn .dxd-mom-trip-prev {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.dxd-mom-btn,
.dxd-mom-link-filter-toggle,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-close,
.dxd-mom-trip-next,
.dxd-mom-trip-prev,
.dxd-mom-btn:hover,
.dxd-mom-link-filter-toggle:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover,
.dxd-mom-trip-close:hover,
.dxd-mom-trip-next:hover,
.dxd-mom-trip-prev:hover {
    text-decoration: none;
    /* [9] */
}


/*------------------------------------*\
		$FUNCTIONS
\*------------------------------------*/


/**
 * Primary Button
 */

.dxd-mom-btn--primary,
.dxd-mom-link-filter-toggle,
.dxd-mom-btn-calculator,
.dxd-mom-btn-download,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-next,
.dxd-mom-btn--primary:visited,
.dxd-mom-link-filter-toggle:visited,
.dxd-mom-btn-calculator:visited,
.dxd-mom-btn-download:visited,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited,
.dxd-mom-trip-next:visited {
    background-color: #ffb74d;
    border-color: #D38D27;
}

.dxd-mom-btn--primary:hover,
.dxd-mom-link-filter-toggle:hover,
.dxd-mom-btn-calculator:hover,
.dxd-mom-btn-download:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover,
.dxd-mom-trip-next:hover,
.dxd-mom-btn--primary,
.dxd-mom-link-filter-toggle,
.dxd-mom-btn-calculator,
.dxd-mom-btn-download,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-next,
.dxd-mom-btn--primary:visited,
.dxd-mom-link-filter-toggle:visited,
.dxd-mom-btn-calculator:visited,
.dxd-mom-btn-download:visited,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited,
.dxd-mom-trip-next:visited,
.dxd-mom-btn--primary:visited:hover,
.dxd-mom-link-filter-toggle:visited:hover,
.dxd-mom-btn-calculator:visited:hover,
.dxd-mom-btn-download:visited:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited:hover,
.dxd-mom-trip-next:visited:hover,
.dxd-mom-btn--primary:visited,
.dxd-mom-link-filter-toggle:visited,
.dxd-mom-btn-calculator:visited,
.dxd-mom-btn-download:visited,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited,
.dxd-mom-trip-next:visited,
.dxd-mom-btn--primary:visited:visited,
.dxd-mom-link-filter-toggle:visited:visited,
.dxd-mom-btn-calculator:visited:visited,
.dxd-mom-btn-download:visited:visited,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited:visited,
.dxd-mom-trip-next:visited:visited {
    color: #333;
}

.dxd-mom-btn--primary:active,
.dxd-mom-link-filter-toggle:active,
.dxd-mom-btn-calculator:active,
.dxd-mom-btn-download:active,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:active,
.dxd-mom-trip-next:active,
.dxd-mom-btn--primary:visited:active,
.dxd-mom-link-filter-toggle:visited:active,
.dxd-mom-btn-calculator:visited:active,
.dxd-mom-btn-download:visited:active,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited:active,
.dxd-mom-trip-next:visited:active {
    background: #e68600;
}

.dxd-mom-btn--primary:hover,
.dxd-mom-link-filter-toggle:hover,
.dxd-mom-btn-calculator:hover,
.dxd-mom-btn-download:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover,
.dxd-mom-trip-next:hover,
.dxd-mom-btn--primary:focus,
.dxd-mom-link-filter-toggle:focus,
.dxd-mom-btn-calculator:focus,
.dxd-mom-btn-download:focus,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:focus,
.dxd-mom-trip-next:focus,
.dxd-mom-btn--primary:visited:hover,
.dxd-mom-link-filter-toggle:visited:hover,
.dxd-mom-btn-calculator:visited:hover,
.dxd-mom-btn-download:visited:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited:hover,
.dxd-mom-trip-next:visited:hover,
.dxd-mom-btn--primary:visited:focus,
.dxd-mom-link-filter-toggle:visited:focus,
.dxd-mom-btn-calculator:visited:focus,
.dxd-mom-btn-download:visited:focus,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited:focus,
.dxd-mom-trip-next:visited:focus {
    background: #ffa01a;
}

.dxd-mom-btn--fixed {
    width: 200px;
}

@media only screen and (max-width: 599px) {
    .dxd-mom-btn--fixed {
        width: 100%;
    }
}


/**
 * Light button
 */

.dxd-mom-btn--light,
.dxd-mom-section-services-more .dxd-mom-btn,
.dxd-mom-link-filter-toggle,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-close,
.dxd-mom-trip-next,
.dxd-mom-trip-prev,
.dxd-mom-btn--light:hover,
.dxd-mom-section-services-more .dxd-mom-btn:hover,
.dxd-mom-link-filter-toggle:hover,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover,
.dxd-mom-trip-close:hover,
.dxd-mom-trip-next:hover,
.dxd-mom-trip-prev:hover,
.dxd-mom-btn--light:visited,
.dxd-mom-section-services-more .dxd-mom-btn:visited,
.dxd-mom-link-filter-toggle:visited,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:visited,
.dxd-mom-trip-close:visited,
.dxd-mom-trip-next:visited,
.dxd-mom-trip-prev:visited {
    color: #333;
    font-weight: normal !important;
}


/**
 * Secondary Buttton
 */

.dxd-mom-btn--secondary {
    background-color: #006eab;
    border-color: #005f91;
}

.dxd-mom-btn--secondary:hover,
.dxd-mom-btn--secondary,
.dxd-mom-btn--secondary:visited {
    color: #fff;
}

.dxd-mom-btn--secondary:hover,
.dxd-mom-btn--secondary:focus {
    background: #0080c4;
}


/**
 * Inverted Button
 */

.dxd-mom-btn--inverted,
.dxd-mom-btn--inverted:visited {
    background-color: #000;
    border-color: black;
    color: #fff;
}

.dxd-mom-btn--inverted:hover,
.dxd-mom-btn--inverted,
.dxd-mom-btn--inverted:visited {
    color: #fff;
}

.dxd-mom-btn--inverted:hover,
.dxd-mom-btn--inverted:focus {
    background: #333333;
}


/**
 * Inactive, disabled buttons.
 *
 * 1. Make the button look like normal text when hovered.
 */

button[disabled],
button[disabled]:hover,
input[disabled],
input[disabled]:hover,
.dxd-mom-btn--inactive,
.dxd-mom-btn-offline,
.dxd-mom-btn--inactive:hover,
.dxd-mom-btn-offline:hover,
.dxd-mom-btn--inactive:active,
.dxd-mom-btn-offline:active,
.dxd-mom-btn--inactive:focus,
.dxd-mom-btn-offline:focus,
.dxd-mom-btn--inactive:visited,
.dxd-mom-btn-offline:visited {
    background-color: #ddd;
    border-color: #c4c4c4;
    /* color: #777 !important; */
    color: #555455 !important;
    cursor: text;
    /* [1] */
}


/**
 * Block Buttons
 */

.dxd-mom-btn--block {
    display: block;
    text-align: center;
}


/**
 * Small Button
 */

.dxd-mom-btn--small,
.dxd-mom-section-services-more .dxd-mom-btn,
.dxd-mom-link-filter-toggle,
.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-trip-close,
.dxd-mom-trip-next,
.dxd-mom-trip-prev {
    padding: 0.3em 0.6em;
}


/**
 * Button Large
 */

.dxd-mom-btn--large {
    font-size: 18px;
    font-size: 1.125rem;
    /* Icon */
}

.dxd-mom-btn--large .dxd-mom-fa {
    font-size: 30px;
}


/**
 * Button view all
 */

.dxd-mom-btn-view-all {
    margin-bottom: 0;
    padding: 0.5em 1em;
    margin-top: 24px;
    margin-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Login button
 */

.dxd-mom-btn-eservice {
    display: block;
    text-align: center;
}


/**
 * Buttomn offline
 */

.dxd-mom-btn-offline {
    /* color: #777; */
    color: #555455;
}


/**
 * Button calculate
 */

.dxd-mom-btn-calculator {
    padding-left: 40px;
}

.dxd-mom-btn-calculator:before {
    content: "\e800";
    margin-right: 5px;
    font-size: 20px;
    vertical-align: top;
    float: left;
    margin-left: -26px;
    margin-top: 1px;
}


/**
 * Button unstyled
 */

.dxd-mom-btn--unstyled,
.dxd-mom-trip-close,
.dxd-mom-trip-prev,
.dxd-mom-btn--unstyled:hover,
.dxd-mom-trip-close:hover,
.dxd-mom-trip-prev:hover {
    color: #006eab;
    background: none;
    border: none;
}

.dxd-mom-btn--unstyled:hover,
.dxd-mom-trip-close:hover,
.dxd-mom-trip-prev:hover {
    text-decoration: underline;
}


/**
 * Button download
 */

.dxd-mom-btn-download {
    display: block;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-btn-download {
        display: inline-block;
        text-align: left;
    }
}

.dxd-mom-btn-download:before {
    content: "\e72e";
    margin-right: 0.5em;
}


/**
 * Link download ical
 */

.dxd-mom-link-download-ical {
    padding-left: 40px;
}


/*------------------------------------*\
    RULE
\*------------------------------------*/

hr {
    border: none;
    height: 0;
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom: 15px;
}

@media only screen and (min-width: 960px) {
    hr {
        margin-bottom: 48px;
        margin-bottom: 3rem;
    }
    @media only screen and (min-width: 600px) {}
}


/**
 * Seperator Rule
 */

.dxd-mom-rule--seperator {
    margin-top: 24px;
    margin-top: 1.5rem;
    border-bottom-width: 4px;
}

@media only screen and (min-width: 600px) {}

p+.rule--seperator {
    margin-top: 48px;
    margin-top: 3rem;
}

@media only screen and (min-width: 600px) {}


/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/


/*------------------------------------*\
    MENU HOLDER
\*------------------------------------*/

.dxd-mom-menu-holder {
    position: relative;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.dxd-mom-menu-holder .dxd-mom-container,
.dxd-mom-menu-holder .dxd-mom-page-container {
    position: relative;
}

.dxd-mom-menu-wrapper {
    background: #006eab;
    color: #fff;
    position: relative;
    z-index: 12;
    min-height: 50px;
}

.dxd-mom-menu-wrapper .dxd-mom-container,
.dxd-mom-menu-wrapper .dxd-mom-page-container {
    *zoom: 1;
}

.dxd-mom-menu-wrapper .dxd-mom-container:before,
.dxd-mom-menu-wrapper .dxd-mom-page-container:before,
.dxd-mom-menu-wrapper .dxd-mom-container:after,
.dxd-mom-menu-wrapper .dxd-mom-page-container:after {
    content: " ";
    display: table;
}

.dxd-mom-menu-wrapper .dxd-mom-container:after,
.dxd-mom-menu-wrapper .dxd-mom-page-container:after {
    clear: both;
}

.dxd-mom-menu-wrapper a {
    color: #fff;
}

.dxd-mom-menu-wrapper a:visited {
    color: #fff;
}

.dxd-mom-menu-wrapper a:hover {
    color: #fff;
}

.dxd-mom-menu-wrapper a:active {
    color: #fff;
}


/* Breadcrumb fixed */

@media only screen and (min-width: 960px) {
    .dxd-mom-menu-bar-pinned {
        padding-top: 50px;
        /* Height of the breadcrumb */
    }
    .dxd-mom-menu-bar-pinned .dxd-mom-menu-holder {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 12;
    }
    .dxd-mom-menu-bar-offscreen {
        padding-top: 50px;
    }
    .dxd-mom-menu-bar-offscreen .dxd-mom-menu-holder {
        position: fixed;
        top: -50px;
        left: 0;
        width: 100%;
        z-index: 11;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    .dxd-mom-menu-bar-slide-up .dxd-mom-menu-holder {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    }
    .dxd-mom-no-csstransforms .dxd-mom-menu-bar-slide-up .dxd-mom-menu-holder {
        top: -100%;
    }
    .dxd-mom-no-csstransforms .dxd-mom-menu-bar-pinned .dxd-mom-menu-holder {
        top: 0;
    }
    .dxd-mom-menu-bar-slide-reset .dxd-mom-menu-holder {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
    }
    .dxd-mom-menu-bar-pinned .dxd-mom-menu-holder {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
        opacity: 1;
        top: 0;
    }
}


/**
 * Link menu
 */

.dxd-mom-link-menu {
    float: left;
    padding-top: 13px;
    padding-bottom: 13px;
    vertical-align: top;
    text-transform: uppercase;
    border-right: 1px #1483bf solid;
    border-left: 1px #1483bf solid;
    text-align: center;
    margin-right: 15px;
    width: 40px;
    background-color: #1F253D;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-menu {
        width: 130px;
        margin-right: 1.8em;
    }
    .dxd-mom-link-menu:before {
        width: 34px;
        margin-left: 12px;
    }
}

.dxd-mom-link-menu span {
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-menu span {
        display: inline;
        margin-right: 1.5em;
        margin-left: 0.5em;
    }
}

.dxd-mom-link-menu:before {
    content: "\e756";
    font-size: 24px;
    vertical-align: top;
}

.dxd-mom-site-navigation-opened .dxd-mom-link-menu,
.dxd-mom-link-menu:hover,
.dxd-mom-link-menu:focus {
    text-decoration: none;
    background-color: #1F253D;
}


/**
 * Primary navigation
 */

.dxd-mom-menu-holder .dxd-mom-main-navigation {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    border-top-width: 0;
    background-color: #1F253D;
    border-radius: 0 0 4px 4px;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-menu-holder .dxd-mom-main-navigation {
        left: 17px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-menu-holder .dxd-mom-main-navigation {
        left: 1px;
    }
}

@media only screen and (max-width: 599px) {
    .dxd-mom-menu-holder .dxd-mom-main-navigation {
        clear: both;
        border: none;
        width: 100%;
        background-color: #005787;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-menu-holder .dxd-mom-main-navigation {
        max-width: 320px;
    }
}

.dxd-mom-menu-holder .dxd-mom-nav-main {
    display: block;
    width: auto;
    font-weight: normal;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-menu-holder .dxd-mom-nav-main {
        padding-left: 0;
        padding-right: 0;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-main>a {
        display: block;
        width: auto;
        background: none;
        border-bottom-width: 1px;
        border-radius: 0;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-main>a:hover {
        background: #111522;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-main>a>span {
        padding-left: 5px;
        display: table-cell;
        padding-top: 0;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-main>a:last-child {
        border-bottom-width: 1px;
        border-radius: 0;
    }
}

.dxd-mom-menu-holder .dxd-mom-nav-main br {
    display: none;
}

.dxd-mom-menu-holder .dxd-mom-nav-main .dxd-mom-nav-desc {
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-menu-holder .dxd-mom-nav-icon {
        background-size: 30px auto;
        width: 30px;
        height: 30px;
        max-width: 30px;
        display: table-cell;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-icon img {
        width: 30px;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-secondary {
        text-align: left;
        padding-bottom: 1em;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-secondary>a {
        display: block;
        margin: 0 0 0.5em 0;
    }
    .dxd-mom-menu-holder .dxd-mom-nav-secondary>a:before {
        margin-right: 8px;
    }
}


/**
 * When navigation is opened
 */

.dxd-mom-site-navigation-opened .dxd-mom-main-navigation {
    display: block;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4), 0 0px 5px 0 rgba(0, 0, 0, 0.2) inset;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-site-navigation-opened .dxd-mom-main-navigation {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    }
}


/**
 * Fixed menu
 */

.dxd-mom-nav-fixed .dxd-mom-main-content {
    padding-top: 50px;
}

.dxd-mom-nav-fixed .dxd-mom-menu-holder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


/**
 * Nav secondary images
 */

.dxd-mom-nav-secondary img {
    vertical-align: -6px;
    max-width: 30px;
    margin-right: 0.5em;
    margin-top: 6px;
}


/*------------------------------------*\
    BREADCRUMBS.CSS
\*------------------------------------*/


/**
 * Dropdown
 */

.dxd-mom-crumb-dropdown {
    position: absolute;
    margin-top: 12px;
    left: 48px;
    top: 100%;
    background: #1F253D;
    color: #fff;
    padding: 0.8em 0;
    display: none;
    width: 240px;
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 4px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
}

.dxd-mom-crumb-dropdown a {
    padding: 0.7em 15px;
    border-bottom: 1px #2b3355 solid;
}

.dxd-mom-crumb-dropdown a:last-child {
    border-bottom: none;
}

.dxd-mom-crumb-dropdown a:hover {
    background: #111522;
    text-decoration: none;
}

.dxd-mom-crumb-dropdown:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #1F253D transparent;
    position: absolute;
    top: -10px;
    left: 20px;
    content: " ";
}

.dxd-mom-crumb-dropdown a {
    display: block;
}

.dxd-mom-dropdown-is-shown .dxd-mom-crumb-dropdown {
    display: block;
}

.dxd-mom-ui-breadcrumbs {
    max-height: 50px;
    float: left;
    position: relative;
    transition: opacity 0.1s ease-in;
    /* Home */
    /**
     * Current page
     */
    /* Breadcrumbs trim */
    /**
     * If the item count is > 4
     */
}

@media only screen and (min-width: 960px) {
    .dxd-mom-ui-breadcrumbs {
        max-width: 700px;
    }
}

.dxd-mom-ui-breadcrumbs .dxd-mom-crumb-dropdown-link {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.dxd-mom-ui-breadcrumbs .dxd-mom-crumb-dropdown-link:before {
    content: "\e604";
    font-size: 20px;
    vertical-align: middle;
    padding: 7px 10px;
    border-radius: 4px;
}

.dxd-mom-ui-breadcrumbs.dxd-mom-dropdown-is-shown .dxd-mom-crumb-dropdown-link:before,
.dxd-mom-ui-breadcrumbs .dxd-mom-crumb-dropdown-link:hover:before {
    background: #005889;
}

.dxd-mom-ui-breadcrumbs>a {
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: top;
    font-size: 14px;
    font-size: 0.875rem;
    display: none;
}

.dxd-mom-ui-breadcrumbs a:focus {
    background: transparent;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-ui-breadcrumbs>a {
        margin-right: 10px;
        padding-right: 30px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 180px;
    }
    .dxd-mom-ui-breadcrumbs>a:after {
        content: "\e762";
        position: absolute;
        line-height: 50px;
        right: 0;
        top: 0;
        padding-right: 3px;
    }
    .dxd-mom-ui-breadcrumbs>a:focus {
        background: transparent;
        color: #fff;
        text-decoration: underline;
    }
    .dxd-mom-ui-breadcrumbs>a:first-child {
        padding-left: 5px;
    }
    .dxd-mom-ui-breadcrumbs>a:nth-child(2) {
        max-width: none;
    }
    .dxd-mom-ui-breadcrumbs a:first-child:before {
        padding-right: 0;
    }
}

@media only screen and (min-width: 960px) {}

.dxd-mom-ui-breadcrumbs .dxd-mom-breadcrumbs-home {
    padding-top: 0;
    padding-bottom: 0;
}

.dxd-mom-ui-breadcrumbs .dxd-mom-breadcrumbs-current {
    padding-right: 0;
    margin-right: 0;
    /*display: none;*/
}

.dxd-mom-ui-breadcrumbs .dxd-mom-breadcrumbs-current:after {
    display: none;
}

@media only screen and (min-width: 960px) {}

.dxd-mom-ui-breadcrumbs.dxd-mom-breadcrumbs-length-5 .dxd-mom-breadcrumbs-current {
    display: none;
}


/**
 * Show full
 */

@media only screen and (min-width: 960px) {
    .dxd-mom-breadcrumbs-show-full>a {
        max-width: 300px;
    }
}


/**
 * Menu Pinned
 */

@media only screen and (min-width: 960px) {
    .dxd-mom-menu-bar-pinned .dxd-mom-breadcrumbs-current {
        display: inline-block;
    }
}


/**
 * Home
 */

.dxd-mom-breadcrumbs-home {
    padding-top: 0;
    padding-bottom: 0;
}

.dxd-mom-breadcrumbs-home:before {
    content: "\e601";
    position: static;
    line-height: 50px;
    vertical-align: top;
    margin-right: 0.2em;
    text-indent: 0;
}


/* Icons */

.dxd-mom-breadcrumbs-mobile {
    display: inline-block;
    float: left;
    line-height: 50px;
    font-size: 14px;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    white-space: nowrap;
    max-width: 190px;
}

@media only screen and (min-width: 375px) {
    .dxd-mom-breadcrumbs-mobile {
        max-width: 240px;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-breadcrumbs-mobile {
        max-width: none;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-breadcrumbs-mobile {
        display: none;
    }
}

.dxd-mom-breadcrumbs-mobile:before {
    content: "\e761";
    margin-right: 0.3em;
    position: relative;
    top: 1px;
}

.dxd-mom-breadcrumbs-mobile:focus {
    background-color: transparent;
}


/**
 * Link search
 */

.dxd-mom-link-search {
    padding: 6px 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: top;
    margin-top: 7px;
    line-height: normal;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    float: right;
    z-index: 1;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffb74d;
    border-color: #D38D27;
    transition: all 0.2s ease-out;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    /* Active */
}

.dxd-mom-site-search-opened .dxd-mom-link-search {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.dxd-mom-link-search:before {
    content: "\e759";
    position: relative;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-search:before {
        margin-right: 0.3em;
    }
}

.dxd-mom-link-search:after {
    display: none;
}

.dxd-mom-link-search span {
    display: none;
    padding-left: 5px;
    color: #000;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-search span {
        display: inline;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-search {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
        text-align: left;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-link-search {
        right: 0;
    }
}

.dxd-mom-site-search-opened .dxd-mom-link-search,
.dxd-mom-link-search:hover,
.dxd-mom-link-search:focus {
    background-color: #ffb74d;
    text-decoration: none;
}


/**
     * For IE
     */

.dxd-mom-no-csstransitions .dxd-mom-site-search-opened .dxd-mom-link-search {
    display: none;
}


/* Link before */

.dxd-mom-link-before {
    margin-right: 40px;
}

.dxd-mom-link-before:before {
    content: "\e601";
    font-family: 'Linearicons';
    display: inline-block;
    text-decoration: none;
}


/*------------------------------------*\
    TABS.CSS
\*------------------------------------*/


/**
 * Variables
 */


/**
 * Tabs
 */

.dxd-mom-ui-tabs {
    list-style: none;
    margin-left: 0;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    /* Adjacent */
    /* Last child */
    /* Preserve mobile */
    /* Active tab */
    /* Hide tabs */
    /* Handle */
    /**
    * List block
    */
}

@media only screen and (min-width: 600px) {}

ul+.ui-tabs,
ol+.ui-tabs,
div+.ui-tabs {
    padding-top: 12px;
    padding-top: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-ui-tabs:last-child {
    margin-bottom: 0;
}

.dxd-mom-ui-tabs nav {
    border-bottom: 2px #b1dafc solid;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-ui-tabs nav {
        display: block;
    }
}

.dxd-mom-ui-tabs.dxd-mom-tabs-preserve-mobile nav {
    display: block;
}

.dxd-mom-ui-tabs.dxd-mom-tabs-preserve-mobile .dxd-mom-tab__handle--mobile {
    display: none;
}

.dxd-mom-ui-tabs .dxd-mom-active {
    border-bottom-color: #fff;
    background: #fff;
}

.dxd-mom-ui-tabs .dxd-mom-tab.dxd-mom-active {
    display: block;
}

.dxd-mom-ui-tabs .dxd-mom-tab__handle {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
}

.dxd-mom-ui-tabs .dxd-mom-list--block>li:first-child {
    padding-top: 0;
}


/**
 * Compressed tab
 */

.dxd-mom-tabs-compress .dxd-mom-tab {
    padding-left: 0;
    padding-right: 0;
}


/* Tab Handle */

.dxd-mom-tab__handle {
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    border: 2px #b1dafc solid;
    border-radius: 4px 4px 0 0;
    border-bottom-color: #b1dafc;
    margin-right: 2px;
    margin-bottom: -2px;
    position: relative;
    background: #EDF4FA;
    padding: 0.8em 1em;
}

.dxd-mom-tab__handle:hover {
    text-decoration: none;
}


/* Mobile */

.dxd-mom-tab__handle--mobile {
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Arrow */
    /*
    Active
     */
}

@media only screen and (max-width: 599px) {
    .dxd-mom-tab__handle--mobile {
        display: block;
    }
}

.dxd-mom-tab__handle--mobile.dxd-mom-active {
    color: #D0021B;
    background: #FFF7F0;
    border-bottom: 1px #F0CDAC solid;
}

.dxd-mom-tab__handle--mobile:first-of-type {
    border-top: 1px #b3c1ca solid;
}

.dxd-mom-tab__handle--mobile:first-of-type.dxd-mom-active {
    border-top: 1px #F0CDAC solid;
}


/**
 * Tab
 */

.dxd-mom-tab {
    background: #fff;
    padding: 1em 0;
    *zoom: 1;
}

.dxd-mom-tab:before,
.dxd-mom-tab:after {
    content: " ";
    display: table;
}

.dxd-mom-tab:after {
    clear: both;
}


/*------------------------------------*\
    MODULES.CSS
\*------------------------------------*/

.dxd-mom-ui-module {
    padding: 1em 0;
    *zoom: 1;
    /* Desktop */
}

.dxd-mom-ui-module:before,
.dxd-mom-ui-module:after {
    content: " ";
    display: table;
}

.dxd-mom-ui-module:after {
    clear: both;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-ui-module {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

.dxd-mom-ui-module .dxd-mom-module-content {
    position: relative;
}


/**
     * Light module
     */

.dxd-mom-module-light,
.dxd-mom-module-eservices {
    background: #E2F1FE;
}


/**
     * Module grey
     */

.dxd-mom-module-grey,
.dxd-mom-module-more,
.dxd-mom-module-kb,
.dxd-mom-module-in-page {
    background: #f6f6f6;
}

.dxd-mom-module-grey .dxd-mom-link--arrow:before,
.dxd-mom-module-grey .dxd-mom-module-more,
.dxd-mom-module-grey .dxd-mom-module-kb,
.dxd-mom-module-grey .dxd-mom-module-in-page {
    color: #7c7f81;
}


/**
     * Bright module
     */

.dxd-mom-module-bright,
.dxd-mom-module-feedback {
    background: #006eab;
    color: #fff;
}

.dxd-mom-module-bright a,
.dxd-mom-module-bright .dxd-mom-module-feedback {
    color: #fff;
}

.dxd-mom-module-bright a:hover,
.dxd-mom-module-bright .dxd-mom-module-feedback {
    color: #fff;
}

.dxd-mom-module-bright a:active,
.dxd-mom-module-bright .dxd-mom-module-feedback {
    color: #fff;
}


/**
     * Module more
     */

.dxd-mom-module-more {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (max-width: 599px) {
    .dxd-mom-module-more ul {
        margin-bottom: 0;
    }
}

.dxd-mom-module-more .dxd-mom-link--more,
.dxd-mom-module-more .dxd-mom-btn-search-viewall {
    margin-top: 18px;
    margin-top: 1.125rem;
    display: inline-block;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-module-more .dxd-mom-link--more {
        margin-top: 12px;
        margin-top: 0.75rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
    @media only screen and (min-width: 600px) {}
}


/**
     * Module KB
     */


/**
     * Module footer
     */

.dxd-mom-module-footer {
    background: #1F253D;
    color: #fff;
    float: left;
    width: 100%;
}

.dxd-mom-module-footer a {
    color: #fff;
    margin-left: 1.5em;
}

.dxd-mom-module-footer a:hover {
    color: #fff;
}

.dxd-mom-module-footer a:active {
    color: #fff;
}

.dxd-mom-module-footer a:focus {
    background-color: transparent;
}


/**
 * Module sidebar
 */

.dxd-mom-module-aside {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-module-aside {
        margin-top: 12px;
        margin-top: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-module-aside a {
    font-weight: normal;
}

.dxd-mom-module-aside select,
.dxd-mom-module-aside input[type="text"],
.dxd-mom-module-aside .dxd-mom-combo-select {
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (max-width: 599px) {
    .dxd-mom-module-aside select,
    .dxd-mom-module-aside .dxd-mom-input-wrap,
    .dxd-mom-module-aside .dxd-mom-combo-select {
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-is-expanded .dxd-mom-module-aside {
    padding-top: 0;
}

.dxd-mom-module-aside:last-child {
    margin-bottom: 0;
}


/**
 * Feedback module
 */

.dxd-mom-module-feedback {
    /* Pills */
}

.dxd-mom-module-feedback .dxd-mom-pill {
    margin-left: 0;
    margin-right: 6px;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-module-feedback {
        text-align: center;
    }
    .dxd-mom-module-feedback .dxd-mom-pill {
        display: inline-block;
    }
}


/**
 * Share block
 */

.dxd-mom-module-share {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 16.00008px;
    padding-top: 1.00001rem;
}

.dxd-mom-module-share .dxd-mom-module-share-inner {
    border-top: 1px #d8d8d8 solid;
    padding-top: 16.00008px;
    padding-top: 1.00001rem;
    padding-bottom: 16.00008px;
    padding-bottom: 1.00001rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 960px) {
    .dxd-mom-module-share {
        padding-top: 24px;
        padding-top: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-page-content .dxd-mom-module-share,
.dxd-mom-ui-module .dxd-mom-module-share {
    padding-bottom: 0;
}


/**
 * Module holiday
 */

.dxd-mom-module-holiday {
    background: #006eab;
    background-repeat: repeat;
    color: #fff;
    padding: 0;
    padding: 1em;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative;
    /* Heading */
    /* Holiday icon */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-module-holiday h2 {
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0;
}

.dxd-mom-module-holiday span {
    display: table-cell;
    vertical-align: top;
    margin: 0 0.5em;
    text-align: left;
    font-weight: 600;
}

.dxd-mom-module-holiday .dxd-mom-holiday-icon {
    background-color: #fff;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    margin-top: 0px;
    border-radius: 50%;
    text-align: center;
    display: none;
    margin-right: 15px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-module-holiday .dxd-mom-holiday-icon {
        display: inline-block;
        vertical-align: top;
    }
}

.dxd-mom-module-holiday strong {
    font-weight: 600;
}

.dxd-mom-module-holiday .dxd-mom-holiday-date {
    display: block;
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-module-holiday .dxd-mom-holiday-date {
        text-align: left;
    }
}

.dxd-mom-module-holiday .dxd-mom-substitute-holiday {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 14px;
}


/**
 * Module table
 */

.dxd-mom-module-table {
    display: table;
}

.dxd-mom-module-table .dxd-mom-module-cell {
    display: table-cell;
    vertical-align: middle;
}


/**
 * Page module
 */

.dxd-mom-module-page-section {
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-module-page-section {
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
        padding-top: 24px;
        padding-top: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
    @media only screen and (min-width: 600px) {}
}

@media only screen and (min-width: 960px) {
    .dxd-mom-module-page-section+.dxd-mom-module-page-section {
        margin-top: -20px;
    }
}

.dxd-mom-module-page-section a {
    font-weight: normal;
}

.dxd-mom-module-page-section ol {
    margin-bottom: 0;
}


/**
 * In page module
 */

.dxd-mom-module-in-page {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-module-in-page {
        margin-bottom: 24px;
        margin-bottom: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-module-in-page .dxd-mom-link--arrow:before {
    color: #7c7f81;
}


/**
 * Module eservices
 */

.dxd-mom-module-eservices {
    /* Desktop */
}

@media only screen and (min-width: 960px) {
    .dxd-mom-module-eservices {
        padding-top: 24px;
        padding-top: 1.5rem;
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
    @media only screen and (min-width: 600px) {}
}

@media only screen and (min-width: 960px) {
    .dxd-mom-module-eservices .dxd-mom-link--arrow {
        width: auto;
    }
}


/**
 * Figure
 */

.dxd-mom-ui-figure {
    margin: 0;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-ui-figure figcaption {
    text-align: center;
    margin: 0;
    font-style: italic;
}


/*------------------------------------*\
    ACCORDION.CSS
\*------------------------------------*/

.dxd-mom-tab__handle--mobile:after,
.dxd-mom-accordion__header:after,
.dxd-mom-tab__handle--mobile:after {
    content: "\e772";
    position: absolute;
    left: 10px;
    top: 13px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
}

.dxd-mom-tab__handle--mobile.dxd-mom-active:after,
.dxd-mom-accordion__active:after {
    content: "\e773";
    color: #b25a00;
}

.dxd-mom-ui-accordion {
    list-style: none;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 600px) {}

div+.ui-accordion,
p+.ui-accordion {
    margin-top: 48px;
    margin-top: 3rem;
}

@media only screen and (min-width: 600px) {}


/* Header */

.dxd-mom-accordion__header,
.dxd-mom-tab__handle--mobile {
    border-bottom: 1px #b3c1ca solid;
    position: relative;
    padding: 10px 15px 10px 40px;
    line-height: 1.5;
    background: #E2F1FE;
    color: #006eab;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
}

.dxd-mom-accordion__header:first-child,
.dxd-mom-tab__handle--mobile:first-child {
    border-top: 1px #b3c1ca solid;
}


/* Active Content */

.dxd-mom-accordion__active {
    color: #b25a00;
    background: #FFF7F0;
}


/* Content */

.dxd-mom-accordion__content {
    padding: 1em;
    display: none;
    background: #fff;
}


/**
 * Bordered Accordion
 */

.dxd-mom-ui-accordion--bordered {
    border-bottom-width: 0;
    /* First child */
}

.dxd-mom-ui-accordion--bordered .dxd-mom-accordion__header,
.dxd-mom-ui-accordion--bordered .dxd-mom-tab__handle--mobile,
.dxd-mom-ui-accordion--bordered .dxd-mom-accordion__content {
    padding-left: 1em;
}

.dxd-mom-ui-accordion--bordered .dxd-mom-accordion__header:first-child,
.dxd-mom-ui-accordion--bordered .dxd-mom-tab__handle--mobile:first-child {
    border-top-style: none;
}


/*------------------------------------*\
    TOGGLE ENHANCED CSS
\*------------------------------------*/


/**
 * Toggle
 */

.dxd-mom-ui-toggle {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-ui-toggle .dxd-mom-toggle__link {
    display: none;
}

.dxd-mom-toggle__header {
    font-weight: 600;
    color: #006eab;
    background: #E2F1FE;
    padding: 10px 15px 10px 40px;
    font-size: 18px;
    font-size: 1.125rem;
    cursor: pointer;
    line-height: 1.3;
    margin: 0;
    position: relative;
    border-bottom: 1px #b3c1ca solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle__header {
        line-height: 1.5;
    }
}

.dxd-mom-toggle__header:before {
    content: "\e772";
    font-size: 22px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle__header:before {
        top: 12px;
    }
}

.dxd-mom-toggle__header.dxd-mom-toggle__active {
    background: #FFF7F0;
    color: #D0021B;
    border-bottom-color: #F0CDAC;
}

.dxd-mom-toggle__header.dxd-mom-toggle__active:before {
    content: "\e773";
    color: #D0021B;
}

.dxd-mom-toggle__header:first-child {
    border-top: 1px #b3c1ca solid;
}

.dxd-mom-toggle__header:first-child.dxd-mom-toggle__active {
    border-top-color: #F0CDAC;
}


/**
     * Content
     */

.dxd-mom-toggle__content {
    padding: 1em;
}

.dxd-mom-toggle-enhanced {
    padding-top: 24px;
    padding-top: 1.5rem;
    /* Link */
    /**
     * Content
     */
    /**
     * Step header
     */
    /**
     * Active
     */
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle-enhanced .dxd-mom-toggle__link {
        display: block;
    }
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__content {
    padding: 0;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__header {
    font-weight: bold;
    color: #333;
    padding: 0;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    background: #fff;
    line-height: 1.2;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
    /**
         * Span
         */
    /**
         * Icon
         */
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle-enhanced>.dxd-mom-toggle__header {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
        padding-right: 80px;
        font-size: 28px;
        font-size: 1.75rem;
    }
    @media only screen and (min-width: 600px) {}
}

@media only screen and (min-width: 960px) {
    .dxd-mom-toggle-enhanced>.dxd-mom-toggle__header {
        padding-left: 0;
        background: #fff;
    }
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__header>span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle-enhanced>.dxd-mom-toggle__header>span {
        padding-left: 10px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-toggle-enhanced>.dxd-mom-toggle__header>span {
        padding-left: 0;
    }
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__header:before {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    position: absolute;
    background: #fff;
    z-index: 2;
    left: 0;
    top: -8px;
    width: 30px;
    height: 30px;
    line-height: 38px;
    color: #006eab;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle-enhanced>.dxd-mom-toggle__header:before {
        top: -4px;
        font-size: 34px;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-toggle-enhanced>.dxd-mom-toggle__header:before {
        left: -50px;
    }
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__active {
    background: #fff;
    color: #b25a00;
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__active:before {
    color: #b25a00;
    border-color: #b25a00;
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__active .dxd-mom-toggle__link>span {
    box-shadow: 0 0 5px 2px rgba(178, 90, 0, 0.5);
    color: #b25a00;
    border-color: #b25a00;
}

.dxd-mom-toggle-enhanced>.dxd-mom-toggle__active .dxd-mom-toggle__link>span:after {
    content: "\e75f";
}


/**
     * Step link
     */

.dxd-mom-toggle__link {
    position: absolute;
    border-top: 1px #7c7f81 dotted;
    display: block;
    width: 100%;
    top: 20px;
    left: 0;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-toggle__link {
        display: block;
    }
}

.dxd-mom-toggle__link>span {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 2px #d8d8d8 solid;
    border-radius: 4px;
    padding: 5px;
    line-height: 1;
    height: 24px;
    top: -12px;
    text-transform: uppercase;
    font-size: 12px;
}

.dxd-mom-toggle__link>span:after {
    margin-left: 5px;
    content: "\e760";
    font-size: 10px;
}


/*------------------------------------*\
    TOOLTIP.CSS
\*------------------------------------*/

.dxd-mom-ui-tooltip {
    background: #fff;
    border: 2px #333 solid;
    position: absolute;
    z-index: 100;
    padding: 1em 2em 1em 1em;
    border-radius: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
    max-width: 340px;
    display: none;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-ui-tooltip {
        padding: 0.5em 1em;
    }
}

.dxd-mom-ui-tooltip p {
    margin-bottom: 1em;
}


/**
     * Close button
     */

.dxd-mom-tooltip-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
}

.dxd-mom-tooltip-close:before {
    content: "\e75e";
    font-size: 12px;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-tooltip-close {
        display: none;
    }
}

.dxd-mom-ui-tooltip:after,
.dxd-mom-ui-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dxd-mom-ui-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.dxd-mom-ui-tooltip:before {
    border-color: rgba(45, 54, 66, 0);
    border-top-color: #333;
    border-width: 13px;
    margin-left: -13px;
}

.dxd-mom-ui-tooltip.dxd-mom-left:after,
.dxd-mom-ui-tooltip.dxd-mom-left:before {
    left: 20px;
}

.dxd-mom-ui-tooltip.dxd-mom-right:after {
    right: 10px;
    left: auto;
    margin: 0;
}


/**
     * North Pointing Tooltip
     */

.dxd-mom-ui-tooltip.dxd-mom-tooltip-n:after,
.dxd-mom-ui-tooltip.dxd-mom-tooltip-n:before {
    bottom: 100%;
    top: auto;
}

.dxd-mom-ui-tooltip.dxd-mom-tooltip-n:after {
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.dxd-mom-ui-tooltip.dxd-mom-tooltip-n:before {
    border-color: transparent;
    border-bottom-color: #2D3642;
    border-width: 13px;
    margin-left: -13px;
}

.dxd-mom-ui-tooltip.dxd-mom-tooltip-n.dxd-mom-right:before,
.dxd-mom-ui-tooltip.dxd-mom-right:before {
    right: 7px;
    left: auto;
}


/*------------------------------------*\
    MEDIA.CSS
\*------------------------------------*/


/**
 * Media grid
 * Default: 3 columns
 */

.dxd-mom-media-grid {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    /* Remove bold face */
}

@media only screen and (min-width: 600px) {
    .dxd-mom-media-grid {
        margin-bottom: 1em;
    }
}

.dxd-mom-media-grid>li {
    margin-bottom: 16.00008px;
    margin-bottom: 1.00001rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-media-grid p {
    font-weight: normal;
}


/**
 * Media Blocks
 */

.dxd-mom-media-grid--blocks {
    /* Typography */
    /* Hover */
    /* Section expand */
}

.dxd-mom-media-grid--blocks>li {
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-media-grid--blocks p {
    margin: 0;
    color: #333;
}

.dxd-mom-media-grid--blocks p+.dxd-mom-row,
.dxd-mom-media-grid--blocks p+.dxd-mom-content-row,
.dxd-mom-media-grid--blocks p+ul {
    padding-top: 20px;
}

.dxd-mom-media-grid--blocks>li {
    border: 1px #b3c1ca solid;
    border-radius: 4px;
    display: block;
    padding: 12px 16px 16px;
    background: #fff;
    text-decoration: none;
    /*height: 100%; */
}

.dxd-mom-media-grid--blocks>li:hover {
    border-color: #006eab;
    border-width: 1px;
}

.dxd-mom-media-grid--blocks ul {
    color: #006eab;
}

.dxd-mom-media-grid--blocks h2 {
    margin-bottom: 0px;
    font-weight: 600;
}

.dxd-mom-media-grid--blocks>li>a:hover {
    text-decoration: none;
}

.dxd-mom-media-grid--blocks .dxd-mom-section-expand {
    padding-top: 24px;
    padding-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Media block
 */

.dxd-mom-media-block {
    list-style: none;
    margin-left: 0;
    font-size: 0;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    *zoom: 1;
    /* Meta */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-media-block:before,
.dxd-mom-media-block:after {
    content: " ";
    display: table;
}

.dxd-mom-media-block:after {
    clear: both;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-media-block {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-media-block {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.dxd-mom-media-block>li {
    font-size: 14px;
    margin: 0;
    padding-bottom: 16.00008px;
    padding-bottom: 1.00001rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-media-block>li {
        display: inline-block;
        vertical-align: top;
        width: 33.33333%;
        padding: 0 8px 16px 8px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-media-block>li {
        padding: 0 10px;
        padding-bottom: 20px;
    }
}

.dxd-mom-media-block .dxd-mom-media-content {
    border: 1px #b3c1ca solid;
    border-radius: 4px;
    padding: 16.00008px;
    padding: 1.00001rem;
    *zoom: 1;
    background: #fff;
    /*min-height: 100%; */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-media-block .dxd-mom-media-content:before,
.dxd-mom-media-block .dxd-mom-media-content:after {
    content: " ";
    display: table;
}

.dxd-mom-media-block .dxd-mom-media-content:after {
    clear: both;
}

.dxd-mom-media-block a {
    font-weight: normal;
}

.dxd-mom-media-block .dxd-mom-media-title {
    line-height: 1.4;
    border-bottom: 1px #b3c1ca solid;
    padding-bottom: 1em;
    margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-media-block .dxd-mom-media-title {
        height: 60px;
    }
}

.dxd-mom-media-block .dxd-mom-media-title>a {
    font-weight: 600;
}

.dxd-mom-media-block h3 {
    padding-top: 0;
}

.dxd-mom-media-block p {
    margin-bottom: 16.00008px;
    margin-bottom: 1.00001rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-media-block h3+p {
    margin-top: -7.9992px;
    margin-top: -0.49995rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-media-block .dxd-mom-article-meta {
    padding-bottom: 0;
    font-size: 13px;
}


/**
 * Figure
 */

figure {
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0;
    *zoom: 1;
}

figure:before,
figure:after {
    content: " ";
    display: table;
}

figure:after {
    clear: both;
}

figure .figure-image {
    position: relative;
}

figure .icon-play-video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}

figure figcaption {
    padding: 1em 0 0 0;
    font-size: 14px;
    font-size: 0.875rem;
}

figure img {
    border-radius: 4px;
}

figure p {
    margin-bottom: 0.5em;
}


/**
     * Image left
     */

@media only screen and (min-width: 600px) {
    .dxd-mom-figure-img-left .dxd-mom-figure-image {
        float: left;
        max-width: 40%;
    }
    .dxd-mom-figure-img-left figcaption {
        overflow: auto;
        padding: 1em 1em 1em 1.5em;
    }
}


/**
     * Caption title
     */


/**
 * Play icon
 */

.dxd-mom-icon-play-video {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 30px;
    background-color: #e57200;
    color: #fff;
    border-radius: 100%;
}

.dxd-mom-icon-play-video:hover {
    background-color: #b25600;
}

.dxd-mom-icon-play-video:before {
    width: 0;
    font-size: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 17.3px;
    border-color: transparent transparent transparent #fff;
    content: " ";
    line-height: 10px;
    margin-left: 5px;
}


/*------------------------------------*\
		$COMPONENT - PANELS
\*------------------------------------*/


/**
 * Panel
 */

.dxd-mom-panel {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    border: 1px #d8d8d8 solid;
    background: #eee;
    /**
	 * Last child
	 */
    /**
	 * table
	 */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-panel p:last-child,
.dxd-mom-panel ul:last-child,
.dxd-mom-panel ol:last-child {
    margin-bottom: 0;
}

.dxd-mom-panel .dxd-mom-table:last-child {
    margin-bottom: 0;
}


/**
 * Panel Body
 */

.dxd-mom-panel__body {
    padding: 1em;
}


/**
 * Panel Criteria
 */

.dxd-mom-panel--criteria {
    margin-bottom: 1em;
}

.dxd-mom-panel--criteria label {
    display: block;
}

.dxd-mom-panel--criteria p {
    margin-bottom: 1em;
}


/**
 * Filter text
 */

.dxd-mom-filter-current {
    font-weight: bold;
    display: block;
    padding-top: 0;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Plain panel
 */

.dxd-mom-panel-plain {
    background: transparent;
    border-radius: 4px;
    padding: 1em;
}

.dxd-mom-panel-plain .dxd-mom-panel-title {
    font-weight: 600;
    padding-bottom: 1em;
}


/**
 * Panel blue
 */

.dxd-mom-panel-blue {
    background: #006eab;
    border-radius: 4px;
    color: #fff;
    border: none;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
    padding: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-panel-blue {
        padding: 1.5em;
    }
}

.dxd-mom-panel-blue a {
    color: #fff;
}

.dxd-mom-panel-blue a:hover {
    color: #fff;
}

.dxd-mom-panel-blue a:active {
    color: #fff;
}

.dxd-mom-panel-blue .dxd-mom-form-submit {
    padding-bottom: 0;
    padding-top: 0;
}

.dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-btn,
.dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-link-filter-toggle,
.dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-introjs-skipbutton,
.dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-trip-close,
.dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-trip-next,
.dxd-mom-panel-blue .dxd-mom-form-submit>.dxd-mom-trip-prev {
    margin-bottom: 0;
}


/*------------------------------------*\
    $COMPONENT - ALERTS
\*------------------------------------*/

.dxd-mom-alert {
    padding: 0.5em 1em;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 1em;
    border-left: 5px #7c7f81 solid;
    border-color: #C3E0D3;
    /*float: left;
  width: 100%;*/
    /* Last Child */
    /* Alert adjacent */
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 960px) {
    .dxd-mom-alert {
        margin-left: 2em;
    }
}

.dxd-mom-alert:after {
    content: "\e802";
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 26px;
    color: #666;
    width: 1.28571em;
    text-align: center;
}

.dxd-mom-alert:before {
    content: "Tip";
    display: block;
    font-weight: 600;
    padding-bottom: 0.5em;
    color: #666;
    padding-left: 35px;
}

.dxd-mom-alert ul,
.dxd-mom-alert ol {
    margin-bottom: 0;
}

.dxd-mom-alert ul:last-child,
.dxd-mom-alert ol:last-child,
.dxd-mom-alert p:last-child,
.dxd-mom-alert table:last-child {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Alert Heading
 * Use only h3.gamma for alert__heading
 */

.dxd-mom-alert__heading {
    display: block;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Alert Close
 */


/**
 * Alert Success
 */

.dxd-mom-alert--success:after {
    content: "\e770";
    color: #468847;
}

.dxd-mom-alert--success:before {
    content: "Success";
    color: #468847;
}


/**
 * Alert Example
 */

.dxd-mom-alert--example {
    border-color: #DCCCE3;
}

.dxd-mom-alert--example:after {
    content: "\e805";
    color: #713D7D;
}

.dxd-mom-alert--example:before {
    content: "Example";
    color: #713D7D;
}


/**
 * Alert Error
 */

.dxd-mom-alert--error {
    background-color: #F2DEDE;
    border-color: #e8bfc8;
    border-left: 0;
    margin-left: 0;
    padding: 1em;
    border: 1px #e8bfc8 solid;
}

.dxd-mom-alert--error:after {
    content: " ";
}

.dxd-mom-alert--error:before {
    content: " ";
    padding: 0;
}


/**
 * Alert Warning
 */

.dxd-mom-alert--warning,
.dxd-mom-alert--tips {
    border-color: #ffc700;
}

.dxd-mom-alert--warning:after,
.dxd-mom-alert--tips:after {
    content: "\f06a";
    color: #C09853;
}


/**
 * Alert Warning
 */

.dxd-mom-alert--tip,
.dxd-mom-alert--tips {
    border-color: #F9DCA3;
}

.dxd-mom-alert--tip:after,
.dxd-mom-alert--tips:after {
    content: "\e6a3";
    color: #C88906;
    left: 14px;
}

.dxd-mom-alert--tip:before,
.dxd-mom-alert--tips:before {
    color: #C88906;
}


/**
 * Alert Info
 */

.dxd-mom-alert--info,
.dxd-mom-alert--note,
.dxd-mom-alert--service {
    border-color: #CDE3F3;
}


/**
 * Alert info
 */

.dxd-mom-alert--info:after,
.dxd-mom-alert--note:after {
    color: #2B6896;
}

.dxd-mom-alert--info:before,
.dxd-mom-alert--note:before {
    content: "Note";
    color: #2B6896;
}


/**
 * Alert Tips
 */

.dxd-mom-alert--tips:before {
    color: #9D6C00;
}

.dxd-mom-alert--tips:after {
    content: "\e6a3";
}


/**
 * Alert Services
 */

.dxd-mom-alert--service:after {
    content: "\f013";
}


/**
 * Beta alert
 */

.dxd-mom-beta-alert {
    max-width: 500px;
    background: #fff;
    margin: 20px auto;
    padding: 1em;
    border-radius: 4px;
    position: relative;
}

.dxd-mom-beta-alert img {
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-beta-alert img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .dxd-mom-beta-alert {
        font-size: 14px;
    }
}

.dxd-mom-beta-alert .dxd-mom-btn,
.dxd-mom-beta-alert .dxd-mom-link-filter-toggle,
.dxd-mom-beta-alert .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-beta-alert .dxd-mom-introjs-skipbutton,
.dxd-mom-beta-alert .dxd-mom-trip-close,
.dxd-mom-beta-alert .dxd-mom-trip-next,
.dxd-mom-beta-alert .dxd-mom-trip-prev {
    margin-bottom: 0.5em;
}


/**
 * Related
 */

.dxd-mom-alert--related {
    padding: 1.5em;
    margin-top: 3em;
    display: block;
    background: #E2F1FE;
    border: 1px #b1dafc solid;
    clear: both;
    width: 100%;
    margin-left: 0;
}

.dxd-mom-alert--related:before {
    display: none;
}

.dxd-mom-alert--related:after {
    display: none;
}


/**
 * Unstyled Alert
 */

.dxd-mom-alert--unstyled {
    margin-left: 0;
    margin-bottom: 0;
}

.dxd-mom-alert--unstyled:after,
.dxd-mom-alert--unstyled:before {
    display: none;
}

.dxd-mom-alert--myinfo:before {
    content: " ";
    display: block;
    font-weight: 600;
    padding-bottom: 0.5em;
    color: #2B6896;
    padding-left: 35px;
}

.dxd-mom-alert--myinfo .dxd-mom-alert__title {
    font-weight: 600;
    padding-bottom: 0.5em;
    color: #2B6896;
    padding-left: 35px;
    margin-top: -0.5em;
}


/*------------------------------------*\
    $COMPONENT - PAGINATION
\*------------------------------------*/


/**
 * nav pagination
 */

.dxd-mom-nav-pagination {
    text-align: center;
    background: #f6f6f6;
    border-radius: 4px;
    padding: 1em;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    /* Page Next */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-nav-pagination a {
    padding: 0 0.5em;
    font-weight: normal;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-pagination a {
        display: inline;
    }
}

.dxd-mom-nav-pagination .dxd-mom-page-prev,
.dxd-mom-nav-pagination .dxd-mom-page-next {
    display: inline;
}

.dxd-mom-nav-pagination .dxd-mom-page-active {
    color: #333;
    font-weight: bold;
}

.dxd-mom-nav-pagination .dxd-mom-page-disabled {
    color: #6a6a6a;
}

@media only screen and (max-width: 599px) {
    .dxd-mom-nav-pagination {
        /* Page Next */
    }
    .dxd-mom-nav-pagination .dxd-mom-page-next {
        float: right;
        padding-right: 0;
    }
    .dxd-mom-nav-pagination .dxd-mom-page-prev {
        float: left;
        padding-left: 0;
    }
}


/* Mobile indicator */

.dxd-mom-page-indicator-mobile {
    display: inline;
    color: #6a6a6a;
    font-size: 14px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-page-indicator-mobile {
        display: none;
    }
}


/*------------------------------------*\
    $COMPONENT - Search Autocomplete
\*------------------------------------*/


/*------------------------------------*\
    BRANDING.CSS
\*------------------------------------*/


/**
 * Logo
 */

.dxd-mom-mom-logo {
    display: inline-block;
    background: url(../images/branding/mom-logo-color.svg);
    background-repeat: no-repeat;
    background-size: auto 60px;
    text-indent: -2000em;
    width: 130px;
    height: 60px;
}

.dxd-mom-no-svg .dxd-mom-mom-logo {
    background-image: url(../images/branding/mom-logo-color-ie.png);
    float: left
}

@media only screen and (min-width: 600px) {
    .dxd-mom-mom-logo {
        float: left;
    }
}

_:-ms-input-placeholder,
 :root .mom-logo {
    background-size: 123px auto;
}


/**
 * Government logo
 */

.dxd-mom-gov-logo {
    float: right;
    background: url(../images/branding/sing-gov.svg) top left no-repeat;
    width: 194px;
    height: 31px;
    background-size: cover;
    text-indent: -2000em;
    margin: 3px 0 0 0;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-gov-logo {
        display: block;
    }
}

.dxd-mom-no-svg .dxd-mom-gov-logo {
    background-image: url(../images/branding/sing-gov-ie.png);
    width: 190px;
    height: 25px;
    display: block;
}


/**
 * Top bar
 */

.dxd-mom-topbar {
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 12;
    *zoom: 1;
    background: #fff;
}

.dxd-mom-topbar:before,
.dxd-mom-topbar:after {
    content: " ";
    display: table;
}

.dxd-mom-topbar:after {
    clear: both;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-topbar {
        text-align: left;
    }
}


/*------------------------------------*\
	NAVIGATION.CSS
\*------------------------------------*/


/* Site links */

.dxd-mom-nav-site-links {
    font-size: 12px;
    font-size: 0.75rem;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-site-links {
        clear: right;
        float: right;
        text-align: right;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.dxd-mom-nav-site-links a {
    border-left: 1px #b3c1ca solid;
    padding: 0 4px;
    display: inline-block;
    line-height: 1;
}

@media only screen and (min-width: 375px) {
    .dxd-mom-nav-site-links a {
        padding: 0 0.8em;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-site-links a {
        padding: 0 0.8em;
    }
}

.dxd-mom-nav-site-links a:first-child {
    border-left: none;
}

.dxd-mom-nav-site-links a:last-child {
    padding-right: 0;
}

.dxd-mom-nav-site-links a:first-child {
    padding-left: 0;
}


/**
 * Support Links
 */

.dxd-mom-support-links {
    float: right;
    clear: right;
    margin: 12px 0 0 0;
    font-size: 12px;
    font-size: 0.75rem;
    display: none;
    line-height: 1;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-support-links {
        display: block;
    }
}

.dxd-mom-support-links>a {
    border-left: 1px #b3c1ca solid;
    padding: 0 8px;
    display: inline-block;
    line-height: 1.2;
}

.dxd-mom-support-links>a:last-child {
    padding-right: 0;
}

.dxd-mom-support-links>a:first-child {
    border-left: none;
    margin-left: 0;
}


/**
 * Feed and Alerts
 */

.dxd-mom-nav-feed-alerts {
    list-style: none;
    margin-bottom: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-feed-alerts {
        display: block;
        margin-left: 1em;
    }
}

.dxd-mom-nav-feed-alerts a {
    display: inline;
    padding: 0 1em;
    border-left: 1px #d8d8d8 solid;
}

.dxd-mom-nav-feed-alerts>a:first-child {
    border-left: none;
    padding-left: 0;
}

.dxd-mom-nav-feed-alerts>a:last-child {
    padding-right: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-feed-alerts {
        border: none;
        padding: 0;
        margin-bottom: 0;
        float: right;
    }
}


/**
 * Nav sidemenu
 */

.dxd-mom-nav-sidemenu {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-nav-sidemenu a {
    display: block;
    margin-bottom: 8px;
}

.dxd-mom-nav-sidemenu .dxd-mom-active {
    font-weight: bold;
    color: #333;
}

.dxd-mom-nav-sidemenu .dxd-mom-full-list {
    display: none;
}

.dxd-mom-nav-sidemenu .dxd-mom-full-list.dxd-mom-list-opened {
    display: block;
}


/**
 * Nav site help
 */

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-site-help {
        display: none;
    }
}


/**
 * Pagination
 */

.dxd-mom-pages {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    text-align: center;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-pages {
        text-align: right;
    }
}

.dxd-mom-pages a {
    font-weight: normal;
    padding: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pages a {
        display: inline;
    }
}

.dxd-mom-pages a.dxd-mom-previous,
.dxd-mom-pages a.dxd-mom-next {
    display: inline;
    padding-right: 1em;
    padding-left: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pages a.dxd-mom-previous,
    .dxd-mom-pages a.dxd-mom-next {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.dxd-mom-pages .dxd-mom-page-ellipsis {
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pages .dxd-mom-page-ellipsis {
        display: inline;
    }
}

.dxd-mom-pages .dxd-mom-page-current {
    color: #333;
    font-weight: bold;
}

.dxd-mom-pages .dxd-mom-previous:before {
    content: "\e761";
    margin-right: 0.3em;
    font-size: 20px;
    vertical-align: -2px;
}

.dxd-mom-pages .dxd-mom-next:after {
    content: "\e762";
    margin-left: 0.3em;
    margin-right: 0;
    font-size: 20px;
    vertical-align: -2px;
}

.dxd-mom-pages .dxd-mom-page-status {
    padding: 0 1em;
}


/**
     * Top pagination
     */

.dxd-mom-pages-top {
    float: right;
    margin-top: 1em;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pages-top {
        display: block;
        margin-top: 0;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-pages-top {
        margin-bottom: 0;
        margin-top: 1em;
    }
}


/**
     * Bottom
     */

.dxd-mom-pages-bottom {
    padding-bottom: 1em;
}


/*------------------------------------*\
		CALCULATOR.CSS
\*------------------------------------*/


/**
 * MOM calculator
 */

.dxd-mom-mom-calculator {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Main Container
 */

.dxd-mom-smartform-calculator {
    position: relative;
    padding-bottom: 2em;
    /**
	 * label
	 */
    /**
	 * Spinner
	 */
}

.dxd-mom-smartform-calculator .dxd-mom-smartform-label {
    display: block;
}

.dxd-mom-smartform-calculator .dxd-mom-mom-spinner {
    position: absolute;
    left: 50%;
    top: 1em;
}


/**
 * After loading
 */

.dxd-mom-smartform-loaded {
    padding-bottom: 0;
}


/**
 * Flat calculator
 */

.dxd-mom-smartform-flat {
    padding-top: 24px;
    padding-top: 1.5rem;
    background: #f6f6f6;
    border: 1px #b3c1ca solid;
    border-top-width: 4px;
    border-radius: 4px;
    padding-left: 1em;
    padding-right: 1em;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform-guided {
    background: none;
    border: none;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform-guided .dxd-mom-smartform-question {
    margin-bottom: 1em;
}

.dxd-mom-smartform-guided label.dxd-mom-field-error {
    margin-bottom: 0;
}


/**
 * Description
 */

.dxd-mom-smartform-description {
    color: #6a6a6a;
}

label+.smartform-description {
    margin-top: 0px;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform-guided .dxd-mom-smartform-description {
    margin-bottom: 0;
}

.dxd-mom-smartform-description span {
    font-weight: 600;
}


/**
 * Question
 */

.dxd-mom-smartform__question {
    position: relative;
    padding: 1em;
    border-bottom: 1px #b1dafc solid;
    border-radius: 4px 4px 0 0;
}

.dxd-mom-smartform-question-active .dxd-mom-smartform__question {
    border-color: #F0CDAC;
}


/**
 * Answer
 */

.dxd-mom-smartform__answer {
    padding: 1em;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-smartform__answer {
        padding-left: 65px;
    }
}


/**
 * Number
 */

.dxd-mom-smartform__number {
    background: #006eab;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 12px;
}

.dxd-mom-smartform-question-active .dxd-mom-smartform__number {
    background-color: #b25a00;
    font-weight: 400;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-smartform__number {
        left: 1em;
        top: 0.9em;
    }
}


/**
 * Results
 */

.dxd-mom-smartform-result {
    padding-top: 0px;
    padding-top: 0rem;
    margin-bottom: 16px;
    display: none;
    /*panel */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform .dxd-mom-smartform-result {
    display: none;
}

.dxd-mom-smartform-result .dxd-mom-panel {
    border-radius: 4px;
    background: #fff;
    padding: 20px 15px;
}

.dxd-mom-smartform-result .dxd-mom-panel:last-child {
    margin-bottom: 0;
}

.dxd-mom-smartform-result .dxd-mom-panel {
    border: none;
    padding: 0;
    padding: 16px;
    background: #fff;
    border: 1px #d8d8d8 solid;
    border-radius: 4px;
}

.dxd-mom-smartform-guided .dxd-mom-smartform-result .dxd-mom-panel {
    border: 1px #F0CDAC solid;
    border-top-width: 4px;
    border-radius: 4px;
    padding: 16px;
}


/**
 * Answer
 */

.dxd-mom-question__answer {
    margin: 0;
    font-weight: 600;
}


/**
 * Hide negative result
 */

.dxd-mom-result__negative {
    display: none;
}


/**
 * Progress Bar
 */

.dxd-mom-smartform__progress {
    background: #95a9b5;
    height: 15px;
    width: 200px;
    position: relative;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    border-radius: 3px;
    position: absolute;
    top: -30px;
    left: 0;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform__progress>span {
    display: block;
    height: 100%;
    width: 5%;
    background: #5FC600;
    left: 0;
    top: 0;
    border-right: 3px #fff solid;
    border-radius: 3px 0 0 3px;
    transition: width 0.3s ease-in;
}


/**
 * Calculator Steps
 */

.dxd-mom-smartform__steps {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    display: inline;
    vertical-align: middle;
    margin-left: 1em;
}

@media only screen and (min-width: 600px) {}


/**
 * Submit
 */

.dxd-mom-form__submit {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-form__submit .dxd-mom-btn,
.dxd-mom-form__submit .dxd-mom-link-filter-toggle,
.dxd-mom-form__submit .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-form__submit .dxd-mom-introjs-skipbutton,
.dxd-mom-form__submit .dxd-mom-trip-close,
.dxd-mom-form__submit .dxd-mom-trip-next,
.dxd-mom-form__submit .dxd-mom-trip-prev {
    margin-bottom: 0;
}


/**
 * Result Highlight
 */

.dxd-mom-result-highlight {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: bold;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-result-highlight {
        font-size: 28px;
        font-size: 1.75rem;
    }
}


/**
 * Smart Calculator
 */

.dxd-mom-smart-calculator {
    padding-top: 24px;
    padding-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Overrides
 */

.dxd-mom-smartform-question {
    position: relative;
    /* Edit Link */
}

.dxd-mom-smartform-question .dxd-mom-smartform__question {
    padding-left: 50px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-smartform-question .dxd-mom-smartform__question {
        padding-left: 65px;
    }
}

.dxd-mom-smartform-question label {
    font-weight: 600;
}

.dxd-mom-smartform-guided .dxd-mom-smartform-question label {
    font-weight: normal;
}

.dxd-mom-smartform-question .dxd-mom-label-radio,
.dxd-mom-smartform-question .dxd-mom-label-checkbox {
    font-weight: normal;
}

.dxd-mom-smartform-question .dxd-mom-field-error {
    font-weight: normal;
}

.dxd-mom-smartform-question .dxd-mom-link--edit,
.dxd-mom-smartform-question .dxd-mom-rate-mom a,
.dxd-mom-rate-mom .dxd-mom-smartform-question a {
    float: right;
    margin: 0 1em 0 1em;
    display: none;
}


/**
 * Guided calculator
 */

.dxd-mom-smartform-guided .dxd-mom-smartform-question {
    border: 1px #b1dafc solid;
    border-radius: 4px;
    background: #E2F1FE;
}

.dxd-mom-smartform-guided .dxd-mom-smartform-question-active {
    border-color: #F0CDAC;
    background: #FFF7F0;
}

.dxd-mom-smartform-guided .dxd-mom-smartform__options {
    display: none;
}

.dxd-mom-smartform-guided .dxd-mom-question__answer {
    display: block;
}

.dxd-mom-smartform-guided .dxd-mom-link--edit,
.dxd-mom-smartform-guided .dxd-mom-rate-mom a,
.dxd-mom-rate-mom .dxd-mom-smartform-guided a {
    display: block;
}

.dxd-mom-smartform-question-active .dxd-mom-smartform__options {
    display: block;
}

.dxd-mom-smartform-question-active .dxd-mom-question__answer {
    display: none;
}

.dxd-mom-smartform-question-active .dxd-mom-link--edit,
.dxd-mom-smartform-question-active .dxd-mom-rate-mom a,
.dxd-mom-rate-mom .dxd-mom-smartform-question-active a {
    display: none;
}


/**
 * Prefix
 */

.dxd-mom-smartform__prefix {
    padding-right: 0.2em;
    display: inline-block;
}

.dxd-mom-smartform__options .dxd-mom-smartform__prefix {
    vertical-align: middle;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-size: 1.125rem;
    padding-right: 0.3em;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform-guided .dxd-mom-date-field,
.dxd-mom-smartform-guided .dxd-mom-label-inline,
.dxd-mom-smartform-guided .dxd-mom-text-input {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-smartform-guided label.dxd-mom-field-error {
    margin-top: 0;
}


/**
 * Terms of use
 */

.dxd-mom-mom-calculator-terms {
    border-radius: 4px;
    padding: 1em 0;
    font-size: 14px;
    margin-top: -35px;
}

.dxd-mom-smartform-guided .dxd-mom-mom-calculator-terms {
    margin-top: 0;
}


/**
 * Date support
 */

.dxd-mom-smartform-date-not-supported .dxd-mom-smartform-date-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.dxd-mom-smartform-date-supported .dxd-mom-date-field {
    display: none;
}

.dxd-mom-smartform-date-supported .dxd-mom-smartform-date-input {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/*------------------------------------*\
        FOOTER CSS
\*------------------------------------*/

.dxd-mom-module-footer {
    font-size: 14px;
    font-size: 0.875rem;
    /* Links */
    /* Hover link */
}

.dxd-mom-module-footer a {
    color: #BADBFD;
    font-weight: normal;
}

.dxd-mom-module-footer a:hover {
    color: #BADBFD;
}

.dxd-mom-module-footer a:active {
    color: #BADBFD;
}

.dxd-mom-module-footer a:hover {
    color: #fff;
}


/**
 * Copyright
 */

.dxd-mom-module-copyright a {
    padding: 0 1em;
    font-weight: normal;
}


/* Copyright Text */

.dxd-mom-text--copyright {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 1em;
}

.dxd-mom-text--copyright span {
    display: block;
    padding: 0 0 1em 0;
}

.dxd-mom-text--copyright span+a {
    padding-left: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-text--copyright span {
        display: inline;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-text--copyright {
        float: left;
    }
    .dxd-mom-text--copyright span+a {
        padding-left: 2em;
    }
}


/**
 * MOM Footer logo
 */

.dxd-mom-mom-logo-footer {
    display: block;
    background: url(../images/branding/mom-logo-white.svg) top left no-repeat;
    width: 146px;
    height: 72px;
    text-indent: -2000em;
    margin-bottom: 19.9992px;
    margin-bottom: 1.24995rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-mom-logo-footer {
        float: left;
        margin-bottom: 0;
    }
}

.dxd-mom-no-svg .dxd-mom-mom-logo-footer {
    background-image: url(../images/branding/mom-logo-white-ie.png);
}


/**
 * Rate MOM
 */

.dxd-mom-rate-mom {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-rate-mom {
        float: right;
        display: inline;
    }
}

.dxd-mom-rate-mom a {
    margin-right: 2em;
    padding-right: 0;
    margin-left: 0.4em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-rate-mom a {
        margin-left: 2em;
        margin-right: 0;
    }
}


/*------------------------------------*\
    ANIMATION.CSS
\*------------------------------------*/

.dxd-mom-animation-flash {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% {
        background-color: none;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: none;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: none;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: none;
    }
}


/*------------------------------------*\
		$COMPONENT - RELATED
\*------------------------------------*/

.dxd-mom-ui-related {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

.dxd-mom-ui-related h2 {
    border-top: 5px #d8d8d8 solid;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 1em;
}

.dxd-mom-ui-related h2:before {
    content: "\e748";
    margin-right: 0.5em;
}


/*------------------------------------*\
    FEEDBACK.CSS
\*------------------------------------*/

.dxd-mom-module-feedback {
    /* Page content */
}

.dxd-mom-module-feedback .dxd-mom-page-content {
    padding: 0;
}

.dxd-mom-module-feedback p {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (max-width: 599px) {
    .dxd-mom-module-feedback .dxd-mom-beta {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .dxd-mom-module-feedback .dxd-mom-beta {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
    }
}

.dxd-mom-feedback-response {
    text-align: left;
    padding-top: 24px;
    padding-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-feedback-response .dxd-mom-btn,
.dxd-mom-feedback-response .dxd-mom-link-filter-toggle,
.dxd-mom-feedback-response .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-feedback-response .dxd-mom-introjs-skipbutton,
.dxd-mom-feedback-response .dxd-mom-trip-close,
.dxd-mom-feedback-response .dxd-mom-trip-next,
.dxd-mom-feedback-response .dxd-mom-trip-prev {
    margin-bottom: 1em;
}


/**
 * Feedback options
 */

.dxd-mom-fieldset--feedback {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}


/*------------------------------------*\
    KB.CSS
\*------------------------------------*/

.dxd-mom-browse-panes {
    *zoom: 1;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

.dxd-mom-browse-panes:before,
.dxd-mom-browse-panes:after {
    content: " ";
    display: table;
}

.dxd-mom-browse-panes:after {
    clear: both;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 960px) {
    .dxd-mom-browse-panes {
        padding-top: 12px;
        padding-top: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-browse-panes:focus {
    outline: none;
}


/**
     * Pane
     */

.dxd-mom-pane {
    position: relative;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    /* Td */
    /* Faq */
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pane {
        float: right;
        width: 25%;
        min-height: 20px;
    }
}

.dxd-mom-pane .dxd-mom-list--faq {
    padding-bottom: 0;
}


/**
     * Pane section
     */

.dxd-mom-pane-section {
    z-index: 2;
}

.dxd-mom-pane-inner {
    *zoom: 1;
    min-height: 500px;
}

.dxd-mom-pane-inner:before,
.dxd-mom-pane-inner:after {
    content: " ";
    display: table;
}

.dxd-mom-pane-inner:after {
    clear: both;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-pane-inner {
        border-left: 1px #d8d8d8 solid;
        padding-left: 15px;
    }
}

.dxd-mom-pane-subsection {
    z-index: 3;
}


/**
     * Subsection active
     */

@media only screen and (min-width: 600px) {
    /**
         * Section pane
         */
    /**
         * Sub section
         */
    .dxd-mom-pane-section {
        width: 32%;
    }
    .dxd-mom-pane-subsection {
        width: 41%;
    }
    .dxd-mom-sub-section-active .dxd-mom-pane-section {
        margin-left: -12%;
    }
    .dxd-mom-sub-section-active .dxd-mom-pane-subsection {
        width: 53%;
    }
}


/**
 * List pane
 */

.dxd-mom-list-pane {
    list-style: none;
    margin-left: -15px;
}

.dxd-mom-list-pane .dxd-mom-spin {
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: 0px;
}

.dxd-mom-list-pane .dxd-mom-spin-json {
    position: absolute;
    left: 10px;
    top: 50px;
}

.dxd-mom-list-pane>li {
    margin: 0;
    position: relative;
    border-bottom: 1px #d8d8d8 solid;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-list-pane>li {
        border-bottom: none;
    }
}

.dxd-mom-list-pane>li:last-child {
    border-bottom: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-list-pane>li:first-child {
        border-top: none;
    }
}

.dxd-mom-list-pane a {
    padding: 1em 0.625em;
    padding-right: 40px;
    display: block;
    position: relative;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-list-pane a {
        padding-left: 15px;
    }
}

.dxd-mom-list-pane a:after {
    content: "\e762";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.dxd-mom-list-pane a:hover {
    text-decoration: none;
    background-color: #E2F1FE;
}

.dxd-mom-list-pane .dxd-mom-loading:after {
    display: none;
}

.dxd-mom-list-pane .dxd-mom-active>a {
    background-color: #006eab;
    color: #fff;
}


/**
     * Mobile
     */

@media only screen and (max-width: 599px) {
    .dxd-mom-list-pane {
        margin-left: 0;
    }
    .dxd-mom-pane {
        border-left: none;
        padding-left: 0;
    }
    .dxd-mom-section-active .dxd-mom-pane {
        display: none;
    }
    .dxd-mom-section-active .dxd-mom-pane-section {
        display: block;
    }
    .dxd-mom-sub-section-active .dxd-mom-pane {
        display: none;
    }
    .dxd-mom-sub-section-active .dxd-mom-pane-subsection {
        display: block;
    }
}


/*------------------------------------*\
    RELATED QUESTIONS
\*------------------------------------*/

.dxd-mom-ui-related-questions {
    padding-top: 24px;
    padding-top: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/*------------------------------------*\
    SEARCH CSS
\*------------------------------------*/


/**
 * Top bar, Search and breadcrumbs
 */


/* Inner page search */

.dxd-mom-mom-search {
    background: #fff;
    position: relative;
    z-index: 11;
    display: none;
    color: #333;
    *zoom: 1;
    clear: both;
    /* Close link */
}

.dxd-mom-mom-search:before,
.dxd-mom-mom-search:after {
    content: " ";
    display: table;
}

.dxd-mom-mom-search:after {
    clear: both;
}

.dxd-mom-mom-search .dxd-mom-mom-search-inner {
    padding: 0;
    margin: 1em 0;
}

.dxd-mom-mom-search .dxd-mom-link--close-rounded {
    display: none;
}

@media only screen and (min-width: 1040px) {
    .dxd-mom-mom-search .dxd-mom-link--close-rounded {
        display: block;
    }
}

.dxd-mom-mom-search-inner {
    position: relative;
    padding-bottom: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-mom-search-inner {
        padding-bottom: 24px;
        padding-bottom: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-mom-masthead .dxd-mom-mom-search-inner {
    padding-bottom: 0;
    color: #333;
    background: #fff;
    border-radius: 4px;
}


/**
     * Search zoning
     */

.dxd-mom-search-zone-select {
    position: absolute;
    left: 0;
    top: 0px;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    height: 45px;
    border-right: 1px #7c7f81 solid;
    border-radius: 0;
    opacity: 0;
    min-width: 300px;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* Zone select text */

.dxd-mom-search-zone-text {
    padding: 0 15px 0 15px;
    margin: 0;
    white-space: nowrap;
    display: block;
    color: #333;
}

.dxd-mom-search-zone-text:after {
    content: "\e760";
    margin-left: 8px;
    margin-right: 0;
    font-size: 10px;
}


/* focus */

.dxd-mom-search-zone-focus .dxd-mom-search-zone-text {
    opacity: 0.7;
}

.dxd-mom-search-zoning {
    display: table;
    width: 100%;
    border: 2px #b3c1ca solid;
    border-radius: 4px;
    background: #fff;
}

.dxd-mom-search-zoning .dxd-mom-text-input {
    border: none;
    margin-bottom: 0;
    padding-right: 50px;
}

.dxd-mom-search-zoning .dxd-mom-text-input:focus {
    box-shadow: none;
}

.dxd-mom-search-zoning .dxd-mom-search-zone-selection,
.dxd-mom-search-zoning .dxd-mom-search-zone-query,
.dxd-mom-search-zoning .dxd-mom-search-zone-submit {
    display: table-cell;
}

.dxd-mom-search-zoning .dxd-mom-search-zone-selection {
    background: #E2F1FE;
    border-right: 1px #b3c1ca solid;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-zoning .dxd-mom-search-zone-selection {
        display: table-cell;
    }
}

.dxd-mom-search-zoning .dxd-mom-search-zone-selection:hover {
    background-color: #E2F1FE;
}

.dxd-mom-search-zone-query {
    width: 100%;
    position: relative;
}

.dxd-mom-search-active {
    border-color: #51A7E8;
}


/**
     * Submit button
     */

.dxd-mom-search-zone-submit .dxd-mom-btn,
.dxd-mom-search-zone-submit .dxd-mom-link-filter-toggle,
.dxd-mom-search-zone-submit .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-search-zone-submit .dxd-mom-introjs-skipbutton,
.dxd-mom-search-zone-submit .dxd-mom-trip-close,
.dxd-mom-search-zone-submit .dxd-mom-trip-next,
.dxd-mom-search-zone-submit .dxd-mom-trip-prev {
    margin: -1px -1px -1px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 0;
}

.dxd-mom-search-zone-submit .dxd-mom-btn:before,
.dxd-mom-search-zone-submit .dxd-mom-link-filter-toggle:before,
.dxd-mom-search-zone-submit .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:before,
.dxd-mom-introjs-search .dxd-mom-search-zone-submit .dxd-mom-introjs-skipbutton:before,
.dxd-mom-search-zone-submit .dxd-mom-trip-close:before,
.dxd-mom-search-zone-submit .dxd-mom-trip-next:before,
.dxd-mom-search-zone-submit .dxd-mom-trip-prev:before {
    content: "\e759";
    font-size: 16px;
    padding: 0.8em 0em;
    width: 38px;
    display: none;
    /* Fixes an IE 8 error where buttons with font-size: 0 doesnt work */
}

@media only screen and (min-width: 0px) {
    .dxd-mom-search-zone-submit .dxd-mom-btn:before {
        display: inline-block;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-zone-submit .dxd-mom-btn {
        width: 92px;
        font-size: 16px;
        font-size: 1rem;
    }
    .dxd-mom-search-zone-submit .dxd-mom-btn:before,
    .dxd-mom-search-zone-submit .dxd-mom-link-filter-toggle:before,
    .dxd-mom-search-zone-submit .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:before,
    .dxd-mom-introjs-search .dxd-mom-search-zone-submit .dxd-mom-introjs-skipbutton:before,
    .dxd-mom-search-zone-submit .dxd-mom-trip-close:before,
    .dxd-mom-search-zone-submit .dxd-mom-trip-next:before,
    .dxd-mom-search-zone-submit .dxd-mom-trip-prev:before {
        display: none;
    }
}


/* Modernizr */

.dxd-mom-csstransitions .dxd-mom-main-content {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.dxd-mom-csstransitions .dxd-mom-mom-search {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: -webkit-transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.dxd-mom-csstransitions .dxd-mom-menu-wrapper {
    transition: box-shadow 0.3s ease-in-out;
}

.dxd-mom-csstransitions .dxd-mom-site-search-opened .dxd-mom-mom-search {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.dxd-mom-csstransitions .dxd-mom-site-search-opened .dxd-mom-main-content {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
}

.dxd-mom-csstransitions .dxd-mom-site-search-opened .dxd-mom-menu-wrapper {
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.dxd-mom-csstransitions .dxd-mom-site-search-opened.dxd-mom-menu-bar-pinned .dxd-mom-main-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


/**
     * Search spinner
     */

.dxd-mom-search-spinner {
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    height: 100%;
    display: block;
    position: absolute;
}


/**
 * Overlay
 */

.dxd-mom-search-overlay {
    content: " ";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==');
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
}


/* Modernizr */

.dxd-mom-csstransitions .dxd-mom-search-overlay {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dxd-mom-csstransitions .dxd-mom-site-search-opened .dxd-mom-search-overlay {
    visibility: visible;
    opacity: 1;
}


/**
 * Search suggestion
 */


/**
 * Search remove
 */

.dxd-mom-search-clear {
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 0;
    bottom: 2px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.dxd-mom-search-clear,
.dxd-mom-search-clear:visited,
.dxd-mom-search-clear:hover {
    color: #333;
}

.dxd-mom-search-clear:before {
    content: "\e75e";
    font-size: 12px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
}


/**
 * Facet count
 */

.dxd-mom-facet-term-count {
    color: #6c6c6c;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}


/**
 * Module current selection
 */

.dxd-mom-module-current-selection {
    background: #1F253D;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    /* Links */
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-module-current-selection {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-module-current-selection a {
    color: #fff;
    font-weight: normal;
}

.dxd-mom-module-current-selection a:visited {
    color: #fff;
}

.dxd-mom-module-current-selection a:hover {
    color: #fff;
}

.dxd-mom-module-current-selection a:active {
    color: #fff;
}

.dxd-mom-module-current-selection .dxd-mom-text-subtitle {
    padding: 10px 15px;
    border-color: #575E67;
}

.dxd-mom-module-current-selection .dxd-mom-module-content {
    padding: 0px 10px 10px 15px;
}

.dxd-mom-module-current-selection .dxd-mom-facet-selection {
    padding-bottom: 10px;
    padding-right: 25px;
    position: relative;
}

.dxd-mom-module-current-selection .dxd-mom-link--close-rounded {
    right: 0;
    top: 1px;
    width: 20px;
    text-align: center;
}

.dxd-mom-module-current-selection .dxd-mom-link--close-rounded:hover {
    opacity: 0.8;
}

.dxd-mom-module-current-selection .dxd-mom-link--close-rounded:before {
    font-size: 14px;
}

.dxd-mom-module-current-selection .dxd-mom-facet-selection-name {
    color: #BADBFD;
}


/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/

.dxd-mom-mom-search-inner .dxd-mom-search-results {
    position: absolute;
    z-index: 2;
    top: 100%;
    width: 100%;
}

.dxd-mom-search-zoning {
    position: relative;
    z-index: 3;
}


/**
 * Inner container
 */

.dxd-mom-search-results-inner {
    background: #fff;
    border: 2px #b3c1ca solid;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}


/**
 * Results rows
 */

.dxd-mom-result-row {
    width: 100%;
    /* Paragraph */
    /* Search suggestion */
    /* Remove bold */
    /* Small */
}

.dxd-mom-result-row .dxd-mom-result-category {
    font-size: 14px;
    font-size: 0.875rem;
    color: #6a6a6a;
    background: #f6f6f6;
    border-bottom: 1px #d8d8d8 solid;
    padding: 2px 15px;
}

.dxd-mom-result-row .dxd-mom-result-category-empty {
    display: none;
}

.dxd-mom-result-row:last-child .dxd-mom-result-items {
    border-bottom: none;
}

.dxd-mom-result-row .dxd-mom-result-items {
    padding: 10px;
    border-bottom: 1px #d8d8d8 solid;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-result-row .dxd-mom-result-items {
        padding: 15px 14px;
    }
}

.dxd-mom-result-row p {
    margin-bottom: 8px;
}

.dxd-mom-result-row .dxd-mom-search-suggestion {
    padding-top: 0;
    margin-bottom: 0;
}

.dxd-mom-result-row strong,
.dxd-mom-result-row b {
    font-weight: 600;
}

.dxd-mom-result-row small {
    font-size: 14px;
    font-size: 0.875rem;
}


/* Top hit */

.dxd-mom-result-set-tophit .dxd-mom-result-category {
    border: none;
    background: none;
    padding-top: 5px;
    padding-bottom: 0;
}

.dxd-mom-result-set-tophit .dxd-mom-result-items {
    padding-top: 10px;
}


/**
 * Search results
 */

.dxd-mom-search-results-listing {
    max-height: 300px;
    overflow-y: auto;
    /* Links */
}

@media only screen and (min-height: 0) {
    .dxd-mom-search-results-listing {
        max-height: 120px;
    }
}

@media only screen and (min-height: 375px) {
    .dxd-mom-search-results-listing {
        max-height: 180px;
    }
}

@media only screen and (min-height: 480px) {
    .dxd-mom-search-results-listing {
        max-height: 280px;
    }
}

@media only screen and (min-height: 600px) {
    .dxd-mom-search-results-listing {
        max-height: 360px;
    }
}

@media only screen and (min-height: 650px) {
    .dxd-mom-search-results-listing {
        max-height: 420px;
    }
}

@media only screen and (min-height: 800px) {
    .dxd-mom-search-results-listing {
        max-height: 500px;
    }
}

.dxd-mom-search-results-listing a {
    font-weight: 600;
}


/**
     * When the site search is opened
     */

.dxd-mom-site-search-opened .dxd-mom-search-results-listing {
    max-height: 100px;
}

@media only screen and (min-height: 375px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 140px;
    }
}

@media only screen and (min-height: 480px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 240px;
    }
}

@media only screen and (min-height: 500px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 280px;
    }
}

@media only screen and (min-height: 560px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 300px;
    }
}

@media only screen and (min-height: 600px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 360px;
    }
}

@media only screen and (min-height: 640px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 400px;
    }
}

@media only screen and (min-height: 800px) {
    .dxd-mom-site-search-opened .dxd-mom-search-results-listing {
        max-height: 500px;
    }
}


/**
 * Result list
 */

.dxd-mom-list-result-items {
    list-style: none;
    margin: 0;
}

.dxd-mom-list-result-items>li {
    margin: 0;
}

.dxd-mom-list-result-items a {
    display: block;
    padding: 1px 5px;
    margin-left: -5px;
    margin-right: -5px;
}

.dxd-mom-list-result-items a:hover,
.dxd-mom-list-result-items a:focus,
.dxd-mom-list-result-items a.dxd-mom-selected {
    background-color: #E2F1FE;
    text-decoration: none;
}

.dxd-mom-list-result-items .dxd-mom-subtitles {
    font-size: 13px;
}

.dxd-mom-list-result-items .dxd-mom-subtitles a {
    display: inline-block;
    font-weight: 400;
}


/**
 * View all button
 */

.dxd-mom-btn-search-viewall {
    display: block;
    text-align: center;
    margin: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dxd-mom-result-summary {
    margin-bottom: 4px;
}

.dxd-mom-result-last-updated {
    font-size: 12px;
    color: #6c6c6c;
}

.dxd-mom-h2-subtitles {
    font-size: 13px;
    margin-bottom: 16px;
}

.dxd-mom-h2-subtitles .dxd-mom-divider {
    color: #d8d8d8;
}

.dxd-mom-h2-subtitles a {
    padding: 0 8px;
    font-weight: 400;
    border-right: 1px solid #d8d8d8;
}

.dxd-mom-h2-subtitles a:last-child {
    border-right: none;
}

.dxd-mom-arrow-return {
    display: inline-block;
}

.dxd-mom-arrow-return::before {
    content: "\e94a";
    font-size: 13px;
}

.dxd-mom-snippet-phone {
    padding-bottom: 1em;
}

.dxd-mom-loc-snippet {
    *zoom: 1;
}

.dxd-mom-loc-snippet:before,
.dxd-mom-loc-snippet:after {
    content: " ";
    display: table;
}

.dxd-mom-loc-snippet:after {
    clear: both;
}

.dxd-mom-loc-snippet-img {
    width: 100px;
    float: left;
    margin: 0 10px 10px 0;
}

.dxd-mom-loc-snippet-content {
    overflow: hidden;
}


/**
 * Location snippet
 */

.dxd-mom-list-result-items .dxd-mom-snippet-location {
    padding-bottom: 1em;
}

.dxd-mom-list-result-items .dxd-mom-snippet-location:last-child {
    padding-bottom: 0.5em;
}


/*------------------------------------*\
    $COMPONENT - NOTIFICATIONS
\*------------------------------------*/

.dxd-mom-notification {
    background: #CC3123 url(../images/stripe.png) repeat;
    color: #fff;
    padding: 1em;
    text-align: center;
    position: relative;
    padding-right: 50px;
    /* Make it appear above search overlay */
    z-index: 11;
}

.dxd-mom-notification a {
    color: #fff;
    text-decoration: underline;
}

.dxd-mom-notification a:hover {
    color: #fff;
}

.dxd-mom-notification a:active {
    color: #fff;
}

.dxd-mom-notification .dxd-mom-notification-text:before {
    content: "\e76d";
    font-size: 30px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -4px;
}

.dxd-mom-notification .dxd-mom-notification-close {
    padding: 1em;
    top: 0;
    right: 0;
}

.dxd-mom-notification .dxd-mom-notification-close,
.dxd-mom-notification .dxd-mom-notification-close:hover,
.dxd-mom-notification .dxd-mom-notification-close:visited {
    color: #fff;
}

.dxd-mom-notification .dxd-mom-notification-close:focus {
    background-color: transparent;
}


/**
 * Content notification
 */

.dxd-mom-local-notification {
    background: #F2DEDE;
    color: #333;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    text-align: left;
    border: none;
    z-index: 0;
    /* Info */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-local-notification a {
    color: #006eab;
    text-decoration: underline;
}

.dxd-mom-local-notification a:hover {
    color: #006eab;
}

.dxd-mom-local-notification a:active {
    color: #006eab;
}

.dxd-mom-local-notification .dxd-mom-notification-text {
    position: relative;
    padding-left: 40px;
    display: block;
}

.dxd-mom-local-notification .dxd-mom-notification-text:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.dxd-mom-local-notification .dxd-mom-notification-close:before {
    color: #333;
}

.dxd-mom-local-notification.dxd-mom-notification-info {
    background: #FCEDAC;
}


/**
 * Notification info
 */

.dxd-mom-notification-info {
    background-color: #FFD138;
    border: none;
    color: #333;
}

.dxd-mom-notification-info .dxd-mom-notification-close:before {
    color: #333;
}

.dxd-mom-notification-info .dxd-mom-notification-text:before {
    content: "\e802";
}


/*------------------------------------*\
    ESERVICES.CSS
\*------------------------------------*/

@media only screen and (min-width: 600px) {
    .dxd-mom-service-login {
        vertical-align: middle;
        width: 66.66667%;
        display: table-cell;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-service-availability {
        display: table-cell;
        vertical-align: middle;
        width: 33.33333%;
    }
}

.dxd-mom-service-row {
    overflow: hidden;
    /* Login */
}

@media only screen and (min-width: 960px) {
    .dxd-mom-service-row {
        width: 66.66667%;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-service-row .dxd-mom-service-login {
        padding-top: 24px;
        padding-top: 1.5rem;
        padding-right: 30px;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-service-row .dxd-mom-service-availability {
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-service-row .dxd-mom-service-availability {
        padding-top: 24px;
        padding-top: 1.5rem;
        border-left: 1px #7c7f81 solid;
        padding-left: 30px;
    }
    @media only screen and (min-width: 600px) {}
}


/**
 * List service actions
 */

.dxd-mom-list-service-actions {
    list-style: none;
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
}

.dxd-mom-list-service-actions>li {
    color: #006eab;
    position: relative;
    margin-bottom: 12px;
}


/**
 * Service status
 */

.dxd-mom-service-status {
    border-radius: 4px;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-service-status p {
    margin-bottom: 0;
}

.dxd-mom-service-availability .dxd-mom-service-status {
    padding-top: 0;
}


/**
 * Status: Green Text
 */

.dxd-mom-service-status {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
}


/**
 * Service text
 */

.dxd-mom-service-status-text {
    padding-bottom: 15px;
    font-size: 16px;
    font-size: 1rem;
}

.dxd-mom-service-status-text:last-child {
    padding-bottom: 0;
}

.dxd-mom-service-status-text:before {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    vertical-align: top;
    margin-right: 0.3em;
    margin-top: 4px;
    background-color: #5FC600;
}

.dxd-mom-service-offline .dxd-mom-service-status-text:before {
    background-color: #b25a00;
}


/**
 * Service status small
 */

.dxd-mom-service-status-small .dxd-mom-service-status-text:before {
    width: 14px;
    height: 14px;
}


/**
 * Eservices two column
 */

.dxd-mom-section-services-list {
    padding-top: 12px;
    padding-top: 0.75rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

@media only screen and (max-width: 599px) {
    .dxd-mom-section-services-list ul {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-section-services-more {
        text-align: center;
    }
}

.dxd-mom-section-services-more .dxd-mom-btn,
.dxd-mom-section-services-more .dxd-mom-link-filter-toggle,
.dxd-mom-section-services-more .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-section-services-more .dxd-mom-introjs-skipbutton,
.dxd-mom-section-services-more .dxd-mom-trip-close,
.dxd-mom-section-services-more .dxd-mom-trip-next,
.dxd-mom-section-services-more .dxd-mom-trip-prev {
    margin-bottom: 0;
}


/*------------------------------------*\
    DATATABLE.CSS
\*------------------------------------*/


/* Page entries */

.dxd-mom-dataTables_length {
    display: none;
}


/* Page filter */

@media only screen and (min-width: 600px) {
    .dxd-mom-dataTables_length {
        float: left;
    }
}


/* Search */

.dxd-mom-dataTables_filter {
    padding-bottom: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-dataTables_filter {
        display: inline-block;
        width: 300px;
    }
}

.dxd-mom-dataTables_filter input {
    border: 2px #b3c1ca solid;
    border-radius: 4px;
    padding: 0.6em 1em;
    width: 100%;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
}

.dxd-mom-dataTables_filter label {
    position: relative;
    display: block;
}

.dxd-mom-dataTables_filter label:after {
    content: "\e759";
    color: #006eab;
    position: absolute;
    font-size: 18px;
    right: 10px;
    top: 14px;
    z-index: 11;
}


/* Select */

.dxd-mom-cat-select {
    margin-bottom: 1em;
    margin-top: 10px;
    width: 100%;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-cat-select {
        margin-bottom: 0;
        float: left;
        width: auto;
    }
}


/* Page select */

.dxd-mom-dataTables_info {
    text-align: center;
    padding-bottom: 10px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-dataTables_info {
        float: left;
    }
}

.dxd-mom-dataTables_paginate {
    text-align: center;
    padding-bottom: 10px;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-dataTables_paginate {
        float: right;
        display: block;
    }
}

.dxd-mom-dataTables_paginate a {
    margin: 0 5px;
    cursor: pointer;
    font-weight: normal;
}

.dxd-mom-dataTables_paginate .dxd-mom-current {
    font-weight: bold;
    color: #333;
}

.dxd-mom-dataTables_paginate .dxd-mom-disabled {
    opacity: 0.2;
}


/* Wrapper */

.dxd-mom-dataTables_wrapper {
    *zoom: 1;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.dxd-mom-dataTables_wrapper:before,
.dxd-mom-dataTables_wrapper:after {
    content: " ";
    display: table;
}

.dxd-mom-dataTables_wrapper:after {
    clear: both;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-dataTables_wrapper .dxd-mom-sorting,
.dxd-mom-dataTables_wrapper .dxd-mom-sorting_asc,
.dxd-mom-dataTables_wrapper .dxd-mom-sorting_desc {
    background: #D6DBE5 url("../images/datatables/sort_both.png") right no-repeat;
}

.dxd-mom-dataTables_wrapper .dxd-mom-sorting_asc {
    background-image: url("../images/datatables/sort_asc.png");
}

.dxd-mom-dataTables_wrapper .dxd-mom-sorting_desc {
    background-image: url("../images/datatables/sort_desc.png");
}

.dxd-mom-dataTables_wrapper a {
    font-weight: normal;
}


/* Table */

table.dataTable tbody tr:hover>td,
table.dataTable tbody tr:hover>th {
    background: #E2F1FE;
}


/* Expanded */

table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 35px;
}

table.dataTable.dtr-inline.collapsed tbody td.child {
    padding-left: 0.5em;
    cursor: auto;
}

table.dataTable.dtr-inline.collapsed tbody td.child,
table.dataTable.dtr-inline.collapsed tbody td.child:hover {
    background-color: #fff;
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child {
    cursor: pointer;
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child:before,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child:before {
    content: "\e772";
    color: #006eab;
    font-size: 20px;
    margin-right: 0.5em;
    position: absolute;
    left: 10px;
    top: 10px;
}

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child:before,
    .dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child:before {
        top: 12px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child:before,
    .dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child:before {
        top: 14px;
    }
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child.dxd-mom-dataTables_empty,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child.dxd-mom-dataTables_empty {
    padding-left: 0.5em;
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody td:first-child.dxd-mom-dataTables_empty:before,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody th:first-child.dxd-mom-dataTables_empty:before {
    display: none;
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody tr.dxd-mom-parent td:first-child,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody tr.dxd-mom-parent th:first-child {
    background: #E2F1FE;
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody tr.dxd-mom-parent td:first-child:before,
.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody tr.dxd-mom-parent th:first-child:before {
    content: "\e773";
}

.dxd-mom-dataTable.dxd-mom-dtr-inline.dxd-mom-collapsed tbody tr.dxd-mom-child td:before {
    display: none;
}


/**
 * Child list
 */

.dxd-mom-dataTable tr.dxd-mom-child ul {
    display: table;
    margin-left: 0;
}

.dxd-mom-dataTable tr.dxd-mom-child ul li {
    display: block;
}

.dxd-mom-dataTable tr.dxd-mom-child ul li:last-child {
    border-bottom: none;
}

.dxd-mom-dtr-title,
.dxd-mom-dtr-data {
    display: block;
}

.dxd-mom-dtr-data {
    padding-bottom: 10px;
}

.dxd-mom-dtr-title {
    font-weight: 600;
}


/**
 * Zebra
 */


/*------------------------------------*\
    HOME.CSS
\*------------------------------------*/

.dxd-mom-mom-masthead {
    background: #006eab;
    color: #fff;
    padding: 1em 0;
}


/**
 * Main navigation
 */

.dxd-mom-main-navigation {
    padding: 1em 0;
    background: #005787;
    color: #fff;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-main-navigation {
        padding-top: 11px;
    }
}


/**
 * Wrapper
 */

.dxd-mom-nav-main {
    border-radius: 4px;
    margin: 0 1em 0 1em;
    line-height: 1.4;
    background-color: #1F253D;
    /* Links */
    /* Active */
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main {
        padding: 0 10px;
        margin: 0;
        background: transparent;
        display: table;
        border-spacing: 5px;
        width: 100%;
        font-weight: 600;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-nav-main {
        width: 970px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        border-spacing: 5px;
    }
}

.dxd-mom-nav-main>a {
    color: #fff;
    display: block;
    padding: 0.625em 1em;
    position: relative;
    vertical-align: top;
    border-bottom: 1px #2b3355 solid;
}

.dxd-mom-nav-main>a:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0;
}

.dxd-mom-nav-main>a:first-child {
    border-radius: 4px 4px 0 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main>a:last-child,
    .dxd-mom-nav-main>a:first-child {
        border-radius: 4px;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main>a {
        display: table-cell;
        text-align: center;
        width: 25%;
        padding: 0.5em;
        border-radius: 4px;
        border-bottom-width: 0;
        background: url(../images/nav-gradient.png) bottom no-repeat;
    }
}

@media only screen and (min-width: 960px) {}

.dxd-mom-nav-main>a:hover,
.dxd-mom-nav-main>a:focus,
.dxd-mom-nav-main>a.dxd-mom-trip-exposed {
    background: #111522;
    text-decoration: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main>a:hover,
    .dxd-mom-nav-main>a:focus,
    .dxd-mom-nav-main>a.dxd-mom-trip-exposed {
        background: #00476e;
    }
}

.dxd-mom-nav-main>a>span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main>a>span {
        display: block;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.dxd-mom-nav-main .dxd-mom-nav-desc {
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
    padding-top: 10px;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main .dxd-mom-nav-desc {
        display: block;
    }
}

.dxd-mom-nav-main .dxd-mom-nav-active,
.dxd-mom-nav-main .dxd-mom-nav-active:hover,
.dxd-mom-nav-main .dxd-mom-nav-active:focus {
    background-color: #1F253D;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-main .dxd-mom-nav-active:after,
    .dxd-mom-nav-main .dxd-mom-nav-active:hover:after,
    .dxd-mom-nav-main .dxd-mom-nav-active:focus:after {
        position: absolute;
        left: 0;
        bottom: -12px;
        width: 100%;
        content: " ";
        background: #1F253D;
        height: 15px;
        box-sizing: content-box;
    }
}


/**
 * Nav content
 */

.dxd-mom-nav-content {
    background: #1F253D;
    color: #fff;
    margin-top: 0;
    color: #fff;
    overflow: hidden;
    display: none;
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.dxd-mom-nav-content a {
    color: #fff;
}

.dxd-mom-nav-content a:hover {
    color: #fff;
}

.dxd-mom-nav-content a:active {
    color: #fff;
}

.dxd-mom-nav-content a:focus {
    background-color: transparent;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-content.dxd-mom-nav-content-active {
        display: block;
    }
}

.dxd-mom-nav-icon {
    display: inline-block;
    vertical-align: middle;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    max-width: 30px;
    display: table-cell;
    text-align: left;
}

.dxd-mom-nav-icon img {
    width: 30px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-icon {
        width: 60px;
        height: 60px;
        max-width: 60px;
        background-size: auto;
        display: block;
        margin: 0 auto;
    }
    .dxd-mom-nav-icon img {
        width: 60px;
    }
}


/**
 * Secondary nav
 */

.dxd-mom-nav-secondary {
    padding: 0.625em 1em 0.625em 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-secondary {
        text-align: center;
        padding-top: 1em;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-nav-secondary {
        font-size: 16px;
        font-size: 1rem;
    }
}

.dxd-mom-nav-secondary a {
    color: #fff;
    display: block;
    padding: 0.5em 0;
    margin-left: 0;
    border-bottom: 1px #0068a1 solid;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-secondary a {
        display: inline-block;
        border: none;
        padding: 0;
        margin: 0 1em;
    }
}

.dxd-mom-nav-secondary a:before {
    color: #F7C796;
    font-size: 24px;
    margin-right: 5px;
    margin-left: 0;
}

.dxd-mom-nav-secondary a:focus {
    background: transparent;
}


/**
 * description
 */

.dxd-mom-nav-desc {
    display: none;
    font-size: 13px;
    font-weight: 400;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-desc {
        display: block;
    }
}


/*------------------------------------*\
    BANNER.CSS
\*------------------------------------*/

.dxd-mom-ui-banner {
    position: relative;
    display: block;
    height: 150px;
    overflow: hidden;
    transition: all 0.2s ease-in;
    margin-bottom: 1em;
    background: #333;
    color: #fff;
}

.dxd-mom-ui-banner:visited {
    color: #fff;
}

.dxd-mom-ui-banner:hover {
    color: #fff;
}

.dxd-mom-ui-banner:active {
    color: #fff;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-ui-banner {
        height: auto;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-ui-banner {
        margin-bottom: 30px;
    }
}

.dxd-mom-ui-banner img {
    vertical-align: top;
}

.dxd-mom-ui-banner .dxd-mom-banner-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: #000;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNgqAcAAIIAgLO2btEAAAAASUVORK5CYII=');
}

.dxd-mom-ui-banner:before {
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-in;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 12+ */
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
}

.dxd-mom-ui-banner:hover:before {
    opacity: 0.5;
}

.dxd-mom-ui-banner span {
    padding: 15px;
    display: block;
}


/* Large banner */

@media only screen and (max-width: 599px) {
    .dxd-mom-banner-spotlight img {
        height: 150px;
        max-width: none;
        width: auto;
    }
    .hopscotch-bubble-close {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-banner-spotlight .dxd-mom-banner-text {
        font-size: 20px;
        font-size: 1.25rem;
        padding-right: 40px;
        left: auto;
        right: 15px;
        bottom: 15px;
        max-width: 400px;
    }
    @media only screen and (min-width: 600px) {
        .dxd-mom-banner-spotlight .dxd-mom-banner-text {
            font-size: 20px;
            font-size: 1.25rem;
        }
    }
    @media only screen and (min-width: 960px) {
        .dxd-mom-banner-spotlight .dxd-mom-banner-text {
            font-size: 28px;
            font-size: 1.75rem;
        }
    }
}


/*------------------------------------*\
    FILTERS.CSS
\*------------------------------------*/

@media only screen and (min-width: 600px) {
    .dxd-mom-link-filter-toggle {
        display: none;
    }
}

.dxd-mom-is-mobile-collapsible {
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-is-mobile-collapsible {
        display: block;
    }
}

.dxd-mom-is-mobile-collapsible.dxd-mom-is-expanded {
    display: block;
}

.dxd-mom-is-mobile-collapsible:last-child {
    margin-bottom: 0;
}


/*------------------------------------*\
	SOCIAL.CSS
\*------------------------------------*/


/**
 * Nav social
 */

.dxd-mom-nav-social {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-social {
        clear: right;
        float: right;
        text-align: right;
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
}

.dxd-mom-nav-social a {
    margin-right: 8px;
    margin-left: 0;
    width: 40px;
    display: inline-block;
}

.dxd-mom-nav-social a:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-nav-social a {
        margin-left: 1em;
        margin-right: 0;
    }
}


/* Icons */

.dxd-mom-icon-social-facebook,
.dxd-mom-icon-social-twitter,
.dxd-mom-icon-social-blogger,
.dxd-mom-icon-social-youtube {
    text-align: center;
    line-height: 40px;
}

.dxd-mom-icon-social-facebook:before,
.dxd-mom-icon-social-twitter:before,
.dxd-mom-icon-social-blogger:before,
.dxd-mom-icon-social-youtube:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #3b5999;
    border-radius: 50%;
    content: "\e79c";
    font-size: 20px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}


/* Twitter */

.dxd-mom-icon-social-twitter:before {
    content: "\e79d";
    background-color: #55acee;
}


/* blogger */

.dxd-mom-icon-social-blogger:before {
    content: "\e799";
    background-color: #FF8E33;
}


/* youtube */

.dxd-mom-icon-social-youtube:before {
    content: "\e798";
    font-size: 24px;
    margin-left: 0;
    background-color: #CC181E;
}


/**
 * Share this
 */

.dxd-mom-share-widget {
    padding-bottom: 10px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-share-widget {
        float: right;
    }
}


/* Facebook */

.dxd-mom-icon-share-fb,
.dxd-mom-icon-share-tw,
.dxd-mom-icon-share-email {
    display: inline-block;
    vertical-align: middle;
    min-width: 40px;
    text-align: center;
}

.dxd-mom-icon-share-fb:before,
.dxd-mom-icon-share-tw:before,
.dxd-mom-icon-share-email:before {
    content: "\e79c";
    color: #3b5999;
    font-size: 20px;
}

.dxd-mom-icon-share-tw:before {
    content: "\e79d";
    color: #55acee;
}

.dxd-mom-icon-share-email:before {
    content: "\e641";
    font-size: 22px;
    position: relative;
    top: -3px;
}


/* Last updated */

.dxd-mom-mom-last-updated {
    display: inline-block;
}


/*------------------------------------*\
    ITEM CSS
\*------------------------------------*/


/**
 * Articles
 */

.dxd-mom-item {
    border-bottom: 1px #d8d8d8 solid;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.dxd-mom-item:last-child,
.dxd-mom-item:last-of-type {
    border-bottom: none;
    padding-bottom: 5px;
}

.dxd-mom-item:first-child {
    padding-top: 0;
}

.dxd-mom-item h3 {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 5px;
}

.dxd-mom-item h3>a {
    font-weight: normal;
}

.dxd-mom-item p {
    margin-bottom: 0;
}


/* Meta */

.dxd-mom-item-meta {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 100;
}


/**
 * Item listing
 */

.dxd-mom-item-listing {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    clear: both;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-item-listing article,
.dxd-mom-item-listing .dxd-mom-item {
    border: 1px #d8d8d8 solid;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 4px;
    position: relative;
}

.dxd-mom-item-listing p:last-child {
    margin-bottom: 0;
}

.dxd-mom-item-listing .dxd-mom-service-status {
    color: #6a6a6a;
    margin: 0;
    padding-bottom: 1em;
    float: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-item-listing .dxd-mom-service-status {
        float: right;
        margin-left: 1em;
    }
}

.dxd-mom-item-listing .dxd-mom-service-status-text {
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-item-listing .dxd-mom-item-top-hit {
    float: right;
    margin-left: 1em;
}

.dxd-mom-item-listing .dxd-mom-item-summary {
    display: block;
    padding-bottom: 1em;
}


/**
     * Item title
     */

.dxd-mom-item-title {
    margin-bottom: 5px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-listing .dxd-mom-item-title {
        padding-right: 150px;
    }
}


/**
     * Item url
     */

.dxd-mom-item-url {
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-word;
    margin-bottom: 16px;
}

.dxd-mom-item-url a {
    font-weight: normal;
    color: #6c6c6c;
}


/**
     * item category
     */

.dxd-mom-item-category {
    color: #6a6a6a;
    font-weight: 600;
}


/**
     * Top hit
     */

.dxd-mom-item-top-hit {
    background: #ffe9a0;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 4px;
    display: inline-block;
}

.dxd-mom-item-top-hit:before {
    content: "\e74d";
    margin-right: 0.3em;
}


/**
 * Article meta
 */

.dxd-mom-article-meta {
    color: #6a6a6a;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-page-content .dxd-mom-article-meta {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-article-meta a {
    font-weight: normal;
}

.dxd-mom-article-meta>a,
.dxd-mom-article-meta>span,
.dxd-mom-article-meta>time {
    border-left: 1px #d8d8d8 solid;
    padding: 0 0.7em;
}

.dxd-mom-article-meta>a:first-child,
.dxd-mom-article-meta>span:first-child,
.dxd-mom-article-meta>time:first-child {
    padding-left: 0;
    border-left: 0;
}

.dxd-mom-article-meta .dxd-mom-category-eservice,
.dxd-mom-article-meta .dxd-mom-category-eservice:first-child,
.dxd-mom-article-meta .dxd-mom-category-forms,
.dxd-mom-article-meta .dxd-mom-category-forms:first-child {
    padding-left: 1.6em;
}


/**
 * Search categories
 */

.dxd-mom-item-category:before {
    color: #e57200;
}


/*------------------------------------*\
    DB APP.CSS
\*------------------------------------*/

.dxd-mom-mom-db-app {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    padding-top: 12px;
    padding-top: 0.75rem;
    position: relative;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

.dxd-mom-mom-db-app table {
    table-layout: fixed;
    font-size: 14px;
}

.dxd-mom-mom-db-app td,
.dxd-mom-mom-db-app th {
    /* Be VERY careful with this, breaks normal words wh_erever */
    /* Non standard for webkit */
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


/**
 * Spinner
 */

.dxd-mom-dbapp-spinner {
    position: absolute;
    left: 50%;
    margin-left: 0px;
}


/**
 * Card view
 */

@media only screen and (min-width: 960px) {
    .dxd-mom-db-app-type-card {
        width: 83.33333%;
    }
}


/**
 * Filters
 */

.dxd-mom-db-app-filters {
    *zoom: 1;
    padding-bottom: 20px;
}

.dxd-mom-db-app-filters:before,
.dxd-mom-db-app-filters:after {
    content: " ";
    display: table;
}

.dxd-mom-db-app-filters:after {
    clear: both;
}


/**
     * Filter
     */

.dxd-mom-db-app-filter {
    padding-bottom: 15px;
}

.dxd-mom-db-app-filter:last-child {
    padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-db-app-filter {
        display: inline-block;
        text-align: left;
        margin-right: 15px;
        padding-bottom: 0;
    }
}

.dxd-mom-db-app-filter select,
.dxd-mom-db-app-filter .dxd-mom-text-input,
.dxd-mom-db-app-filter .dxd-mom-combo-select,
.dxd-mom-db-app-filter .dxd-mom-input-wrap {
    margin-bottom: 0;
}


/**
 * Status
 */

.dxd-mom-db-app-status {
    *zoom: 1;
}

.dxd-mom-db-app-status:before,
.dxd-mom-db-app-status:after {
    content: " ";
    display: table;
}

.dxd-mom-db-app-status:after {
    clear: both;
}

.dxd-mom-db-app-status .dxd-mom-db-app-showing {
    display: none;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-db-app-status .dxd-mom-db-app-showing {
        float: left;
        display: block;
    }
}

.dxd-mom-db-app-status .dxd-mom-nav-pagination {
    background: none;
    padding: 0;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-db-app-status .dxd-mom-nav-pagination {
        float: right;
    }
}


/**
 * Db app title
 */

.dxd-mom-mom-db-app .dxd-mom-item-title {
    font-weight: bold;
}

.dxd-mom-mom-db-app {
    clear: both;
    position: relative;
}


/**
 * Fields
 */

.dxd-mom-search-filter {
    padding-bottom: 1em;
    /**
     * Spinner
     */
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-filter {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-search-filter {
        display: block;
        float: left;
        width: auto;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-filter .dxd-mom-input-wrap,
    .dxd-mom-search-filter .dxd-mom-facet-select {
        display: table-cell;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-search-filter>.dxd-mom-input-wrap,
    .dxd-mom-search-filter>.dxd-mom-facet-select {
        display: inline-block;
        padding-right: 1em;
        max-width: 300px;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-filter>.dxd-mom-facet-select {
        padding-left: 1em;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-search-filter>.dxd-mom-facet-select {
        padding-left: 0;
    }
}

.dxd-mom-search-filter .dxd-mom-search-query {
    margin: 0;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-search-filter .dxd-mom-search-query {
        width: 360px;
        max-width: 100%;
    }
}

.dxd-mom-search-filter>.dxd-mom-facet-select {
    max-width: 100%;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-search-filter .dxd-mom-combo-select {
    max-width: 100%;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-search-filter .dxd-mom-combo-select {
        max-width: 400px;
        min-width: 300px;
    }
}

.dxd-mom-search-filter select,
.dxd-mom-search-filter .dxd-mom-btn,
.dxd-mom-search-filter .dxd-mom-link-filter-toggle,
.dxd-mom-search-filter .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-search-filter .dxd-mom-introjs-skipbutton,
.dxd-mom-search-filter .dxd-mom-trip-close,
.dxd-mom-search-filter .dxd-mom-trip-next,
.dxd-mom-search-filter .dxd-mom-trip-prev {
    margin-bottom: 0;
}

.dxd-mom-search-filter .dxd-mom-input-wrap,
.dxd-mom-search-filter .dxd-mom-combo-select {
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-search-filter .dxd-mom-input-wrap,
    .dxd-mom-search-filter .dxd-mom-combo-select {
        margin-bottom: 0;
    }
}

.dxd-mom-search-filter .dxd-mom-input-wrap {
    /* Absolute Elements */
}

.dxd-mom-search-filter .dxd-mom-input-wrap .dxd-mom-text-input {
    padding-left: 40px;
}

.dxd-mom-search-filter .dxd-mom-input-wrap .dxd-mom-icon,
.dxd-mom-search-filter .dxd-mom-input-wrap .dxd-mom-link-before:before,
.dxd-mom-search-filter .dxd-mom-input-wrap .dxd-mom-section-next a:after,
.dxd-mom-section-next .dxd-mom-search-filter .dxd-mom-input-wrap a:after {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    margin-top: -11px;
    transition: all 0.2s ease-in;
    color: #6a6a6a;
    vertical-align: top;
}

.dxd-mom-search-filter .dxd-mom-btn,
.dxd-mom-search-filter .dxd-mom-link-filter-toggle,
.dxd-mom-search-filter .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-search-filter .dxd-mom-introjs-skipbutton,
.dxd-mom-search-filter .dxd-mom-trip-close,
.dxd-mom-search-filter .dxd-mom-trip-next,
.dxd-mom-search-filter .dxd-mom-trip-prev {
    margin-left: 1em;
}

.dxd-mom-search-filter .dxd-mom-search-spinner {
    background: url("../images/spinner.gif") right no-repeat;
    background-color: #fff;
    text-indent: -2000em;
    top: 2px;
    bottom: 2px;
    right: 10px;
    height: auto;
    background-size: 22px auto;
    z-index: 2;
}


/**
 * Page actions
 */

.dxd-mom-page-actions {
    float: right;
    margin-bottom: 1em;
}

.dxd-mom-page-actions .dxd-mom-btn,
.dxd-mom-page-actions .dxd-mom-link-filter-toggle,
.dxd-mom-page-actions .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-page-actions .dxd-mom-introjs-skipbutton,
.dxd-mom-page-actions .dxd-mom-trip-close,
.dxd-mom-page-actions .dxd-mom-trip-next,
.dxd-mom-page-actions .dxd-mom-trip-prev {
    margin-bottom: 0;
}


/**
     * Small
     */

.dxd-mom-action-small {
    margin-bottom: 0.5em;
}

.dxd-mom-action-small .dxd-mom-btn,
.dxd-mom-action-small .dxd-mom-link-filter-toggle,
.dxd-mom-action-small .dxd-mom-introjs-search .dxd-mom-introjs-skipbutton,
.dxd-mom-introjs-search .dxd-mom-action-small .dxd-mom-introjs-skipbutton,
.dxd-mom-action-small .dxd-mom-trip-close,
.dxd-mom-action-small .dxd-mom-trip-next,
.dxd-mom-action-small .dxd-mom-trip-prev {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
}


/**
 * Table DB APP
 */

.dxd-mom-table-dbapp tr:hover>td {
    background: #E2F1FE;
}


/**
 * Table wrap
 */

.dxd-mom-db-app-wrap {
    position: relative;
    clear: both;
}

.dxd-mom-app-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 12px;
    padding: 1em;
}


/**
 * Card item
 */

.dxd-mom-card-item {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-card-item.dxd-mom-item-url {
    color: #6a6a6a;
}


/**
 * Detail page
 */

.dxd-mom-db-app-detail .dxd-mom-link--back {
    float: right;
    margin-left: 1em;
}

.dxd-mom-db-app-detail .dxd-mom-app-loader {
    position: relative;
    clear: both;
    text-align: center;
    display: block;
}


/**
 * Content
 */

.dxd-mom-db-app-item-content {
    padding-bottom: 2em;
}


/**
 * Cell heading
 */

.dxd-mom-cell-heading-mobile {
    display: none;
}

@media only screen and (max-width: 599px) {
    .dxd-mom-cell-heading-mobile {
        display: table-cell;
        font-weight: 600;
        width: 100px;
        line-height: 1.2;
        padding: 0.5em;
    }
    .dxd-mom-cell-content-mobile {
        display: table-cell;
        padding: 0.5em;
        border-right: 1px #b3c1ca solid;
    }
    .dxd-mom-table-dbapp thead {
        display: none;
    }
    .dxd-mom-table-dbapp tbody tr,
    .dxd-mom-table-dbapp tbody td {
        display: block;
        width: 100%;
    }
    .dxd-mom-table-dbapp tbody td {
        border-bottom-width: 0;
        border-top-width: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        padding: 0;
    }
    .dxd-mom-table-dbapp tbody td:first-child {
        border-top-width: 1px;
    }
    .dxd-mom-table-dbapp tbody tr:last-child td:last-child {
        border-bottom-width: 1px;
    }
}


/**
 * Content row
 */

.dxd-mom-content-row {
    clear: both;
}


/**
 * Db App items
 */

.dxd-mom-db-app-item {
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-db-app-item:last-child {
    padding-bottom: 0;
}


/**
 * Label
 */

.dxd-mom-db-app-item-label {
    color: #888;
}

.dxd-mom-db-app-item-text {
    padding-bottom: 1em;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}


/**
 * Remove facet link
 */

.dxd-mom-link-facet-remove {
    cursor: pointer;
    margin-left: 0.5em;
}


/**
 * No results
 */


/*------------------------------------*\
    COMBO SELECT
\*------------------------------------*/


/**
 * Wrapper
 */

.dxd-mom-combo-select {
    position: relative;
    max-width: 400px;
    border: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}

.dxd-mom-combo-select .dxd-mom-combo-input {
    margin-bottom: 0;
}


/**
 * Input field
 */

.dxd-mom-combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
    padding-left: 8px;
    padding-right: 30px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-combo-input {
        padding-left: 1em;
        padding-right: 40px;
    }
}

.dxd-mom-combo-input:focus {
    outline: none;
    box-shadow: none;
}


/**
 * Arrow
 */

.dxd-mom-combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 34px;
    font-size: 10px;
    color: #6a6a6a;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-combo-arrow {
        width: 40px;
        font-size: 14px;
    }
}

.dxd-mom-combo-arrow:before {
    content: "\e760";
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 48px;
}


/**
 * When opened
 */

.dxd-mom-combo-open .dxd-mom-combo-arrow {
    border-color: #51A7E8;
}

.dxd-mom-combo-open .dxd-mom-combo-arrow:before {
    content: "\e75f";
}


/**
 * When focused
 */

.dxd-mom-combo-focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(81, 167, 232, 0.5);
    border-color: #51A7E8;
}

.dxd-mom-combo-focus input {
    border-color: #51A7E8;
}


/**
 * Hide native select
 */

.dxd-mom-combo-select select,
.dxd-mom-combo-mobile select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media only screen and (min-width: 960px) {
    .dxd-mom-combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
    .dxd-mom-combo-mobile select {
        width: 100%;
        height: 100%;
    }
}


/**
 * Selected option
 */

.dxd-mom-option-selected {
    background-color: #eee;
}


/**
 * Hovered option
 */

.dxd-mom-option-hover {
    background-color: #eee;
}


/**
 * Option item
 */

.dxd-mom-option-item {
    cursor: pointer;
}


/**
 * Disabled and optgroups
 */

.dxd-mom-option-group,
.dxd-mom-option-disabled {
    background: #eee;
    cursor: text;
}


/**
 * Dropdown
 */

.dxd-mom-combo-dropdown {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 4px;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.dxd-mom-combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    border-bottom: 1px #d8d8d8 solid;
}

.dxd-mom-combo-dropdown li:hover {
    background-color: #eee;
}


/**
 * On Active
 */

.dxd-mom-combo-open .dxd-mom-combo-dropdown {
    display: block;
}


/**
 * Search marker
 */

.dxd-mom-combo-marker {
    font-weight: 600;
}


/*------------------------------------*\
    QUOTA CALCULATOR
\*------------------------------------*/


/**
 * Quota calculator
 */

.dxd-mom-quota-calculator .dxd-mom-link--minus,
.dxd-mom-quota-calculator .dxd-mom-link--plus {
    display: none;
}

.dxd-mom-quota-calculator .dxd-mom-cell-error>td {
    padding-top: 0;
    padding-left: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-quota-calculator .dxd-mom-cell-error>td {
        padding-left: 1em;
    }
}

.dxd-mom-quota-calculator .dxd-mom-question {
    padding-bottom: 1em;
}

.dxd-mom-quota-calculator .dxd-mom-question:last-child {
    padding-bottom: 0;
}

.dxd-mom-quota-calculator h4 {
    font-weight: 600;
}

.dxd-mom-quota-calculator .dxd-mom-combo-select {
    max-width: 260px;
}

.dxd-mom-quota-calculator .dxd-mom-form-submit {
    padding-bottom: 0;
}

.dxd-mom-quota-calculator a.dxd-mom-disabled {
    opacity: 0.5;
}


/**
 * Result
 */

.dxd-mom-quota-result {
    padding: 1em;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative;
    border: 4px #5FC600 solid;
    border-radius: 4px;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-quota-result:before {
    font-size: 26px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -12px;
}


/**
     * Positive
     */

.dxd-mom-result-positive {
    padding-left: 3.5em;
}

.dxd-mom-result-positive:before {
    content: "\e75d";
    color: #5FC600;
}


/**
     * Negative
     */

.dxd-mom-result-negative {
    padding-left: 3.5em;
    border-color: #b25a00;
}

.dxd-mom-result-negative:before {
    content: "\e75e";
    color: #b25a00;
}


/**
 * Input box
 */

.dxd-mom-input-box {
    border: 2px #b3c1ca solid;
    border-radius: 4px;
    background: #fff;
    display: block;
    border-collapse: separate;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-input-box {
        max-width: 180px;
    }
}

.dxd-mom-input-box .dxd-mom-text-input {
    border-radius: 0;
    border: none;
    margin: 0;
    height: 36px;
    padding-left: 8px;
    padding-right: 0.5em;
}

@media only screen and (min-width: 375px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-input-box .dxd-mom-text-input {
        height: auto;
        width: 100%;
    }
}

.dxd-mom-input-box .dxd-mom-text-input:focus {
    box-shadow: none;
}

.dxd-mom-input-box>a {
    border-width: 2px 0 2px 2px;
    border-radius: 4px 0 0 4px;
    display: table-cell;
    vertical-align: top;
    width: 34px;
    text-align: center;
    background: #E2F1FE;
}

.dxd-mom-input-box>a:before {
    font-size: 22px;
    color: #333;
    margin-top: 8px;
}

.dxd-mom-input-box>a:last-child {
    border-radius: 0 4px 4px 0;
}

.dxd-mom-input-box>a:hover {
    text-decoration: none;
}


/* Error */

.dxd-mom-input-box-error {
    border-color: #D0021B;
}

.dxd-mom-input-box-error .dxd-mom-text-input {
    background: #fea0ac;
}

.dxd-mom-input-box-error .dxd-mom-text-input[disabled] {
    background: #ddd;
}


/**
 * Note
 */

.dxd-mom-app-note {
    padding-top: 0.5em;
    font-size: 14px;
    margin-bottom: 0;
    color: #6a6a6a;
}


/**
 * Quota numbers
 */

.dxd-mom-quota-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-quota-numbers {
        width: 100%;
        display: table;
    }
}

.dxd-mom-quota-numbers>li {
    display: table;
    width: 100%;
    margin: 0;
}

.dxd-mom-quota-numbers>li:last-child {
    border-top: 1px #d8d8d8 solid;
    margin-top: 1em;
    padding-top: 0.5em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-quota-numbers>li {
        display: table-cell;
        width: 120px;
    }
    .dxd-mom-quota-numbers>li:last-child {
        border-left: 1px #d8d8d8 solid;
        padding-left: 20px;
        width: 180px;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}

.dxd-mom-quota-numbers .dxd-mom-q-head {
    color: #6a6a6a;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    display: table-cell;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-quota-numbers .dxd-mom-q-head {
        display: block;
    }
}

.dxd-mom-quota-numbers .dxd-mom-q-count {
    display: table-cell;
    text-align: right;
    font-weight: 100;
    font-size: 20px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-quota-numbers .dxd-mom-q-count {
        display: block;
        font-size: 28px;
        text-align: left;
    }
}


/**
 * Balance text for phone
 */

.dxd-mom-balance-text-for-phone {
    padding-top: 5px;
    display: block;
    clear: both;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-balance-text-for-phone {
        display: none;
    }
}


/* Error */

.dxd-mom-balance-text-error,
.dxd-mom-text-exceeded,
.dxd-mom-quota-label-error {
    color: #D0021B;
}

.dxd-mom-quota-label-error {
    font-size: 14px;
    display: block;
    clear: both;
    padding-top: 10px;
    margin: 0;
    line-height: 1;
}


/**
     * Exceed message
     */

.dxd-mom-text-exceeded {
    display: block;
    font-size: 14px;
    position: absolute;
}


/**
 * Card
 */

.dxd-mom-card {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.5);
    padding: 1em;
    *zoom: 1;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

.dxd-mom-card:before,
.dxd-mom-card:after {
    content: " ";
    display: table;
}

.dxd-mom-card:after {
    clear: both;
}

@media only screen and (min-width: 600px) {}


/**
 * Quota card
 */

.dxd-mom-card-quota {
    padding: 0;
    margin-bottom: 0.6em;
}

.dxd-mom-card-quota table {
    table-layout: fixed;
    margin-bottom: 0;
}

.dxd-mom-card-quota th {
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.dxd-mom-card-quota .dxd-mom-cell-description {
    display: block;
    font-size: 14px;
    color: #6A6A6A;
    font-weight: normal;
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-card-quota .dxd-mom-cell-description {
        display: block;
    }
}

.dxd-mom-card-quota .dxd-mom-pill,
.dxd-mom-card-quota .dxd-mom-pill:hover {
    background-color: #eee;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 0;
}

.dxd-mom-card-quota td.dxd-mom-cell-adjust {
    background: #FFF7F0;
}

.dxd-mom-card-quota .dxd-mom-cell-adjust {
    width: 140px;
}

@media only screen and (min-width: 375px) {
    .dxd-mom-card-quota .dxd-mom-cell-adjust {
        width: 210px;
    }
}

@media only screen and (min-width: 600px) {
    .dxd-mom-card-quota .dxd-mom-cell-adjust {
        width: 180px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-card-quota .dxd-mom-cell-adjust {
        width: 240px;
    }
}

.dxd-mom-card-quota .dxd-mom-cell-balance {
    width: 160px;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-card-quota .dxd-mom-cell-balance {
        width: 260px;
    }
}

.dxd-mom-card-quota .dxd-mom-select-wrap {
    display: inline;
    margin-left: 5px;
}

.dxd-mom-card-quota .dxd-mom-link--unlock,
.dxd-mom-card-quota .dxd-mom-link--unlock:visited,
.dxd-mom-card-quota .dxd-mom-link--unlock:hover {
    color: #e57200;
    vertical-align: top;
    font-size: 22px;
    margin-left: 10px;
    display: inline-block;
    text-decoration: none;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-card-quota .dxd-mom-link--unlock,
    .dxd-mom-card-quota .dxd-mom-link--unlock:visited,
    .dxd-mom-card-quota .dxd-mom-link--unlock:hover {
        margin-left: 15px;
    }
}

.dxd-mom-card-quota .dxd-mom-cell-tier {
    display: none;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-card-quota .dxd-mom-cell-tier {
        display: table-cell;
    }
}

.dxd-mom-card-quota tbody .dxd-mom-cell-tier,
.dxd-mom-card-quota tbody .dxd-mom-cell-tier-empty {
    border-left: 1px #b3c1ca solid;
}

.dxd-mom-card-quota tbody .dxd-mom-cell-tier-empty {
    border-top: none;
}


/**
 * Info tooltip
 */

.dxd-mom-quota-calculator .dxd-mom-icon-info {
    margin-left: 0.5em;
    margin-right: 0;
    position: relative;
    top: 2px;
}


/**
 * List tiers
 */

.dxd-mom-list-tiers {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.dxd-mom-list-tiers>li {
    padding-bottom: 0.5em;
}

.dxd-mom-list-tiers>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.dxd-mom-list-tiers .dxd-mom-name {
    vertical-align: middle;
    display: inline-block;
    min-width: 80px;
}

.dxd-mom-list-tiers .dxd-mom-pill {
    margin-bottom: 0;
    vertical-align: middle;
}


/*------------------------------------*\
    MODAL.CSS
\*------------------------------------*/


/**
 * Default
 */

.dxd-mom-ui-modal {
    position: relative;
    background: #FFF;
    margin: 20px auto;
    border-radius: 4px;
    padding: 1em;
}

@media only screen and (min-width: 375px) {
    .dxd-mom-ui-modal {
        width: 800px;
    }
}


/**
     * Video modal
     */

.dxd-mom-modal-video {
    padding: 1em 3em 1em 1em;
    background: transparent;
}

@media only screen and (min-width: 375px) {
    .dxd-mom-modal-video {
        width: 560px;
    }
}

.dxd-mom-modal-video .dxd-mom-mfp-close {
    color: #fff;
}


/*------------------------------------*\
    TIMELINE.CSS
\*------------------------------------*/

.dxd-mom-ui-timeline {
    border-left: 1px #7c7f81 dashed;
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    margin-left: 1em;
    margin-top: 2em;
    /* Inner list */
}

@media only screen and (min-width: 600px) {
    .dxd-mom-ui-timeline {
        margin-left: 30%;
        padding-left: 1.5em;
    }
}

.dxd-mom-ui-timeline>li {
    position: relative;
    margin-top: -0.5em;
}

.dxd-mom-ui-timeline>li:before {
    position: absolute;
    left: 0%;
    top: 0.5em;
    width: 12px;
    height: 12px;
    background: #6a6a6a;
    content: " ";
    border-radius: 50%;
    margin-left: -23px;
    top: 0.4em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-ui-timeline>li:before {
        margin-left: -30px;
    }
}

.dxd-mom-ui-timeline time {
    display: block;
    margin-bottom: 0.5em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-ui-timeline time {
        position: absolute;
        left: -35%;
        top: 0;
    }
}

.dxd-mom-ui-timeline ul {
    margin-left: 0;
    list-style: none;
}

.dxd-mom-ui-timeline ul>li {
    padding-bottom: 0.5em;
}

.dxd-mom-ui-timeline p {
    margin-bottom: 1em;
}


/**
 * Pills
 */

.dxd-mom-pill-label {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    background-color: #159818;
    color: #fff;
    padding: 5px 0.5em;
    line-height: 1;
    border-radius: 4px;
    margin-bottom: 0.5em;
    margin-right: 1em;
}


/* Colors */

.dxd-mom-pill-label--new {
    background-color: #468847;
}

.dxd-mom-pill-label--removed {
    background-color: #D0021B;
}

.dxd-mom-pill-label--changed {
    background-color: #e57200;
}

.dxd-mom-pill-label--fixed {
    background-color: #006eab;
}

.dxd-mom-pill-label--upcoming {
    background-color: #713D7D;
}


/**
 * Vendor
 * Third party libraries
 */


/*------------------------------------*\
    $VENDOR
\*------------------------------------*/

.dxd-mom-introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #000;
    opacity: 0;
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#e6000000', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    transition: all 0.3s ease-out;
}

.dxd-mom-introjs-showElement {
    z-index: 9999999 !important;
}

.dxd-mom-introjs-relativePosition {
    position: relative;
}

.dxd-mom-introjs-helperLayer {
    position: absolute;
    z-index: 9999998;
}

.dxd-mom-introjs-helperNumberLayer {
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 9999999999 !important;
    padding: 2px;
    font-size: 13px;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background: #CC3123;
    /* Old browsers */
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 2px solid white;
    border-radius: 50%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    /* IE6-9 */
    filter: progid: DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
    /* IE10 text shadows */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.dxd-mom-introjs-arrow {
    border: 5px solid white;
    content: '';
    position: absolute;
}

.dxd-mom-introjs-arrow.dxd-mom-top {
    top: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
    border-left-color: transparent;
}

.dxd-mom-introjs-arrow.dxd-mom-right {
    right: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: white;
}

.dxd-mom-introjs-arrow.dxd-mom-bottom {
    bottom: -10px;
    border-top-color: white;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.dxd-mom-introjs-arrow.dxd-mom-left {
    left: -10px;
    top: 10px;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.dxd-mom-introjs-tooltip {
    position: absolute;
    padding: 10px;
    background-color: white;
    min-width: 200px;
    max-width: 300px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    transition: opacity 0.1s ease-out;
}

.dxd-mom-introjs-tooltipbuttons {
    text-align: right;
}


/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/

.dxd-mom-introjs-button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.3em 0.8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font-size: 11px;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: linear-gradient(#f4f4f4, #ececec);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /*background-clip: padding-box;*/
    /* commented out due to Opera 11.10 bug */
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    margin-top: 10px;
}

.dxd-mom-introjs-button:hover {
    border-color: #bcbcbc;
    text-decoration: none;
    box-shadow: 0px 1px 1px #e3e3e3;
}

.dxd-mom-introjs-button:focus,
.dxd-mom-introjs-button:active {
    background-image: linear-gradient(#ececec, #f4f4f4);
}


/* overrides extra padding on button elements in Firefox */

.dxd-mom-introjs-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.dxd-mom-introjs-skipbutton {
    margin-right: 5px;
    color: #7a7a7a;
}

.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton {
    margin-bottom: 0;
    text-shadow: none;
    padding: 0.4em 1.2em;
}

.dxd-mom-introjs-search .dxd-mom-introjs-skipbutton:hover {
    border-color: #D38D27;
}

.dxd-mom-introjs-prevbutton {
    border-radius: 0.2em 0 0 0.2em;
    border-right: none;
}

.dxd-mom-introjs-nextbutton {
    border-radius: 0 0.2em 0.2em 0;
}

.dxd-mom-introjs-disabled,
.dxd-mom-introjs-disabled:hover,
.dxd-mom-introjs-disabled:focus {
    color: #9a9a9a;
    border-color: #d4d4d4;
    box-shadow: none;
    cursor: default;
    background-color: #f4f4f4;
    background-image: none;
    text-decoration: none;
}

.dxd-mom-introjs-bullets {
    text-align: center;
}

.dxd-mom-introjs-bullets ul {
    clear: both;
    margin: 15px auto 0;
    padding: 0;
    display: inline-block;
}

.dxd-mom-introjs-bullets ul li {
    list-style: none;
    float: left;
    margin: 0 2px;
}

.dxd-mom-introjs-bullets ul li a {
    display: block;
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
}

.dxd-mom-introjs-bullets ul li a:hover {
    background: #999;
}

.dxd-mom-introjs-bullets ul li a.dxd-mom-active {
    background: #999;
}

.dxd-mom-introjsFloatingElement {
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
}


/**
 * Intro JS
 */

.dxd-mom-introjs-helperNumberLayer {
    line-height: 20px;
    padding: 0;
    font-size: 12px;
}

.dxd-mom-introjs-tooltiptext {
    font-size: 14px;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

.dxd-mom-js-tooltip-instruction {
    margin-top: -20px;
    float: left;
}

@media only screen and (min-width: 600px) {}


/* Magnific Popup CSS */

.dxd-mom-mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dxd-mom-mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.dxd-mom-mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.dxd-mom-mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dxd-mom-mfp-align-top .dxd-mom-mfp-container:before {
    display: none;
}

.dxd-mom-mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1041;
}

.dxd-mom-mfp-inline-holder .dxd-mom-mfp-content,
.dxd-mom-mfp-ajax-holder .dxd-mom-mfp-content {
    width: 100%;
    cursor: auto;
}

.dxd-mom-mfp-ajax-cur {
    cursor: progress;
}

.dxd-mom-mfp-zoom-out-cur,
.dxd-mom-mfp-zoom-out-cur .dxd-mom-mfp-image-holder .dxd-mom-mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.dxd-mom-mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.dxd-mom-mfp-auto-cursor .dxd-mom-mfp-content {
    cursor: auto;
}

.dxd-mom-mfp-close,
.dxd-mom-mfp-arrow,
.dxd-mom-mfp-preloader,
.dxd-mom-mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dxd-mom-mfp-loading.dxd-mom-mfp-figure {
    display: none;
}

.dxd-mom-mfp-hide {
    display: none !important;
}

.dxd-mom-mfp-preloader {
    width: 32px;
    height: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -0.8em;
    left: 50%;
    margin-left: -32px;
    right: 8px;
    z-index: 1044;
}

.dxd-mom-mfp-preloader a {
    color: #cccccc;
}

.dxd-mom-mfp-preloader a:hover {
    color: white;
}

.dxd-mom-mfp-s-ready .dxd-mom-mfp-preloader {
    display: none;
}

.dxd-mom-mfp-s-error .dxd-mom-mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

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

.dxd-mom-mfp-close {
    width: 44px;
    color: #333;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    border: none;
    background: none;
    font-family: Arial, Baskerville, monospace;
}

.dxd-mom-mfp-close:hover,
.dxd-mom-mfp-close:focus {
    opacity: 1;
}

.dxd-mom-mfp-close:active {
    top: 1px;
}

.dxd-mom-mfp-image-holder .dxd-mom-mfp-close,
.dxd-mom-mfp-iframe-holder .dxd-mom-mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.dxd-mom-mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.dxd-mom-mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dxd-mom-mfp-arrow:active {
    margin-top: -54px;
}

.dxd-mom-mfp-arrow:hover,
.dxd-mom-mfp-arrow:focus {
    opacity: 1;
}

.dxd-mom-mfp-arrow:before,
.dxd-mom-mfp-arrow:after,
.dxd-mom-mfp-arrow .dxd-mom-mfp-b,
.dxd-mom-mfp-arrow .dxd-mom-mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.dxd-mom-mfp-arrow:after,
.dxd-mom-mfp-arrow .dxd-mom-mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.dxd-mom-mfp-arrow:before,
.dxd-mom-mfp-arrow .dxd-mom-mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.dxd-mom-mfp-arrow-left {
    left: 0;
}

.dxd-mom-mfp-arrow-left:after,
.dxd-mom-mfp-arrow-left .dxd-mom-mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.dxd-mom-mfp-arrow-left:before,
.dxd-mom-mfp-arrow-left .dxd-mom-mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.dxd-mom-mfp-arrow-right {
    right: 0;
}

.dxd-mom-mfp-arrow-right:after,
.dxd-mom-mfp-arrow-right .dxd-mom-mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.dxd-mom-mfp-arrow-right:before,
.dxd-mom-mfp-arrow-right .dxd-mom-mfp-b {
    border-left: 27px solid #3f3f3f;
}

.dxd-mom-mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.dxd-mom-mfp-iframe-holder .dxd-mom-mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.dxd-mom-mfp-iframe-holder .dxd-mom-mfp-close {
    top: -40px;
}

.dxd-mom-mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.dxd-mom-mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.dxd-mom-mfp-figure {
    line-height: 0;
}

.dxd-mom-mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.dxd-mom-mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.dxd-mom-mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.dxd-mom-mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.dxd-mom-mfp-image-holder .dxd-mom-mfp-content {
    max-width: 100%;
}

.dxd-mom-mfp-gallery .dxd-mom-mfp-image-holder .dxd-mom-mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .dxd-mom-mfp-img-mobile img.dxd-mom-mfp-img {
        padding: 0;
    }
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-bottom-bar:empty {
        padding: 0;
    }
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-counter {
        right: 5px;
        top: 3px;
    }
    .dxd-mom-mfp-img-mobile .dxd-mom-mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .dxd-mom-mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .dxd-mom-mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .dxd-mom-mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .dxd-mom-mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dxd-mom-mfp-ie7 .dxd-mom-mfp-img {
    padding: 0;
}

.dxd-mom-mfp-ie7 .dxd-mom-mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.dxd-mom-mfp-ie7 .dxd-mom-mfp-container {
    padding: 0;
}

.dxd-mom-mfp-ie7 .dxd-mom-mfp-content {
    padding-top: 44px;
}

.dxd-mom-mfp-ie7 .dxd-mom-mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/* overlay at start */

.dxd-mom-mfp-fade.dxd-mom-mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.dxd-mom-mfp-fade.dxd-mom-mfp-bg.dxd-mom-mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.dxd-mom-mfp-fade.dxd-mom-mfp-bg.dxd-mom-mfp-removing {
    opacity: 0;
}


/* content at start */

.dxd-mom-mfp-fade.dxd-mom-mfp-wrap .dxd-mom-mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}


/* content animate it */

.dxd-mom-mfp-fade.dxd-mom-mfp-wrap.dxd-mom-mfp-ready .dxd-mom-mfp-content {
    opacity: 1;
}


/* content animate out */

.dxd-mom-mfp-fade.dxd-mom-mfp-wrap.dxd-mom-mfp-removing .dxd-mom-mfp-content {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dxd-mom-trip-block {
    display: none;
    position: absolute;
    padding: 12px;
    min-width: 100px;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    min-width: 200px;
    max-width: 300px;
}

.dxd-mom-trip-block p {
    margin-bottom: 10px;
}

.dxd-mom-trip-block p:last-child {
    margin-bottom: 0;
}

.dxd-mom-trip-block:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.dxd-mom-trip-block.dxd-mom-n:before,
.dxd-mom-trip-block.dxd-mom-s:before,
.dxd-mom-trip-block.dxd-mom-sw:before,
.dxd-mom-trip-block.dxd-mom-se:before {
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.dxd-mom-trip-block.dxd-mom-sw:before {
    left: 30px;
}

.dxd-mom-trip-block.dxd-mom-se:before {
    left: auto;
    right: 30px;
}

.dxd-mom-trip-block.dxd-mom-e:before,
.dxd-mom-trip-block.dxd-mom-w:before {
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
}

.dxd-mom-trip-block.dxd-mom-n:before {
    top: 100%;
}

.dxd-mom-trip-block.dxd-mom-s:before {
    bottom: 100%;
}

.dxd-mom-trip-block.dxd-mom-sw:before,
.dxd-mom-trip-block.dxd-mom-se:before {
    bottom: 100%;
}

.dxd-mom-trip-block.dxd-mom-e:before {
    right: 100%;
}

.dxd-mom-trip-block.dxd-mom-w:before {
    left: 100%;
}

.dxd-mom-trip-block.dxd-mom-screen-ne,
.dxd-mom-trip-block.dxd-mom-screen-se,
.dxd-mom-trip-block.dxd-mom-screen-sw,
.dxd-mom-trip-block.dxd-mom-screen-nw,
.dxd-mom-trip-block.dxd-mom-screen-center {
    position: fixed;
}

.dxd-mom-trip-block.dxd-mom-animated.dxd-mom-fadeIn {
    -webkit-animation: fadeIn 0.5s 0s ease both;
    animation: fadeIn 0.5s 0s ease both;
}

.dxd-mom-trip-close {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 6px;
    font-size: 80%;
}

.dxd-mom-trip-close,
.dxd-mom-trip-close:visited {
    color: #333;
}

.dxd-mom-trip-close:hover {
    text-decoration: none;
}

.dxd-mom-trip-content {
    clear: right;
    padding-bottom: 1em;
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-trip-progress-bar {
    height: 1px;
    background-color: #444;
    width: 0;
}

.dxd-mom-trip-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: black;
    width: 100%;
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.5;
}

.dxd-mom-trip-next {
    padding: 0.4em 1.2em;
    margin-bottom: 0;
}

.dxd-mom-trip-prev {
    margin-bottom: 0;
}

.dxd-mom-trip-prev,
.dxd-mom-trip-prev:visited {
    color: #006eab;
}


/*
 *  TODO:
 *  implement with more details later
 */

.dxd-mom-trip-block.dxd-mom-black {
    background: #333;
    color: #DDD;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px 0;
}

.dxd-mom-trip-block.dxd-mom-black .dxd-mom-trip-close {
    color: #ddd;
}

.dxd-mom-trip-block.dxd-mom-black.dxd-mom-n:before {
    border-top-color: #333;
}

.dxd-mom-trip-block.dxd-mom-black.dxd-mom-s:before {
    border-bottom-color: #333;
}

.dxd-mom-trip-block.dxd-mom-black.dxd-mom-e:before {
    border-right-color: #333;
}

.dxd-mom-trip-block.dxd-mom-black.dxd-mom-w:before {
    border-left-color: #333;
}

.dxd-mom-trip-block.dxd-mom-white {
    background: #fff;
    color: #333;
}

.dxd-mom-trip-block.dxd-mom-white.dxd-mom-n:before {
    border-top-color: #fff;
}

.dxd-mom-trip-block.dxd-mom-white.dxd-mom-s:before,
.dxd-mom-trip-block.dxd-mom-white.dxd-mom-sw:before,
.dxd-mom-trip-block.dxd-mom-white.dxd-mom-se:before {
    border-bottom-color: #fff;
}

.dxd-mom-trip-block.dxd-mom-white.dxd-mom-e:before {
    border-right-color: #fff;
}

.dxd-mom-trip-block.dxd-mom-white.dxd-mom-w:before {
    border-left-color: #fff;
}


/**
 * Progress
 */

.dxd-mom-trip-progress-wrapper {
    text-align: right;
}

.dxd-mom-trip-progress-wrapper>a {
    margin-left: 1em;
}

.dxd-mom-trip-progress-wrapper .dxd-mom-trip-close {
    margin-left: 0;
}


/**
* Presentation Mobile First Approach
*/


/*------------------------------------*\
    PRESENTATION.CSS
\*------------------------------------*/


/*------------------------------------*\
		FONTS.CSS
\*------------------------------------*/


/*------------------------------------*\
		SITE.CSS
\*------------------------------------*/


/**
 * Base
 */

.dxd-mom-container,
.dxd-mom-page-container {
    padding-left: 1em;
    padding-right: 1em;
}


/**
	 * Page Container
	 */

.dxd-mom-page-container {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
	 * Page container
	 */

.dxd-mom-page-container {
    padding-top: 48px;
    padding-top: 3rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Main Content Area
 */

.dxd-mom-main-content {
    position: relative;
}

.dxd-mom-main-content.dxd-mom-trip-exposed {
    background-color: #fff;
}


/**
 * Page header
 */

.dxd-mom-page-header {
    padding: 1em 0;
    background: #E2F1FE;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-page-header {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

.dxd-mom-page-header .dxd-mom-row,
.dxd-mom-page-header .dxd-mom-content-row {
    text-align: center;
}


/**
	 * Header
	 */

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .dxd-mom-ui-header {
        text-align: left;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-ui-header {
        text-align: center;
        width: 83.33333%;
        margin: 0 auto;
    }
}


/**
 * Page content
 */

.dxd-mom-page-content {
    padding-top: 1em;
    padding-bottom: 1em;
    transition: padding 0.1s ease-in;
    /* Inside modules */
}

@media only screen and (min-width: 960px) {
    .dxd-mom-page-content {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-page-content {
        width: 66.66667%;
        margin: 0 auto;
    }
}

.dxd-mom-ui-module .dxd-mom-page-content {
    padding-top: 0;
    padding-bottom: 0;
}


/**
 * Content row
 */

.dxd-mom-content-row {
    padding-top: 0.75em;
}


/**
 * Content highlights in homepage
 */

.dxd-mom-content-highlights {
    padding-top: 0.5em;
}

@media only screen and (min-width: 960px) {
    .dxd-mom-content-highlights {
        padding-top: 0;
    }
}


/**
 * Section Next
 */

.dxd-mom-section-next {
    padding-top: 24px;
    padding-top: 1.5rem;
    padding-bottom: 1em;
    text-align: right;
    position: relative;
    padding-right: 1.625em;
    *zoom: 1;
    /* Icon */
    /* Title */
}

@media only screen and (min-width: 600px) {}

.dxd-mom-section-next:before,
.dxd-mom-section-next:after {
    content: " ";
    display: table;
}

.dxd-mom-section-next:after {
    clear: both;
}

.dxd-mom-section-next .dxd-mom-fa {
    display: none;
}

.dxd-mom-section-next p {
    margin-bottom: 0;
}

.dxd-mom-section-next a:after {
    content: "\e762";
    color: #006eab;
    position: absolute;
    right: -5px;
    margin: 0;
    top: 10px;
    font-size: 30px;
    margin-top: -10px;
    top: 50%;
    line-height: 1;
    text-decoration: none;
}

.dxd-mom-section-next .dxd-mom-next-title {
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    display: inline-block;
}

.dxd-mom-section-next a:hover .dxd-mom-next-title {
    text-decoration: none;
}


/**
 * Full page content
 */

@media only screen and (min-width: 600px) {
    .dxd-mom-mom-sidebar {
        width: 25%;
    }
}

.dxd-mom-mom-sidebar .dxd-mom-module-page:first-child {
    padding-top: 12px;
    padding-top: 0.75rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-mom-page-content {
        width: 75%;
    }
}


/**
	 * Is Expanded
	 */

@media only screen and (max-width: 599px) {
    .dxd-mom-is-expanded {
        background: #eee;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 4px;
        border: 1px #d8d8d8 solid;
    }
}


/**
 * Location
 */

.dxd-mom-location-info {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {
    .dxd-mom-location-info {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
}


/* Map */

.dxd-mom-location-map {
    border: 1px #b3c1ca solid;
    overflow: hidden;
    margin-bottom: 15px;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-location-map {
        display: table-cell;
        vertical-align: top;
        width: 372px;
        min-width: 372px;
        max-width: 100%;
    }
}


/* Image */

.dxd-mom-location-image img {
    border: 1px #b3c1ca solid;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-location-image {
        padding-left: 20px;
        display: table-cell;
        vertical-align: top;
    }
}


/**
 * Mom Logo Print
 */

.dxd-mom-mom-logo-print {
    display: none;
}


/**
 * List items
 */

.dxd-mom-list-items {
    *zoom: 1;
}

.dxd-mom-list-items:before,
.dxd-mom-list-items:after {
    content: " ";
    display: table;
}

.dxd-mom-list-items:after {
    clear: both;
}

.dxd-mom-list-items ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-list-items {
        padding-bottom: 12px;
        padding-bottom: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
}

@media only screen and (min-width: 960px) {
    .dxd-mom-list-items {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 960px) {
    .dxd-mom-list-items .dxd-mom-item-column {
        float: left;
        padding: 0 15px;
        width: 33.33333%;
    }
}


/*------------------------------------*\
		SHARED CSS
\*------------------------------------*/


/**
 * Clearfix
 */

.dxd-mom-clearfix {
    *zoom: 1;
}

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

.dxd-mom-clearfix:after {
    clear: both;
}

.dxd-mom-clearfix {
    float: left;
    width: 100%;
}


/**
 * Float left
 */

.dxd-mom-pull-left {
    float: left;
    margin-right: 1em;
}


/**
 * Push right
 */

.dxd-mom-push-right {
    float: right;
    margin-left: 1em;
}


/**
 * Hidden
 */

.dxd-mom-hidden,
.dxd-mom-js-hide {
    position: absolute;
    top: -20000px !important;
    left: -20000px !important;
}


/**
 * WCAG Visually Hidden : Focusable
 */

.dxd-mom-visuallyhidden,
.dxd-mom-panel--criteria legend {
    text-decoration: none !important;
}

.dxd-mom-visuallyhidden.dxd-mom-focusable:active,
.dxd-mom-panel--criteria legend.dxd-mom-focusable:active,
.dxd-mom-visuallyhidden.dxd-mom-focusable:focus,
.dxd-mom-panel--criteria legend.dxd-mom-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/**
		* Skip navigation
		*/

.dxd-mom-skip-navigation {
    text-align: left;
}

.dxd-mom-skip-navigation a {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dxd-mom-skip-navigation a:focus,
.dxd-mom-skip-navigation a:active {
    position: static;
    left: 0;
    width: auto;
    height: auto;
    overflow: visible;
    text-decoration: underline;
}


/**
		 * Aria Rules
		 */


/**
 * Images, Videos
 */

img,
video,
embed,
object {
    max-width: 100%;
    vertical-align: top;
}


/**
 * Grid Clearing
 */

.dxd-mom-row,
.dxd-mom-content-row,
.dxd-mom-clearfix,
.dxd-mom-media-floated,
.dxd-mom-media-grid {
    *zoom: 1;
}

.dxd-mom-row:before,
.dxd-mom-content-row:before,
.dxd-mom-row:after,
.dxd-mom-content-row:after,
.dxd-mom-clearfix:before,
.dxd-mom-clearfix:after,
.dxd-mom-media-floated:before,
.dxd-mom-media-floated:after,
.dxd-mom-media-grid:before,
.dxd-mom-media-grid:after {
    content: " ";
    display: table;
}

.dxd-mom-row:after,
.dxd-mom-content-row:after,
.dxd-mom-clearfix:after,
.dxd-mom-media-floated:after,
.dxd-mom-media-grid:after {
    clear: both;
}


/**
 * Padded row with a bottom padding
 */

.dxd-mom-row--push {
    padding-bottom: 48px;
    padding-bottom: 3rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Layout
 */

section,
article {
    margin: 0;
}


/**
 * Aside
 */

aside {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Article
 */


/**
 * Animations
 */

.dxd-mom-ui-hide {
    opacity: 0;
}


/**
 * Pills
 */

.dxd-mom-pill {
    background-color: #E2F1FE;
    color: #333;
    border-radius: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 25px;
    margin: 0 5px;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-pill input {
    top: -40px;
    position: absolute;
}

.dxd-mom-pill:hover,
.dxd-mom-pill:focus,
.dxd-mom-pill.dxd-mom-active,
.dxd-mom-pill.dxd-mom-focus {
    background-color: #ffb74d;
}


/**
 * Rounded pill
 */

.dxd-mom-pill-rounded {
    border-radius: 20px;
    padding: 2px 1em;
    min-width: 70px;
    display: inline-block;
    text-align: center;
}

.dxd-mom-pill-rounded:hover {
    background-color: #E2F1FE;
}


/**
 * Pill error
 */

.dxd-mom-pill-error {
    color: #D0021B;
}


/**
 * Glossarizer
 */

.dxd-mom-glossarizer_replaced {
    border-bottom: 1px #7c7f81 dotted;
    cursor: help;
}

.dxd-mom-table--dark .dxd-mom-glossarizer_replaced {
    border-color: #ccc;
}


/**
 * Footnote
 */

.dxd-mom-reference {
    color: #006eab;
}

.dxd-mom-reference a:before {
    content: "[";
}

.dxd-mom-reference a:after {
    content: "]";
}


/**
 * Equal height
 */

@media only screen and (max-width: 599px) {
    .dxd-mom-eq-height-content {
        height: auto !important;
    }
}


/**
 * Webengage
 */

#webengage-error-messages {
    display: none !important;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Linearicons';
    src: url('../fonts/linearicons/icomoon.eot');
    src: url('../fonts/linearicons/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/linearicons/icomoon.woff') format('woff'), url('../fonts/linearicons/icomoon.ttf') format('truetype'), url('../fonts/linearicons/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
	ANIMATION.CSS
\*------------------------------------*/

@-webkit-keyframes flash {
    0% {
        background-color: none;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: none;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: none;
    }
    50% {
        background-color: #fbf8b2;
    }
    100% {
        background-color: none;
    }
}

.dxd-mom-flash {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
}


/*------------------------------------*\
		LINEAR ICONS
\*------------------------------------*/

.dxd-mom-icon,
.dxd-mom-link-before:before,
.dxd-mom-section-next a:after {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    text-decoration: none !important;
    line-height: 1;
    display: inline-block;
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    font-size: 20px;
    margin-right: 0.3em;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dxd-mom-icon-launch:before {
    content: "\e7b0";
}

.dxd-mom-icon-plus:before {
    content: "\e60b";
}

.dxd-mom-icon-minus:before {
    content: "\e60c";
}

.dxd-mom-icon-lamp:before {
    content: "\e6a3";
}

.dxd-mom-icon-excel:before {
    content: "\e60a";
}

.dxd-mom-icon-dots:before {
    content: "\e604";
}

.dxd-mom-icon-youtube:before {
    content: "\e798";
}

.dxd-mom-icon-blogger:before {
    content: "\e799";
}

.dxd-mom-icon-facebook:before {
    content: "\e79c";
}

.dxd-mom-icon-twitter:before {
    content: "\e79d";
}

.dxd-mom-icon-example:before {
    content: "\e805";
}

.dxd-mom-icon-circle-right-alt:before {
    content: "\e801";
}

.dxd-mom-icon-calculator:before {
    content: "\e800";
}

.dxd-mom-icon-info:before {
    content: "\e802";
}

.dxd-mom-icon-word:before {
    content: "\e803";
}

.dxd-mom-icon-pdf:before {
    content: "\e804";
}

.dxd-mom-icon-home:before {
    content: "\e600";
}

.dxd-mom-icon-home2:before {
    content: "\e601";
}

.dxd-mom-icon-home3:before {
    content: "\e602";
}

.dxd-mom-icon-home4:before {
    content: "\e603";
}

.dxd-mom-icon-home6:before {
    content: "\e605";
}

.dxd-mom-icon-pencil:before {
    content: "\e606";
}

.dxd-mom-icon-pencil2:before {
    content: "\e607";
}

.dxd-mom-icon-edit:before {
    content: "\e608";
}

.dxd-mom-icon-edit2:before {
    content: "\e609";
}

.dxd-mom-icon-aim:before {
    content: "\e614";
}

.dxd-mom-icon-cloud-upload:before {
    content: "\e621";
}

.dxd-mom-icon-cloud-download:before {
    content: "\e622";
}

.dxd-mom-icon-cloud-gear:before {
    content: "\e629";
}

.dxd-mom-icon-cloud-database:before {
    content: "\e62a";
}

.dxd-mom-icon-database:before {
    content: "\e62b";
}

.dxd-mom-icon-shield:before {
    content: "\e62c";
}

.dxd-mom-icon-lock:before {
    content: "\e62d";
}

.dxd-mom-icon-unlock:before {
    content: "\e62e";
}

.dxd-mom-icon-key:before {
    content: "\e62f";
}

.dxd-mom-icon-gear:before {
    content: "\e631";
}

.dxd-mom-icon-gear2:before {
    content: "\e632";
}

.dxd-mom-icon-wrench:before {
    content: "\e633";
}

.dxd-mom-icon-tools:before {
    content: "\e634";
}

.dxd-mom-icon-hammer:before {
    content: "\e635";
}

.dxd-mom-icon-recycle:before {
    content: "\e638";
}

.dxd-mom-icon-trash:before {
    content: "\e639";
}

.dxd-mom-icon-trash2:before {
    content: "\e63a";
}

.dxd-mom-icon-heart:before {
    content: "\e63b";
}

.dxd-mom-icon-flag:before {
    content: "\e63d";
}

.dxd-mom-icon-flag2:before {
    content: "\e63e";
}

.dxd-mom-icon-flag3:before {
    content: "\e63f";
}

.dxd-mom-icon-at-sign:before {
    content: "\e640";
}

.dxd-mom-icon-envelope:before {
    content: "\e641";
}

.dxd-mom-icon-inbox:before {
    content: "\e642";
}

.dxd-mom-icon-paperclip:before {
    content: "\e643";
}

.dxd-mom-icon-reply:before {
    content: "\e644";
}

.dxd-mom-icon-reply-all:before {
    content: "\e645";
}

.dxd-mom-icon-eye:before {
    content: "\e647";
}

.dxd-mom-icon-eye2:before {
    content: "\e648";
}

.dxd-mom-icon-floppy-disk:before {
    content: "\e64b";
}

.dxd-mom-icon-printer:before {
    content: "\e64c";
}

.dxd-mom-icon-file:before {
    content: "\e64d";
}

.dxd-mom-icon-folder:before {
    content: "\e64e";
}

.dxd-mom-icon-copy:before {
    content: "\e64f";
}

.dxd-mom-icon-scissors:before {
    content: "\e650";
}

.dxd-mom-icon-paste:before {
    content: "\e651";
}

.dxd-mom-icon-clipboard:before {
    content: "\e652";
}

.dxd-mom-icon-clipboard-check:before {
    content: "\e653";
}

.dxd-mom-icon-register:before {
    content: "\e654";
}

.dxd-mom-icon-enter:before {
    content: "\e655";
}

.dxd-mom-icon-exit:before {
    content: "\e656";
}

.dxd-mom-icon-papers:before {
    content: "\e657";
}

.dxd-mom-icon-news:before {
    content: "\e658";
}

.dxd-mom-icon-document:before {
    content: "\e659";
}

.dxd-mom-icon-document2:before {
    content: "\e65a";
}

.dxd-mom-icon-license:before {
    content: "\e65b";
}

.dxd-mom-icon-graduation-hat:before {
    content: "\e65c";
}

.dxd-mom-icon-license2:before {
    content: "\e65d";
}

.dxd-mom-icon-presentation:before {
    content: "\e66a";
}

.dxd-mom-icon-play:before {
    content: "\e66b";
}

.dxd-mom-icon-film-play:before {
    content: "\e66c";
}

.dxd-mom-icon-camera:before {
    content: "\e66d";
}

.dxd-mom-icon-photo:before {
    content: "\e66e";
}

.dxd-mom-icon-picture:before {
    content: "\e66f";
}

.dxd-mom-icon-book:before {
    content: "\e670";
}

.dxd-mom-icon-book-closed:before {
    content: "\e671";
}

.dxd-mom-icon-bookmark:before {
    content: "\e672";
}

.dxd-mom-icon-bookmark2:before {
    content: "\e673";
}

.dxd-mom-icon-books:before {
    content: "\e674";
}

.dxd-mom-icon-library:before {
    content: "\e675";
}

.dxd-mom-icon-contacts:before {
    content: "\e676";
}

.dxd-mom-icon-profile:before {
    content: "\e677";
}

.dxd-mom-icon-user:before {
    content: "\e678";
}

.dxd-mom-icon-users:before {
    content: "\e679";
}

.dxd-mom-icon-users2:before {
    content: "\e67a";
}

.dxd-mom-icon-woman:before {
    content: "\e67b";
}

.dxd-mom-icon-man:before {
    content: "\e67c";
}

.dxd-mom-icon-shirt:before {
    content: "\e67d";
}

.dxd-mom-icon-tag:before {
    content: "\e681";
}

.dxd-mom-icon-tags:before {
    content: "\e682";
}

.dxd-mom-icon-cash:before {
    content: "\e683";
}

.dxd-mom-icon-credit-card:before {
    content: "\e684";
}

.dxd-mom-icon-phone:before {
    content: "\e688";
}

.dxd-mom-icon-phone2:before {
    content: "\e689";
}

.dxd-mom-icon-pin:before {
    content: "\e68a";
}

.dxd-mom-icon-map-marker:before {
    content: "\e68b";
}

.dxd-mom-icon-compass:before {
    content: "\e68c";
}

.dxd-mom-icon-map:before {
    content: "\e68d";
}

.dxd-mom-icon-location:before {
    content: "\e68e";
}

.dxd-mom-icon-calendar:before {
    content: "\e690";
}

.dxd-mom-icon-calendar2:before {
    content: "\e691";
}

.dxd-mom-icon-calendar3:before {
    content: "\e692";
}

.dxd-mom-icon-keyboard:before {
    content: "\e694";
}

.dxd-mom-icon-delete:before {
    content: "\e695";
}

.dxd-mom-icon-screen:before {
    content: "\e697";
}

.dxd-mom-icon-signal:before {
    content: "\e698";
}

.dxd-mom-icon-iphone:before {
    content: "\e699";
}

.dxd-mom-icon-smartphone:before {
    content: "\e69a";
}

.dxd-mom-icon-ipad:before {
    content: "\e69b";
}

.dxd-mom-icon-tablet:before {
    content: "\e69c";
}

.dxd-mom-icon-laptop:before {
    content: "\e69d";
}

.dxd-mom-icon-desktop:before {
    content: "\e69e";
}

.dxd-mom-icon-power:before {
    content: "\e6a1";
}

.dxd-mom-icon-drawer:before {
    content: "\e6a6";
}

.dxd-mom-icon-drawer2:before {
    content: "\e6a7";
}

.dxd-mom-icon-drawer3:before {
    content: "\e6a8";
}

.dxd-mom-icon-archive:before {
    content: "\e6a9";
}

.dxd-mom-icon-archive2:before {
    content: "\e6aa";
}

.dxd-mom-icon-comment:before {
    content: "\e6ab";
}

.dxd-mom-icon-pulse:before {
    content: "\e6b0";
}

.dxd-mom-icon-construction-cone:before {
    content: "\e6b9";
}

.dxd-mom-icon-pie-chart:before {
    content: "\e6ba";
}

.dxd-mom-icon-pie-chart2:before {
    content: "\e6bb";
}

.dxd-mom-icon-graph:before {
    content: "\e6bc";
}

.dxd-mom-icon-chart-growth:before {
    content: "\e6bd";
}

.dxd-mom-icon-rank:before {
    content: "\e6c1";
}

.dxd-mom-icon-rank2:before {
    content: "\e6c2";
}

.dxd-mom-icon-rank3:before {
    content: "\e6c3";
}

.dxd-mom-icon-hammer2:before {
    content: "\e6e1";
}

.dxd-mom-icon-balance:before {
    content: "\e6e2";
}

.dxd-mom-icon-briefcase:before {
    content: "\e6e3";
}

.dxd-mom-icon-icons:before {
    content: "\e6f5";
}

.dxd-mom-icon-icons2:before {
    content: "\e6f6";
}

.dxd-mom-icon-sitemap:before {
    content: "\e6f7";
}

.dxd-mom-icon-bell:before {
    content: "\e70e";
}

.dxd-mom-icon-bullhorn:before {
    content: "\e70f";
}

.dxd-mom-icon-volume-high:before {
    content: "\e710";
}

.dxd-mom-icon-volume-medium:before {
    content: "\e711";
}

.dxd-mom-icon-volume-low:before {
    content: "\e712";
}

.dxd-mom-icon-volume:before {
    content: "\e713";
}

.dxd-mom-icon-mute:before {
    content: "\e714";
}

.dxd-mom-icon-wifi:before {
    content: "\e715";
}

.dxd-mom-icon-wifi2:before {
    content: "\e716";
}

.dxd-mom-icon-wifi3:before {
    content: "\e717";
}

.dxd-mom-icon-mic:before {
    content: "\e718";
}

.dxd-mom-icon-mic2:before {
    content: "\e719";
}

.dxd-mom-icon-mic-mute:before {
    content: "\e71a";
}

.dxd-mom-icon-hourglass:before {
    content: "\e71b";
}

.dxd-mom-icon-loading:before {
    content: "\e71c";
}

.dxd-mom-icon-loading2:before {
    content: "\e71d";
}

.dxd-mom-icon-loading3:before {
    content: "\e71e";
}

.dxd-mom-icon-undo:before {
    content: "\e71f";
}

.dxd-mom-icon-redo:before {
    content: "\e720";
}

.dxd-mom-icon-sync:before {
    content: "\e721";
}

.dxd-mom-icon-sync2:before {
    content: "\e722";
}

.dxd-mom-icon-refresh:before {
    content: "\e723";
}

.dxd-mom-icon-refresh2:before {
    content: "\e724";
}

.dxd-mom-icon-history:before {
    content: "\e725";
}

.dxd-mom-icon-history2:before {
    content: "\e726";
}

.dxd-mom-icon-clock:before {
    content: "\e727";
}

.dxd-mom-icon-clock2:before {
    content: "\e728";
}

.dxd-mom-icon-clock3:before {
    content: "\e729";
}

.dxd-mom-icon-clock4:before {
    content: "\e72a";
}

.dxd-mom-icon-clock5:before {
    content: "\e72b";
}

.dxd-mom-icon-timer:before {
    content: "\e72c";
}

.dxd-mom-icon-timer2:before {
    content: "\e72d";
}

.dxd-mom-icon-download:before {
    content: "\e72e";
}

.dxd-mom-icon-upload:before {
    content: "\e72f";
}

.dxd-mom-icon-arrow-up:before {
    content: "\e730";
}

.dxd-mom-icon-arrow-down:before {
    content: "\e731";
}

.dxd-mom-icon-arrow-left:before {
    content: "\e732";
}

.dxd-mom-icon-arrow-right:before {
    content: "\e733";
}

.dxd-mom-icon-arrow-up2:before {
    content: "\e734";
}

.dxd-mom-icon-arrow-down2:before {
    content: "\e735";
}

.dxd-mom-icon-arrow-left2:before {
    content: "\e736";
}

.dxd-mom-icon-arrow-right2:before {
    content: "\e737";
}

.dxd-mom-icon-arrow-up3:before {
    content: "\e738";
}

.dxd-mom-icon-arrow-down3:before {
    content: "\e739";
}

.dxd-mom-icon-arrow-left3:before {
    content: "\e73a";
}

.dxd-mom-icon-arrow-right3:before {
    content: "\e73b";
}

.dxd-mom-icon-arrow-up4:before {
    content: "\e73c";
}

.dxd-mom-icon-arrow-down4:before {
    content: "\e73d";
}

.dxd-mom-icon-arrow-left4:before {
    content: "\e73e";
}

.dxd-mom-icon-arrow-right4:before {
    content: "\e73f";
}

.dxd-mom-icon-terminal:before {
    content: "\e740";
}

.dxd-mom-icon-bug:before {
    content: "\e741";
}

.dxd-mom-icon-code:before {
    content: "\e742";
}

.dxd-mom-icon-file-code:before {
    content: "\e743";
}

.dxd-mom-icon-file-image:before {
    content: "\e744";
}

.dxd-mom-icon-file-zip:before {
    content: "\e745";
}

.dxd-mom-icon-file-audio:before {
    content: "\e746";
}

.dxd-mom-icon-file-video:before {
    content: "\e747";
}

.dxd-mom-icon-link:before {
    content: "\e748";
}

.dxd-mom-icon-link2:before {
    content: "\e749";
}

.dxd-mom-icon-unlink:before {
    content: "\e74a";
}

.dxd-mom-icon-link3:before {
    content: "\e74b";
}

.dxd-mom-icon-unlink2:before {
    content: "\e74c";
}

.dxd-mom-icon-thumbs-up:before {
    content: "\e74d";
}

.dxd-mom-icon-thumbs-down:before {
    content: "\e74e";
}

.dxd-mom-icon-thumbs-up2:before {
    content: "\e74f";
}

.dxd-mom-icon-thumbs-down2:before {
    content: "\e750";
}

.dxd-mom-icon-thumbs-up3:before {
    content: "\e751";
}

.dxd-mom-icon-thumbs-down3:before {
    content: "\e752";
}

.dxd-mom-icon-share:before {
    content: "\e753";
}

.dxd-mom-icon-share2:before {
    content: "\e754";
}

.dxd-mom-icon-share3:before {
    content: "\e755";
}

.dxd-mom-icon-options:before {
    content: "\e756";
}

.dxd-mom-icon-list:before {
    content: "\e757";
}

.dxd-mom-icon-list2:before {
    content: "\e758";
}

.dxd-mom-icon-magnifier:before {
    content: "\e759";
}

.dxd-mom-icon-zoom-in:before {
    content: "\e75a";
}

.dxd-mom-icon-zoom-out:before {
    content: "\e75b";
}

.dxd-mom-icon-question:before {
    content: "\e75c";
}

.dxd-mom-icon-checkmark:before {
    content: "\e75d";
}

.dxd-mom-icon-cross:before {
    content: "\e75e";
}

.dxd-mom-icon-chevron-up:before {
    content: "\e75f";
}

.dxd-mom-icon-chevron-down:before {
    content: "\e760";
}

.dxd-mom-icon-chevron-left:before {
    content: "\e761";
}

.dxd-mom-icon-chevron-right:before {
    content: "\e762";
}

.dxd-mom-icon-arrow-up5:before {
    content: "\e763";
}

.dxd-mom-icon-arrow-down5:before {
    content: "\e764";
}

.dxd-mom-icon-arrow-left5:before {
    content: "\e765";
}

.dxd-mom-icon-arrow-right5:before {
    content: "\e766";
}

.dxd-mom-icon-warning:before {
    content: "\e76d";
}

.dxd-mom-icon-circle-exclamation:before {
    content: "\e76e";
}

.dxd-mom-icon-circle-question:before {
    content: "\e76f";
}

.dxd-mom-icon-circle-checkmark:before {
    content: "\e770";
}

.dxd-mom-icon-circle-cross:before {
    content: "\e771";
}

.dxd-mom-icon-circle-plus:before {
    content: "\e772";
}

.dxd-mom-icon-circle-minus:before {
    content: "\e773";
}

.dxd-mom-icon-circle-up:before {
    content: "\e774";
}

.dxd-mom-icon-circle-down:before {
    content: "\e775";
}

.dxd-mom-icon-circle-left:before {
    content: "\e776";
}

.dxd-mom-icon-circle-right:before {
    content: "\e777";
}

.dxd-mom-icon-circle-up2:before {
    content: "\e778";
}

.dxd-mom-icon-circle-down2:before {
    content: "\e779";
}

.dxd-mom-icon-circle-left2:before {
    content: "\e77a";
}

.dxd-mom-icon-circle-right2:before {
    content: "\e77b";
}

.dxd-mom-icon-funnel:before {
    content: "\e789";
}

.dxd-mom-icon-square:before {
    content: "\e796";
}

.dxd-mom-icon-circle:before {
    content: "\e797";
}


/**
 * Responsive
 */


/*------------------------------------*\
    RESPONSIVE.CSS
\*------------------------------------*/


/**
 * Mobile First
 * Base Width: 320px
 */


/**
 * 600px
 */

@media only screen and (min-width: 600px) {
    /*------------------------------------*\
		TABLET-DESKTOPS.CSS
		For tablets and desktops and Up
\*------------------------------------*/
    /*
 * Add Grids for tablets and desktops
 */
    /*------------------------------------*\
	GRIDS
\*------------------------------------*/
    /**
 * Nested Row
 */
    /**
 * Collapsed Row
 */
    /**
 * Grid Clearing
 */
    /* Columns */
    /**
 * Row Center
 */
    /**
 * Column aligned centrally
 */
    /**
 * Generates grids columns
 * .one, .two....
 */
    /**
 * Creates Push Pull classes for alignment in mobile
 */
    /*
 * Show Hide Sections
 */
    /* Rows inside container */
    /**
 * Responsive table
 */
    .dxd-mom-row .dxd-mom-row,
    .dxd-mom-row .dxd-mom-content-row,
    .dxd-mom-row .dxd-mom-content-row,
    .dxd-mom-row--wide {
        width: auto;
        max-width: none;
        min-width: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .dxd-mom-row--collapse .dxd-mom-columns,
    .dxd-mom-row--collapse .dxd-mom-mom-sidebar,
    .dxd-mom-row--collapse .dxd-mom-mom-page-content {
        padding-left: 0;
        padding-right: 0;
    }
    .dxd-mom-row .dxd-mom-row--collapse,
    .dxd-mom-row .dxd-mom-content-row {
        margin-left: 0;
        margin-right: 0;
    }
    .dxd-mom-row,
    .dxd-mom-content-row {
        *zoom: 1;
    }
    .dxd-mom-row:before,
    .dxd-mom-content-row:before,
    .dxd-mom-row:after,
    .dxd-mom-content-row:after {
        content: " ";
        display: table;
    }
    .dxd-mom-row:after,
    .dxd-mom-content-row:after {
        clear: both;
    }
    .dxd-mom-columns,
    .dxd-mom-mom-sidebar,
    .dxd-mom-mom-page-content {
        float: left;
        min-height: 1px;
        padding: 0 15px;
        position: relative;
    }
    .dxd-mom-row--center .dxd-mom-columns,
    .dxd-mom-row--center .dxd-mom-mom-sidebar,
    .dxd-mom-row--center .dxd-mom-mom-page-content {
        float: none;
        margin: 0 auto;
    }
    .dxd-mom-column--center {
        float: none;
        margin: 0 auto;
    }
    .dxd-mom-one {
        width: 8.33333%;
    }
    .dxd-mom-two {
        width: 16.66667%;
    }
    .dxd-mom-three {
        width: 25%;
    }
    .dxd-mom-four {
        width: 33.33333%;
    }
    .dxd-mom-five {
        width: 41.66667%;
    }
    .dxd-mom-six {
        width: 50%;
    }
    .dxd-mom-seven {
        width: 58.33333%;
    }
    .dxd-mom-eight {
        width: 66.66667%;
    }
    .dxd-mom-nine {
        width: 75%;
    }
    .dxd-mom-ten {
        width: 83.33333%;
    }
    .dxd-mom-eleven {
        width: 91.66667%;
    }
    .dxd-mom-twelve {
        width: 100%;
    }
    .dxd-mom-push--one {
        left: 8.33333%;
    }
    .dxd-mom-pull--one {
        right: 8.33333%;
    }
    .dxd-mom-push--two {
        left: 16.66667%;
    }
    .dxd-mom-pull--two {
        right: 16.66667%;
    }
    .dxd-mom-push--three {
        left: 25%;
    }
    .dxd-mom-pull--three {
        right: 25%;
    }
    .dxd-mom-push--four {
        left: 33.33333%;
    }
    .dxd-mom-pull--four {
        right: 33.33333%;
    }
    .dxd-mom-push--five {
        left: 41.66667%;
    }
    .dxd-mom-pull--five {
        right: 41.66667%;
    }
    .dxd-mom-push--six {
        left: 50%;
    }
    .dxd-mom-pull--six {
        right: 50%;
    }
    .dxd-mom-push--seven {
        left: 58.33333%;
    }
    .dxd-mom-pull--seven {
        right: 58.33333%;
    }
    .dxd-mom-push--eight {
        left: 66.66667%;
    }
    .dxd-mom-pull--eight {
        right: 66.66667%;
    }
    .dxd-mom-push--nine {
        left: 75%;
    }
    .dxd-mom-pull--nine {
        right: 75%;
    }
    .dxd-mom-push--ten {
        left: 83.33333%;
    }
    .dxd-mom-pull--ten {
        right: 83.33333%;
    }
    .dxd-mom-push--eleven {
        left: 91.66667%;
    }
    .dxd-mom-pull--eleven {
        right: 91.66667%;
    }
    .dxd-mom-show-for-desktop-above {
        display: inherit;
    }
    .dxd-mom-hide-for-tablet-above {
        display: none !important;
    }
    .dxd-mom-container .dxd-mom-row,
    .dxd-mom-container .dxd-mom-page-container,
    .dxd-mom-container .dxd-mom-content-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .dxd-mom-footable-toggle {
        display: none;
    }
}


/**
 * 992px
 */

@media only screen and (min-width: 960px) {
    /*------------------------------------*\
	DESKTOP.CSS
\*------------------------------------*/
    /*
 * Show Hide Sections
 */
    /*
 * Container
 */
    /* Container */
    /**
	 * Wide Container
	 */
    /**
	 * Latest Link
	 */
    /**
	* Sticky Block
	*/
    /**
 * Carousel
 */
    /* Control */
    /**
 * Calculator
 */
    .dxd-mom-show-for-desktop {
        display: inherit;
    }
    .dxd-mom-hide-for-desktop {
        display: none;
    }
    /*
     * Container
     */
    /* Container */
    .dxd-mom-container,
    .dxd-mom-page-container {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .dxd-mom-container--wide {
        width: auto;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dxd-mom-link--latest {
        display: inline-block;
    }
    .dxd-mom-is-sticky {
        position: fixed;
        top: 20px;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .dxd-mom-is-sticky-bottom {
        position: absolute;
    }
    .dxd-mom-carousel__indicators {
        top: auto;
        bottom: -35px;
    }
    .dxd-mom-carousel__control {
        display: block;
    }
    .dxd-mom-smartform {
        min-height: 20em;
    }
}


/**
 * Target Specific Devices Only
 */

@media only screen and (max-width: 599px) {
    /*------------------------------------*\
		PHONE ONLY
\*------------------------------------*/
    /*
 * Show Hide Sections
 */
    /*
 * Add Grids for Phones only
 */
    /*------------------------------------*\
	Grids for Phones Only
\*------------------------------------*/
    /**
 * Phone - Specify number of columns
 * <div class="columns three three--phone"></div>  => Two phone in tablet
 */
    .dxd-mom-hide-for-phone {
        display: none;
    }
    .dxd-mom-one--phone {
        float: left;
        padding: 0 15px;
        width: 8.33333%;
    }
    .dxd-mom-two--phone {
        float: left;
        padding: 0 15px;
        width: 16.66667%;
    }
    .dxd-mom-three--phone {
        float: left;
        padding: 0 15px;
        width: 25%;
    }
    .dxd-mom-four--phone {
        float: left;
        padding: 0 15px;
        width: 33.33333%;
    }
    .dxd-mom-five--phone {
        float: left;
        padding: 0 15px;
        width: 41.66667%;
    }
    .dxd-mom-six--phone {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    .dxd-mom-seven--phone {
        float: left;
        padding: 0 15px;
        width: 58.33333%;
    }
    .dxd-mom-eight--phone {
        float: left;
        padding: 0 15px;
        width: 66.66667%;
    }
    .dxd-mom-nine--phone {
        float: left;
        padding: 0 15px;
        width: 75%;
    }
    .dxd-mom-ten--phone {
        float: left;
        padding: 0 15px;
        width: 83.33333%;
    }
    .dxd-mom-eleven--phone {
        float: left;
        padding: 0 15px;
        width: 91.66667%;
    }
    .dxd-mom-twelve--phone {
        float: left;
        padding: 0 15px;
        width: 100%;
    }
}


/**
 * Iphone Landscape
 */

@media only screen and (min-width: 480px) and (orientation: landscape) {
    /*------------------------------------*\
    IPHONE LANDSCAPE
    All portable devices
\*------------------------------------*/
}


/**
 * 768px : For Ipad
 */

@media only screen and (min-width: 600px) and (max-width: 960px) {
    /*------------------------------------*\
		IPAD.CSS
\*------------------------------------*/
    /*
 * Import grids for tablet only
 */
    /*------------------------------------*\
    Grids for Tablet Only
\*------------------------------------*/
    /**
 * Tablet - Specify number of columns
 * <div class="columns three three--tablet"></div>  => Two phone in tablet
 */
    /*
 * Show Hide Sections
 */
    /**
 * Remove Fixed header
 */
    .dxd-mom-one--tablet {
        float: left;
        padding: 0 15px;
        width: 8.33333%;
    }
    .dxd-mom-two--tablet {
        float: left;
        padding: 0 15px;
        width: 16.66667%;
    }
    .dxd-mom-three--tablet {
        float: left;
        padding: 0 15px;
        width: 25%;
    }
    .dxd-mom-four--tablet {
        float: left;
        padding: 0 15px;
        width: 33.33333%;
    }
    .dxd-mom-five--tablet {
        float: left;
        padding: 0 15px;
        width: 41.66667%;
    }
    .dxd-mom-six--tablet {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    .dxd-mom-seven--tablet {
        float: left;
        padding: 0 15px;
        width: 58.33333%;
    }
    .dxd-mom-eight--tablet {
        float: left;
        padding: 0 15px;
        width: 66.66667%;
    }
    .dxd-mom-nine--tablet {
        float: left;
        padding: 0 15px;
        width: 75%;
    }
    .dxd-mom-ten--tablet {
        float: left;
        padding: 0 15px;
        width: 83.33333%;
    }
    .dxd-mom-eleven--tablet {
        float: left;
        padding: 0 15px;
        width: 91.66667%;
    }
    .dxd-mom-twelve--tablet {
        float: left;
        padding: 0 15px;
        width: 100%;
    }
    .dxd-mom-hide-for-tablet {
        display: none;
    }
    .dxd-mom-header-fixed {
        display: none !important;
    }
    /* added to handle hard padding for tablet specific */
    .dxd-mom-hard--tablet {
        padding: 0 !important;
    }
    .dxd-mom-hard--top--tablet {
        padding-top: 0 !important;
    }
    .dxd-mom-hard--right--tablet {
        padding-right: 0 !important;
    }
    .dxd-mom-hard--bottom--tablet {
        padding-bottom: 0 !important;
    }
    .dxd-mom-hard--left--tablet {
        padding-left: 0 !important;
    }
    .dxd-mom-hard--ends--tablet {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .dxd-mom-hard--sides--tablet {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}


/**
 * iPads (landscape)
 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /*------------------------------------*\
    TABLET LANDSCAPE
    All portable devices
\*------------------------------------*/
}


/**
 * Short screen
 */

@media only screen and (max-height: 700px) and (min-width: 960px) {
    /*------------------------------------*\
	SHORT SCREEN
\*------------------------------------*/
    /**
 * Holiday table
 */
    /**
 * Module holiday
 */
    .dxd-mom-page-content {
        padding-top: 36px;
        padding-top: 2.25rem;
    }
    @media only screen and (min-width: 600px) {}
    .dxd-mom-table--holiday th,
    .dxd-mom-table--holiday td {
        padding-top: 0.3em;
        padding-bottom: 0.3em;
    }
    .dxd-mom-module-holiday .dxd-mom-holiday-icon {
        margin-top: 0;
    }
}


/**
 * 1382px: Wide Screen
 */

@media only screen and (min-width: 1300px) {}


/**
 * Retina
 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}


/*------------------------------------*\
    RESPONSIVE.CSS
\*------------------------------------*/


/**
 * Mobile First
 * Base Width: 320px
 */


/*------------------------------------*\
    PHONE.CSS
\*------------------------------------*/


/**
 * Headings
 */

h1,
.dxd-mom-alpha {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

@media only screen and (min-width: 600px) {}

h1 {
    line-height: 1.25;
}

h2,
.dxd-mom-beta,
.dxd-mom-module-holiday .dxd-mom-holiday-date,
.dxd-mom-filter-current {
    font-size: 26px;
    font-size: 1.625rem;
}

h2 {
    line-height: 31.9992px;
    line-height: 1.99995rem;
}

@media only screen and (min-width: 600px) {}

h2 {
    margin-bottom: 13.99999px;
    margin-bottom: 0.875rem;
}

@media only screen and (min-width: 600px) {}

h3,
.dxd-mom-gamma {
    font-size: 20px;
    font-size: 1.25rem;
}

h3,
.dxd-mom-gamma {
    line-height: 24px;
    line-height: 1.5rem;
}

@media only screen and (min-width: 600px) {}

h3 {
    margin-bottom: 7.9992px;
    margin-bottom: 0.49995rem;
}

@media only screen and (min-width: 600px) {}

h4,
.dxd-mom-delta,
.dxd-mom-media-block .dxd-mom-media-title,
.dxd-mom-item-title {
    font-size: 16px;
    font-size: 1rem;
}

h4,
.dxd-mom-delta,
.dxd-mom-media-block .dxd-mom-media-title,
.dxd-mom-item-title {
    line-height: 24px;
    line-height: 1.5rem;
}

@media only screen and (min-width: 600px) {}

h4 {
    margin-bottom: 4.00001px;
    margin-bottom: 0.25rem;
}

@media only screen and (min-width: 600px) {}

h5,
.dxd-mom-epsilon,
.dxd-mom-caption-title,
.dxd-mom-text-subtitle {
    font-size: 16px;
    font-size: 1rem;
}


/*
    Common styles
     */

h1,
h2 {
    letter-spacing: -0.5px;
}


/*
 * Lead text
 */

.dxd-mom-text--lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
}

@media only screen and (min-width: 600px) {}

@media only screen and (min-width: 600px) {}

.dxd-mom-page-header .dxd-mom-text--lead {
    margin-bottom: 0;
}


/**
 * Thin text
 */

.dxd-mom-text-thin,
.dxd-mom-media-block h3,
.dxd-mom-section-title,
.dxd-mom-text-thin>a,
.dxd-mom-text-thin>.dxd-mom-media-block h3,
.dxd-mom-media-block .dxd-mom-text-thin>h3,
.dxd-mom-text-thin>.dxd-mom-section-title {
    font-weight: 300;
}


/**
 * Subtitle
 */

.dxd-mom-text-subtitle {
    font-weight: 600;
    border-bottom: 1px #d8d8d8 solid;
    padding-bottom: 10px;
    line-height: normal;
    padding-top: 0;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

@media only screen and (min-width: 600px) {}


/**
 * Small
 */

.dxd-mom-text-small,
.dxd-mom-media-block h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
}


/**
 * Normal font
 */

.dxd-mom-text-normal {
    font-size: 16px;
    font-size: 1rem;
}


/**
 * Section title
 */

.dxd-mom-section-title {
    display: table;
    border-spacing: 5px;
    margin: 0 -5px;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    padding-top: 0;
    line-height: 1.2;
}

@media only screen and (min-width: 600px) {}

.dxd-mom-section-title .dxd-mom-icon,
.dxd-mom-section-title .dxd-mom-link-before:before,
.dxd-mom-section-title .dxd-mom-section-next a:after,
.dxd-mom-section-next .dxd-mom-section-title a:after {
    display: table-cell;
    vertical-align: middle;
    color: #e57200;
    margin: 0;
    text-align: center;
    font-size: 26px;
    min-width: 30px;
    border-bottom: 2px #e57200 solid;
}

.dxd-mom-section-title .dxd-mom-text {
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px #006eab solid;
}


/**
 * Text error
 */

.dxd-mom-text-red {
    color: #D0021B;
}


/**
 * 480 - 600px
 * Tablet small
 */

@media only screen and (min-width: 375px) {}


/**
 * 600 - 960
 * Tablet large
 */

@media only screen and (min-width: 600px) {
    /*------------------------------------*\
    DESKTOP.CSS
\*------------------------------------*/
    h1,
    .dxd-mom-alpha {
        font-size: 38px;
        font-size: 2.375rem;
    }
    h1 {
        line-height: 45.6px;
        line-height: 2.85rem;
    }
    @media only screen and (min-width: 600px) {}
    h1 {
        margin-bottom: 16.00008px;
        margin-bottom: 1.00001rem;
    }
    @media only screen and (min-width: 600px) {}
    h2,
    .dxd-mom-beta,
    .dxd-mom-module-holiday .dxd-mom-holiday-date,
    .dxd-mom-filter-current {
        font-size: 28px;
        font-size: 1.625rem;
    }
    h2 {
        line-height: 36px;
        line-height: 2.25rem;
    }
    @media only screen and (min-width: 600px) {}
    h2 {
        margin-bottom: 16.00008px;
        margin-bottom: 1.00001rem;
    }
    @media only screen and (min-width: 600px) {}
    h3,
    .dxd-mom-gamma {
        font-size: 22px;
        font-size: 1.375rem;
    }
    h3,
    .dxd-mom-gamma {
        line-height: 28.00008px;
        line-height: 1.75001rem;
    }
    @media only screen and (min-width: 600px) {}
    h3 {
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
    }
    @media only screen and (min-width: 600px) {}
    h4,
    .dxd-mom-delta,
    .dxd-mom-media-block .dxd-mom-media-title,
    .dxd-mom-item-title {
        font-size: 18px;
        font-size: 1.125rem;
    }
    h4,
    .dxd-mom-delta,
    .dxd-mom-media-block .dxd-mom-media-title,
    .dxd-mom-item-title {
        line-height: 28.00008px;
        line-height: 1.75001rem;
    }
    @media only screen and (min-width: 600px) {}
    h4 {
        margin-bottom: 9px;
        margin-bottom: 0.5625rem;
    }
    @media only screen and (min-width: 600px) {}
    h5,
    .dxd-mom-epsilon,
    .dxd-mom-caption-title,
    .dxd-mom-text-subtitle {
        font-size: 16px;
        font-size: 1rem;
    }
    h5 {
        line-height: 42px;
        line-height: 2.625rem;
    }
    @media only screen and (min-width: 600px) {}
    .dxd-mom-text--lead {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 28.8px;
        line-height: 1.8rem;
    }
    @media only screen and (min-width: 600px) {}
}


/**
 * Desktop
 */

@media only screen and (min-width: 960px) {}


/**
 * Desktop
 */

@media only screen and (max-height: 700px) and (min-width: 960px) {
    /*------------------------------------*\
    PHONE.CSS
\*------------------------------------*/
    /**
 * Headings
 */
    /*
 * Lead text
 */
    /**
 * Modules
 */
    /**
     * Reset for module asides
     */
    /**
     * Page header
     */
    h1,
    .dxd-mom-alpha {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }
    @media only screen and (min-width: 600px) {}
    h1 {
        line-height: 36px;
        line-height: 2.25rem;
    }
    @media only screen and (min-width: 600px) {}
    h2,
    .dxd-mom-beta,
    .dxd-mom-module-holiday .dxd-mom-holiday-date,
    .dxd-mom-filter-current {
        font-size: 26px;
        font-size: 1.625rem;
    }
    h2 {
        line-height: 31.9992px;
        line-height: 1.99995rem;
    }
    @media only screen and (min-width: 600px) {}
    h2 {
        margin-bottom: 13.99999px;
        margin-bottom: 0.875rem;
    }
    @media only screen and (min-width: 600px) {}
    h3,
    .dxd-mom-gamma {
        font-size: 19px;
        font-size: 1.1875rem;
    }
    h3,
    .dxd-mom-gamma {
        line-height: 24px;
        line-height: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
    h3 {
        margin-bottom: 7.9992px;
        margin-bottom: 0.49995rem;
    }
    @media only screen and (min-width: 600px) {}
    h4,
    .dxd-mom-delta,
    .dxd-mom-media-block .dxd-mom-media-title,
    .dxd-mom-item-title {
        font-size: 16px;
        font-size: 1rem;
    }
    h4,
    .dxd-mom-delta,
    .dxd-mom-media-block .dxd-mom-media-title,
    .dxd-mom-item-title {
        line-height: 24px;
        line-height: 1.5rem;
    }
    @media only screen and (min-width: 600px) {}
    h4 {
        margin-bottom: 4.00001px;
        margin-bottom: 0.25rem;
    }
    @media only screen and (min-width: 600px) {}
    .dxd-mom-text--lead {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.2;
        line-height: 30px;
        line-height: 1.875rem;
    }
    @media only screen and (min-width: 600px) {}
    .dxd-mom-page-content,
    .dxd-mom-ui-module {
        padding-top: 3em;
        padding-bottom: 1em;
    }
    .dxd-mom-module-aside {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0.4375em;
    }
    .dxd-mom-page-header {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}


/**
 * Widescreen
 * Tablet small
 */

@media only screen and (min-width: 1300px) {}


/*------------------------------------*    PAGE
\*------------------------------------*/


/**
 * user actions
 */

.dxd-mom-user-actions {
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
}

.dxd-mom-user-actions a {
    line-height: 50px;
    padding-left: 15px;
}

.dxd-mom-user-actions a:focus {
    background-color: transparent;
}

.dxd-mom-user-actions .dxd-mom-icon,
.dxd-mom-user-actions .dxd-mom-link-before:before {
    font-size: 1.2em;
}


/**
 * Page title
 */

.dxd-mom-page-section-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    line-height: 50px;
    font-size: 20px;
    font-size: 1.25rem;
}


/**
 * Page Container
 */

.dxd-mom-page-container {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    /*background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);*/
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (min-width: 600px) {
    .dxd-mom-page-container {
        padding-top: 2em;
        padding-bottom: 2em;
        /*min-height: 500px; */
    }
}


/**
 * Page container
 */

.dxd-mom-page-container a {
    font-weight: 600;
}

.dxd-mom-page-container .dxd-mom-btn,
.dxd-mom-page-container .dxd-mom-link-filter-toggle,
.dxd-mom-page-container .dxd-mom-btn-upload,
.dxd-mom-page-container .dxd-mom-btn-download {
    font-weight: normal;
}


/**
 * Form container
 */

@media only screen and (min-width: 600px) {
    .dxd-mom-form-container {
        width: 420px;
        margin-top: 3em;
        margin-bottom: 3em;
    }
}

.dxd-mom-form-container .dxd-mom-form-submit {
    padding-bottom: 0;
}


/** page specific styles
  * Start Page
  */

.dxd-mom-service-intro {
    background-color: #e2f1fe;
    /* float: left; */
    width: 100%;
    margin-top: 0.6em;
}

.dxd-mom-service-intro button {
    margin: 20px 20px;
}


/*.no-trips{
      float: left;
      width: 100%;
  }*/

.dxd-mom-service-highlights {
    clear: both;
}

.dxd-mom-quick-facts .dxd-mom-badge {
    border-radius: 25px;
    font-size: 1em;
    text-align: center;
    margin: 1em 0 0.5em 0;
    padding: 6px 20px;
    display: inline-block;
    float: none;
}

.dxd-mom-right-pad-none {
    padding-right: 0px;
}

.dxd-mom-online {
    background: #248624;
    color: #ffffff;
}

.dxd-mom-quick-facts {
    background: #FAFAFA;
    border: 1px solid #B3C1CA;
    border-radius: 2px;
    padding: 20px;
    margin: 20px auto;
    clear: both;
    float: left;
    /*width: 100%;*/
}

.dxd-mom-quick-facts-header {
    margin-bottom: 20px;
}


/*.quick-facts-content{
    float: left;
    width: 100%;
  }*/

.dxd-mom-quick-facts-item-info {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 1em;
}

.dxd-mom-quick-facts-info-metric-name {
    border-top: #ddd 1px solid;
    padding: 20px 20px 0px 0px;
    font-size: 1em;
    width: 100%;
    float: left;
}

.dxd-mom-quick-facts-item-info-metric-value {
    font-size: 3em;
    width: 100%;
    float: left;
}

.dxd-mom-quick-facts-item-info-metric-info {
    font-size: 1em;
    color: #666;
    width: 100%;
    float: left;
}

.dxd-mom-service-more-details {
    clear: both;
}

.dxd-mom-service-more-details .dxd-mom-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}

@media only screen and (max-width: 599px) {
    .dxd-mom-service-intro button {
        margin: 15px 0px 0px 0px;
    }
    .dxd-mom-quick-facts-item-info {
        margin-bottom: 20px;
    }
}


/**
  /* badge component-usage
  */

.dxd-mom-badge {
    height: 3em;
    width: 140px;
    border-radius: 25px;
    font-size: 1em;
    text-align: center;
    line-height: 2em;
}

.dxd-mom-draft {
    background: #FFDE4E;
    color: #333333;
}

.dxd-mom-submitted {
    background: #248624;
    color: #FFFFFF;
}

.dxd-mom-rejected {
    background: #D0021B;
    color: #FFFFFF;
}

@media only screen and (max-width: 599px) {}


/******************************************
 *common-styles.css - Begin
 ******************************************/

.dxd-mom-t-container .dxd-mom-section-title {
    border: none;
    border-left: 6px solid #FFB74D;
    padding: 5px 0px 5px 0.7em;
    height: 1.5em;
    vertical-align: middle;
    color: #333333;
    display: inline-block;
    margin-left: 0px;
    max-width: 100%;
    margin: 1.5em 0 1em 0;
    position: relative;
    width: 100%;
}

.dxd-mom-section-title h3 {
    margin-bottom: 0;
    line-height: 0.7em;
    padding-left: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: 600;
    white-space: nowrap;
}

@media only screen and (max-device-width: 600px),
only screen and (max-width: 600px) {
    .dxd-mom-t-container .dxd-mom-section-title {
        display: inline-block;
        position: relative;
        height: auto;
    }
    .dxd-mom-section-title h3 {
        line-height: 1.5em;
        white-space: normal;
    }
}

.dxd-mom-t-container .dxd-mom-section-title .dxd-mom-paging {
    line-height: 1em;
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: normal;
}

.dxd-mom-paging .dxd-mom-icon {
    display: inline-block;
    vertical-align: middle;
    color: #006eab;
    margin: 0 0;
    text-align: center;
    font-size: 0.8em;
    min-width: 1em;
    border-bottom: none;
}

.dxd-mom-paging .dxd-mom-paging-icon:hover {
    text-decoration: none !important;
}

.dxd-mom-paging .dxd-mom-icon:hover {
    text-decoration: underline !important;
}

.dxd-mom-header-links {
    display: inline-block;
    float: right;
    padding-top: 1.7em;
}

.dxd-mom-section-edit-links {
    position: absolute;
    float: right;
    top: 1.5em;
    width: 100%;
}

.dxd-mom-section-edit-links a {
    float: right;
}

.dxd-mom-header-links a {
    float: right;
}

.dxd-mom-t-container .dxd-mom-page-section {
    border-top: 1px solid #e2e2e2;
    padding-top: 2em;
    margin-bottom: 5em;
}

.dxd-mom-service-header {
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.dxd-mom-service-header .dxd-mom-service-name {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0em;
    margin-left: 0px;
    padding-left: 0;
}

.dxd-mom-dl-inline {
    width: 100%;
}

.dxd-mom-indented-list {
    padding-left: 1em;
    margin-bottom: 0em;
}

.dxd-mom-dl-inline>dt {
    float: left;
    overflow: hidden;
    font-weight: normal;
    margin-top: 1em;
    text-overflow: ellipsis;
    min-width: 20%;
    display: inline-block;
    clear: left;
    margin: 1em 2em 0em 0;
}

.dxd-mom-dl-inline>dd {
    font-weight: bold;
    margin: 1em 2em 0em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    clear: right;
    float: left;
}

.dxd-mom-dl-inline dt:last-child {
    margin-bottom: 1.5em;
}

.dxd-mom-dl-inline dd:last-child {
    margin-bottom: 1.5em;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-dl-inline>dt {
        overflow: hidden;
        font-weight: normal;
        margin-top: 1em;
        text-overflow: ellipsis;
        width: 100%;
        margin: 1em 0 0.5em 0;
    }
    .dxd-mom-dl-inline>dd {
        font-weight: bold;
        margin: 0.5em 0 1em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .dxd-mom-dl-inline dt:last-child {
        margin-bottom: 0.5em;
    }
    .dxd-mom-dl-inline dd:last-child {
        margin-bottom: 1.5em;
    }
    .dxd-mom-indented-list {
        padding-left: 0em;
    }
    .dxd-mom-t-container .dxd-mom-section-title .dxd-mom-paging {
        line-height: 2em;
        position: relative;
        display: inline-block;
        font-weight: normal;
        left: 0;
    }
    .dxd-mom-t-container .dxd-mom-section-title .dxd-mom-header-links {
        line-height: 2em;
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: left;
        font-weight: normal;
    }
    .dxd-mom-section-edit-links {
        position: relative;
        top: 0em;
        margin-bottom: 1em;
        width: 100%;
        text-align: left;
    }
    .dxd-mom-section-edit-links a {
        float: none;
    }
}

.dxd-mom-btn-container a {
    margin-right: 1.5em;
    padding: 0.5em;
    min-width: 10em;
    text-align: center;
    margin-bottom: 2em;
}

.dxd-mom-social-links {
    display: inline-block;
    line-height: 1em;
    position: relative;
    bottom: 1em;
    vertical-align: middle;
    margin-right: 0em;
    margin-top: 0.5em;
    text-align: left;
}

.dxd-mom-social-links a {
    margin-right: 0.7em;
    padding: 0px;
    text-decoration: none;
    cursor: pointer;
}

.dxd-mom-link-facebook:after {
    content: "\e79c";
    font-size: 1.5em;
    background-color: #3b5998;
    color: #fff;
    font-family: "Linearicons";
    padding: 0.2em 0.3em 0 0.5em;
    border-radius: 4px;
}

.dxd-mom-link-twitter:after {
    content: "\e79d";
    font-size: 1.7em;
    color: #4099ff;
    font-family: "Linearicons";
}

.dxd-mom-shaded-container {
    background-color: #e2efff;
    border: 1px solid #006eab;
    border-radius: 5px;
    margin: 1em 0 2em 0;
    display: inline-block;
    clear: both;
    width: 100%;
}

.dxd-mom-shaded-container>div {
    display: inline;
    float: left;
    max-width: 50%;
    padding: 1em;
    line-height: 2em;
}

.dxd-mom-multicolumn-form-menu-container {
    display: inline-block;
    clear: both;
}

.dxd-mom-multicolumn-form-container {
    box-shadow: 0 5px 5px #aaa;
    padding: 0.5em 1.5em 1em 2em;
    margin-bottom: 1em;
    display: inline-block;
    width: 100%
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-shaded-container {
        padding-bottom: 1em;
        margin: 2em 0;
    }
    .dxd-mom-shaded-container>div {
        display: block;
        float: none;
        max-width: 100%;
        padding: 0 1em;
        line-height: 2em;
        margin-bottom: 1em;
    }
    .dxd-mom-shaded-container>div h3 {
        margin: 1em 0 0.5em 0;
    }
    .dxd-mom-btn-container a {
        width: 100%;
    }
    .dxd-mom-social-links {
        width: 100%;
        margin-top: 1em;
    }
}

.dxd-mom-form-column-left {
    float: left;
    display: inline-block;
}

.dxd-mom-form-column-right {
    float: right;
    display: inline-block;
}

.dxd-mom-top-section-border {
    border-top: 1px solid #999;
    padding: 2em 0;
    display: inline-block;
    clear: both;
    width: 100%
}

.dxd-mom-a-z-index a:before {
    content: "|";
    pointer-events: none;
    padding: 0 0.1em;
    text-decoration: none;
    display: inline-block;
}

.dxd-mom-a-z-index a:first-child:before {
    content: " ";
}

.dxd-mom-header-links .dxd-mom-paging {
    float: right;
}

.dxd-mom-header-links .dxd-mom-paging a {
    float: none;
}

.dxd-mom-text-small {
    font-size: 0.8em;
}

.dxd-mom-text-bold {
    font-weight: bold;
}

table tr.footer td {
    background-color: transparent !important;
    border-bottom: none;
}

table tr.footer {
    background-color: none;
    border-bottom: none;
}

table tr td.sum {
    border: none;
    border-top: 4px solid #333;
    border-bottom: none;
}

table tr .num {
    text-align: right;
}

.dxd-mom-text-indented-one {
    padding-left: 1em;
}

.dxd-mom-text-indented-two {
    padding-left: 2em;
}

.dxd-mom-text-indented-three {
    padding-left: 3em;
}

.dxd-mom-no-border {
    border: none !important;
    box-shadow: none !important;
}

.dxd-mom-all-borders {
    border: 1px solid #eee;
    padding: 25px;
}

.dxd-mom-top-border {
    border-top: 1px solid #eee;
    margin-top: 1em;
    padding-top: 0em;
    display: inline-block;
    width: 100%;
    position: relative;
}

.dxd-mom-side-menu {
    padding: 0px 1em 0 0em;
}

.dxd-mom-side-menu ul {
    list-style: none;
    margin-left: 0;
}

.dxd-mom-side-menu ul li.dxd-mom-side-menu-item {
    padding: 1em 1em;
    background-color: #fff;
    cursor: pointer;
}

.dxd-mom-side-menu ul li.dxd-mom-active {
    background-color: #e2e2e2;
    cursor: default;
}

.dxd-mom-side-menu ul li a {
    text-decoration: none;
    color: #333;
}

.dxd-mom-side-menu ul li {
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
    display: inline-block;
    outline: none !important;
    width: 100%;
    transition: all 0.2s;
}

.dxd-mom-side-menu ul li:after {
    content: " ";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 0.5s;
}

.dxd-mom-side-menu ul li:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s;
}

.dxd-mom-side-menu ul li:not(.dxd-mom-active):hover {
    background-color: rgba(100, 100, 100, 0.1);
}

.dxd-mom-side-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0);
}

.dxd-mom-side-menu ul li.dxd-mom-active a {
    cursor: default;
}

.dxd-mom-side-menu ul li a:visited {
    background: rgba(255, 255, 255, 0);
}

.dxd-mom-multi-col-form-section {
    box-shadow: 0 1px 1px #eee;
    padding-bottom: 0.5em;
    margin: 1em -1.5em 0 -2em;
}

.dxd-mom-multi-col-form-section h1 {
    font-size: 2em;
    font-weight: 600;
    padding-left: 1em;
}

.dxd-mom-circle-div {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    font-size: 4em;
    text-align: center;
    line-height: 2em;
    color: #333;
}

.dxd-mom-icon-bold {
    -webkit-text-stroke: 1px;
}

.dxd-mom-icon-1-em {
    font-size: 1em;
}

.dxd-mom-icon-small {
    font-size: 0.8em;
}

.dxd-mom-icon-users:before {
    font-family: 'Linearicons-free';
    content: "\e82b";
}

.dxd-mom-icon-store:before {
    font-family: 'Linearicons-free';
    content: "\e82d";
}

.dxd-mom-icon-apartment:before {
    font-family: 'Linearicons-free';
    content: "\e801";
}

.dxd-mom-icon-apartment:before {
    font-family: 'Linearicons-free';
    content: "\e801";
}

.dxd-mom-icon-chevron-right-double:before {
    content: "\e762\e762";
    letter-spacing: -10px;
    margin-left: -10px;
}

.dxd-mom-icon-chevron-left-double:before {
    content: "\e761\e761";
    letter-spacing: -10px;
    margin-left: -10px;
}

.dxd-mom-paging {
    display: inline-block;
    line-height: 50px;
    float: right;
}

.dxd-mom-paging a {
    cursor: pointer;
    margin: 0 0.25em;
}

.dxd-mom-paging .dxd-mom-paging-itemcount {
    display: inline-block;
    line-height: 25px;
}

.dxd-mom-paging-itemcount ul {
    background: #fff;
}

.dxd-mom-paging-itemcount li {
    display: block;
    position: relative;
    text-align: left;
}

.dxd-mom-paging-itemcount li a {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 35px;
    background: #fff;
    margin: 0px;
}

.dxd-mom-paging-itemcount li a:hover {
    color: #000;
    background: #A2A2A2;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-itemcount {
    display: none;
    position: absolute;
    z-index: 999;
    left: -35px;
    top: 10px;
    padding: 0px;
    background: #fff;
    width: 38px;
    text-align: center;
    border: 1px solid #A2A2A2;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-itemcount li {
    background: #fff;
    margin: 0px;
}

.dxd-mom-paging-itemcount li:hover ul.dxd-mom-itemcount {
    display: block;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-dropdown li {
    display: block;
    background: #fff;
}

.dxd-mom-paging .dxd-mom-phone-only {
    display: none;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    table tr .num {
        text-align: left;
    }
    .dxd-mom-side-menu ul li {
        display: block;
    }
    .dxd-mom-paging {
        float: none;
        width: 100%;
    }
    .dxd-mom-paging :not(.dxd-mom-phone) {
        display: none;
    }
    .dxd-mom-paging .dxd-mom-page-list {
        float: right;
    }
    .dxd-mom-paging .dxd-mom-phone-only {
        display: inline;
    }
}

.dxd-mom-push-top-2 {
    margin-top: 3em !important;
}

.dxd-mom-container-no-indent {
    padding-right: 1em;
    padding-left: 1em;
}

.dxd-mom-container-no-indent .dxd-mom-container {
    padding-right: 0em;
    padding-left: 0em;
    padding-bottom: 1em;
}

.dxd-mom-container-no-indent .dxd-mom-row {
    margin-left: 0px;
    margin-right: 0px;
}

.dxd-mom-accordion__header {
    display: inline-block;
    width: 100%;
}


/******************************************
 *common-styles.css  - End
 ******************************************/


/******************************************
 *form-fields.css  - Begin
 ******************************************/


/* Material styles */

.dxd-mom-combo-material {
    border: none;
}

.dxd-mom-combo-material *:invalid {
    box-shadow: none;
    ;
}

.dxd-mom-combo-material .dxd-mom-combo-dropdown {
    border-radius: 0;
    z-index: 2;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.dxd-mom-combo-material .dxd-mom-combo-arrow {
    width: 20px;
}

.dxd-mom-combo-material .dxd-mom-combo-arrow:before {
    line-height: 40px;
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-combo-material.dxd-mom-combo-open .dxd-mom-combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #666;
}

.dxd-mom-combo-2x {
    max-width: 200px;
}

.dxd-mom-combo-small {
    max-width: 30%;
}

.dxd-mom-combo-medium {
    max-width: 60%;
}

.dxd-mom-combo-full {
    max-width: 100%;
}

.dxd-mom-combo-material .dxd-mom-text-input::-webkit-input-placeholder {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-form-control-mds textarea {
    margin-bottom: 0px;
}


/* Multi select drop down */

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi {
    font-size: 1em;
    line-height: 1.5em;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices {
    border: none;
    padding: 0.1em 0.5em 0.1em 0.1em;
    width: 100%;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
}

.dxd-mom-chosen-container-single .dxd-mom-chosen-search input[type="text"] {
    border: none !important;
    font-size: 1em;
    line-height: 1.5em;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices li.dxd-mom-search-field input[type="text"] {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-multi-select-label {
    left: 0;
    top: 0.5em;
    /* color: #777; */
    color: #555455;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    margin: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container .dxd-mom-chosen-choices {
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px #D6DBE5 solid;
    border-radius: 0;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-active .dxd-mom-chosen-choices {
    border-color: #777;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container .dxd-mom-chosen-choices:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-with-drop .dxd-mom-chosen-choices:after {
    border-top: none;
    border-bottom: 5px solid #666;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    background-color: transparent;
    background-image: none;
    cursor: text;
    line-height: 40px;
}

.dxd-mom-chosen-container .dxd-mom-chosen-drop {
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container .dxd-mom-chosen-results {
    position: relative;
    /* z-index: 1; */
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    /* display: none; */
    overflow-y: auto;
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container .dxd-mom-chosen-results li {
    line-height: 1.5em;
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container .dxd-mom-chosen-results li.dxd-mom-highlighted {
    background-color: #eee;
    background-image: none;
    color: #333;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices li.dxd-mom-search-choice {
    border: #D38D27 1px solid;
    background: #eeeeee !important;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices li.dxd-mom-search-choice {
    background: #EEEEEE;
    border-radius: 4px;
    line-height: 1.5em;
    margin: 3px 10px 3px -5px;
    padding: 3px 35px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-image: none;
    color: #333;
    cursor: default;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices li.dxd-mom-search-choice .dxd-mom-search-choice-close {
    position: absolute;
    right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    color: #666;
    background: none !important; //Overriding choosen.css
    font-size: 0.8em;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices li.dxd-mom-search-choice .dxd-mom-search-choice-close:after {
    content: "\e75e";
    font-family: linearicons;
    font-size: 8px;
    -webkit-text-stroke: 2px;
}

.dxd-mom-form-control-mds .dxd-mom-chosen-container-multi .dxd-mom-chosen-choices li.dxd-mom-search-choice .dxd-mom-search-choice-close:hover {
    color: #333;
    text-decoration: none;
}


/* chosen single for multiple dropdown */

.chosen-container-single .chosen-single {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    background-color: transparent;
    background-image: none;
    cursor: text;
    line-height: 40px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent !important;
    background-image: none !important;
}

.chosen-container-active.chosen-with-drop>a {
    height: 0px !important;
    padding: 0px !important;
}

.chosen-container-single .chosen-single span {
    white-space: pre-wrap;
    line-height: 1.3em;
}

.dxd-mom-form-control-mds .chosen-container .chosen-single {
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px #D6DBE5 solid;
    border-radius: 0;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
}

.chosen-container-single .chosen-search {
    background: transparent;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: none !important;
}

.chosen-container-single .chosen-single div b {
    background: none !important;
}

.dxd-mom-form-control-mds .chosen-container .chosen-single:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.chosen-container-single .chosen-search:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /* border-top: 5px solid #666; */
    display: block;
    width: 0;
    height: 0;
    top: 5px;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
    border-top: none;
    border-bottom: 5px solid #666;
}


/* Ripple */

.dxd-mom-mds-ripple,
.dxd-mom-btn {
    position: relative;
    overflow: hidden;
    outline: none !important;
    /* remove dotted border */
}

.dxd-mom-mds-ripple:after,
.dxd-mom-btn:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
}

.dxd-mom-mds-ripple:after,
.dxd-mom-btn:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
    pointer-events: none;
}


/* Input fields */

.dxd-mom-input-control,
.dxd-mom-combo-material .dxd-mom-text-input {
    border-style: solid;
    border: none;
    border-bottom: 1px #D6DBE5 solid;
    padding: 0.1em 0.5em 0.1em 0.1em;
    width: 100%;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
    height: 40px;
}

.dxd-mom-input-control:focus,
.dxd-mom-combo-material .dxd-mom-text-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #D0021B;
}

.dxd-mom-input-control {
    background: transparent;
    z-index: 1;
    position: relative;
    overflow: auto;
}

.dxd-mom-input-control::-webkit-input-placeholder {
    /* color: #777; */
    color: #555455;
    opacity: 0.5;
}

.dxd-mom-form-control-mds .dxd-mom-field-error {
    font-size: 0.8em;
    color: #D0021B;
    display: none;
}

.dxd-mom-combo-selected~.dxd-mom-field-error {
    display: block;
}

.dxd-mom-input-control:focus,
.dxd-mom-combo-material .dxd-mom-text-input:focus,
.dxd-mom-input-control.dxd-mom-invalid,
.dxd-mom-invalid~.dxd-mom-combo-input,
.dxd-mom-search-field>.dxd-mom-invalid {
    outline: none;
    box-shadow: none;
    border-color: #777 !important;
}

.dxd-mom-label-checkbox,
.dxd-mom-label-radio {
    display: block;
    font-weight: normal;
    /* color: #777; */
    color: #555455;
    padding-left: 0;
}

.dxd-mom-checkbox,
.dxd-mom-radio {
    margin-top: 0px;
    /*height: 2em;*/
    color: #666;
}

.dxd-mom-checkbox-inline,
.dxd-mom-radio-inline {
    padding-left: 0;
    display: inline-block;
    white-space: nowrap;
}

.dxd-mom-wrappable {
    white-space: normal;
}

input[type=checkbox]+label {
    display: inline-block;
}

input[type=radio]+label {
    display: inline-block;
}

.dxd-mom-checkbox label,
.dxd-mom-radio label {
    padding-left: 0px;
    padding-right: 3em;
    line-height: 1;
}

.dxd-mom-auto-expand {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-top: 5px;
}

.dxd-mom-form-control-mds {
    position: relative;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding: 0;
}

.dxd-mom-form-control-mds .dxd-mom-form-field-required {
    position: absolute;
    left: -0.8em;
    top: 0.7em;
    color: #D0021B;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.dxd-mom-form-control-mds .dxd-mom-form-error {
    margin-top: 1em;
}

.dxd-mom-has-value~label,
.dxd-mom-combo-selected~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.3em) scale(0.9);
    -ms-transform: translateY(-1.3em) scale(0.9);
    transform: translateY(-1.3em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.dxd-mom-chosen-with-children>label.dxd-mom-label-control {
    -webkit-transform: translateY(-2em) scale(0.9);
    -ms-transform: translateY(-2em) scale(0.9);
    transform: translateY(-2em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.dxd-mom-has-value~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.7em) scale(0.9);
    -ms-transform: translateY(-1.7em) scale(0.9);
    transform: translateY(-1.7em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.dxd-mom-input-control:focus~label.dxd-mom-label-control,
.dxd-mom-combo-open label.dxd-mom-label-control,
.dxd-mom-chosen-container-active~label.dxd-mom-label-control,
.dxd-mom-has-value~label,
.dxd-mom-combo-selected~label.dxd-mom-label-control {
    -webkit-transform: translateY(-1.3em) scale(0.9);
    -ms-transform: translateY(-1.3em) scale(0.9);
    transform: translateY(-1.3em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.dxd-mom-chosen-container-active~label.dxd-mom-label-control {
    -webkit-transform: translateY(-2em) scale(0.9);
    -ms-transform: translateY(-2em) scale(0.9);
    transform: translateY(-2em) scale(0.9);
    /* color: #777; */
    color: #555455;
}

.dxd-mom-label-control {
    position: absolute;
    left: 0;
    top: 0.5em;
    /* color: #777; */
    color: #555455;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    margin: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: 1em;
    font-weight: normal;
}

.dxd-mom-label-up .dxd-mom-label-control {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-no-csstransforms .dxd-mom-label-up .dxd-mom-label-control,
.dxd-mom-no-csstransitions .dxd-mom-label-up .dxd-mom-label-control {
    font-size: 12px;
    color: #D0021B;
    top: -1.3em;
}

.dxd-mom-no-csstransforms .dxd-mom-label-blur .dxd-mom-label-control,
.dxd-mom-no-csstransitions .dxd-mom-label-blur .dxd-mom-label-control {
    /* color: #777; */
    color: #555455;
}

.dxd-mom-no-csstransitions .dxd-mom-label-up .dxd-mom-input-control,
.dxd-mom-no-csstransitions .dxd-mom-label-up .dxd-mom-combo-input {
    height: 2em;
}

.dxd-mom-label-blur .dxd-mom-label-control {
    /* color: #777; */
    color: #555455;
}


/* Drop down control */

.dxd-mom-combo-select {
    position: relative;
    margin-bottom: 0px;
    border: none;
    min-width: 100%;
}

.dxd-mom-combo-select .dxd-mom-combo-input {
    margin: 0;
    margin-bottom: 0;
    border-style: solid;
    border: none;
    border-bottom: 1px #D6DBE5 solid;
    width: 100%;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in;
    transition: border 0.2s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    padding-right: 20px;
    z-index: 2;
    background-color: transparent;
}

.dxd-mom-combo-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #D0021B;
}

.dxd-mom-combo-select .dxd-mom-combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-size: 12px;
    color: #999999;
}

.dxd-mom-combo-select .dxd-mom-combo-arrow:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-combo-open .dxd-mom-combo-arrow {
    border-color: #51A7E8;
}

.dxd-mom-combo-open .dxd-mom-combo-arrow:before {
    content: "" !important;
    border-top: none;
    border-bottom: 5px solid #cccccc;
}

.dxd-mom-combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-color: #51A7E8;
}

.dxd-mom-combo-focus input {
    border-color: #51A7E8;
}

.dxd-mom-combo-select select {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
    pointer-events: none;
}

.dxd-mom-combo-select .dxd-mom-input-control:focus::-moz-placeholder,
.dxd-mom-combo-select .dxd-mom-input-control:focus::-webkit-input-placeholder,
.dxd-mom-combo-select .dxd-mom-input-control:-ms-input-placeholder {
    opacity: 0;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}

.dxd-mom-option-selected {
    background-color: #eee;
}

.dxd-mom-option-hover {
    background-color: #eee;
}

.dxd-mom-option-item {
    cursor: pointer;
}

.dxd-mom-option-group,
.dxd-mom-option-disabled {
    background: #eee;
    cursor: text;
    color: #333;
}

.dxd-mom-combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 300px;
    margin: 1px;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 3px;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.dxd-mom-combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.dxd-mom-combo-open .dxd-mom-combo-dropdown {
    display: block;
}

.dxd-mom-combo-marker {
    text-decoration: underline;
}

.dxd-mom-date-picker {}

.dxd-mom-date-picker:before {
    content: attr(date-helper-message);
    color: #555455;
    position: absolute;
    left: 0;
    display: block;
    bottom: -1.5em;
    ;
}

.dxd-mom-date-picker.dxd-mom-show-error:before {
    display: none;
}

.dxd-mom-date-picker:after {
    content: "\e690";
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0.5em;
    font-family: 'Linearicons';
}


/* Overrid main.css */

.dxd-mom-pika-table abbr {
    border-bottom: none;
}

.dxd-mom-pika-table thead tr {
    border-bottom: 1px solid #FFE6BE;
}

.dxd-mom-pika-table .dxd-mom-is-today .dxd-mom-pika-button {
    color: #33aaff;
    font-weight: bold;
    box-shadow: none;
    border-radius: 3px;
}

.dxd-mom-pika-table .dxd-mom-is-selected .dxd-mom-pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.dxd-mom-file-upload-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 25px 0px;
    padding: 0px 14px;
    height: 26px;
    vertical-align: middle;
    color: #333333;
}

.dxd-mom-file-upload-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5 rem;
    color: #333333;
}

.dxd-mom-file-upload-control {
    background: #CCE4FF;
    border: 1px solid #006EAB;
    border-radius: 4px;
    min-height: 110px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}

.dxd-mom-file-upload-button {
    height: 110px;
    width: 20%;
    float: left;
    display: inline;
    text-align: center;
    position: absolute;
    margin-top: 30px;
}

.dxd-mom-file-upload-button i {
    color: #006EAB;
    font-size: 2.5em;
    border: none;
    width: 1.2em;
    padding: 3px;
}

.dxd-mom-file-drop-area {
    width: 80%;
    margin: 0 20px;
}

.dxd-mom-browse-files {
    margin: 0 20%;
    min-width: 100%;
    display: block;
    position: relative;
}

.dxd-mom-browse-files input[type="file"] {
    position: absolute;
    top: -9999px;
    visibility: hidden;
}

.dxd-mom-upload-status {
    display: none;
    margin: 0 20%;
    width: 80%;
    position: relative;
    padding: 10px 0px;
    border-radius: 0px;
    line-height: 2em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dxd-mom-file-info {
    max-width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    height: 2em;
    color: #0068a2;
    vertical-align: top;
    white-space: nowrap;
}

.dxd-mom-file-size {
    color: #555555;
    vertical-align: top;
}

.dxd-mom-file-progress {
    min-width: 25%;
    max-width: 25%;
    display: inline-block;
    margin: 0 0;
    position: absolute;
    top: 10px;
    right: -5px;
    padding-right: 2em;
}

.dxd-mom-file-progress .dxd-mom-progress {
    width: 100%;
    height: 15px;
    margin: 0;
}

.dxd-mom-file-upload-status {
    position: relative;
}

.dxd-mom-file-progress .dxd-mom-progress-wrap {
    background: #006EAB;
    margin: 0 0;
    overflow: hidden;
    position: relative;
    max-height: 20px;
    max-width: 100%;
}

.dxd-mom-file-progress .dxd-mom-progress-wrap .dxd-mom-progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.dxd-mom-file-progress .dxd-mom-delete-file {
    position: absolute;
    right: 5px;
    top: -8px;
}

.dxd-mom-file-progress .dxd-mom-delete-file[disabled] {
    color: #999999;
}

.dxd-mom-computer-message {
    padding: 25px 0px 10px 0px;
}

.dxd-mom-phone-message {
    width: 100%;
    display: none;
}

.dxd-mom-btn-file {
    position: relative;
    overflow: hidden;
}

.dxd-mom-btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dxd-mom-img-zone h2 {
    margin-top: 0;
}

.dxd-mom-progress,
#img-preview {
    margin-top: 15px;
}

.dxd-mom-accordion__content {
    background: none !important;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-combo-small {
        max-width: 50%;
    }
    .dxd-mom-combo-medium {
        max-width: 100%;
    }
    .dxd-mom-combo-full {
        max-width: 100%;
    }
    .dxd-mom-twelve--phone {
        width: 100%;
    }
    .dxd-mom-btn {
        padding: 0.5em;
        min-height: 3em;
    }
    .dxd-mom-checkbox-inline,
    .dxd-mom-radio-inline {
        display: block;
        margin-bottom: 0.6rem;
    }
    .dxd-mom-upload-status {
        display: none;
        margin: 0 0%;
        width: 100%;
        position: relative;
        padding: 10px 0px;
        border-radius: 0px;
        line-height: 2em;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .dxd-mom-browse-files {
        max-width: 80%;
    }
    .dxd-mom-file-upload-status {
        position: relative;
    }
    .dxd-mom-file-upload-button {
        margin-top: 10px;
    }
    .dxd-mom-file-progress .dxd-mom-progress-wrap {
        background: #006EAB;
        margin: 0 0;
        overflow: hidden;
        position: relative;
        max-height: 20px;
        max-width: 100%;
    }
    .dxd-mom-file-progress .dxd-mom-progress-wrap .dxd-mom-progress-bar {
        background: #ddd;
        left: 0;
        position: relative;
        top: 0;
        overflow: hidden;
    }
    .dxd-mom-file-progress .dxd-mom-delete-file {
        position: absolute;
        right: 5px;
        top: -8px;
    }
    .dxd-mom-file-progress .dxd-mom-delete-file[disabled] {
        color: #999999;
    }
    .dxd-mom-computer-message {
        padding: 25px 0px 10px 0px;
        display: none;
    }
    .dxd-mom-phone-message {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    .dxd-mom-file-progress {
        min-width: 100%;
        max-width: 100%;
        display: inline-block;
        margin: 0 0;
        position: relative;
        top: 10px;
        right: -5px;
        padding-right: 2em;
        word-break: break-all;
    }
    .dxd-mom-file-info {
        max-width: 60%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        height: 2em;
        color: #0068a2;
        word-break: break-all;
        vertical-align: top;
        white-space: nowrap;
    }
    .dxd-mom-file-size {
        font-size: 0.8em;
        vertical-align: top;
    }
}


/***
 * Drop Down
 ***/

.dxd-mom-ui-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* Para */
}

.dxd-mom-ui-dropdown>.dxd-mom-btn,
.dxd-mom-ui-dropdown>.dxd-mom-link-filter-toggle,
.dxd-mom-ui-dropdown>.dxd-mom-btn-upload,
.dxd-mom-ui-dropdown>.dxd-mom-btn-download {
    margin-bottom: 0;
}

.dxd-mom-ui-dropdown p {
    margin-bottom: 10px;
}


/**
 * Dropdown container
 */

.dxd-mom-ui-dropdown-item {
    position: absolute;
    left: 0;
    font-size: 0.8em;
    text-align: left;
    top: 100%;
    z-index: 2;
    width: 160px;
    padding-top: 0;
    display: none;
    /* Type */
    /* Form */
    /* Buttons */
}

.dxd-mom-is-active .dxd-mom-ui-dropdown-item {
    display: block;
}

.dxd-mom-ui-dropdown-item .dxd-mom-separator {
    padding: 0;
    border-top: 1px #d8d8d8 solid;
    height: 1px;
    margin: 8px 0;
}

.dxd-mom-ui-dropdown-item h4 {
    font-size: 16px;
    font-weight: bold;
}

.dxd-mom-ui-dropdown-item form {
    margin-bottom: 24px;
    margin-bottom: 1.5 rem;
}

.dxd-mom-ui-dropdown-item .dxd-mom-btn,
.dxd-mom-ui-dropdown-item .dxd-mom-link-filter-toggle,
.dxd-mom-ui-dropdown-item .dxd-mom-btn-upload,
.dxd-mom-ui-dropdown-item .dxd-mom-btn-download {
    font-size: 0.8em;
}


/**
 * Dropdown arrow
 */

.dxd-mom-dropdown-arrow {
    position: absolute;
    top: 13px;
    left: 50%;
}

.dxd-mom-dropdown-arrow:after,
.dxd-mom-dropdown-arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dxd-mom-dropdown-arrow:after {
    border-color: transparent;
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.dxd-mom-dropdown-arrow:before {
    border-color: transparent;
    border-bottom-color: #bfbfbf;
    border-width: 11px;
    margin-left: -11px;
}


/**
 * Dropdown inner
 */

.dxd-mom-dropdown-inner {
    background: #fff;
    border: 1px #d8d8d8 solid;
    padding: 8px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    /* Alert */
}

.dxd-mom-dropdown-inner .dxd-mom-delete-form>button,
.dxd-mom-dropdown-inner>a {
    padding: 5px 10px;
    display: block;
    border-radius: 0;
    text-decoration: none;
}

.dxd-mom-dropdown-inner>a {
    color: #006eab;
    font-weight: 600;
}

.dxd-mom-dropdown-inner>a:hover {
    background-color: #006eab;
    color: #fff;
}

.dxd-mom-dropdown-inner>a .dxd-mom-icon,
.dxd-mom-dropdown-inner>a .dxd-mom-link-before:before {
    font-size: 1em;
    vertical-align: -2px;
}

.dxd-mom-dropdown-inner .dxd-mom-ui-alert:last-child {
    margin-bottom: 0;
}


/**
 * Arrow right
 */

.dxd-mom-on-top .dxd-mom-ui-dropdown-item {
    padding-top: 0;
    padding-bottom: 12px;
    bottom: 100%;
    top: auto;
}

.dxd-mom-on-top .dxd-mom-dropdown-arrow {
    bottom: -10px;
    top: auto;
}

.dxd-mom-on-top .dxd-mom-dropdown-arrow:after {
    border-color: transparent;
    border-top-color: #fff;
    bottom: 3px;
}

.dxd-mom-on-top .dxd-mom-dropdown-arrow:before {
    border-color: transparent;
    border-top-color: #d8d8d8;
    bottom: 0px;
}


/**
 * On left
 */

.dxd-mom-on-left .dxd-mom-ui-dropdown-item {
    left: 0;
}


/**
 * On right
 */

.dxd-mom-on-right .dxd-mom-ui-dropdown-item {
    right: 0;
    left: auto;
}

.dxd-mom-on-right.dxd-mom-dropdown-action .dxd-mom-ui-dropdown-item {
    right: -10px;
}


/**
 * Dropdown action
 */

.dxd-mom-dropdown-action .dxd-mom-ui-dropdown-item {
    min-width: 130px;
    max-width: 150px;
}


/**
 * Carets
 */

.dxd-mom-toggle-dropdown {
    position: relative;
    padding-right: 1.3em;
    display: inline-block;
    font-weight: normal;
    font-size: 1em;
    font-weight: bold;
}

.dxd-mom-toggle-dropdown:focus {
    background-color: transparent;
}

.dxd-mom-toggle-dropdown:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    display: block;
    width: 0;
    height: 0;
    content: " ";
    top: 0;
    right: 5px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
}

.dxd-mom-is-active .dxd-mom-toggle-dropdown:after {
    border-top: none;
    border-bottom: 5px solid;
}

.dxd-mom-label-text {
    /* color: #777; */
    color: #555455;
    font-weight: normal;
}


/******************************************
 *form-fields.css  - End
 ******************************************/


/******************************************
 *modal-popup.css  - Begin
 ******************************************/

.dxd-mom-disable-mouse {
    pointer-events: none;
}

.dxd-mom-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: #EA006F;
    color: white;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
}

.dxd-mom-modal-close-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(close.png) no-repeat center;
    background-color: #eee;
    width: 22px;
    height: 22px;
    padding: 20px;
    opacity: 0.8;
    cursor: pointer;
    transition: 0.3s ease;
}

.dxd-mom-modal-close-btn:hover {
    opacity: 1;
}

.dxd-mom-modal--2 {
    background: #4A90E2;
}

.dxd-mom-modal--3 {
    background: #FFD200;
}

.dxd-mom-modal--4 {
    background: #4CBB47;
}

.dxd-mom-modal--5 {
    background: #362A6C;
}

.dxd-mom-modal.dxd-mom-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dxd-mom-dialog {
    background: #fff;
    min-width: 90%;
    left: 50%;
    right: auto;
    top: 30%;
    bottom: auto;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-family: "Open Sans";
    font-size: 1em;
}


/******************************************
 *modal-popup.css  - End
 ******************************************/


/******************************************
 *tooltip.css  - Begin
 ******************************************/

.dxd-mom-toolTip2 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    vertical-align: middle !important;
    line-height: 14px;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 14px !important;
    border: 2px #333 solid;
    box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}

.dxd-mom-toolTip2:after,
.dxd-mom-toolTip2:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dxd-mom-toolTip2:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.dxd-mom-toolTip2:before {
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #333;
    border-width: 13px;
    margin-top: -13px;
}

.dxd-mom-toolTipIcon {
    margin-top: 0.5em;
    cursor: default;
}

.dxd-mom-toolTip {
    position: absolute;
    margin-top: -8px;
    margin-left: 45px;
    border: 0px !important;
    display: none;
}

.dxd-mom-toolTipLink {
    float: left;
    margin-top: -20px;
}

.dxd-mom-toolTipLink:after {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
}

.dxd-mom-toolTipLink:after {
    content: "\e802";
    position: absolute;
    font-size: 26px;
    color: #0C6CAD;
    width: 1.28571em;
    text-align: center;
}


/*.toolTip td{
    border:0px !important;
}
.toolTip1{
    padding:0px !important;
    vertical-align:middle !important;
    width:12px !important;
}
.toolTip1 img{
    vertical-align:top;

}

.toolTip2{
    font-size:13px; font-weight:normal; color:#333;
    text-decoration: none;
    vertical-align:middle !important;
    line-height:14px;
    background-color:#fff;
    border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    padding:14px !important;
  border: 2px #333 solid;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.6);
}*/

.dxd-mom-toolTipLink:hover .dxd-mom-toolTip {
    display: inline-block;
}


/*.errorTip{
    position:absolute;
    margin-top:-10px; margin-left:5px;
    border:none !important;
    display:inline-block;
    width:25%;
}
/*.errorTip td{
    border:none !important;
}*/


/*.errorTip1{
    padding:3px !important;
    vertical-align:middle !important;
    width:12px !important;
}
.errorTip1 img{
    vertical-align:top;
}

.errorTip2{

    font-size:13px; font-weight:500;
    vertical-align:middle !important;
    line-height:14px;
    color:#ce1e1a;
    background-color:#f2dede;
    border-radius:6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
    padding:14px !important;
}*/


/* these arrows will point left */


/* before arrow */


/*.errorTip2:before {
    content: ' ';
    height: 0;
    width: 0;
    border: 15px solid transparent;
}*/


/* arrow direction */


/*.errorTip2:before {
    border-right-color: #f2dede;  */


/* positioning */


/*position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: -43px;
    z-index: 2;
}*/


/******************************************
 *tooltip.css  - End
 ******************************************/


/******************************************
 *progress-button.css  - Begin
 ******************************************/


/* General styles for all types of buttons */

.dxd-mom-progress-button {
    position: relative;
    display: inline-block;
    /*added border radius and change bg color */
    background: #ffb74d;
    border-radius: 4px;
}

.dxd-mom-progress-button[disabled],
.dxd-mom-progress-button[disabled].dxd-mom-state-loading {
    cursor: default;
}

.dxd-mom-progress-button .dxd-mom-content {
    position: relative;
    display: block;
    margin-top: 0px !important;
}

.dxd-mom-progress-button .dxd-mom-content::before,
.dxd-mom-progress-button .dxd-mom-content::after {
    position: absolute;
    right: 20px;
    color: #0e7138;
    font-family: "Linearicons";
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.dxd-mom-progress-button .dxd-mom-content::before {
    content: "\e75d";
    /* Checkmark for success */
}

.dxd-mom-progress-button .dxd-mom-content::after {
    content: "\e75e";
    /* Cross for error */
}

.dxd-mom-progress-button.dxd-mom-state-success .dxd-mom-content::before,
.dxd-mom-progress-button.dxd-mom-state-error .dxd-mom-content::after {
    opacity: 1;
}

.dxd-mom-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.dxd-mom-progress-button .dxd-mom-progress {
    /*change bg color and added border radius */
    background: #D38D27;
    border-radius: 4px;
}

.dxd-mom-progress-button .dxd-mom-progress-inner {
    /*change bg color and added border radius */
    position: absolute;
    left: 0;
    background: #0e7138;
    border-radius: 4px;
}

.dxd-mom-progress-button[data-horizontal] .dxd-mom-progress-inner {
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
}

.dxd-mom-progress-button[data-vertical] .dxd-mom-progress-inner {
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 0.3s, opacity 0.3s;
    transition: height 0.3s, opacity 0.3s;
}


/* Necessary 3d styles for buttons with perspective */

.dxd-mom-progress-button[data-perspective] {
    position: relative;
    display: inline-block;
    padding: 0;
    background: transparent;
    -webkit-perspective: 900px;
    perspective: 900px;
}

.dxd-mom-progress-button[data-perspective] .dxd-mom-content {
    padding: 10px 60px;
    /*change bg color and added border; added border radius*/
    border-radius: 4px;
    background: #ffb74d;
    border: #D38D27 1px solid;
}

.dxd-mom-progress-button[data-perspective] .dxd-mom-progress-wrap {
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dxd-mom-progress-button .dxd-mom-progress-wrap {
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dxd-mom-progress-button[data-perspective] .dxd-mom-content,
.dxd-mom-progress-button[data-perspective] .dxd-mom-progress {
    outline: 1px solid rgba(0, 0, 0, 0);
    /* Smoothen jagged edges in FF */
}

.dxd-mom-progress-button {
    position: relative;
    display: inline-block;
    padding: 0;
    background: transparent;
    -webkit-perspective: 900px;
    perspective: 900px;
}

.dxd-mom-progress-button .dxd-mom-content {
    padding: 10px 60px;
    /*change bg color and added border; added border radius*/
    border-radius: 4px;
    background: #ffb74d;
    border: #D38D27 1px solid;
}

.dxd-mom-progress-button .dxd-mom-progress-wrap {
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dxd-mom-progress-button .dxd-mom-content,
.dxd-mom-progress-button .dxd-mom-progress {
    outline: 1px solid rgba(0, 0, 0, 0);
    /* Smoothen jagged edges in FF */
}


/* Individual styles */


/* Choose the effect(s) you want, delete the rest */


/* Fill horizontal */


/* ====================== */

.dxd-mom-progress-button[data-style="fill"][data-horizontal] {
    overflow: hidden;
}

.dxd-mom-progress-button[data-style="fill"][data-horizontal] .dxd-mom-content {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.dxd-mom-progress-button[data-style="fill"][data-horizontal] .dxd-mom-content::before,
.dxd-mom-progress-button[data-style="fill"][data-horizontal] .dxd-mom-content::after {
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dxd-mom-progress-button[data-style="fill"][data-horizontal].dxd-mom-state-success .dxd-mom-content,
.dxd-mom-progress-button[data-style="fill"][data-horizontal].dxd-mom-state-error .dxd-mom-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Fill vertical */


/* ====================== */

.dxd-mom-progress-button[data-style="fill"][data-vertical] {
    overflow: hidden;
}

.dxd-mom-progress-button[data-style="fill"][data-vertical] .dxd-mom-content {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.dxd-mom-progress-button[data-style="fill"][data-vertical] .dxd-mom-content::before,
.dxd-mom-progress-button[data-style="fill"][data-vertical] .dxd-mom-content::after {
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dxd-mom-progress-button[data-style="fill"][data-vertical].dxd-mom-state-success .dxd-mom-content,
.dxd-mom-progress-button[data-style="fill"][data-vertical].dxd-mom-state-error .dxd-mom-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Shrink horizontal */


/* ====================== */

.dxd-mom-progress-button[data-style="shrink"] {
    /* common for horizontal and vertical */
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.dxd-mom-progress-button[data-style="shrink"][data-horizontal] .dxd-mom-content {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.dxd-mom-progress-button[data-style="shrink"][data-horizontal] .dxd-mom-content::before,
.dxd-mom-progress-button[data-style="shrink"][data-horizontal] .dxd-mom-content::after {
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dxd-mom-progress-button[data-style="shrink"][data-horizontal].dxd-mom-state-loading {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}

.dxd-mom-progress-button[data-style="shrink"][data-horizontal].dxd-mom-state-loading .dxd-mom-content {
    opacity: 0;
}

.dxd-mom-progress-button[data-style="shrink"][data-horizontal].dxd-mom-state-success .dxd-mom-content,
.dxd-mom-progress-button[data-style="shrink"][data-horizontal].dxd-mom-state-error .dxd-mom-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Shrink vertical */


/* ====================== */

.dxd-mom-progress-button[data-style="shrink"][data-vertical] .dxd-mom-content {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.dxd-mom-progress-button[data-style="shrink"][data-vertical] .dxd-mom-content::before,
.dxd-mom-progress-button[data-style="shrink"][data-vertical] .dxd-mom-content::after {
    top: 100%;
    right: auto;
    left: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dxd-mom-progress-button[data-style="shrink"][data-vertical].dxd-mom-state-loading {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
}

.dxd-mom-progress-button[data-style="shrink"][data-vertical].dxd-mom-state-loading .dxd-mom-content {
    opacity: 0;
}

.dxd-mom-progress-button[data-style="shrink"][data-vertical].dxd-mom-state-success .dxd-mom-content,
.dxd-mom-progress-button[data-style="shrink"][data-vertical].dxd-mom-state-error .dxd-mom-content {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


/* Rotate bottom 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-angle-bottom"] .dxd-mom-progress {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0 -1px 0 #148544;
    /* fix the blurriness that causes a gap */
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.dxd-mom-progress-button[data-style="rotate-angle-bottom"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
}


/* Rotate top 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-angle-top"] .dxd-mom-progress {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0 1px 0 #148544;
    /* fix the blurriness that causes a gap */
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.dxd-mom-progress-button[data-style="rotate-angle-top"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateX(-45deg);
    transform: rotateX(-45deg);
}


/* Rotate left 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-angle-left"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    right: 100%;
    width: 20px;
    height: 100%;
    box-shadow: 1px 0 0 #148544;
    /* fix the blurriness that causes a gap */
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dxd-mom-progress-button[data-style="rotate-angle-left"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg);
}


/* Rotate right 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-angle-right"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    box-shadow: -1px 0 0 #148544;
    /* fix the blurriness that causes a gap */
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.dxd-mom-progress-button[data-style="rotate-angle-right"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg);
}


/* Rotate side down 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-side-down"] .dxd-mom-progress {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dxd-mom-progress-button[data-style="rotate-side-down"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateX(90deg) translateZ(10px);
    transform: rotateX(90deg) translateZ(10px);
}


/* Rotate side up 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-side-up"] .dxd-mom-progress {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dxd-mom-progress-button[data-style="rotate-side-up"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateX(-90deg) translateZ(10px);
    transform: rotateX(-90deg) translateZ(10px);
}


/* Rotate side left 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-side-left"] .dxd-mom-progress-wrap {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dxd-mom-progress-button[data-style="rotate-side-left"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dxd-mom-progress-button[data-style="rotate-side-left"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: translateX(50%) rotateY(90deg) translateZ(10px);
    transform: translateX(50%) rotateY(90deg) translateZ(10px);
}


/* Rotate side right 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-side-right"] .dxd-mom-progress-wrap {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dxd-mom-progress-button[data-style="rotate-side-right"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dxd-mom-progress-button[data-style="rotate-side-right"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: translateX(-50%) rotateY(-90deg) translateZ(10px);
    transform: translateX(-50%) rotateY(-90deg) translateZ(10px);
}


/* Rotate back 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="rotate-back"] .dxd-mom-progress-wrap {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.dxd-mom-progress-button[data-style="rotate-back"] .dxd-mom-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dxd-mom-progress-button[data-style="rotate-back"] .dxd-mom-progress {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dxd-mom-progress-button[data-style="rotate-back"].dxd-mom-state-loading .dxd-mom-progress-wrap {
    -webkit-transform: rotateX(180deg) scaleX(0.6) scaleY(0.3);
    transform: rotateX(180deg) scaleX(0.6) scaleY(0.3);
}


/* flip open 3d */


/* ====================== */

.dxd-mom-progress-button[data-style="flip-open"] .dxd-mom-content {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dxd-mom-progress-button[data-style="flip-open"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dxd-mom-progress-button[data-style="flip-open"].dxd-mom-state-loading .dxd-mom-content {
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
}


/* slide down */


/* ====================== */

.dxd-mom-progress-button[data-style="slide-down"] {
    padding: 0;
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dxd-mom-progress-button[data-style="slide-down"] .dxd-mom-content {
    z-index: 10;
    padding: 0 60px;
    background: #1d9650;
}

.dxd-mom-progress-button[data-style="slide-down"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.dxd-mom-progress-button[data-style="slide-down"].dxd-mom-state-loading .dxd-mom-progress {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}


/* move-up */


/* ====================== */

.dxd-mom-progress-button[data-style="move-up"] {
    padding: 0;
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dxd-mom-progress-button[data-style="move-up"] .dxd-mom-content {
    z-index: 10;
    padding: 0 60px;
    background: #1d9650;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.dxd-mom-progress-button[data-style="move-up"] .dxd-mom-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dxd-mom-progress-button[data-style="move-up"].dxd-mom-state-loading .dxd-mom-content {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


/* top-line */


/* ====================== */

.dxd-mom-progress-button[data-style="top-line"] .dxd-mom-progress-inner {
    height: 3px;
}

.dxd-mom-progress-button[data-style="top-line"] .dxd-mom-content::before,
.dxd-mom-progress-button[data-style="top-line"] .dxd-mom-content::after {
    right: auto;
    left: 100%;
    margin-left: 25px;
}


/* lateral-lines */


/* ====================== */

.dxd-mom-progress-button[data-style="lateral-lines"] .dxd-mom-progress-inner {
    width: 100%;
    border-right: 3px solid #0e7138;
    border-left: 3px solid #0e7138;
    background: transparent;
}

.dxd-mom-progress-button[data-style="lateral-lines"] .dxd-mom-content::before,
.dxd-mom-progress-button[data-style="lateral-lines"] .dxd-mom-content::after {
    right: auto;
    left: 100%;
    margin-left: 25px;
}


/******************************************
 *progress-button.css  - End
 ******************************************/


/******************************************
 *top-menu.css  - Begin
 ******************************************/

#cssmenu * {
    margin: 0;
    padding: 0;
    text-decoration: none
}

.dxd-mom-cssmenu-container {
    background-color: #006eab;
}

#cssmenu a {
    background-color: rgba(0, 0, 0, 0);
}

#cssmenu .dxd-mom-logo {
    position: relative;
    z-index: 123;
    color: #fff;
    float: left;
    line-height: 2em;
    font-size: 1.5em;
    font-weight: bold;
    width: 2em;
    margin-left: 0.5em;
}

.dxd-mom-logo a {
    color: #fff;
}

#cssmenu nav {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    background: #006eab
}

.dxd-mom-right-menu-items {
    float: right;
}

#cssmenu>ul>.dxd-mom-menu-item-container>li {
    float: left;
}

#cssmenu>ul>.dxd-mom-menu-item-container>li>a {
    padding: 17px;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
}

#cssmenu>ul>.dxd-mom-right-menu-items>li>a {
    padding: 17px 0 17px 17px;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
}

#cssmenu>ul>.dxd-mom-menu-item-container>li:hover>a,
#cssmenu ul li.active a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

#cssmenu>ul>.dxd-mom-menu-item-container>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.dxd-mom-has-sub.active:hover {
    background: #006eab !important;
}

#cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub>a:after {}

#cssmenu>ul>.dxd-mom-menu-item-container>.dxd-mom-has-sub>a:before {
    position: absolute;
    top: 1.5em;
    right: 1em;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub:hover>a:before {
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #006eab;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {}

#cssmenu li>ul>li {
    height: 35px;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: none;
    width: 170px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #006eab;
}

#cssmenu ul ul li.dxd-mom-has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.dxd-mom-has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu .dxd-mom-menu-item-container li a {
    position: relative;
    overflow: hidden;
    outline: none !important;
    /* remove dotted border */
}

#cssmenu .dxd-mom-menu-item-container li a:after {
    content: " ";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 0.5s;
    z-index: 998;
}

#cssmenu .dxd-mom-menu-item-container li a:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s;
}

#cssmenu ul ul>li.dxd-mom-has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.dxd-mom-has-sub:hover,
#cssmenu ul li.dxd-mom-has-sub ul li.dxd-mom-has-sub ul li:hover {
    color: #006eab;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub>ul>li.active>a,
#cssmenu>ul ul>li.dxd-mom-has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

#cssmenu .dxd-mom-float-right {
    float: right;
}

#cssmenu .dxd-mom-megamenu {
    padding: 5px 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: inline-block;
    position: absolute;
    float: left;
    padding: 20px;
    max-width: 1000px;
    width: 90vw;
    color: #333;
    z-index: 9999;
}

#cssmenu .dxd-mom-megamenu ul {
    display: inline-block;
    float: left;
    position: static;
    margin: 20px;
}

#cssmenu .dxd-mom-megamenu ul li {
    height: 35px;
    background-color: #fff;
}

#cssmenu .dxd-mom-submenu {
    padding: 5px 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

#cssmenu .dxd-mom-submenu ul li {
    height: 35px;
    background-color: #fff;
}

#cssmenu .dxd-mom-submenu>li {
    padding: 7px 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
}

#cssmenu .dxd-mom-right-seperator a:after {
    content: "|";
    color: #fff;
    margin-left: 1em;
}

#cssmenu .dxd-mom-icon {
    line-height: 0.5em;
}

@media screen and (max-width: 900px) {
    #cssmenu .dxd-mom-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2em;
        font-size: 1em;
        line-height: 1.5em;
        text-align: left;
        padding: 10px 0 0 0;
        float: none;
    }
    .dxd-mom-logo2 {
        display: none
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu .dxd-mom-submenu li {
        border-top: none;
    }
    #cssmenu ul li:hover {
        background: #006eab;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>.dxd-mom-menu-item-container>li {
        float: none;
    }
    .dxd-mom-right-menu-items {
        float: none;
        display: block;
    }
    #cssmenu ul ul li {
        padding-left: 25px;
    }
    #cssmenu ul ul li a {
        padding-left: 0px;
    }
    #cssmenu ul ul li {
        background: #006eab !important;
    }
    #cssmenu ul ul li:hover {
        background: #006eab !important;
    }
    #cssmenu ul ul ul li {
        padding-left: 35px
    }
    #cssmenu ul ul ul li a {
        padding-left: 0px
    }
    #cssmenu ul ul li a {
        color: #fff;
        background: none;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu ul .dxd-mom-megamenu {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0 0 10px 0 !important;
        text-align: left;
        background-color: #006eab;
        padding: 0px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 9999;
    }
    #cssmenu ul .dxd-mom-submenu {
        margin: 0;
        background-color: #006eab;
        border: none;
        box-shadow: none;
        margin: -10px 0 0 0;
    }
    #cssmenu .dxd-mom-megamenu ul,
    #cssmenu .dxd-mom-submenu ul {
        margin: 0px;
    }
    #cssmenu .dxd-mom-megamenu li:hover a {
        color: #006eab;
    }
    #cssmenu .dxd-mom-megamenu ul li,
    #cssmenu .dxd-mom-submenu li {
        padding: 7px 35px;
        color: #fff;
    }
    #cssmenu .dxd-mom-megamenu ul:last-child li:last-child {
        border-bottom: 1px solid #333;
        ;
    }
    #cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub>a:after,
    #cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub>a:before,
    #cssmenu ul ul>li.dxd-mom-has-sub>a:after,
    #cssmenu ul ul>li.dxd-mom-has-sub>a:before {
        display: none;
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #fff;
        font-size: 1em;
        font-weight: 700
    }
    .dxd-mom-button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .dxd-mom-button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: ''
    }
    .dxd-mom-button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: ''
    }
    .dxd-mom-button.dxd-mom-menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .dxd-mom-button.dxd-mom-menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .: {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .dxd-mom-submenu-button {
        background: #fff
    }
    #cssmenu ul ul .dxd-mom-submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .dxd-mom-submenu-button:after {}
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .dxd-mom-submenu-button.dxd-mom-submenu-opened:after {
        background: #fff;
    }
    #cssmenu .dxd-mom-submenu-button:before {
        position: absolute;
        top: 1.5em;
        right: 1em;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }
    #cssmenu ul ul .dxd-mom-submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .dxd-mom-submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul>.dxd-mom-menu-item-container>li.dxd-mom-has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.dxd-mom-has-sub>ul>li.active>a {
        border-top: none
    }
    #cssmenu .dxd-mom-right-seperator a:after {
        content: ' ';
    }
}


/******************************************
 *top-menu.css  - End
 ******************************************/


/******************************************
 *page-actions.css  - Begin
 ******************************************/

.dxd-mom-page-footer-actions {
    margin-bottom: 3em;
    margin-top: 1em;
    display: inline-block;
    width: 100%;
    clear: both;
}

.dxd-mom-page-footer-actions button {
    width: 12em;
    text-align: center;
}

.dxd-mom-page-footer-actions a i {
    font-size: 0.8em;
    font-weight: bold;
}

.dxd-mom-page-footer-actions-left {
    float: left;
    display: inline-block;
}

.dxd-mom-page-footer-actions-left a {
    vertical-align: middle;
    display: inline-block;
    height: 3em;
    margin-right: 1em;
}

.dxd-mom-page-footer-actions-left button {
    vertical-align: middle;
    display: inline-block;
    height: 3em;
    margin-right: 1em;
}

.dxd-mom-page-footer-actions-right .dxd-mom-page-footer-link-action:first-child:before {
    /*  content: "|";
     margin-right: 10px;
     margin-left: 10px;
     line-height: 3em; */
}

.dxd-mom-page-footer-actions-right {
    float: right;
    display: inline-block;
}

.dxd-mom-page-footer-actions-right a {
    float: right;
    display: inline-block;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
}

@media only screen and (max-device-width: 900px),
only screen and (max-width: 900px) {
    .dxd-mom-page-footer-actions {
        width: 100%;
        display: inline-block;
        clear: both;
    }
    .dxd-mom-page-footer-actions-left {
        width: 100%;
        display: block;
    }
    .dxd-mom-page-footer-actions a,
    .dxd-mom-page-footer-actions button {
        min-width: 100%;
        display: block;
    }
    .dxd-mom-page-footer-actions-right {
        width: 100%;
        display: block;
    }
    .dxd-mom-page-footer-actions-right a {
        width: 100%;
        display: block;
    }
}


/******************************************
 *page-actions.css  - End
 ******************************************/


/******************************************
 *tabs.css  - Begin
 ******************************************/

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d8d8d8;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-panel {
    padding: 0px;
    display: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
    display: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-panel.dxd-mom-r-tabs-state-active {
    display: block;
}


/* Accordion responsive breakpoint */

@media only screen and (max-width: 900px) {
    .dxd-mom-r-tabs .dxd-mom-r-tabs-nav {
        display: none;
    }
    .dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
        display: block;
    }
    .dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title~.dxd-mom-r-tabs-panel {
        border-bottom: 1px solid #FFB74D;
    }
    .dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title {
        border-bottom: 1px solid #FFB74D;
    }
}

.dxd-mom-r-tabs {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}


/* Tab element */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-tab {
    position: relative;
    background-color: #fff;
}


/* Tab anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
    color: #333;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav a:focus {
    background-color: transparent;
}


/* Disabled tab */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-state-disabled {
    opacity: 0.5;
}


/* Active state tab anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor {
    border-bottom: 6px #a36818 solid;
    color: #a36818;
    text-decoration: none;
}


/* Tab panel */

.dxd-mom-r-tabs .dxd-mom-r-tabs-panel {}


/* Accordion anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title .dxd-mom-r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #fff;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-size: 1em;
    border: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title a:focus {
    background-color: transparent;
}


/* Active accordion anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title.dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor {
    border-bottom: 6px #a36818 solid;
    color: #a36818;
    text-shadow: none;
}


/* Active accordion anchor */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title.dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor:before {
    content: "\e773";
    font-size: 0.8em;
    margin-right: 1em;
    font-family: "Linearicons";
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title .dxd-mom-r-tabs-anchor:before {
    content: "\e772";
    font-size: 0.8em;
    margin-right: 0.5em;
    font-family: "Linearicons";
}


/* Disabled accordion button */

.dxd-mom-r-tabs .dxd-mom-r-tabs-accordion-title.dxd-mom-r-tabs-state-disabled {
    opacity: 0;
}


/******************************************
 *tabs.css  - End
 ******************************************/


/******************************************
 *bread-crumbs.css  - Begin
 ******************************************/

.dxd-mom-breadcrumbs {
    width: 100%;
    padding-left: 0px;
}

.dxd-mom-breadcrumbs a {
    background-color: rgba(0, 0, 0, 0);
    color: #0068A1;
    padding-top: 0.5em;
    line-height: 2em;
}

.dxd-mom-breadcrumbs i {
    font-size: 1em;
    line-height: 1em;
}

.dxd-mom-breadcrumbs a:visited {
    background-color: rgba(0, 0, 0, 0);
    color: #0068A1;
}

.dxd-mom-breadcrumbs>a:not(.dxd-mom-breadcrumbs-current):after {
    content: "/";
    display: inline-block;
    line-height: 1em;
    right: 0;
    top: 0;
    padding-left: 3px;
    font-size: 1em;
    text-decoration: none;
}

.dxd-mom-breadcrumbs>a {
    margin-left: 0em;
    margin-right: 0em;
    padding-right: 0em;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0em;
}

.dxd-mom-breadcrumbs .dxd-mom-breadcrumbs-current,
.dxd-mom-breadcrumbs a.dxd-mom-breadcrumbs-current:visited {
    pointer-events: none;
    cursor: default;
    color: #666;
}


/******************************************
 *bread-crumbs.css  - End
 ******************************************/


/** hotspot code **/

.hotspot {
    position: relative;
}

.hotspot::before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    content: "";
    display: block;
    /*background-color: #ffb74d;
  border: 3px solid #D38D27;*/
    background-image: url("../../images/icon-hotspot.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.hopscotch-bubble-close {
    display: none !important;
}


/**
* notification badge
****/

.dxd-mom-notification-badge {
    background-color: #ffb74d;
    width: 20px;
    height: 20px;
    float: right;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 6px !important;
    margin-left: 5px !important;
}


/* new icons added */

@font-face {
    font-family: 'Linearicons-dxd';
    src: url('../resources/dxd/fonts/linearicons-new/LineariconsNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.dxd-mom-link-zip:after,
.dxd-mom-link-jpg:after,
.dxd-mom-link-png:after,
.dxd-mom-link-pptx:after {
    font-family: 'Linearicons-dxd';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dxd-mom-mhl [class^="dxd-mom-icon-dxd-"],
[class*="dxd-mom-icon-dxd-"] {
    font-family: 'Linearicons-dxd';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dxd-mom-link-zip:after {
    content: "\e90e";
}

.dxd-mom-link-jpg:after,
.dxd-mom-link-png:after {
    content: "\e90d";
}

.dxd-mom-link-pptx:after {
    content: "\e912";
}

.dxd-mom-icon-dxd-home:before {
    content: "\e600";
}

.dxd-mom-icon-dxd-home2:before {
    content: "\e601";
}

.dxd-mom-icon-dxd-home3:before {
    content: "\e602";
}

.dxd-mom-icon-dxd-home4:before {
    content: "\e603";
}

.dxd-mom-icon-dxd-home5:before {
    content: "\e604";
}

.dxd-mom-icon-dxd-home6:before {
    content: "\e605";
}

.dxd-mom-icon-dxd-bathtub:before {
    content: "\e606";
}

.dxd-mom-icon-dxd-toothbrush:before {
    content: "\e607";
}

.dxd-mom-icon-dxd-bed:before {
    content: "\e608";
}

.dxd-mom-icon-dxd-couch:before {
    content: "\e609";
}

.dxd-mom-icon-dxd-chair:before {
    content: "\e60a";
}

.dxd-mom-icon-dxd-city:before {
    content: "\e60b";
}

.dxd-mom-icon-dxd-apartment:before {
    content: "\e60c";
}

.dxd-mom-icon-dxd-pencil:before {
    content: "\e60d";
}

.dxd-mom-icon-dxd-pencil2:before {
    content: "\e60e";
}

.dxd-mom-icon-dxd-pen:before {
    content: "\e60f";
}

.dxd-mom-icon-dxd-pencil3:before {
    content: "\e610";
}

.dxd-mom-icon-dxd-eraser:before {
    content: "\e611";
}

.dxd-mom-icon-dxd-pencil4:before {
    content: "\e612";
}

.dxd-mom-icon-dxd-pencil5:before {
    content: "\e613";
}

.dxd-mom-icon-dxd-feather:before {
    content: "\e614";
}

.dxd-mom-icon-dxd-feather2:before {
    content: "\e615";
}

.dxd-mom-icon-dxd-feather3:before {
    content: "\e616";
}

.dxd-mom-icon-dxd-pen2:before {
    content: "\e617";
}

.dxd-mom-icon-dxd-pen-add:before {
    content: "\e618";
}

.dxd-mom-icon-dxd-pen-remove:before {
    content: "\e619";
}

.dxd-mom-icon-dxd-vector:before {
    content: "\e61a";
}

.dxd-mom-icon-dxd-pen3:before {
    content: "\e61b";
}

.dxd-mom-icon-dxd-blog:before {
    content: "\e61c";
}

.dxd-mom-icon-dxd-brush:before {
    content: "\e61d";
}

.dxd-mom-icon-dxd-brush2:before {
    content: "\e61e";
}

.dxd-mom-icon-dxd-spray:before {
    content: "\e61f";
}

.dxd-mom-icon-dxd-paint-roller:before {
    content: "\e620";
}

.dxd-mom-icon-dxd-stamp:before {
    content: "\e621";
}

.dxd-mom-icon-dxd-tape:before {
    content: "\e622";
}

.dxd-mom-icon-dxd-desk-tape:before {
    content: "\e623";
}

.dxd-mom-icon-dxd-texture:before {
    content: "\e624";
}

.dxd-mom-icon-dxd-eye-dropper:before {
    content: "\e625";
}

.dxd-mom-icon-dxd-palette:before {
    content: "\e626";
}

.dxd-mom-icon-dxd-color-sampler:before {
    content: "\e627";
}

.dxd-mom-icon-dxd-bucket:before {
    content: "\e628";
}

.dxd-mom-icon-dxd-gradient:before {
    content: "\e629";
}

.dxd-mom-icon-dxd-gradient2:before {
    content: "\e62a";
}

.dxd-mom-icon-dxd-magic-wand:before {
    content: "\e62b";
}

.dxd-mom-icon-dxd-magnet:before {
    content: "\e62c";
}

.dxd-mom-icon-dxd-pencil-ruler:before {
    content: "\e62d";
}

.dxd-mom-icon-dxd-pencil-ruler2:before {
    content: "\e62e";
}

.dxd-mom-icon-dxd-compass:before {
    content: "\e62f";
}

.dxd-mom-icon-dxd-aim:before {
    content: "\e630";
}

.dxd-mom-icon-dxd-gun:before {
    content: "\e631";
}

.dxd-mom-icon-dxd-bottle:before {
    content: "\e632";
}

.dxd-mom-icon-dxd-drop:before {
    content: "\e633";
}

.dxd-mom-icon-dxd-drop-crossed:before {
    content: "\e634";
}

.dxd-mom-icon-dxd-drop2:before {
    content: "\e635";
}

.dxd-mom-icon-dxd-snow:before {
    content: "\e636";
}

.dxd-mom-icon-dxd-snow2:before {
    content: "\e637";
}

.dxd-mom-icon-dxd-fire:before {
    content: "\e638";
}

.dxd-mom-icon-dxd-lighter:before {
    content: "\e639";
}

.dxd-mom-icon-dxd-knife:before {
    content: "\e63a";
}

.dxd-mom-icon-dxd-dagger:before {
    content: "\e63b";
}

.dxd-mom-icon-dxd-tissue:before {
    content: "\e63c";
}

.dxd-mom-icon-dxd-toilet-paper:before {
    content: "\e63d";
}

.dxd-mom-icon-dxd-poop:before {
    content: "\e63e";
}

.dxd-mom-icon-dxd-umbrella:before {
    content: "\e63f";
}

.dxd-mom-icon-dxd-umbrella2:before {
    content: "\e640";
}

.dxd-mom-icon-dxd-rain:before {
    content: "\e641";
}

.dxd-mom-icon-dxd-tornado:before {
    content: "\e642";
}

.dxd-mom-icon-dxd-wind:before {
    content: "\e643";
}

.dxd-mom-icon-dxd-fan:before {
    content: "\e644";
}

.dxd-mom-icon-dxd-contrast:before {
    content: "\e645";
}

.dxd-mom-icon-dxd-sun-small:before {
    content: "\e646";
}

.dxd-mom-icon-dxd-sun:before {
    content: "\e647";
}

.dxd-mom-icon-dxd-sun2:before {
    content: "\e648";
}

.dxd-mom-icon-dxd-moon:before {
    content: "\e649";
}

.dxd-mom-icon-dxd-cloud:before {
    content: "\e64a";
}

.dxd-mom-icon-dxd-cloud-upload:before {
    content: "\e64b";
}

.dxd-mom-icon-dxd-cloud-download:before {
    content: "\e64c";
}

.dxd-mom-icon-dxd-cloud-rain:before {
    content: "\e64d";
}

.dxd-mom-icon-dxd-cloud-hailstones:before {
    content: "\e64e";
}

.dxd-mom-icon-dxd-cloud-snow:before {
    content: "\e64f";
}

.dxd-mom-icon-dxd-cloud-windy:before {
    content: "\e650";
}

.dxd-mom-icon-dxd-sun-wind:before {
    content: "\e651";
}

.dxd-mom-icon-dxd-cloud-fog:before {
    content: "\e652";
}

.dxd-mom-icon-dxd-cloud-sun:before {
    content: "\e653";
}

.dxd-mom-icon-dxd-cloud-lightning:before {
    content: "\e654";
}

.dxd-mom-icon-dxd-cloud-sync:before {
    content: "\e655";
}

.dxd-mom-icon-dxd-cloud-lock:before {
    content: "\e656";
}

.dxd-mom-icon-dxd-cloud-gear:before {
    content: "\e657";
}

.dxd-mom-icon-dxd-cloud-alert:before {
    content: "\e658";
}

.dxd-mom-icon-dxd-cloud-check:before {
    content: "\e659";
}

.dxd-mom-icon-dxd-cloud-cross:before {
    content: "\e65a";
}

.dxd-mom-icon-dxd-cloud-crossed:before {
    content: "\e65b";
}

.dxd-mom-icon-dxd-cloud-database:before {
    content: "\e65c";
}

.dxd-mom-icon-dxd-database:before {
    content: "\e65d";
}

.dxd-mom-icon-dxd-database-add:before {
    content: "\e65e";
}

.dxd-mom-icon-dxd-database-remove:before {
    content: "\e65f";
}

.dxd-mom-icon-dxd-database-lock:before {
    content: "\e660";
}

.dxd-mom-icon-dxd-database-refresh:before {
    content: "\e661";
}

.dxd-mom-icon-dxd-database-check:before {
    content: "\e662";
}

.dxd-mom-icon-dxd-database-history:before {
    content: "\e663";
}

.dxd-mom-icon-dxd-database-upload:before {
    content: "\e664";
}

.dxd-mom-icon-dxd-database-download:before {
    content: "\e665";
}

.dxd-mom-icon-dxd-server:before {
    content: "\e666";
}

.dxd-mom-icon-dxd-shield:before {
    content: "\e667";
}

.dxd-mom-icon-dxd-shield-check:before {
    content: "\e668";
}

.dxd-mom-icon-dxd-shield-alert:before {
    content: "\e669";
}

.dxd-mom-icon-dxd-shield-cross:before {
    content: "\e66a";
}

.dxd-mom-icon-dxd-lock:before {
    content: "\e66b";
}

.dxd-mom-icon-dxd-rotation-lock:before {
    content: "\e66c";
}

.dxd-mom-icon-dxd-unlock:before {
    content: "\e66d";
}

.dxd-mom-icon-dxd-key:before {
    content: "\e66e";
}

.dxd-mom-icon-dxd-key-hole:before {
    content: "\e66f";
}

.dxd-mom-icon-dxd-toggle-off:before {
    content: "\e670";
}

.dxd-mom-icon-dxd-toggle-on:before {
    content: "\e671";
}

.dxd-mom-icon-dxd-cog:before {
    content: "\e672";
}

.dxd-mom-icon-dxd-cog2:before {
    content: "\e673";
}

.dxd-mom-icon-dxd-wrench:before {
    content: "\e674";
}

.dxd-mom-icon-dxd-screwdriver:before {
    content: "\e675";
}

.dxd-mom-icon-dxd-hammer-wrench:before {
    content: "\e676";
}

.dxd-mom-icon-dxd-hammer:before {
    content: "\e677";
}

.dxd-mom-icon-dxd-saw:before {
    content: "\e678";
}

.dxd-mom-icon-dxd-axe:before {
    content: "\e679";
}

.dxd-mom-icon-dxd-axe2:before {
    content: "\e67a";
}

.dxd-mom-icon-dxd-shovel:before {
    content: "\e67b";
}

.dxd-mom-icon-dxd-pickaxe:before {
    content: "\e67c";
}

.dxd-mom-icon-dxd-factory:before {
    content: "\e67d";
}

.dxd-mom-icon-dxd-factory2:before {
    content: "\e67e";
}

.dxd-mom-icon-dxd-recycle:before {
    content: "\e67f";
}

.dxd-mom-icon-dxd-trash:before {
    content: "\e680";
}

.dxd-mom-icon-dxd-trash2:before {
    content: "\e681";
}

.dxd-mom-icon-dxd-trash3:before {
    content: "\e682";
}

.dxd-mom-icon-dxd-broom:before {
    content: "\e683";
}

.dxd-mom-icon-dxd-game:before {
    content: "\e684";
}

.dxd-mom-icon-dxd-gamepad:before {
    content: "\e685";
}

.dxd-mom-icon-dxd-joystick:before {
    content: "\e686";
}

.dxd-mom-icon-dxd-dice:before {
    content: "\e687";
}

.dxd-mom-icon-dxd-spades:before {
    content: "\e688";
}

.dxd-mom-icon-dxd-diamonds:before {
    content: "\e689";
}

.dxd-mom-icon-dxd-clubs:before {
    content: "\e68a";
}

.dxd-mom-icon-dxd-hearts:before {
    content: "\e68b";
}

.dxd-mom-icon-dxd-heart:before {
    content: "\e68c";
}

.dxd-mom-icon-dxd-star:before {
    content: "\e68d";
}

.dxd-mom-icon-dxd-star-half:before {
    content: "\e68e";
}

.dxd-mom-icon-dxd-star-empty:before {
    content: "\e68f";
}

.dxd-mom-icon-dxd-flag:before {
    content: "\e690";
}

.dxd-mom-icon-dxd-flag2:before {
    content: "\e691";
}

.dxd-mom-icon-dxd-flag3:before {
    content: "\e692";
}

.dxd-mom-icon-dxd-mailbox-full:before {
    content: "\e693";
}

.dxd-mom-icon-dxd-mailbox-empty:before {
    content: "\e694";
}

.dxd-mom-icon-dxd-at-sign:before {
    content: "\e695";
}

.dxd-mom-icon-dxd-envelope:before {
    content: "\e696";
}

.dxd-mom-icon-dxd-envelope-open:before {
    content: "\e697";
}

.dxd-mom-icon-dxd-paperclip:before {
    content: "\e698";
}

.dxd-mom-icon-dxd-paper-plane:before {
    content: "\e699";
}

.dxd-mom-icon-dxd-reply:before {
    content: "\e69a";
}

.dxd-mom-icon-dxd-reply-all:before {
    content: "\e69b";
}

.dxd-mom-icon-dxd-inbox:before {
    content: "\e69c";
}

.dxd-mom-icon-dxd-inbox2:before {
    content: "\e69d";
}

.dxd-mom-icon-dxd-outbox:before {
    content: "\e69e";
}

.dxd-mom-icon-dxd-box:before {
    content: "\e69f";
}

.dxd-mom-icon-dxd-archive:before {
    content: "\e6a0";
}

.dxd-mom-icon-dxd-archive2:before {
    content: "\e6a1";
}

.dxd-mom-icon-dxd-drawers:before {
    content: "\e6a2";
}

.dxd-mom-icon-dxd-drawers2:before {
    content: "\e6a3";
}

.dxd-mom-icon-dxd-drawers3:before {
    content: "\e6a4";
}

.dxd-mom-icon-dxd-eye:before {
    content: "\e6a5";
}

.dxd-mom-icon-dxd-eye-crossed:before {
    content: "\e6a6";
}

.dxd-mom-icon-dxd-eye-plus:before {
    content: "\e6a7";
}

.dxd-mom-icon-dxd-eye-minus:before {
    content: "\e6a8";
}

.dxd-mom-icon-dxd-binoculars:before {
    content: "\e6a9";
}

.dxd-mom-icon-dxd-binoculars2:before {
    content: "\e6aa";
}

.dxd-mom-icon-dxd-hdd:before {
    content: "\e6ab";
}

.dxd-mom-icon-dxd-hdd-down:before {
    content: "\e6ac";
}

.dxd-mom-icon-dxd-hdd-up:before {
    content: "\e6ad";
}

.dxd-mom-icon-dxd-floppy-disk:before {
    content: "\e6ae";
}

.dxd-mom-icon-dxd-disc:before {
    content: "\e6af";
}

.dxd-mom-icon-dxd-tape2:before {
    content: "\e6b0";
}

.dxd-mom-icon-dxd-printer:before {
    content: "\e6b1";
}

.dxd-mom-icon-dxd-shredder:before {
    content: "\e6b2";
}

.dxd-mom-icon-dxd-file-empty:before {
    content: "\e6b3";
}

.dxd-mom-icon-dxd-file-add:before {
    content: "\e6b4";
}

.dxd-mom-icon-dxd-file-check:before {
    content: "\e6b5";
}

.dxd-mom-icon-dxd-file-lock:before {
    content: "\e6b6";
}

.dxd-mom-icon-dxd-files:before {
    content: "\e6b7";
}

.dxd-mom-icon-dxd-copy:before {
    content: "\e6b8";
}

.dxd-mom-icon-dxd-compare:before {
    content: "\e6b9";
}

.dxd-mom-icon-dxd-folder:before {
    content: "\e6ba";
}

.dxd-mom-icon-dxd-folder-search:before {
    content: "\e6bb";
}

.dxd-mom-icon-dxd-folder-plus:before {
    content: "\e6bc";
}

.dxd-mom-icon-dxd-folder-minus:before {
    content: "\e6bd";
}

.dxd-mom-icon-dxd-folder-download:before {
    content: "\e6be";
}

.dxd-mom-icon-dxd-folder-upload:before {
    content: "\e6bf";
}

.dxd-mom-icon-dxd-folder-star:before {
    content: "\e6c0";
}

.dxd-mom-icon-dxd-folder-heart:before {
    content: "\e6c1";
}

.dxd-mom-icon-dxd-folder-user:before {
    content: "\e6c2";
}

.dxd-mom-icon-dxd-folder-shared:before {
    content: "\e6c3";
}

.dxd-mom-icon-dxd-folder-music:before {
    content: "\e6c4";
}

.dxd-mom-icon-dxd-folder-picture:before {
    content: "\e6c5";
}

.dxd-mom-icon-dxd-folder-film:before {
    content: "\e6c6";
}

.dxd-mom-icon-dxd-scissors:before {
    content: "\e6c7";
}

.dxd-mom-icon-dxd-paste:before {
    content: "\e6c8";
}

.dxd-mom-icon-dxd-clipboard-empty:before {
    content: "\e6c9";
}

.dxd-mom-icon-dxd-clipboard-pencil:before {
    content: "\e6ca";
}

.dxd-mom-icon-dxd-clipboard-text:before {
    content: "\e6cb";
}

.dxd-mom-icon-dxd-clipboard-check:before {
    content: "\e6cc";
}

.dxd-mom-icon-dxd-clipboard-down:before {
    content: "\e6cd";
}

.dxd-mom-icon-dxd-clipboard-left:before {
    content: "\e6ce";
}

.dxd-mom-icon-dxd-clipboard-alert:before {
    content: "\e6cf";
}

.dxd-mom-icon-dxd-clipboard-user:before {
    content: "\e6d0";
}

.dxd-mom-icon-dxd-register:before {
    content: "\e6d1";
}

.dxd-mom-icon-dxd-enter:before {
    content: "\e6d2";
}

.dxd-mom-icon-dxd-exit:before {
    content: "\e6d3";
}

.dxd-mom-icon-dxd-papers:before {
    content: "\e6d4";
}

.dxd-mom-icon-dxd-news:before {
    content: "\e6d5";
}

.dxd-mom-icon-dxd-reading:before {
    content: "\e6d6";
}

.dxd-mom-icon-dxd-typewriter:before {
    content: "\e6d7";
}

.dxd-mom-icon-dxd-document:before {
    content: "\e6d8";
}

.dxd-mom-icon-dxd-document2:before {
    content: "\e6d9";
}

.dxd-mom-icon-dxd-graduation-hat:before {
    content: "\e6da";
}

.dxd-mom-icon-dxd-license:before {
    content: "\e6db";
}

.dxd-mom-icon-dxd-license2:before {
    content: "\e6dc";
}

.dxd-mom-icon-dxd-medal-empty:before {
    content: "\e6dd";
}

.dxd-mom-icon-dxd-medal-first:before {
    content: "\e6de";
}

.dxd-mom-icon-dxd-medal-second:before {
    content: "\e6df";
}

.dxd-mom-icon-dxd-medal-third:before {
    content: "\e6e0";
}

.dxd-mom-icon-dxd-podium:before {
    content: "\e6e1";
}

.dxd-mom-icon-dxd-trophy:before {
    content: "\e6e2";
}

.dxd-mom-icon-dxd-trophy2:before {
    content: "\e6e3";
}

.dxd-mom-icon-dxd-music-note:before {
    content: "\e6e4";
}

.dxd-mom-icon-dxd-music-note2:before {
    content: "\e6e5";
}

.dxd-mom-icon-dxd-music-note3:before {
    content: "\e6e6";
}

.dxd-mom-icon-dxd-playlist:before {
    content: "\e6e7";
}

.dxd-mom-icon-dxd-playlist-add:before {
    content: "\e6e8";
}

.dxd-mom-icon-dxd-guitar:before {
    content: "\e6e9";
}

.dxd-mom-icon-dxd-trumpet:before {
    content: "\e6ea";
}

.dxd-mom-icon-dxd-album:before {
    content: "\e6eb";
}

.dxd-mom-icon-dxd-shuffle:before {
    content: "\e6ec";
}

.dxd-mom-icon-dxd-repeat-one:before {
    content: "\e6ed";
}

.dxd-mom-icon-dxd-repeat:before {
    content: "\e6ee";
}

.dxd-mom-icon-dxd-headphones:before {
    content: "\e6ef";
}

.dxd-mom-icon-dxd-headset:before {
    content: "\e6f0";
}

.dxd-mom-icon-dxd-loudspeaker:before {
    content: "\e6f1";
}

.dxd-mom-icon-dxd-equalizer:before {
    content: "\e6f2";
}

.dxd-mom-icon-dxd-theater:before {
    content: "\e6f3";
}

.dxd-mom-icon-dxd-3d-glasses:before {
    content: "\e6f4";
}

.dxd-mom-icon-dxd-ticket:before {
    content: "\e6f5";
}

.dxd-mom-icon-dxd-presentation:before {
    content: "\e6f6";
}

.dxd-mom-icon-dxd-play:before {
    content: "\e6f7";
}

.dxd-mom-icon-dxd-film-play:before {
    content: "\e6f8";
}

.dxd-mom-icon-dxd-clapboard-play:before {
    content: "\e6f9";
}

.dxd-mom-icon-dxd-media:before {
    content: "\e6fa";
}

.dxd-mom-icon-dxd-film:before {
    content: "\e6fb";
}

.dxd-mom-icon-dxd-film2:before {
    content: "\e6fc";
}

.dxd-mom-icon-dxd-surveillance:before {
    content: "\e6fd";
}

.dxd-mom-icon-dxd-surveillance2:before {
    content: "\e6fe";
}

.dxd-mom-icon-dxd-camera:before {
    content: "\e6ff";
}

.dxd-mom-icon-dxd-camera-crossed:before {
    content: "\e700";
}

.dxd-mom-icon-dxd-camera-play:before {
    content: "\e701";
}

.dxd-mom-icon-dxd-time-lapse:before {
    content: "\e702";
}

.dxd-mom-icon-dxd-record:before {
    content: "\e703";
}

.dxd-mom-icon-dxd-camera2:before {
    content: "\e704";
}

.dxd-mom-icon-dxd-camera-flip:before {
    content: "\e705";
}

.dxd-mom-icon-dxd-panorama:before {
    content: "\e706";
}

.dxd-mom-icon-dxd-time-lapse2:before {
    content: "\e707";
}

.dxd-mom-icon-dxd-shutter:before {
    content: "\e708";
}

.dxd-mom-icon-dxd-shutter2:before {
    content: "\e709";
}

.dxd-mom-icon-dxd-face-detection:before {
    content: "\e70a";
}

.dxd-mom-icon-dxd-flare:before {
    content: "\e70b";
}

.dxd-mom-icon-dxd-convex:before {
    content: "\e70c";
}

.dxd-mom-icon-dxd-concave:before {
    content: "\e70d";
}

.dxd-mom-icon-dxd-picture:before {
    content: "\e70e";
}

.dxd-mom-icon-dxd-picture2:before {
    content: "\e70f";
}

.dxd-mom-icon-dxd-picture3:before {
    content: "\e710";
}

.dxd-mom-icon-dxd-pictures:before {
    content: "\e711";
}

.dxd-mom-icon-dxd-book:before {
    content: "\e712";
}

.dxd-mom-icon-dxd-audio-book:before {
    content: "\e713";
}

.dxd-mom-icon-dxd-book2:before {
    content: "\e714";
}

.dxd-mom-icon-dxd-bookmark:before {
    content: "\e715";
}

.dxd-mom-icon-dxd-bookmark2:before {
    content: "\e716";
}

.dxd-mom-icon-dxd-label:before {
    content: "\e717";
}

.dxd-mom-icon-dxd-library:before {
    content: "\e718";
}

.dxd-mom-icon-dxd-library2:before {
    content: "\e719";
}

.dxd-mom-icon-dxd-contacts:before {
    content: "\e71a";
}

.dxd-mom-icon-dxd-profile:before {
    content: "\e71b";
}

.dxd-mom-icon-dxd-portrait:before {
    content: "\e71c";
}

.dxd-mom-icon-dxd-portrait2:before {
    content: "\e71d";
}

.dxd-mom-icon-dxd-user:before {
    content: "\e71e";
}

.dxd-mom-icon-dxd-user-plus:before {
    content: "\e71f";
}

.dxd-mom-icon-dxd-user-minus:before {
    content: "\e720";
}

.dxd-mom-icon-dxd-user-lock:before {
    content: "\e721";
}

.dxd-mom-icon-dxd-users:before {
    content: "\e722";
}

.dxd-mom-icon-dxd-users2:before {
    content: "\e723";
}

.dxd-mom-icon-dxd-users-plus:before {
    content: "\e724";
}

.dxd-mom-icon-dxd-users-minus:before {
    content: "\e725";
}

.dxd-mom-icon-dxd-group-work:before {
    content: "\e726";
}

.dxd-mom-icon-dxd-woman:before {
    content: "\e727";
}

.dxd-mom-icon-dxd-man:before {
    content: "\e728";
}

.dxd-mom-icon-dxd-baby:before {
    content: "\e729";
}

.dxd-mom-icon-dxd-baby2:before {
    content: "\e72a";
}

.dxd-mom-icon-dxd-baby3:before {
    content: "\e72b";
}

.dxd-mom-icon-dxd-baby-bottle:before {
    content: "\e72c";
}

.dxd-mom-icon-dxd-walk:before {
    content: "\e72d";
}

.dxd-mom-icon-dxd-hand-waving:before {
    content: "\e72e";
}

.dxd-mom-icon-dxd-jump:before {
    content: "\e72f";
}

.dxd-mom-icon-dxd-run:before {
    content: "\e730";
}

.dxd-mom-icon-dxd-woman2:before {
    content: "\e731";
}

.dxd-mom-icon-dxd-man2:before {
    content: "\e732";
}

.dxd-mom-icon-dxd-man-woman:before {
    content: "\e733";
}

.dxd-mom-icon-dxd-height:before {
    content: "\e734";
}

.dxd-mom-icon-dxd-weight:before {
    content: "\e735";
}

.dxd-mom-icon-dxd-scale:before {
    content: "\e736";
}

.dxd-mom-icon-dxd-button:before {
    content: "\e737";
}

.dxd-mom-icon-dxd-bow-tie:before {
    content: "\e738";
}

.dxd-mom-icon-dxd-tie:before {
    content: "\e739";
}

.dxd-mom-icon-dxd-socks:before {
    content: "\e73a";
}

.dxd-mom-icon-dxd-shoe:before {
    content: "\e73b";
}

.dxd-mom-icon-dxd-shoes:before {
    content: "\e73c";
}

.dxd-mom-icon-dxd-hat:before {
    content: "\e73d";
}

.dxd-mom-icon-dxd-pants:before {
    content: "\e73e";
}

.dxd-mom-icon-dxd-shorts:before {
    content: "\e73f";
}

.dxd-mom-icon-dxd-flip-flops:before {
    content: "\e740";
}

.dxd-mom-icon-dxd-shirt:before {
    content: "\e741";
}

.dxd-mom-icon-dxd-hanger:before {
    content: "\e742";
}

.dxd-mom-icon-dxd-laundry:before {
    content: "\e743";
}

.dxd-mom-icon-dxd-store:before {
    content: "\e744";
}

.dxd-mom-icon-dxd-haircut:before {
    content: "\e745";
}

.dxd-mom-icon-dxd-store-24:before {
    content: "\e746";
}

.dxd-mom-icon-dxd-barcode:before {
    content: "\e747";
}

.dxd-mom-icon-dxd-barcode2:before {
    content: "\e748";
}

.dxd-mom-icon-dxd-barcode3:before {
    content: "\e749";
}

.dxd-mom-icon-dxd-cashier:before {
    content: "\e74a";
}

.dxd-mom-icon-dxd-bag:before {
    content: "\e74b";
}

.dxd-mom-icon-dxd-bag2:before {
    content: "\e74c";
}

.dxd-mom-icon-dxd-cart:before {
    content: "\e74d";
}

.dxd-mom-icon-dxd-cart-empty:before {
    content: "\e74e";
}

.dxd-mom-icon-dxd-cart-full:before {
    content: "\e74f";
}

.dxd-mom-icon-dxd-cart-plus:before {
    content: "\e750";
}

.dxd-mom-icon-dxd-cart-plus2:before {
    content: "\e751";
}

.dxd-mom-icon-dxd-cart-add:before {
    content: "\e752";
}

.dxd-mom-icon-dxd-cart-remove:before {
    content: "\e753";
}

.dxd-mom-icon-dxd-cart-exchange:before {
    content: "\e754";
}

.dxd-mom-icon-dxd-tag:before {
    content: "\e755";
}

.dxd-mom-icon-dxd-tags:before {
    content: "\e756";
}

.dxd-mom-icon-dxd-receipt:before {
    content: "\e757";
}

.dxd-mom-icon-dxd-wallet:before {
    content: "\e758";
}

.dxd-mom-icon-dxd-credit-card:before {
    content: "\e759";
}

.dxd-mom-icon-dxd-cash-dollar:before {
    content: "\e75a";
}

.dxd-mom-icon-dxd-cash-euro:before {
    content: "\e75b";
}

.dxd-mom-icon-dxd-cash-pound:before {
    content: "\e75c";
}

.dxd-mom-icon-dxd-cash-yen:before {
    content: "\e75d";
}

.dxd-mom-icon-dxd-bag-dollar:before {
    content: "\e75e";
}

.dxd-mom-icon-dxd-bag-euro:before {
    content: "\e75f";
}

.dxd-mom-icon-dxd-bag-pound:before {
    content: "\e760";
}

.dxd-mom-icon-dxd-bag-yen:before {
    content: "\e761";
}

.dxd-mom-icon-dxd-coin-dollar:before {
    content: "\e762";
}

.dxd-mom-icon-dxd-coin-euro:before {
    content: "\e763";
}

.dxd-mom-icon-dxd-coin-pound:before {
    content: "\e764";
}

.dxd-mom-icon-dxd-coin-yen:before {
    content: "\e765";
}

.dxd-mom-icon-dxd-calculator:before {
    content: "\e766";
}

.dxd-mom-icon-dxd-calculator2:before {
    content: "\e767";
}

.dxd-mom-icon-dxd-abacus:before {
    content: "\e768";
}

.dxd-mom-icon-dxd-vault:before {
    content: "\e769";
}

.dxd-mom-icon-dxd-telephone:before {
    content: "\e76a";
}

.dxd-mom-icon-dxd-phone-lock:before {
    content: "\e76b";
}

.dxd-mom-icon-dxd-phone-wave:before {
    content: "\e76c";
}

.dxd-mom-icon-dxd-phone-pause:before {
    content: "\e76d";
}

.dxd-mom-icon-dxd-phone-outgoing:before {
    content: "\e76e";
}

.dxd-mom-icon-dxd-phone-incoming:before {
    content: "\e76f";
}

.dxd-mom-icon-dxd-phone-in-out:before {
    content: "\e770";
}

.dxd-mom-icon-dxd-phone-error:before {
    content: "\e771";
}

.dxd-mom-icon-dxd-phone-sip:before {
    content: "\e772";
}

.dxd-mom-icon-dxd-phone-plus:before {
    content: "\e773";
}

.dxd-mom-icon-dxd-phone-minus:before {
    content: "\e774";
}

.dxd-mom-icon-dxd-voicemail:before {
    content: "\e775";
}

.dxd-mom-icon-dxd-dial:before {
    content: "\e776";
}

.dxd-mom-icon-dxd-telephone2:before {
    content: "\e777";
}

.dxd-mom-icon-dxd-pushpin:before {
    content: "\e778";
}

.dxd-mom-icon-dxd-pushpin2:before {
    content: "\e779";
}

.dxd-mom-icon-dxd-map-marker:before {
    content: "\e77a";
}

.dxd-mom-icon-dxd-map-marker-user:before {
    content: "\e77b";
}

.dxd-mom-icon-dxd-map-marker-down:before {
    content: "\e77c";
}

.dxd-mom-icon-dxd-map-marker-check:before {
    content: "\e77d";
}

.dxd-mom-icon-dxd-map-marker-crossed:before {
    content: "\e77e";
}

.dxd-mom-icon-dxd-radar:before {
    content: "\e77f";
}

.dxd-mom-icon-dxd-compass2:before {
    content: "\e780";
}

.dxd-mom-icon-dxd-map:before {
    content: "\e781";
}

.dxd-mom-icon-dxd-map2:before {
    content: "\e782";
}

.dxd-mom-icon-dxd-location:before {
    content: "\e783";
}

.dxd-mom-icon-dxd-road-sign:before {
    content: "\e784";
}

.dxd-mom-icon-dxd-calendar-empty:before {
    content: "\e785";
}

.dxd-mom-icon-dxd-calendar-check:before {
    content: "\e786";
}

.dxd-mom-icon-dxd-calendar-cross:before {
    content: "\e787";
}

.dxd-mom-icon-dxd-calendar-31:before {
    content: "\e788";
}

.dxd-mom-icon-dxd-calendar-full:before {
    content: "\e789";
}

.dxd-mom-icon-dxd-calendar-insert:before {
    content: "\e78a";
}

.dxd-mom-icon-dxd-calendar-text:before {
    content: "\e78b";
}

.dxd-mom-icon-dxd-calendar-user:before {
    content: "\e78c";
}

.dxd-mom-icon-dxd-mouse:before {
    content: "\e78d";
}

.dxd-mom-icon-dxd-mouse-left:before {
    content: "\e78e";
}

.dxd-mom-icon-dxd-mouse-right:before {
    content: "\e78f";
}

.dxd-mom-icon-dxd-mouse-both:before {
    content: "\e790";
}

.dxd-mom-icon-dxd-keyboard:before {
    content: "\e791";
}

.dxd-mom-icon-dxd-keyboard-up:before {
    content: "\e792";
}

.dxd-mom-icon-dxd-keyboard-down:before {
    content: "\e793";
}

.dxd-mom-icon-dxd-delete:before {
    content: "\e794";
}

.dxd-mom-icon-dxd-spell-check:before {
    content: "\e795";
}

.dxd-mom-icon-dxd-escape:before {
    content: "\e796";
}

.dxd-mom-icon-dxd-enter2:before {
    content: "\e797";
}

.dxd-mom-icon-dxd-screen:before {
    content: "\e798";
}

.dxd-mom-icon-dxd-aspect-ratio:before {
    content: "\e799";
}

.dxd-mom-icon-dxd-signal:before {
    content: "\e79a";
}

.dxd-mom-icon-dxd-signal-lock:before {
    content: "\e79b";
}

.dxd-mom-icon-dxd-signal-80:before {
    content: "\e79c";
}

.dxd-mom-icon-dxd-signal-60:before {
    content: "\e79d";
}

.dxd-mom-icon-dxd-signal-40:before {
    content: "\e79e";
}

.dxd-mom-icon-dxd-signal-20:before {
    content: "\e79f";
}

.dxd-mom-icon-dxd-signal-0:before {
    content: "\e7a0";
}

.dxd-mom-icon-dxd-signal-blocked:before {
    content: "\e7a1";
}

.dxd-mom-icon-dxd-sim:before {
    content: "\e7a2";
}

.dxd-mom-icon-dxd-flash-memory:before {
    content: "\e7a3";
}

.dxd-mom-icon-dxd-usb-drive:before {
    content: "\e7a4";
}

.dxd-mom-icon-dxd-phone:before {
    content: "\e7a5";
}

.dxd-mom-icon-dxd-smartphone:before {
    content: "\e7a6";
}

.dxd-mom-icon-dxd-smartphone-notification:before {
    content: "\e7a7";
}

.dxd-mom-icon-dxd-smartphone-vibration:before {
    content: "\e7a8";
}

.dxd-mom-icon-dxd-smartphone-embed:before {
    content: "\e7a9";
}

.dxd-mom-icon-dxd-smartphone-waves:before {
    content: "\e7aa";
}

.dxd-mom-icon-dxd-tablet:before {
    content: "\e7ab";
}

.dxd-mom-icon-dxd-tablet2:before {
    content: "\e7ac";
}

.dxd-mom-icon-dxd-laptop:before {
    content: "\e7ad";
}

.dxd-mom-icon-dxd-laptop-phone:before {
    content: "\e7ae";
}

.dxd-mom-icon-dxd-desktop:before {
    content: "\e7af";
}

.dxd-mom-icon-dxd-launch:before {
    content: "\e7b0";
}

.dxd-mom-icon-dxd-new-tab:before {
    content: "\e7b1";
}

.dxd-mom-icon-dxd-window:before {
    content: "\e7b2";
}

.dxd-mom-icon-dxd-cable:before {
    content: "\e7b3";
}

.dxd-mom-icon-dxd-cable2:before {
    content: "\e7b4";
}

.dxd-mom-icon-dxd-tv:before {
    content: "\e7b5";
}

.dxd-mom-icon-dxd-radio:before {
    content: "\e7b6";
}

.dxd-mom-icon-dxd-remote-control:before {
    content: "\e7b7";
}

.dxd-mom-icon-dxd-power-switch:before {
    content: "\e7b8";
}

.dxd-mom-icon-dxd-power:before {
    content: "\e7b9";
}

.dxd-mom-icon-dxd-power-crossed:before {
    content: "\e7ba";
}

.dxd-mom-icon-dxd-flash-auto:before {
    content: "\e7bb";
}

.dxd-mom-icon-dxd-lamp:before {
    content: "\e7bc";
}

.dxd-mom-icon-dxd-flashlight:before {
    content: "\e7bd";
}

.dxd-mom-icon-dxd-lampshade:before {
    content: "\e7be";
}

.dxd-mom-icon-dxd-cord:before {
    content: "\e7bf";
}

.dxd-mom-icon-dxd-outlet:before {
    content: "\e7c0";
}

.dxd-mom-icon-dxd-battery-power:before {
    content: "\e7c1";
}

.dxd-mom-icon-dxd-battery-empty:before {
    content: "\e7c2";
}

.dxd-mom-icon-dxd-battery-alert:before {
    content: "\e7c3";
}

.dxd-mom-icon-dxd-battery-error:before {
    content: "\e7c4";
}

.dxd-mom-icon-dxd-battery-low1:before {
    content: "\e7c5";
}

.dxd-mom-icon-dxd-battery-low2:before {
    content: "\e7c6";
}

.dxd-mom-icon-dxd-battery-low3:before {
    content: "\e7c7";
}

.dxd-mom-icon-dxd-battery-mid1:before {
    content: "\e7c8";
}

.dxd-mom-icon-dxd-battery-mid2:before {
    content: "\e7c9";
}

.dxd-mom-icon-dxd-battery-mid3:before {
    content: "\e7ca";
}

.dxd-mom-icon-dxd-battery-full:before {
    content: "\e7cb";
}

.dxd-mom-icon-dxd-battery-charging:before {
    content: "\e7cc";
}

.dxd-mom-icon-dxd-battery-charging2:before {
    content: "\e7cd";
}

.dxd-mom-icon-dxd-battery-charging3:before {
    content: "\e7ce";
}

.dxd-mom-icon-dxd-battery-charging4:before {
    content: "\e7cf";
}

.dxd-mom-icon-dxd-battery-charging5:before {
    content: "\e7d0";
}

.dxd-mom-icon-dxd-battery-charging6:before {
    content: "\e7d1";
}

.dxd-mom-icon-dxd-battery-charging7:before {
    content: "\e7d2";
}

.dxd-mom-icon-dxd-chip:before {
    content: "\e7d3";
}

.dxd-mom-icon-dxd-chip-x64:before {
    content: "\e7d4";
}

.dxd-mom-icon-dxd-chip-x86:before {
    content: "\e7d5";
}

.dxd-mom-icon-dxd-bubble:before {
    content: "\e7d6";
}

.dxd-mom-icon-dxd-bubbles:before {
    content: "\e7d7";
}

.dxd-mom-icon-dxd-bubble-dots:before {
    content: "\e7d8";
}

.dxd-mom-icon-dxd-bubble-alert:before {
    content: "\e7d9";
}

.dxd-mom-icon-dxd-bubble-question:before {
    content: "\e7da";
}

.dxd-mom-icon-dxd-bubble-text:before {
    content: "\e7db";
}

.dxd-mom-icon-dxd-bubble-pencil:before {
    content: "\e7dc";
}

.dxd-mom-icon-dxd-bubble-picture:before {
    content: "\e7dd";
}

.dxd-mom-icon-dxd-bubble-video:before {
    content: "\e7de";
}

.dxd-mom-icon-dxd-bubble-user:before {
    content: "\e7df";
}

.dxd-mom-icon-dxd-bubble-quote:before {
    content: "\e7e0";
}

.dxd-mom-icon-dxd-bubble-heart:before {
    content: "\e7e1";
}

.dxd-mom-icon-dxd-bubble-emoticon:before {
    content: "\e7e2";
}

.dxd-mom-icon-dxd-bubble-attachment:before {
    content: "\e7e3";
}

.dxd-mom-icon-dxd-phone-bubble:before {
    content: "\e7e4";
}

.dxd-mom-icon-dxd-quote-open:before {
    content: "\e7e5";
}

.dxd-mom-icon-dxd-quote-close:before {
    content: "\e7e6";
}

.dxd-mom-icon-dxd-dna:before {
    content: "\e7e7";
}

.dxd-mom-icon-dxd-heart-pulse:before {
    content: "\e7e8";
}

.dxd-mom-icon-dxd-pulse:before {
    content: "\e7e9";
}

.dxd-mom-icon-dxd-syringe:before {
    content: "\e7ea";
}

.dxd-mom-icon-dxd-pills:before {
    content: "\e7eb";
}

.dxd-mom-icon-dxd-first-aid:before {
    content: "\e7ec";
}

.dxd-mom-icon-dxd-lifebuoy:before {
    content: "\e7ed";
}

.dxd-mom-icon-dxd-bandage:before {
    content: "\e7ee";
}

.dxd-mom-icon-dxd-bandages:before {
    content: "\e7ef";
}

.dxd-mom-icon-dxd-thermometer:before {
    content: "\e7f0";
}

.dxd-mom-icon-dxd-microscope:before {
    content: "\e7f1";
}

.dxd-mom-icon-dxd-brain:before {
    content: "\e7f2";
}

.dxd-mom-icon-dxd-beaker:before {
    content: "\e7f3";
}

.dxd-mom-icon-dxd-skull:before {
    content: "\e7f4";
}

.dxd-mom-icon-dxd-bone:before {
    content: "\e7f5";
}

.dxd-mom-icon-dxd-construction:before {
    content: "\e7f6";
}

.dxd-mom-icon-dxd-construction-cone:before {
    content: "\e7f7";
}

.dxd-mom-icon-dxd-pie-chart:before {
    content: "\e7f8";
}

.dxd-mom-icon-dxd-pie-chart2:before {
    content: "\e7f9";
}

.dxd-mom-icon-dxd-graph:before {
    content: "\e7fa";
}

.dxd-mom-icon-dxd-chart-growth:before {
    content: "\e7fb";
}

.dxd-mom-icon-dxd-chart-bars:before {
    content: "\e7fc";
}

.dxd-mom-icon-dxd-chart-settings:before {
    content: "\e7fd";
}

.dxd-mom-icon-dxd-cake:before {
    content: "\e7fe";
}

.dxd-mom-icon-dxd-gift:before {
    content: "\e7ff";
}

.dxd-mom-icon-dxd-balloon:before {
    content: "\e800";
}

.dxd-mom-icon-dxd-rank:before {
    content: "\e801";
}

.dxd-mom-icon-dxd-rank2:before {
    content: "\e802";
}

.dxd-mom-icon-dxd-rank3:before {
    content: "\e803";
}

.dxd-mom-icon-dxd-crown:before {
    content: "\e804";
}

.dxd-mom-icon-dxd-lotus:before {
    content: "\e805";
}

.dxd-mom-icon-dxd-diamond:before {
    content: "\e806";
}

.dxd-mom-icon-dxd-diamond2:before {
    content: "\e807";
}

.dxd-mom-icon-dxd-diamond3:before {
    content: "\e808";
}

.dxd-mom-icon-dxd-diamond4:before {
    content: "\e809";
}

.dxd-mom-icon-dxd-linearicons:before {
    content: "\e80a";
}

.dxd-mom-icon-dxd-teacup:before {
    content: "\e80b";
}

.dxd-mom-icon-dxd-teapot:before {
    content: "\e80c";
}

.dxd-mom-icon-dxd-glass:before {
    content: "\e80d";
}

.dxd-mom-icon-dxd-bottle2:before {
    content: "\e80e";
}

.dxd-mom-icon-dxd-glass-cocktail:before {
    content: "\e80f";
}

.dxd-mom-icon-dxd-glass2:before {
    content: "\e810";
}

.dxd-mom-icon-dxd-dinner:before {
    content: "\e811";
}

.dxd-mom-icon-dxd-dinner2:before {
    content: "\e812";
}

.dxd-mom-icon-dxd-chef:before {
    content: "\e813";
}

.dxd-mom-icon-dxd-scale2:before {
    content: "\e814";
}

.dxd-mom-icon-dxd-egg:before {
    content: "\e815";
}

.dxd-mom-icon-dxd-egg2:before {
    content: "\e816";
}

.dxd-mom-icon-dxd-eggs:before {
    content: "\e817";
}

.dxd-mom-icon-dxd-platter:before {
    content: "\e818";
}

.dxd-mom-icon-dxd-steak:before {
    content: "\e819";
}

.dxd-mom-icon-dxd-hamburger:before {
    content: "\e81a";
}

.dxd-mom-icon-dxd-hotdog:before {
    content: "\e81b";
}

.dxd-mom-icon-dxd-pizza:before {
    content: "\e81c";
}

.dxd-mom-icon-dxd-sausage:before {
    content: "\e81d";
}

.dxd-mom-icon-dxd-chicken:before {
    content: "\e81e";
}

.dxd-mom-icon-dxd-fish:before {
    content: "\e81f";
}

.dxd-mom-icon-dxd-carrot:before {
    content: "\e820";
}

.dxd-mom-icon-dxd-cheese:before {
    content: "\e821";
}

.dxd-mom-icon-dxd-bread:before {
    content: "\e822";
}

.dxd-mom-icon-dxd-ice-cream:before {
    content: "\e823";
}

.dxd-mom-icon-dxd-ice-cream2:before {
    content: "\e824";
}

.dxd-mom-icon-dxd-candy:before {
    content: "\e825";
}

.dxd-mom-icon-dxd-lollipop:before {
    content: "\e826";
}

.dxd-mom-icon-dxd-coffee-bean:before {
    content: "\e827";
}

.dxd-mom-icon-dxd-coffee-cup:before {
    content: "\e828";
}

.dxd-mom-icon-dxd-cherry:before {
    content: "\e829";
}

.dxd-mom-icon-dxd-grapes:before {
    content: "\e82a";
}

.dxd-mom-icon-dxd-citrus:before {
    content: "\e82b";
}

.dxd-mom-icon-dxd-apple:before {
    content: "\e82c";
}

.dxd-mom-icon-dxd-leaf:before {
    content: "\e82d";
}

.dxd-mom-icon-dxd-landscape:before {
    content: "\e82e";
}

.dxd-mom-icon-dxd-pine-tree:before {
    content: "\e82f";
}

.dxd-mom-icon-dxd-tree:before {
    content: "\e830";
}

.dxd-mom-icon-dxd-cactus:before {
    content: "\e831";
}

.dxd-mom-icon-dxd-paw:before {
    content: "\e832";
}

.dxd-mom-icon-dxd-footprint:before {
    content: "\e833";
}

.dxd-mom-icon-dxd-speed-slow:before {
    content: "\e834";
}

.dxd-mom-icon-dxd-speed-medium:before {
    content: "\e835";
}

.dxd-mom-icon-dxd-speed-fast:before {
    content: "\e836";
}

.dxd-mom-icon-dxd-rocket:before {
    content: "\e837";
}

.dxd-mom-icon-dxd-hammer2:before {
    content: "\e838";
}

.dxd-mom-icon-dxd-balance:before {
    content: "\e839";
}

.dxd-mom-icon-dxd-briefcase:before {
    content: "\e83a";
}

.dxd-mom-icon-dxd-luggage-weight:before {
    content: "\e83b";
}

.dxd-mom-icon-dxd-dolly:before {
    content: "\e83c";
}

.dxd-mom-icon-dxd-plane:before {
    content: "\e83d";
}

.dxd-mom-icon-dxd-plane-crossed:before {
    content: "\e83e";
}

.dxd-mom-icon-dxd-helicopter:before {
    content: "\e83f";
}

.dxd-mom-icon-dxd-traffic-lights:before {
    content: "\e840";
}

.dxd-mom-icon-dxd-siren:before {
    content: "\e841";
}

.dxd-mom-icon-dxd-road:before {
    content: "\e842";
}

.dxd-mom-icon-dxd-engine:before {
    content: "\e843";
}

.dxd-mom-icon-dxd-oil-pressure:before {
    content: "\e844";
}

.dxd-mom-icon-dxd-coolant-temperature:before {
    content: "\e845";
}

.dxd-mom-icon-dxd-car-battery:before {
    content: "\e846";
}

.dxd-mom-icon-dxd-gas:before {
    content: "\e847";
}

.dxd-mom-icon-dxd-gallon:before {
    content: "\e848";
}

.dxd-mom-icon-dxd-transmission:before {
    content: "\e849";
}

.dxd-mom-icon-dxd-car:before {
    content: "\e84a";
}

.dxd-mom-icon-dxd-car-wash:before {
    content: "\e84b";
}

.dxd-mom-icon-dxd-car-wash2:before {
    content: "\e84c";
}

.dxd-mom-icon-dxd-bus:before {
    content: "\e84d";
}

.dxd-mom-icon-dxd-bus2:before {
    content: "\e84e";
}

.dxd-mom-icon-dxd-car2:before {
    content: "\e84f";
}

.dxd-mom-icon-dxd-parking:before {
    content: "\e850";
}

.dxd-mom-icon-dxd-car-lock:before {
    content: "\e851";
}

.dxd-mom-icon-dxd-taxi:before {
    content: "\e852";
}

.dxd-mom-icon-dxd-car-siren:before {
    content: "\e853";
}

.dxd-mom-icon-dxd-car-wash3:before {
    content: "\e854";
}

.dxd-mom-icon-dxd-car-wash4:before {
    content: "\e855";
}

.dxd-mom-icon-dxd-ambulance:before {
    content: "\e856";
}

.dxd-mom-icon-dxd-truck:before {
    content: "\e857";
}

.dxd-mom-icon-dxd-trailer:before {
    content: "\e858";
}

.dxd-mom-icon-dxd-scale-truck:before {
    content: "\e859";
}

.dxd-mom-icon-dxd-train:before {
    content: "\e85a";
}

.dxd-mom-icon-dxd-ship:before {
    content: "\e85b";
}

.dxd-mom-icon-dxd-ship2:before {
    content: "\e85c";
}

.dxd-mom-icon-dxd-anchor:before {
    content: "\e85d";
}

.dxd-mom-icon-dxd-boat:before {
    content: "\e85e";
}

.dxd-mom-icon-dxd-bicycle:before {
    content: "\e85f";
}

.dxd-mom-icon-dxd-bicycle2:before {
    content: "\e860";
}

.dxd-mom-icon-dxd-dumbbell:before {
    content: "\e861";
}

.dxd-mom-icon-dxd-bench-press:before {
    content: "\e862";
}

.dxd-mom-icon-dxd-swim:before {
    content: "\e863";
}

.dxd-mom-icon-dxd-football:before {
    content: "\e864";
}

.dxd-mom-icon-dxd-baseball-bat:before {
    content: "\e865";
}

.dxd-mom-icon-dxd-baseball:before {
    content: "\e866";
}

.dxd-mom-icon-dxd-tennis:before {
    content: "\e867";
}

.dxd-mom-icon-dxd-tennis2:before {
    content: "\e868";
}

.dxd-mom-icon-dxd-ping-pong:before {
    content: "\e869";
}

.dxd-mom-icon-dxd-hockey:before {
    content: "\e86a";
}

.dxd-mom-icon-dxd-8ball:before {
    content: "\e86b";
}

.dxd-mom-icon-dxd-bowling:before {
    content: "\e86c";
}

.dxd-mom-icon-dxd-bowling-pins:before {
    content: "\e86d";
}

.dxd-mom-icon-dxd-golf:before {
    content: "\e86e";
}

.dxd-mom-icon-dxd-golf2:before {
    content: "\e86f";
}

.dxd-mom-icon-dxd-archery:before {
    content: "\e870";
}

.dxd-mom-icon-dxd-slingshot:before {
    content: "\e871";
}

.dxd-mom-icon-dxd-soccer:before {
    content: "\e872";
}

.dxd-mom-icon-dxd-basketball:before {
    content: "\e873";
}

.dxd-mom-icon-dxd-cube:before {
    content: "\e874";
}

.dxd-mom-icon-dxd-3d-rotate:before {
    content: "\e875";
}

.dxd-mom-icon-dxd-puzzle:before {
    content: "\e876";
}

.dxd-mom-icon-dxd-glasses:before {
    content: "\e877";
}

.dxd-mom-icon-dxd-glasses2:before {
    content: "\e878";
}

.dxd-mom-icon-dxd-accessibility:before {
    content: "\e879";
}

.dxd-mom-icon-dxd-wheelchair:before {
    content: "\e87a";
}

.dxd-mom-icon-dxd-wall:before {
    content: "\e87b";
}

.dxd-mom-icon-dxd-fence:before {
    content: "\e87c";
}

.dxd-mom-icon-dxd-wall2:before {
    content: "\e87d";
}

.dxd-mom-icon-dxd-icons:before {
    content: "\e87e";
}

.dxd-mom-icon-dxd-resize-handle:before {
    content: "\e87f";
}

.dxd-mom-icon-dxd-icons2:before {
    content: "\e880";
}

.dxd-mom-icon-dxd-select:before {
    content: "\e881";
}

.dxd-mom-icon-dxd-select2:before {
    content: "\e882";
}

.dxd-mom-icon-dxd-site-map:before {
    content: "\e883";
}

.dxd-mom-icon-dxd-earth:before {
    content: "\e884";
}

.dxd-mom-icon-dxd-earth-lock:before {
    content: "\e885";
}

.dxd-mom-icon-dxd-network:before {
    content: "\e886";
}

.dxd-mom-icon-dxd-network-lock:before {
    content: "\e887";
}

.dxd-mom-icon-dxd-planet:before {
    content: "\e888";
}

.dxd-mom-icon-dxd-happy:before {
    content: "\e889";
}

.dxd-mom-icon-dxd-smile:before {
    content: "\e88a";
}

.dxd-mom-icon-dxd-grin:before {
    content: "\e88b";
}

.dxd-mom-icon-dxd-tongue:before {
    content: "\e88c";
}

.dxd-mom-icon-dxd-sad:before {
    content: "\e88d";
}

.dxd-mom-icon-dxd-wink:before {
    content: "\e88e";
}

.dxd-mom-icon-dxd-dream:before {
    content: "\e88f";
}

.dxd-mom-icon-dxd-shocked:before {
    content: "\e890";
}

.dxd-mom-icon-dxd-shocked2:before {
    content: "\e891";
}

.dxd-mom-icon-dxd-tongue2:before {
    content: "\e892";
}

.dxd-mom-icon-dxd-neutral:before {
    content: "\e893";
}

.dxd-mom-icon-dxd-happy-grin:before {
    content: "\e894";
}

.dxd-mom-icon-dxd-cool:before {
    content: "\e895";
}

.dxd-mom-icon-dxd-mad:before {
    content: "\e896";
}

.dxd-mom-icon-dxd-grin-evil:before {
    content: "\e897";
}

.dxd-mom-icon-dxd-evil:before {
    content: "\e898";
}

.dxd-mom-icon-dxd-wow:before {
    content: "\e899";
}

.dxd-mom-icon-dxd-annoyed:before {
    content: "\e89a";
}

.dxd-mom-icon-dxd-wondering:before {
    content: "\e89b";
}

.dxd-mom-icon-dxd-confused:before {
    content: "\e89c";
}

.dxd-mom-icon-dxd-zipped:before {
    content: "\e89d";
}

.dxd-mom-icon-dxd-grumpy:before {
    content: "\e89e";
}

.dxd-mom-icon-dxd-mustache:before {
    content: "\e89f";
}

.dxd-mom-icon-dxd-tombstone-hipster:before {
    content: "\e8a0";
}

.dxd-mom-icon-dxd-tombstone:before {
    content: "\e8a1";
}

.dxd-mom-icon-dxd-ghost:before {
    content: "\e8a2";
}

.dxd-mom-icon-dxd-ghost-hipster:before {
    content: "\e8a3";
}

.dxd-mom-icon-dxd-halloween:before {
    content: "\e8a4";
}

.dxd-mom-icon-dxd-christmas:before {
    content: "\e8a5";
}

.dxd-mom-icon-dxd-easter-egg:before {
    content: "\e8a6";
}

.dxd-mom-icon-dxd-mustache2:before {
    content: "\e8a7";
}

.dxd-mom-icon-dxd-mustache-glasses:before {
    content: "\e8a8";
}

.dxd-mom-icon-dxd-pipe:before {
    content: "\e8a9";
}

.dxd-mom-icon-dxd-alarm:before {
    content: "\e8aa";
}

.dxd-mom-icon-dxd-alarm-add:before {
    content: "\e8ab";
}

.dxd-mom-icon-dxd-alarm-snooze:before {
    content: "\e8ac";
}

.dxd-mom-icon-dxd-alarm-ringing:before {
    content: "\e8ad";
}

.dxd-mom-icon-dxd-bullhorn:before {
    content: "\e8ae";
}

.dxd-mom-icon-dxd-hearing:before {
    content: "\e8af";
}

.dxd-mom-icon-dxd-volume-high:before {
    content: "\e8b0";
}

.dxd-mom-icon-dxd-volume-medium:before {
    content: "\e8b1";
}

.dxd-mom-icon-dxd-volume-low:before {
    content: "\e8b2";
}

.dxd-mom-icon-dxd-volume:before {
    content: "\e8b3";
}

.dxd-mom-icon-dxd-mute:before {
    content: "\e8b4";
}

.dxd-mom-icon-dxd-lan:before {
    content: "\e8b5";
}

.dxd-mom-icon-dxd-lan2:before {
    content: "\e8b6";
}

.dxd-mom-icon-dxd-wifi:before {
    content: "\e8b7";
}

.dxd-mom-icon-dxd-wifi-lock:before {
    content: "\e8b8";
}

.dxd-mom-icon-dxd-wifi-blocked:before {
    content: "\e8b9";
}

.dxd-mom-icon-dxd-wifi-mid:before {
    content: "\e8ba";
}

.dxd-mom-icon-dxd-wifi-low:before {
    content: "\e8bb";
}

.dxd-mom-icon-dxd-wifi-low2:before {
    content: "\e8bc";
}

.dxd-mom-icon-dxd-wifi-alert:before {
    content: "\e8bd";
}

.dxd-mom-icon-dxd-wifi-alert-mid:before {
    content: "\e8be";
}

.dxd-mom-icon-dxd-wifi-alert-low:before {
    content: "\e8bf";
}

.dxd-mom-icon-dxd-wifi-alert-low2:before {
    content: "\e8c0";
}

.dxd-mom-icon-dxd-stream:before {
    content: "\e8c1";
}

.dxd-mom-icon-dxd-stream-check:before {
    content: "\e8c2";
}

.dxd-mom-icon-dxd-stream-error:before {
    content: "\e8c3";
}

.dxd-mom-icon-dxd-stream-alert:before {
    content: "\e8c4";
}

.dxd-mom-icon-dxd-communication:before {
    content: "\e8c5";
}

.dxd-mom-icon-dxd-communication-crossed:before {
    content: "\e8c6";
}

.dxd-mom-icon-dxd-broadcast:before {
    content: "\e8c7";
}

.dxd-mom-icon-dxd-antenna:before {
    content: "\e8c8";
}

.dxd-mom-icon-dxd-satellite:before {
    content: "\e8c9";
}

.dxd-mom-icon-dxd-satellite2:before {
    content: "\e8ca";
}

.dxd-mom-icon-dxd-mic:before {
    content: "\e8cb";
}

.dxd-mom-icon-dxd-mic-mute:before {
    content: "\e8cc";
}

.dxd-mom-icon-dxd-mic2:before {
    content: "\e8cd";
}

.dxd-mom-icon-dxd-spotlights:before {
    content: "\e8ce";
}

.dxd-mom-icon-dxd-hourglass:before {
    content: "\e8cf";
}

.dxd-mom-icon-dxd-loading:before {
    content: "\e8d0";
}

.dxd-mom-icon-dxd-loading2:before {
    content: "\e8d1";
}

.dxd-mom-icon-dxd-loading3:before {
    content: "\e8d2";
}

.dxd-mom-icon-dxd-refresh:before {
    content: "\e8d3";
}

.dxd-mom-icon-dxd-refresh2:before {
    content: "\e8d4";
}

.dxd-mom-icon-dxd-undo:before {
    content: "\e8d5";
}

.dxd-mom-icon-dxd-redo:before {
    content: "\e8d6";
}

.dxd-mom-icon-dxd-jump2:before {
    content: "\e8d7";
}

.dxd-mom-icon-dxd-undo2:before {
    content: "\e8d8";
}

.dxd-mom-icon-dxd-redo2:before {
    content: "\e8d9";
}

.dxd-mom-icon-dxd-sync:before {
    content: "\e8da";
}

.dxd-mom-icon-dxd-repeat-one2:before {
    content: "\e8db";
}

.dxd-mom-icon-dxd-sync-crossed:before {
    content: "\e8dc";
}

.dxd-mom-icon-dxd-sync2:before {
    content: "\e8dd";
}

.dxd-mom-icon-dxd-repeat-one3:before {
    content: "\e8de";
}

.dxd-mom-icon-dxd-sync-crossed2:before {
    content: "\e8df";
}

.dxd-mom-icon-dxd-return:before {
    content: "\e8e0";
}

.dxd-mom-icon-dxd-return2:before {
    content: "\e8e1";
}

.dxd-mom-icon-dxd-refund:before {
    content: "\e8e2";
}

.dxd-mom-icon-dxd-history:before {
    content: "\e8e3";
}

.dxd-mom-icon-dxd-history2:before {
    content: "\e8e4";
}

.dxd-mom-icon-dxd-self-timer:before {
    content: "\e8e5";
}

.dxd-mom-icon-dxd-clock:before {
    content: "\e8e6";
}

.dxd-mom-icon-dxd-clock2:before {
    content: "\e8e7";
}

.dxd-mom-icon-dxd-clock3:before {
    content: "\e8e8";
}

.dxd-mom-icon-dxd-watch:before {
    content: "\e8e9";
}

.dxd-mom-icon-dxd-alarm2:before {
    content: "\e8ea";
}

.dxd-mom-icon-dxd-alarm-add2:before {
    content: "\e8eb";
}

.dxd-mom-icon-dxd-alarm-remove:before {
    content: "\e8ec";
}

.dxd-mom-icon-dxd-alarm-check:before {
    content: "\e8ed";
}

.dxd-mom-icon-dxd-alarm-error:before {
    content: "\e8ee";
}

.dxd-mom-icon-dxd-timer:before {
    content: "\e8ef";
}

.dxd-mom-icon-dxd-timer-crossed:before {
    content: "\e8f0";
}

.dxd-mom-icon-dxd-timer2:before {
    content: "\e8f1";
}

.dxd-mom-icon-dxd-timer-crossed2:before {
    content: "\e8f2";
}

.dxd-mom-icon-dxd-download:before {
    content: "\e8f3";
}

.dxd-mom-icon-dxd-upload:before {
    content: "\e8f4";
}

.dxd-mom-icon-dxd-download2:before {
    content: "\e8f5";
}

.dxd-mom-icon-dxd-upload2:before {
    content: "\e8f6";
}

.dxd-mom-icon-dxd-enter-up:before {
    content: "\e8f7";
}

.dxd-mom-icon-dxd-enter-down:before {
    content: "\e8f8";
}

.dxd-mom-icon-dxd-enter-left:before {
    content: "\e8f9";
}

.dxd-mom-icon-dxd-enter-right:before {
    content: "\e8fa";
}

.dxd-mom-icon-dxd-exit-up:before {
    content: "\e8fb";
}

.dxd-mom-icon-dxd-exit-down:before {
    content: "\e8fc";
}

.dxd-mom-icon-dxd-exit-left:before {
    content: "\e8fd";
}

.dxd-mom-icon-dxd-exit-right:before {
    content: "\e8fe";
}

.dxd-mom-icon-dxd-enter-up2:before {
    content: "\e8ff";
}

.dxd-mom-icon-dxd-enter-down2:before {
    content: "\e900";
}

.dxd-mom-icon-dxd-enter-vertical:before {
    content: "\e901";
}

.dxd-mom-icon-dxd-enter-left2:before {
    content: "\e902";
}

.dxd-mom-icon-dxd-enter-right2:before {
    content: "\e903";
}

.dxd-mom-icon-dxd-enter-horizontal:before {
    content: "\e904";
}

.dxd-mom-icon-dxd-exit-up2:before {
    content: "\e905";
}

.dxd-mom-icon-dxd-exit-down2:before {
    content: "\e906";
}

.dxd-mom-icon-dxd-exit-left2:before {
    content: "\e907";
}

.dxd-mom-icon-dxd-exit-right2:before {
    content: "\e908";
}

.dxd-mom-icon-dxd-cli:before {
    content: "\e909";
}

.dxd-mom-icon-dxd-bug:before {
    content: "\e90a";
}

.dxd-mom-icon-dxd-code:before {
    content: "\e90b";
}

.dxd-mom-icon-dxd-file-code:before {
    content: "\e90c";
}

.dxd-mom-icon-dxd-file-image:before {
    content: "\e90d";
}

.dxd-mom-icon-dxd-file-zip:before {
    content: "\e90e";
}

.dxd-mom-icon-dxd-file-audio:before {
    content: "\e90f";
}

.dxd-mom-icon-dxd-file-video:before {
    content: "\e910";
}

.dxd-mom-icon-dxd-file-preview:before {
    content: "\e911";
}

.dxd-mom-icon-dxd-file-charts:before {
    content: "\e912";
}

.dxd-mom-icon-dxd-file-stats:before {
    content: "\e913";
}

.dxd-mom-icon-dxd-file-spreadsheet:before {
    content: "\e914";
}

.dxd-mom-icon-dxd-link:before {
    content: "\e915";
}

.dxd-mom-icon-dxd-unlink:before {
    content: "\e916";
}

.dxd-mom-icon-dxd-link2:before {
    content: "\e917";
}

.dxd-mom-icon-dxd-unlink2:before {
    content: "\e918";
}

.dxd-mom-icon-dxd-thumbs-up:before {
    content: "\e919";
}

.dxd-mom-icon-dxd-thumbs-down:before {
    content: "\e91a";
}

.dxd-mom-icon-dxd-thumbs-up2:before {
    content: "\e91b";
}

.dxd-mom-icon-dxd-thumbs-down2:before {
    content: "\e91c";
}

.dxd-mom-icon-dxd-thumbs-up3:before {
    content: "\e91d";
}

.dxd-mom-icon-dxd-thumbs-down3:before {
    content: "\e91e";
}

.dxd-mom-icon-dxd-share:before {
    content: "\e91f";
}

.dxd-mom-icon-dxd-share2:before {
    content: "\e920";
}

.dxd-mom-icon-dxd-share3:before {
    content: "\e921";
}

.dxd-mom-icon-dxd-magnifier:before {
    content: "\e922";
}

.dxd-mom-icon-dxd-file-search:before {
    content: "\e923";
}

.dxd-mom-icon-dxd-find-replace:before {
    content: "\e924";
}

.dxd-mom-icon-dxd-zoom-in:before {
    content: "\e925";
}

.dxd-mom-icon-dxd-zoom-out:before {
    content: "\e926";
}

.dxd-mom-icon-dxd-loupe:before {
    content: "\e927";
}

.dxd-mom-icon-dxd-loupe-zoom-in:before {
    content: "\e928";
}

.dxd-mom-icon-dxd-loupe-zoom-out:before {
    content: "\e929";
}

.dxd-mom-icon-dxd-cross:before {
    content: "\e92a";
}

.dxd-mom-icon-dxd-menu:before {
    content: "\e92b";
}

.dxd-mom-icon-dxd-list:before {
    content: "\e92c";
}

.dxd-mom-icon-dxd-list2:before {
    content: "\e92d";
}

.dxd-mom-icon-dxd-list3:before {
    content: "\e92e";
}

.dxd-mom-icon-dxd-menu2:before {
    content: "\e92f";
}

.dxd-mom-icon-dxd-list4:before {
    content: "\e930";
}

.dxd-mom-icon-dxd-menu3:before {
    content: "\e931";
}

.dxd-mom-icon-dxd-exclamation:before {
    content: "\e932";
}

.dxd-mom-icon-dxd-question:before {
    content: "\e933";
}

.dxd-mom-icon-dxd-check:before {
    content: "\e934";
}

.dxd-mom-icon-dxd-cross2:before {
    content: "\e935";
}

.dxd-mom-icon-dxd-plus:before {
    content: "\e936";
}

.dxd-mom-icon-dxd-minus:before {
    content: "\e937";
}

.dxd-mom-icon-dxd-percent:before {
    content: "\e938";
}

.dxd-mom-icon-dxd-chevron-up:before {
    content: "\e939";
}

.dxd-mom-icon-dxd-chevron-down:before {
    content: "\e93a";
}

.dxd-mom-icon-dxd-chevron-left:before {
    content: "\e93b";
}

.dxd-mom-icon-dxd-chevron-right:before {
    content: "\e93c";
}

.dxd-mom-icon-dxd-chevrons-expand-vertical:before {
    content: "\e93d";
}

.dxd-mom-icon-dxd-chevrons-expand-horizontal:before {
    content: "\e93e";
}

.dxd-mom-icon-dxd-chevrons-contract-vertical:before {
    content: "\e93f";
}

.dxd-mom-icon-dxd-chevrons-contract-horizontal:before {
    content: "\e940";
}

.dxd-mom-icon-dxd-arrow-up:before {
    content: "\e941";
}

.dxd-mom-icon-dxd-arrow-down:before {
    content: "\e942";
}

.dxd-mom-icon-dxd-arrow-left:before {
    content: "\e943";
}

.dxd-mom-icon-dxd-arrow-right:before {
    content: "\e944";
}

.dxd-mom-icon-dxd-arrow-up-right:before {
    content: "\e945";
}

.dxd-mom-icon-dxd-arrows-merge:before {
    content: "\e946";
}

.dxd-mom-icon-dxd-arrows-split:before {
    content: "\e947";
}

.dxd-mom-icon-dxd-arrow-divert:before {
    content: "\e948";
}

.dxd-mom-icon-dxd-arrow-return:before {
    content: "\e949";
}

.dxd-mom-icon-dxd-expand:before {
    content: "\e94a";
}

.dxd-mom-icon-dxd-contract:before {
    content: "\e94b";
}

.dxd-mom-icon-dxd-expand2:before {
    content: "\e94c";
}

.dxd-mom-icon-dxd-contract2:before {
    content: "\e94d";
}

.dxd-mom-icon-dxd-move:before {
    content: "\e94e";
}

.dxd-mom-icon-dxd-tab:before {
    content: "\e94f";
}

.dxd-mom-icon-dxd-arrow-wave:before {
    content: "\e950";
}

.dxd-mom-icon-dxd-expand3:before {
    content: "\e951";
}

.dxd-mom-icon-dxd-expand4:before {
    content: "\e952";
}

.dxd-mom-icon-dxd-contract3:before {
    content: "\e953";
}

.dxd-mom-icon-dxd-notification:before {
    content: "\e954";
}

.dxd-mom-icon-dxd-warning:before {
    content: "\e955";
}

.dxd-mom-icon-dxd-notification-circle:before {
    content: "\e956";
}

.dxd-mom-icon-dxd-question-circle:before {
    content: "\e957";
}

.dxd-mom-icon-dxd-menu-circle:before {
    content: "\e958";
}

.dxd-mom-icon-dxd-checkmark-circle:before {
    content: "\e959";
}

.dxd-mom-icon-dxd-cross-circle:before {
    content: "\e95a";
}

.dxd-mom-icon-dxd-plus-circle:before {
    content: "\e95b";
}

.dxd-mom-icon-dxd-circle-minus:before {
    content: "\e95c";
}

.dxd-mom-icon-dxd-percent-circle:before {
    content: "\e95d";
}

.dxd-mom-icon-dxd-arrow-up-circle:before {
    content: "\e95e";
}

.dxd-mom-icon-dxd-arrow-down-circle:before {
    content: "\e95f";
}

.dxd-mom-icon-dxd-arrow-left-circle:before {
    content: "\e960";
}

.dxd-mom-icon-dxd-arrow-right-circle:before {
    content: "\e961";
}

.dxd-mom-icon-dxd-chevron-up-circle:before {
    content: "\e962";
}

.dxd-mom-icon-dxd-chevron-down-circle:before {
    content: "\e963";
}

.dxd-mom-icon-dxd-chevron-left-circle:before {
    content: "\e964";
}

.dxd-mom-icon-dxd-chevron-right-circle:before {
    content: "\e965";
}

.dxd-mom-icon-dxd-backward-circle:before {
    content: "\e966";
}

.dxd-mom-icon-dxd-first-circle:before {
    content: "\e967";
}

.dxd-mom-icon-dxd-previous-circle:before {
    content: "\e968";
}

.dxd-mom-icon-dxd-stop-circle:before {
    content: "\e969";
}

.dxd-mom-icon-dxd-play-circle:before {
    content: "\e96a";
}

.dxd-mom-icon-dxd-pause-circle:before {
    content: "\e96b";
}

.dxd-mom-icon-dxd-next-circle:before {
    content: "\e96c";
}

.dxd-mom-icon-dxd-last-circle:before {
    content: "\e96d";
}

.dxd-mom-icon-dxd-forward-circle:before {
    content: "\e96e";
}

.dxd-mom-icon-dxd-eject-circle:before {
    content: "\e96f";
}

.dxd-mom-icon-dxd-crop:before {
    content: "\e970";
}

.dxd-mom-icon-dxd-frame-expand:before {
    content: "\e971";
}

.dxd-mom-icon-dxd-frame-contract:before {
    content: "\e972";
}

.dxd-mom-icon-dxd-focus:before {
    content: "\e973";
}

.dxd-mom-icon-dxd-transform:before {
    content: "\e974";
}

.dxd-mom-icon-dxd-grid:before {
    content: "\e975";
}

.dxd-mom-icon-dxd-grid-crossed:before {
    content: "\e976";
}

.dxd-mom-icon-dxd-layers:before {
    content: "\e977";
}

.dxd-mom-icon-dxd-layers-crossed:before {
    content: "\e978";
}

.dxd-mom-icon-dxd-toggle:before {
    content: "\e979";
}

.dxd-mom-icon-dxd-rulers:before {
    content: "\e97a";
}

.dxd-mom-icon-dxd-ruler:before {
    content: "\e97b";
}

.dxd-mom-icon-dxd-funnel:before {
    content: "\e97c";
}

.dxd-mom-icon-dxd-flip-horizontal:before {
    content: "\e97d";
}

.dxd-mom-icon-dxd-flip-vertical:before {
    content: "\e97e";
}

.dxd-mom-icon-dxd-flip-horizontal2:before {
    content: "\e97f";
}

.dxd-mom-icon-dxd-flip-vertical2:before {
    content: "\e980";
}

.dxd-mom-icon-dxd-angle:before {
    content: "\e981";
}

.dxd-mom-icon-dxd-angle2:before {
    content: "\e982";
}

.dxd-mom-icon-dxd-subtract:before {
    content: "\e983";
}

.dxd-mom-icon-dxd-combine:before {
    content: "\e984";
}

.dxd-mom-icon-dxd-intersect:before {
    content: "\e985";
}

.dxd-mom-icon-dxd-exclude:before {
    content: "\e986";
}

.dxd-mom-icon-dxd-align-center-vertical:before {
    content: "\e987";
}

.dxd-mom-icon-dxd-align-right:before {
    content: "\e988";
}

.dxd-mom-icon-dxd-align-bottom:before {
    content: "\e989";
}

.dxd-mom-icon-dxd-align-left:before {
    content: "\e98a";
}

.dxd-mom-icon-dxd-align-center-horizontal:before {
    content: "\e98b";
}

.dxd-mom-icon-dxd-align-top:before {
    content: "\e98c";
}

.dxd-mom-icon-dxd-square:before {
    content: "\e98d";
}

.dxd-mom-icon-dxd-plus-square:before {
    content: "\e98e";
}

.dxd-mom-icon-dxd-minus-square:before {
    content: "\e98f";
}

.dxd-mom-icon-dxd-percent-square:before {
    content: "\e990";
}

.dxd-mom-icon-dxd-arrow-up-square:before {
    content: "\e991";
}

.dxd-mom-icon-dxd-arrow-down-square:before {
    content: "\e992";
}

.dxd-mom-icon-dxd-arrow-left-square:before {
    content: "\e993";
}

.dxd-mom-icon-dxd-arrow-right-square:before {
    content: "\e994";
}

.dxd-mom-icon-dxd-chevron-up-square:before {
    content: "\e995";
}

.dxd-mom-icon-dxd-chevron-down-square:before {
    content: "\e996";
}

.dxd-mom-icon-dxd-chevron-left-square:before {
    content: "\e997";
}

.dxd-mom-icon-dxd-chevron-right-square:before {
    content: "\e998";
}

.dxd-mom-icon-dxd-check-square:before {
    content: "\e999";
}

.dxd-mom-icon-dxd-cross-square:before {
    content: "\e99a";
}

.dxd-mom-icon-dxd-menu-square:before {
    content: "\e99b";
}

.dxd-mom-icon-dxd-prohibited:before {
    content: "\e99c";
}

.dxd-mom-icon-dxd-circle:before {
    content: "\e99d";
}

.dxd-mom-icon-dxd-radio-button:before {
    content: "\e99e";
}

.dxd-mom-icon-dxd-ligature:before {
    content: "\e99f";
}

.dxd-mom-icon-dxd-text-format:before {
    content: "\e9a0";
}

.dxd-mom-icon-dxd-text-format-remove:before {
    content: "\e9a1";
}

.dxd-mom-icon-dxd-text-size:before {
    content: "\e9a2";
}

.dxd-mom-icon-dxd-bold:before {
    content: "\e9a3";
}

.dxd-mom-icon-dxd-italic:before {
    content: "\e9a4";
}

.dxd-mom-icon-dxd-underline:before {
    content: "\e9a5";
}

.dxd-mom-icon-dxd-strikethrough:before {
    content: "\e9a6";
}

.dxd-mom-icon-dxd-highlight:before {
    content: "\e9a7";
}

.dxd-mom-icon-dxd-text-align-left:before {
    content: "\e9a8";
}

.dxd-mom-icon-dxd-text-align-center:before {
    content: "\e9a9";
}

.dxd-mom-icon-dxd-text-align-right:before {
    content: "\e9aa";
}

.dxd-mom-icon-dxd-text-align-justify:before {
    content: "\e9ab";
}

.dxd-mom-icon-dxd-line-spacing:before {
    content: "\e9ac";
}

.dxd-mom-icon-dxd-indent-increase:before {
    content: "\e9ad";
}

.dxd-mom-icon-dxd-indent-decrease:before {
    content: "\e9ae";
}

.dxd-mom-icon-dxd-text-wrap:before {
    content: "\e9af";
}

.dxd-mom-icon-dxd-pilcrow:before {
    content: "\e9b0";
}

.dxd-mom-icon-dxd-direction-ltr:before {
    content: "\e9b1";
}

.dxd-mom-icon-dxd-direction-rtl:before {
    content: "\e9b2";
}

.dxd-mom-icon-dxd-page-break:before {
    content: "\e9b3";
}

.dxd-mom-icon-dxd-page-break2:before {
    content: "\e9b4";
}

.dxd-mom-icon-dxd-sort-alpha-asc:before {
    content: "\e9b5";
}

.dxd-mom-icon-dxd-sort-alpha-desc:before {
    content: "\e9b6";
}

.dxd-mom-icon-dxd-sort-numeric-asc:before {
    content: "\e9b7";
}

.dxd-mom-icon-dxd-sort-numeric-desc:before {
    content: "\e9b8";
}

.dxd-mom-icon-dxd-sort-amount-asc:before {
    content: "\e9b9";
}

.dxd-mom-icon-dxd-sort-amount-desc:before {
    content: "\e9ba";
}

.dxd-mom-icon-dxd-sort-time-asc:before {
    content: "\e9bb";
}

.dxd-mom-icon-dxd-sort-time-desc:before {
    content: "\e9bc";
}

.dxd-mom-icon-dxd-sigma:before {
    content: "\e9bd";
}

.dxd-mom-icon-dxd-pencil-line:before {
    content: "\e9be";
}

.dxd-mom-icon-dxd-hand:before {
    content: "\e9bf";
}

.dxd-mom-icon-dxd-pointer-up:before {
    content: "\e9c0";
}

.dxd-mom-icon-dxd-pointer-right:before {
    content: "\e9c1";
}

.dxd-mom-icon-dxd-pointer-down:before {
    content: "\e9c2";
}

.dxd-mom-icon-dxd-pointer-left:before {
    content: "\e9c3";
}

.dxd-mom-icon-dxd-finger-tap:before {
    content: "\e9c4";
}

.dxd-mom-icon-dxd-fingers-tap:before {
    content: "\e9c5";
}

.dxd-mom-icon-dxd-reminder:before {
    content: "\e9c6";
}

.dxd-mom-icon-dxd-fingers-crossed:before {
    content: "\e9c7";
}

.dxd-mom-icon-dxd-fingers-victory:before {
    content: "\e9c8";
}

.dxd-mom-icon-dxd-gesture-zoom:before {
    content: "\e9c9";
}

.dxd-mom-icon-dxd-gesture-pinch:before {
    content: "\e9ca";
}

.dxd-mom-icon-dxd-fingers-scroll-horizontal:before {
    content: "\e9cb";
}

.dxd-mom-icon-dxd-fingers-scroll-vertical:before {
    content: "\e9cc";
}

.dxd-mom-icon-dxd-fingers-scroll-left:before {
    content: "\e9cd";
}

.dxd-mom-icon-dxd-fingers-scroll-right:before {
    content: "\e9ce";
}

.dxd-mom-icon-dxd-hand2:before {
    content: "\e9cf";
}

.dxd-mom-icon-dxd-pointer-up2:before {
    content: "\e9d0";
}

.dxd-mom-icon-dxd-pointer-right2:before {
    content: "\e9d1";
}

.dxd-mom-icon-dxd-pointer-down2:before {
    content: "\e9d2";
}

.dxd-mom-icon-dxd-pointer-left2:before {
    content: "\e9d3";
}

.dxd-mom-icon-dxd-finger-tap2:before {
    content: "\e9d4";
}

.dxd-mom-icon-dxd-fingers-tap2:before {
    content: "\e9d5";
}

.dxd-mom-icon-dxd-reminder2:before {
    content: "\e9d6";
}

.dxd-mom-icon-dxd-gesture-zoom2:before {
    content: "\e9d7";
}

.dxd-mom-icon-dxd-gesture-pinch2:before {
    content: "\e9d8";
}

.dxd-mom-icon-dxd-fingers-scroll-horizontal2:before {
    content: "\e9d9";
}

.dxd-mom-icon-dxd-fingers-scroll-vertical2:before {
    content: "\e9da";
}

.dxd-mom-icon-dxd-fingers-scroll-left2:before {
    content: "\e9db";
}

.dxd-mom-icon-dxd-fingers-scroll-right2:before {
    content: "\e9dc";
}

.dxd-mom-icon-dxd-fingers-scroll-vertical3:before {
    content: "\e9dd";
}

.dxd-mom-icon-dxd-border-style:before {
    content: "\e9de";
}

.dxd-mom-icon-dxd-border-all:before {
    content: "\e9df";
}

.dxd-mom-icon-dxd-border-outer:before {
    content: "\e9e0";
}

.dxd-mom-icon-dxd-border-inner:before {
    content: "\e9e1";
}

.dxd-mom-icon-dxd-border-top:before {
    content: "\e9e2";
}

.dxd-mom-icon-dxd-border-horizontal:before {
    content: "\e9e3";
}

.dxd-mom-icon-dxd-border-bottom:before {
    content: "\e9e4";
}

.dxd-mom-icon-dxd-border-left:before {
    content: "\e9e5";
}

.dxd-mom-icon-dxd-border-vertical:before {
    content: "\e9e6";
}

.dxd-mom-icon-dxd-border-right:before {
    content: "\e9e7";
}

.dxd-mom-icon-dxd-border-none:before {
    content: "\e9e8";
}

.dxd-mom-icon-dxd-ellipsis:before {
    content: "\e9e9";
}

.dxd-mom-icon-dxd-uni21:before {
    content: "\21";
}

.dxd-mom-icon-dxd-uni22:before {
    content: "\22";
}

.dxd-mom-icon-dxd-uni23:before {
    content: "\23";
}

.dxd-mom-icon-dxd-uni24:before {
    content: "\24";
}

.dxd-mom-icon-dxd-uni25:before {
    content: "\25";
}

.dxd-mom-icon-dxd-uni26:before {
    content: "\26";
}

.dxd-mom-icon-dxd-uni27:before {
    content: "\27";
}

.dxd-mom-icon-dxd-uni28:before {
    content: "\28";
}

.dxd-mom-icon-dxd-uni29:before {
    content: "\29";
}

.dxd-mom-icon-dxd-uni2a:before {
    content: "\2a";
}

.dxd-mom-icon-dxd-uni2b:before {
    content: "\2b";
}

.dxd-mom-icon-dxd-uni2c:before {
    content: "\2c";
}

.dxd-mom-icon-dxd-uni2d:before {
    content: "\2d";
}

.dxd-mom-icon-dxd-uni2e:before {
    content: "\2e";
}

.dxd-mom-icon-dxd-uni2f:before {
    content: "\2f";
}

.dxd-mom-icon-dxd-uni30:before {
    content: "\30";
}

.dxd-mom-icon-dxd-uni31:before {
    content: "\31";
}

.dxd-mom-icon-dxd-uni32:before {
    content: "\32";
}

.dxd-mom-icon-dxd-uni33:before {
    content: "\33";
}

.dxd-mom-icon-dxd-uni34:before {
    content: "\34";
}

.dxd-mom-icon-dxd-uni35:before {
    content: "\35";
}

.dxd-mom-icon-dxd-uni36<div><br></div>:before {
    content: "\36";
}

.dxd-mom-icon-dxd-uni37:before {
    content: "\37";
}

.dxd-mom-icon-dxd-uni38:before {
    content: "\38";
}

.dxd-mom-icon-dxd-uni39:before {
    content: "\39";
}

.dxd-mom-icon-dxd-uni3a:before {
    content: "\3a";
}

.dxd-mom-icon-dxd-uni3b:before {
    content: "\3b";
}

.dxd-mom-icon-dxd-uni3c:before {
    content: "\3c";
}

.dxd-mom-icon-dxd-uni3d:before {
    content: "\3d";
}

.dxd-mom-icon-dxd-uni3e:before {
    content: "\3e";
}

.dxd-mom-icon-dxd-uni3f:before {
    content: "\3f";
}

.dxd-mom-icon-dxd-uni40:before {
    content: "\40";
}

.dxd-mom-icon-dxd-uni41:before {
    content: "\41";
}

.dxd-mom-icon-dxd-uni42:before {
    content: "\42";
}

.dxd-mom-icon-dxd-uni43:before {
    content: "\43";
}

.dxd-mom-icon-dxd-uni44:before {
    content: "\44";
}

.dxd-mom-icon-dxd-uni45:before {
    content: "\45";
}

.dxd-mom-icon-dxd-uni46:before {
    content: "\46";
}

.dxd-mom-icon-dxd-uni47:before {
    content: "\47";
}

.dxd-mom-icon-dxd-uni48:before {
    content: "\48";
}

.dxd-mom-icon-dxd-uni49:before {
    content: "\49";
}

.dxd-mom-icon-dxd-uni4a:before {
    content: "\4a";
}

.dxd-mom-icon-dxd-uni4b:before {
    content: "\4b";
}

.dxd-mom-icon-dxd-uni4c:before {
    content: "\4c";
}

.dxd-mom-icon-dxd-uni4d:before {
    content: "\4d";
}

.dxd-mom-icon-dxd-uni4e:before {
    content: "\4e";
}

.dxd-mom-icon-dxd-uni4f:before {
    content: "\4f";
}

.dxd-mom-icon-dxd-uni50:before {
    content: "\50";
}

.dxd-mom-icon-dxd-uni51:before {
    content: "\51";
}

.dxd-mom-icon-dxd-uni52:before {
    content: "\52";
}

.dxd-mom-icon-dxd-uni53:before {
    content: "\53";
}

.dxd-mom-icon-dxd-uni54:before {
    content: "\54";
}

.dxd-mom-icon-dxd-uni55:before {
    content: "\55";
}

.dxd-mom-icon-dxd-uni56:before {
    content: "\56";
}

.dxd-mom-icon-dxd-uni57:before {
    content: "\57";
}

.dxd-mom-icon-dxd-uni58:before {
    content: "\58";
}

.dxd-mom-icon-dxd-uni59:before {
    content: "\59";
}

.dxd-mom-icon-dxd-uni5a:before {
    content: "\5a";
}

.dxd-mom-icon-dxd-uni5b:before {
    content: "\5b";
}

.dxd-mom-icon-dxd-uni5c:before {
    content: "\5c";
}

.dxd-mom-icon-dxd-uni5d:before {
    content: "\5d";
}

.dxd-mom-icon-dxd-uni5e:before {
    content: "\5e";
}

.dxd-mom-icon-dxd-uni5f:before {
    content: "\5f";
}

.dxd-mom-icon-dxd-uni60:before {
    content: "\60";
}

.dxd-mom-icon-dxd-uni61:before {
    content: "\61";
}

.dxd-mom-icon-dxd-uni62:before {
    content: "\62";
}

.dxd-mom-icon-dxd-uni63:before {
    content: "\63";
}

.dxd-mom-icon-dxd-uni64:before {
    content: "\64";
}

.dxd-mom-icon-dxd-uni65:before {
    content: "\65";
}

.dxd-mom-icon-dxd-uni66:before {
    content: "\66";
}

.dxd-mom-icon-dxd-uni67:before {
    content: "\67";
}

.dxd-mom-icon-dxd-uni68:before {
    content: "\68";
}

.dxd-mom-icon-dxd-uni69:before {
    content: "\69";
}

.dxd-mom-icon-dxd-uni6a:before {
    content: "\6a";
}

.dxd-mom-icon-dxd-uni6b:before {
    content: "\6b";
}

.dxd-mom-icon-dxd-uni6c:before {
    content: "\6c";
}

.dxd-mom-icon-dxd-uni6d:before {
    content: "\6d";
}

.dxd-mom-icon-dxd-uni6e:before {
    content: "\6e";
}

.dxd-mom-icon-dxd-uni6f:before {
    content: "\6f";
}

.dxd-mom-icon-dxd-uni70:before {
    content: "\70";
}

.dxd-mom-icon-dxd-uni71:before {
    content: "\71";
}

.dxd-mom-icon-dxd-uni72:before {
    content: "\72";
}

.dxd-mom-icon-dxd-uni73:before {
    content: "\73";
}

.dxd-mom-icon-dxd-uni74:before {
    content: "\74";
}

.dxd-mom-icon-dxd-uni75:before {
    content: "\75";
}

.dxd-mom-icon-dxd-uni76:before {
    content: "\76";
}

.dxd-mom-icon-dxd-uni77:before {
    content: "\77";
}

.dxd-mom-icon-dxd-uni78:before {
    content: "\78";
}

.dxd-mom-icon-dxd-uni79:before {
    content: "\79";
}

.dxd-mom-icon-dxd-uni7a:before {
    content: "\7a";
}

.dxd-mom-icon-dxd-uni7b:before {
    content: "\7b";
}

.dxd-mom-icon-dxd-uni7c:before {
    content: "\7c";
}

.dxd-mom-icon-dxd-uni7d:before {
    content: "\7d";
}

.dxd-mom-icon-dxd-uni7e:before {
    content: "\7e";
}

.dxd-mom-icon-dxd-copyright:before {
    content: "\a9";
}

@font-face {
    font-family: 'mom-custom';
    src: url('../fonts/custom-icons/icomoon.eot?3s0dn5');
    src: url('../fonts/custom-icons/icomoon.eot?3s0dn5#iefix') format('embedded-opentype'), url('../fonts/custom-icons/icomoon.ttf?3s0dn5') format('truetype'), url('../fonts/custom-icons/icomoon.woff?3s0dn5') format('woff'), url('../fonts/custom-icons/icomoon.svg?3s0dn5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* [class^="icon-mom-"],
[class*=" icon-mom-"] {
    


 }*/

.dxd-mom-icon-mom-my-info-field:before {
    content: "\e900";
    font-size: 1.5em;
    position: absolute;
    top: 1.3em;
    left: -0.8em;
    font-family: 'mom-custom' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Expandable table */

table.dxd-mom-table-expandable>tbody>tr:nth-child(odd) {
    cursor: pointer;
}

table.dxd-mom-table-expandable.table-hover>tbody>tr:nth-child(even):hover td {
    background-color: white;
}

table.dxd-mom-table-expandable>tbody>tr div.dxd-mom-table-expandable-arrow {
    border: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid black;
}

table.dxd-mom-table-expandable>tbody>tr div.dxd-mom-table-expandable-arrow.up {
    border: none;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
}

table.dxd-mom-table-expandable.bt>tbody>tr:nth-child(even)>td {
    display: none;
}

table th,
table td {
    padding: 0.7em 1em;
    text-align: left;
    border: 1px 0 1px 0 solid #ACB3BF;
}

table th {
    background: #D6DBE5;
    text-transform: uppercase;
}

tbody tr td {
    background: #eee;
}

tbody tr:nth-of-type(4n+1) td {
    background: #fafafa;
}

tbody tr:nth-of-type(4n+2) td {
    background: #e0e0e0;
}

.bt .dxd-mom-table-expandable-cell {
    display: none;
}

.dxd-mom-expandable-table-bt-link {
    display: none;
}

.bt .dxd-mom-expandable-table-bt-link {
    display: block;
}


/* Override */

.dxd-mom-expandable-table-bt-link:before {
    content: " " !important;
}


/* editable table */

.dxd-mom-table-edit {
    color: #333333;
    margin: 10px auto;
    min-width: 920px;
}

.dxd-mom-table-edit-title {
    border: none;
    border-left: 6px solid #FFB74D;
    margin: 25px 0px;
    padding: 0px 14px;
    height: 26px;
    vertical-align: middle;
    color: #333333;
}

.dxd-mom-table-edit-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.5rem;
    color: #333333;
}

.dxd-mom-no-wrap {
    white-space: nowrap;
}

.dxd-mom-table-edit-header {
    display: block;
}

.dxd-mom-table-edit-buttons {
    display: inline-block;
    spacing: 20px;
}

.dxd-mom-table-edit-buttons .dxd-mom-btn {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 30px;
    margin-bottom: 15px;
    text-align: center;
}

.dxd-mom-paging {
    display: inline-block;
    line-height: 1.5em;
    float: right;
    vertical-align: middle;
    padding-top: 0.4em;
}

.dxd-mom-paging .dxd-mom-paging-itemcount {
    display: inline-block;
    line-height: 25px;
}

.dxd-mom-paging-itemcount ul {
    background: #fff;
}

.dxd-mom-paging-itemcount li {
    display: block;
    position: relative;
    text-align: left;
}

.dxd-mom-paging-itemcount li a {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 35px;
    background: #fff;
    margin: 0px;
}

.dxd-mom-paging-itemcount li a:hover {
    color: #000;
    background: #A2A2A2;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-itemcount {
    display: none;
    position: absolute;
    z-index: 999;
    left: -35px;
    top: 10px;
    padding: 0px;
    background: #fff;
    width: 38px;
    text-align: center;
    border: 1px solid #A2A2A2;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-itemcount li {
    background: #fff;
    margin: 0px;
}

.dxd-mom-paging-itemcount li:hover ul.dxd-mom-itemcount {
    display: block;
}

.dxd-mom-paging-itemcount li ul.dxd-mom-dropdown li {
    display: block;
    background: #fff;
}

.dxd-mom-simple-drop-down ul {}

.dxd-mom-simple-drop-down li {
    display: block;
    position: relative;
    text-align: left;
}

.dxd-mom-simple-drop-down li a {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 0px;
}

.dxd-mom-simple-drop-down li a:hover {
    color: #000;
    background: #A2A2A2;
}

.dxd-mom-simple-drop-down li ul.dxd-mom-drop-down-item {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
    text-align: center;
    border: 1px solid #A2A2A2;
    margin: 0px;
}

.dxd-mom-simple-drop-down li ul.dxd-mom-drop-down-item li {
    background: #fff;
    margin: 0px;
}

.dxd-mom-simple-drop-down li:hover ul.dxd-mom-drop-down-item {
    visibility: visible;
}

.dxd-mom-simple-drop-down li ul.dxd-mom-drop-down-item li {
    display: block;
    background: #fff;
}

@media only screen and (max-device-width: 800px),
only screen and (max-width: 800px) {
    .dxd-mom-table-edit-list {
        min-width: 10px;
    }
    .dxd-mom-table-edit-buttons {
        position: static;
        bottom: 0px;
        left: 75px;
        margin: 15px;
        width: 90%;
    }
    .dxd-mom-table-edit-buttons .dxd-mom-btn {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
        text-align: center;
        margin-bottom: 0;
    }
    .dxd-mom-paging {
        float: none;
        width: 100%;
    }
    .dxd-mom-paging :not(.dxd-mom-phone) {
        display: none;
    }
    .dxd-mom-paging .dxd-mom-page-list {
        float: right;
    }
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #e4ebeb;
    font-size: 1rem;
    color: #333!important;
}

table th,
table td {
    /*padding: 10px 12px;*/
    padding: 0.7em 1em;
    text-align: left;
}

table th {
    background: #D6DBE5;
    text-transform: uppercase;
}

table tr td {
    /*background: #eaf3f5;*/
    background: #eee;
}

table tr:nth-of-type(2n+2) td {
    background: #fafafa;
}

tbody tr:nth-of-type(2n+1) td {
    background: #e0e0e0;
}

table.bt tbody td {
    font-size: 1rem;
    padding: 0;
}

table.bt tbody td:before {
    background: #D6DBE5;
    margin-right: 10px;
    padding: 2px 10px;
    height: 100%
}

table.bt tbody td .bt-content {
    padding: 2px 5px;
}

table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

table.bt thead {
    display: none;
}

table.bt tbody td {
    display: block;
    vertical-align: middle;
    word-wrap: break-word;
    position: relative;
    padding-right: 8em;
}

table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 8em;
    display: block;
    float: left;
    position: absolute;
}

table.bt tbody td.bt-hide {
    display: none;
}

table.bt tbody td .bt-content {
    vertical-align: top;
    display: block;
    left: 8em;
    position: relative
}

.dxd-mom-bt-wrapper.dxd-mom-active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.dxd-mom-double-height-table .dxd-mom-success {
    color: #468847
}

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

.dxd-mom-dropdown,
.dxd-mom-dropup {
    position: relative
}

.dxd-mom-dropdown-toggle:focus {
    outline: 0
}

.dxd-mom-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: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

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

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

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

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

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

.dxd-mom-dropdown-menu>.dxd-mom-disabled>a,
.dxd-mom-dropdown-menu>.dxd-mom-disabled>a:focus,
.dxd-mom-dropdown-menu>.dxd-mom-disabled>a:hover {
    /* color: #777 */
    color: #555455;
}

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

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

.dxd-mom-open>a {
    outline: 0
}

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

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

.dxd-mom-dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    /* color: #777; */
    color: #555455;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dxd-mom-btn-group>.dxd-mom-btn:first-child {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

.dxd-mom-btn-group.dxd-mom-open .dxd-mom-dropdown-toggle.dxd-mom-btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dxd-mom-btn .dxd-mom-caret {
    margin-left: 0
}

.dxd-mom-btn-lg .dxd-mom-caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dxd-mom-dropup .dxd-mom-btn-lg .dxd-mom-caret {
    border-width: 0 5px 5px
}

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

.dxd-mom-pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

.dxd-mom-pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.dxd-mom-pager li {
    display: inline
}

.dxd-mom-pager li>a,
.dxd-mom-pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.dxd-mom-pager li>a:focus,
.dxd-mom-pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.dxd-mom-pager .dxd-mom-next>a,
.dxd-mom-pager .dxd-mom-next>span {
    float: right
}

.dxd-mom-pager .dxd-mom-previous>a,
.dxd-mom-pager .dxd-mom-previous>span {
    float: left
}

.dxd-mom-pager .dxd-mom-disabled>a,
.dxd-mom-pager .dxd-mom-disabled>a:focus,
.dxd-mom-pager .dxd-mom-disabled>a:hover,
.dxd-mom-pager .dxd-mom-disabled>span {
    /* color: #777; */
    color: #555455;
    cursor: not-allowed;
    background-color: #fff
}

.dxd-mom-editable-table td {
    outline: none;
}

.dxd-mom-editable-row td {
    vertical-align: bottom;
}

.dxd-mom-editable-row td div {
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px #ccc solid;
    border-radius: 0;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
    margin-bottom: 5px;
}

.dxd-mom-table-editable-input {
    border: none;
    outline: none;
    border-bottom: 1px solid #B25A00;
}

.dxd-mom-editable-row .dxd-mom-active-cell,
.dxd-mom-editable-roe td:focus {
    border-bottom: none;
}

.dxd-mom-row-save-link {
    display: none;
}

.dxd-mom-row-edit-link {
    display: inline-block;
}

.dxd-mom-editable-row .dxd-mom-row-save-link {
    display: inline-block;
}

.dxd-mom-editable-row .dxd-mom-row-edit-link {
    display: none;
}


/* Survey Progress */

.dxd-mom-survey-progress {
    margin: 0.5em;
}

.dxd-mom-survey-progress-title {
    display: block;
    margin-bottom: 0.5em;
}

.dxd-mom-survey-progress-indicator {
    height: 10px;
    /* Can be anything */
    position: relative;
    background: #eee;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
    box-sizing: content-box;
    width: 70%;
    display: inline-block;
}

.dxd-mom-survey-progress-indicator>span {
    display: block;
    height: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgb(43, 194, 83);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    width: attr('progress');
}

.dxd-mom-survey-progress-text {
    font-size: 0.7em;
    width: 30%;
    display: inline;
}

@media only screen and (max-device-width: 1024px),
only screen and (max-width: 1024px) {
    .dxd-mom-survey-progress-indicator {
        width: 100%;
    }
    .dxd-mom-survey-progress-text {
        display: block;
        text-align: center;
        width: 100%;
    }
}


/* selection panel */

.dxd-mom-selection-panel {
    width: 100%;
    text-align: center;
    position: relative;
}

.dxd-mom-selection-panel-option .dxd-mom-circle-div {
    background-color: #FFB74D;
    border: 1px solid #D38D27;
    margin-bottom: 0.3em;
    color: #333;
    position: relative;
}

.dxd-mom-selection-panel-option .dxd-mom-icon::before{
    position: absolute;
    top: 24px;
    left: 38px;
}

.dxd-mom-selection-panel ul {
    list-style: none;
    width: 90%;
    text-align: justify;
}

.dxd-mom-selection-panel ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.dxd-mom-selection-panel ul:before {
    content: '';
    display: block;
}

.dxd-mom-selection-panel ul li {
    display: inline-block;
    width: 8em;
    text-align: center;
    font-weight: bold;
    color: #006EAB;
    margin-top: 1em;
    cursor: pointer;
}

.dxd-mom-selection-panel ul li:active .circle-div {
    box-shadow: 1px -1px 1px #D38D27;
}

.dxd-mom-selection-panel ul li a {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
}

.dxd-mom-selection-panel ul li a:active,
.dxd-mom-selection-panel ul li a:hover {
    background-color: transparent;
    outline: none;
    border: none;
    outline-color: transparent;
    box-shadow: none;
}

.dxd-mom-selection-panel-option-text {
    width: 100%;
}

@media only screen and (max-device-width: 1024px),
only screen and (max-width: 1024px) {
    .dxd-mom-selection-panel ul li {
        display: block;
        text-align: center;
        margin: 1em auto;
    }
    .dxd-mom-selection-panel ul {
        list-style: none;
        width: 90%;
        text-align: center;
    }
}


/* persom card */

.dxd-mom-person-card {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #EEEEEE;
    padding: 2em;
    margin: 1px;
}

.dxd-mom-card-icon {
    display: inline-block;
    float: left;
}

.dxd-mom-card-icon i {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    border: 1px #333 solid;
    font-size: 4em;
    text-align: center;
    line-height: 2em;
}

.dxd-mom-person-card-badge {
    display: inline-block;
    float: right;
    background-color: #FF5050;
    padding: 0.5em 1em;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    border-radius: 2em;
    line-height: 2em;
    color: #ffffff;
    min-width: 24%;
    margin-top: -2em;
}

.dxd-mom-person-details {
    display: inline-block;
    margin: 0;
}

.dxd-mom-person-title {
    font-size: 2em;
    width: 100%;
}

.dxd-mom-person-card-actions {
    display: inline-block;
    width: 100%;
}

.person-card-actions a {
    width: 40%;
    text-align: center;
}

@media only screen and (max-device-width: 1024px),
only screen and (max-width: 1024px) {
    .dxd-mom-person-card {
        text-align: center;
        padding: 1em;
    }
    .dxd-mom-card-icon,
    .dxd-mom-person-title {
        float: none;
        text-align: center;
        margin-bottom: 2em;
        width: 100%;
    }
    .dxd-mom-person-card-badge {
        float: none;
        text-align: center;
        margin-bottom: 2em;
        max-width: 80%;
        width: 70%;
    }
    .dxd-mom-person-details {
        float: none;
        width: 100%;
        text-align: center;
    }
    .dxd-mom-person-details dd,
    .dxd-mom-person-details dt {
        display: block;
        width: 100%;
        text-align: left;
    }
    .dxd-mom-person-card-actions a {
        width: 100%;
        text-align: center;
    }
}


/* V3 CSS changes */


/* header new SG govt banner */

.dxd-mom-sg-header {
    background: rgb(240, 240, 240);
    /* display: grid; */
}

.dxd-mom-sg-header a:hover {
    text-decoration: none;
    color: #333;
}

.dxd-mom-sg-header-container {
    /* margin: 0 2%; */
    padding: 5px 0px;
    align-items: center;
}

.dxd-mom-sg-header a {
    text-decoration: none;
    color: #333;
}

.sgds-icon {
    font-size: 22px;
}

.dxd-mom-sg-header-text {
    margin-bottom: 5px;
    align-items: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    font-size: 0.875rem;
    vertical-align: 2px;
    margin-left: 1px !important;
}


/* mobile positioning and styling */

@media (max-width: 700px) {
    .dxd-mom-sg-header-container {
        text-align: center;
    }
    .dxd-mom-sg-header-text {
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
        font-size: 0.875rem;
    }
    .dxd-mom-prompt-title {
        font-size: 1.5em;
    }
    .dxd-mom-success-prompt i {
        vertical-align: 5px !important;
    }
}


/*Footer changes */

.dxd-mom-footer {
    /* display: grid; */
    background: #181C2F;
    padding: 20px 0px;
    width: 100%;
    float: left;
}

.dxd-mom-footer-container {
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
}

ul.dxd-mom-footer-left {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: inline;
    width: 100%;
}

ul.dxd-mom-footer-right {
    width: 100%;
    margin: 0px;
}

.dxd-mom-footer-right li {
    line-height: 1.5rem;
}

ul.dxd-mom-footer-left {
    display: inline;
}

.dxd-mom-footer li a {
    color: #fff;
    font-family: "Open Sans" !important;
    font-size: 14px;
    cursor: pointer;
}

.dxd-mom-footer li a {
    color: #fff;
    font-family: "Open Sans" !important;
    font-size: 14px;
}

.dxd-mom-footer li a:hover {
    color: #fff;
    text-decoration: none;
}

.dxd-mom-footer-left li {
    display: inline;
    padding-right: 15px;
}

.dxd-mom-footer-right li {
    display: list-item;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}

.dxd-mom-footer-right li:first-child {
    display: list-item;
    padding-left: 0px;
}

.dxd-mom-footer-right {
    text-align: right;
    float: right !important;
}

@media (max-width: 960px) {
    .dxd-mom-footer-container {
        width: 100%;
        float: left;
        padding: 0px;
    }
}


/* mobile positioning and styling */

@media (max-width: 700px) {
    .dxd-mom-footer-container {
        width: 100%;
        float: left;
        padding: 0px;
    }
    .dxd-mom-footer-left {
        width: 100%;
        float: left;
    }
    .dxd-mom-footer-right {
        width: 100%;
        float: left;
        margin-top: 15px !important;
        text-align: left;
    }
    .dxd-mom-footer-container li {
        width: 100%;
        float: left;
    }
    .dxd-mom-footer-right li {
        padding-left: 0px;
    }
}


/* On screens that are 992px or less, set the background color to blue */

@media screen and (max-width: 992px) {
    .dxd-mom-footer {
        padding: 20px;
    }
    .dxd-mom-footer .dxd-mom-footer-left {
        width: 100%;
        float: left;
    }
    .dxd-mom-footer .dxd-mom-footer-right {
        width: 100%;
        float: left;
        text-align: left !important;
    }
}


/* On screens that are 600px or less, set the background color to olive */

@media screen and (max-width: 600px) {
    .dxd-mom-footer {
        padding: 20px;
    }
    .dxd-mom-footer .dxd-mom-footer-left {
        width: 100%;
        float: left;
    }
    .dxd-mom-footer .dxd-mom-footer-right {
        width: 100%;
        float: left;
        text-align: left !important;
    }
}


/* loader component */

.loader12 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: loader12-u6338d783 1s linear alternate infinite;
    top: 50%;
    margin: -50px auto 0;
}

@keyframes loader12-u6338d783 {
    0% {
        box-shadow: -60px 40px 0 2px #0052ec, -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    25% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 2px #0052ec, 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    50% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 2px #0052ec, 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    75% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 2px #0052ec, 60px 40px 0 0 rgba(0, 82, 236, 0.2);
    }
    100% {
        box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 2px #0052ec;
    }
}


/* offline js theme*/


/* line 4, ../sass/_offline-theme-base.sass */

.offline-ui,
.offline-ui *,
.offline-ui:before,
.offline-ui:after,
.offline-ui *:before,
.offline-ui *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* line 7, ../sass/_offline-theme-base.sass */

.offline-ui {
    display: none;
    position: fixed;
    background: white;
    z-index: 2000;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}


/* line 17, ../sass/_offline-theme-base.sass */

.offline-ui .offline-ui-content:before {
    display: inline;
}


/* line 20, ../sass/_offline-theme-base.sass */

.offline-ui .offline-ui-retry {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
}


/* line 24, ../sass/_offline-theme-base.sass */

.offline-ui .offline-ui-retry:before {
    display: inline;
}


/* line 29, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-up.offline-ui-up-5s {
    display: block;
}


/* line 32, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-down {
    display: block;
}


/* line 37, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-retry {
    display: block;
}


/* line 42, ../sass/_offline-theme-base.sass */

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
    display: none;
}

@-webkit-keyframes offline-dropin {
    /* line 40, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }
    /* line 43, ../sass/_keyframes.sass */
    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }
    /* line 48, ../sass/_keyframes.sass */
    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }
    /* line 51, ../sass/_keyframes.sass */
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes offline-dropin {
    /* line 40, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }
    /* line 43, ../sass/_keyframes.sass */
    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }
    /* line 48, ../sass/_keyframes.sass */
    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }
    /* line 51, ../sass/_keyframes.sass */
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes offline-dropin {
    /* line 40, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }
    /* line 43, ../sass/_keyframes.sass */
    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }
    /* line 48, ../sass/_keyframes.sass */
    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }
    /* line 51, ../sass/_keyframes.sass */
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes offline-dropin {
    /* line 40, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }
    /* line 43, ../sass/_keyframes.sass */
    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }
    /* line 48, ../sass/_keyframes.sass */
    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }
    /* line 51, ../sass/_keyframes.sass */
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes offline-dropin {
    /* line 40, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 0;
    }
    /* line 43, ../sass/_keyframes.sass */
    1% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 0;
    }
    /* line 48, ../sass/_keyframes.sass */
    2% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
        opacity: 1;
    }
    /* line 51, ../sass/_keyframes.sass */
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes offline-dropout {
    /* line 57, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* line 59, ../sass/_keyframes.sass */
    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-moz-keyframes offline-dropout {
    /* line 57, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* line 59, ../sass/_keyframes.sass */
    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-ms-keyframes offline-dropout {
    /* line 57, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* line 59, ../sass/_keyframes.sass */
    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-o-keyframes offline-dropout {
    /* line 57, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* line 59, ../sass/_keyframes.sass */
    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@keyframes offline-dropout {
    /* line 57, ../sass/_keyframes.sass */
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* line 59, ../sass/_keyframes.sass */
    100% {
        transform: translateY(-800px);
        -webkit-transform: translateY(-800px);
        -moz-transform: translateY(-800px);
        -ms-transform: translateY(-800px);
        -o-transform: translateY(-800px);
    }
}

@-webkit-keyframes offline-rotation {
    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-moz-keyframes offline-rotation {
    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes offline-rotation {
    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@-o-keyframes offline-rotation {
    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

@keyframes offline-rotation {
    /* line 64, ../sass/_keyframes.sass */
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    /* line 66, ../sass/_keyframes.sass */
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}


/* line 21, ../sass/offline-theme-slide.sass */

.offline-ui {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    font-family: "Helvetica Neue", sans-serif;
    padding: 1em;
    width: 38em;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 38em) {
    /* line 21, ../sass/offline-theme-slide.sass */
    .offline-ui {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }
}


/* line 32, ../sass/offline-theme-slide.sass */

.offline-ui .offline-ui-retry {
    position: absolute;
    right: 3em;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    line-height: 3.5em;
    height: 3.5em;
    margin: auto;
    padding: 0 1em;
}


/* line 45, ../sass/offline-theme-slide.sass */

.offline-ui.offline-ui-up {
    -webkit-animation: offline-dropout forwards 0.5s 2s;
    -moz-animation: offline-dropout forwards 0.5s 2s;
    -ms-animation: offline-dropout forwards 0.5s 2s;
    -o-animation: offline-dropout forwards 0.5s 2s;
    animation: offline-dropout forwards 0.5s 2s;
    -webkit-backface-visibility: hidden;
    background: #d6e9c6;
    color: #468847;
}


/* line 50, ../sass/offline-theme-slide.sass */

.offline-ui.offline-ui-down {
    -webkit-animation: offline-dropin 0.5s;
    -moz-animation: offline-dropin 0.5s;
    -ms-animation: offline-dropin 0.5s;
    -o-animation: offline-dropin 0.5s;
    animation: offline-dropin 0.5s;
    -webkit-backface-visibility: hidden;
    background: #ec8787;
    color: #551313;
}


/* line 55, ../sass/offline-theme-slide.sass */

.offline-ui.offline-ui-down.offline-ui-connecting,
.offline-ui.offline-ui-down.offline-ui-waiting {
    background: #f8ecad;
    color: #7c6d1f;
    padding-right: 3em;
}


/* line 60, ../sass/offline-theme-slide.sass */

.offline-ui.offline-ui-down.offline-ui-connecting:after,
.offline-ui.offline-ui-down.offline-ui-waiting:after {
    -webkit-animation: offline-rotation 0.7s linear infinite;
    -moz-animation: offline-rotation 0.7s linear infinite;
    -ms-animation: offline-rotation 0.7s linear infinite;
    -o-animation: offline-rotation 0.7s linear infinite;
    animation: offline-rotation 0.7s linear infinite;
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: " ";
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: 1em;
    border: 2px solid rgba(0, 0, 0, 0);
    border-top-color: #7c6d1f;
    border-left-color: #7c6d1f;
    opacity: 0.7;
}


/* line 77, ../sass/offline-theme-slide.sass */

.offline-ui.offline-ui-down.offline-ui-waiting {
    padding-right: 11em;
}


/* line 80, ../sass/offline-theme-slide.sass */

.offline-ui.offline-ui-down.offline-ui-waiting.offline-ui-reconnect-failed-2s {
    padding-right: 0;
}


/* line 6, ../sass/_content.sass */

.offline-ui .offline-ui-retry:before {
    content: "Reconnect";
}


/* line 11, ../sass/_content.sass */

.offline-ui.offline-ui-up .offline-ui-content:before {
    content: "Your device is now connected.";
}

@media (max-width: 1024px) {
    /* line 11, ../sass/_content.sass */
    .offline-ui.offline-ui-up .offline-ui-content:before {
        content: "Your device is now connected.";
    }
}

@media (max-width: 568px) {
    /* line 11, ../sass/_content.sass */
    .offline-ui.offline-ui-up .offline-ui-content:before {
        content: "Your device is now connected.";
        text-align: center !important;
        align-items: center !important;
    }
}


/* line 22, ../sass/_content.sass */

.offline-ui.offline-ui-down .offline-ui-content:before {
    content: "No internet connection";
}

@media (max-width: 1024px) {
    /* line 22, ../sass/_content.sass */
    .offline-ui.offline-ui-down .offline-ui-content:before {
        content: "No internet connection";
    }
}

@media (max-width: 568px) {
    /* line 22, ../sass/_content.sass */
    .offline-ui.offline-ui-down .offline-ui-content:before {
        content: "No internet connection";
        text-align: center !important;
        align-items: center !important;
    }
}


/* line 33, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-connecting .offline-ui-content:before,
.offline-ui.offline-ui-down.offline-ui-connecting-2s .offline-ui-content:before {
    content: "Attempting to reconnect...";
}


/* line 42, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " seconds...";
}

@media (max-width: 568px) {
    /* line 42, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
}


/* line 50, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " second...";
}

@media (max-width: 568px) {
    /* line 50, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="second"][data-retry-in-value="1"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "s...";
    }
}


/* line 58, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minutes...";
}

@media (max-width: 568px) {
    /* line 58, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
}


/* line 66, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " minute...";
}

@media (max-width: 568px) {
    /* line 66, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="minute"][data-retry-in-value="1"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "m...";
    }
}


/* line 74, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hours...";
}

@media (max-width: 568px) {
    /* line 74, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
}


/* line 82, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
    content: "Connection lost. Reconnecting in " attr(data-retry-in-value) " hour...";
}

@media (max-width: 568px) {
    /* line 82, ../sass/_content.sass */
    .offline-ui.offline-ui-down.offline-ui-waiting .offline-ui-content[data-retry-in-unit="hour"][data-retry-in-value="1"]:before {
        content: "Reconnecting in " attr(data-retry-in-value) "h...";
    }
}


/* line 90, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s.offline-ui-waiting .offline-ui-retry {
    display: none;
}


/* line 93, ../sass/_content.sass */

.offline-ui.offline-ui-down.offline-ui-reconnect-failed-2s .offline-ui-content:before {
    content: "Connection attempt failed.";
}


/* WCAG AA Compliance changes */

a.dxd-mom-files-select-link {
    color: #0068A1 !important;
}

.dxd-mom-icon-rvp:after {
    content: "\e7b0";
    color: white;
    vertical-align: baseline;
    font-size: 14px;
    font-family: 'Linearicons-dxd';
    margin-left: 5px;
}


/* best viewed footer notes */

.dxd-mom-footer-best-viewed {
    margin-left: 0px;
    float: right;
    margin: 0px;
}

.dxd-mom-footer-best-viewed li {
    list-style: none;
    padding: 0px;
}

.dxd-mom-footer-best-viewed li p {
    color: #555455;
    font-size: 14px;
    text-align: right;
    margin: 0px;
}

@media (max-width: 568px) {
    .dxd-mom-footer-best-viewed {
        float: left;
        margin: 0px 15px;
    }
}


/*
// Styles for search filter dropdown
*/

.dxd-mom-filter-dropdown-container {
    width: 200px;
    font-size: 14px;
    font-family: sans-serif;
    overflow: visible;
    float: left;
    margin-right: 30px;
    position: relative;
}

.dxd-mom-filter-dropdown-button {
    float: left;
    width: 100%;
    background: #006eab;
    padding: 10px 12px;
    cursor: pointer;
    border: 1px solid #006eab;
    box-sizing: border-box;
    border-radius: 2rem;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    float: left;
    z-index: 100;
}

.dxd-mom-filter-dropdown-button .dxd-mom-filter-dropdown-label,
.dxd-mom-filter-dropdown-quantity {
    float: left;
}

.dxd-mom-filter-dropdown-button .dxd-mom-filter-dropdown-quantity {
    margin-left: 4px;
}

.dxd-mom-filter-dropdown-button .dxd-mom-icon-dxd-chevron-down {
    margin-top: 5px;
    float: right;
}

.dxd-mom-filter-dropdown-list {
    float: left;
    width: 100%;
    border: 1px solid lightgray;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #fff;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 49;
}

.dxd-mom-filter-dropdown-list input[type="search"] {
    padding: 5px 0;
}

.dxd-mom-filter-dropdown-list ul {
    margin: 10px 0;
    max-height: 200px;
    overflow-y: auto;
}

.dxd-mom-filter-dropdown-list ul li {
    text-align: start;
}

.dxd-mom-filter-dropdown-list ul li label {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
}

.dxd-mom-filter-dropdown-list input[type="checkbox"] {
    position: relative;
    top: 6px;
}


/*
styles  for highlight information card
*/


/*! Flickity v2.2.1 cards becomes columns to swipeable  when resizing to mobile
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}


/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
    display: none !important;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}


/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}


/* right to left */

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}


/* ---- page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -10px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.dxd-mom-ea-legend-cards {
    list-style: none;
}

.dxd-mom-legend-card {
    background: #32385a;
    padding: 10px;
    border-radius: 5px;
}

.dxd-mom-legend-card h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.dxd-mom-legend-card p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
}

.dxd-mom-legend-card p.dxd-mom-legend-card-highlight {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1;
}

.dxd-mom-legend-card p.dxd-mom-legend-card-highlight .dxd-mom-legend-card-avg {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1;
}

.dxd-mom-ea-legend-container {
    padding: 0.5em 0em 1.5em 0;
    margin: 0px;
}


/* floating action bar
*/

.dxd-mom-static-footer {
    background: #E2F1FE;
    height: 60px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(102, 102, 102, 1);
    -moz-box-shadow: 0px -1px 5px 0px rgba(102, 102, 102, 1);
    box-shadow: 0px -1px 5px 0px rgba(102, 102, 102, 1);
}

.dxd-mom-static-footer a {
    float: right;
}


/* mobile styles for 2020 release
*/

@media only screen and (max-width: 600px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .dxd-mom-filter-dropdown-container {
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 10px auto;
    }
    .dxd-mom-ead-search-container {
        height: 250px;
    }
    .dxd-mom-ea-legend-container {
        padding: 1rem 0 0.5rem 0 !important;
        margin-bottom: 30px !important;
    }
    .dxd-mom-form-column-left {
        padding: 0px !important;
    }
    .dxd-mom-left-filter-container {
        padding: 0px !important;
    }
    .dxd-mom-form-column-right {
        padding: 0px !important;
    }
    .dxd-mom-search-top-actions {
        margin: 1rem 0;
        float: left;
    }
    .dxd-mom-compact-card-badges li {
        margin-bottom: 10px !important;
        float: left;
    }
    .dxd-mom-compact-card-badges li:last-child {
        margin-bottom: 0px !important;
    }
    .dxd-mom-compact-card-notes {
        margin-bottom: 10px !important;
    }
    .dxd-mom-compact-card-notes li {
        width: 100%;
        margin-bottom: 0px !important;
    }
    .dxd-mom-side-filter {
        background: #FAFAFA;
        padding: 0rem 1rem;
        border: 1px solid #B3C1CA;
    }
    .dxd-mom-mobile-hide {
        display: none;
    }
    .dxd-mom-mobile-show {
        display: block !important;
    }
    .dxd-mom-compact-card-mobile-expand {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }
    .dxd-mom-compact-card-mobile-expand:hover {
        text-decoration: none;
    }
    .dxd-mom-compact-card-mobile-expand i {
        font-size: 25px;
    }
    .dxd-mom-compact-card-number-item {
        border-right: 0px !important;
    }
    .dxd-mom-cards-list-item-description {
        margin-left: 0px !important;
    }
    .dxd-mom-paging :not(.dxd-mom-phone) {
        display: inline;
    }
    .dxd-mom-paging {
        width: 100%;
        text-align: center;
    }
    .dxd-mom-paging .dxd-mom-page-list {
        text-align: center;
        float: none !important;
    }
    .dxd-mom-paging a:hover {
        text-decoration: none !important;
    }
    .dxd-mom-hard--left {
        padding-left: 12px !important;
    }
    .dxd-mom-hard-half--right,
    .dxd-mom-hard--right {
        padding-right: 12px !important;
    }
    .dxd-mom-hard--right {
        padding-right: 0px !important;
    }
    .dxd-mom-phone-block {
        display: block;
    }
    .dxd-mom-hide-for-phone {
        display: none;
    }
    .dxd-mom-push-right {
        float: none;
    }
    .dxd-mom-ea-legend-cards {
        width: 100% !important;
    }
    .flickity-page-dots {
        display: block !important;
    }
    .dxd-mom-compact-card-numbers .dxd-mom-hard--left {
        padding-left: 0px !important;
    }
    .dxd-mom-search-top-actions .dxd-mom-sort-filter label {
        width: 25% !important;
    }
    .dxd-mom-search-top-actions .dxd-mom-sort-filter .chosen-container-single {
        width: 70% !important;
    }
    .dxd-mom-agency-personal-card h5 {
        line-height: 1 !important;
    }
    .dxd-mom-agency-personal-card p {
        line-height: 1;
        margin: 0px !important;
    }
    .dxd-mom-content-page-header {
        padding: 1rem 1rem !important;
    }
    .dxd-mom-review-tags li {
        margin: 5px 5px !important;
    }
    .dxd-mom-refund-policy-highlight {
        margin-bottom: 10px;
    }
    .dxd-mom-r-tabs {
        margin-bottom: 40px;
    }
    .dxd-mom-top-ten .dxd-mom-compact-cards {
        width: 110%;
    }
    .dxd-mom-card-rank {
        left: -40px !important;
    }
    .dxd-mom-static-footer a {
        width: 100%;
        text-align: center;
        padding: 0.75rem;
    }
    .dxd-mom-modal-container {
        background: #fff;
        padding: 1rem;
    }
    .dxd-mom-modal-container .dxd-mom-section-title {
        position: relative;
    }
    .dxd-mom-modal-container a.popup-modal-dismiss {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .dxd-mom-modal-container a.popup-modal-dismiss i {
        font-size: 32px;
    }
    .dxd-mom-compact-card-number-item {
        border-right: 0px !important;
    }
}

.dxd-mom-swiper-cards:after {
    content: 'flickity';
    display: none;
    /* hide :after */
}

.flickity-page-dots {
    display: none;
}

@media screen and ( min-width: 768px) {
    /* disable Flickity for large devices */
    .carousel:after {
        content: '';
    }
}


/* NEW  TABLET STYLES 2020 RELEASE */

@media only screen and (min-width: 600px) and (max-width: 960px) {
    .dxd-mom-phone-block {
        display: block;
    }
    .dxd-mom-search-top-actions {
        margin-top: 10px;
    }
    .dxd-mom-compact-card-mobile-expand {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }
    .dxd-mom-compact-card-mobile-expand:hover {
        text-decoration: none;
    }
    .dxd-mom-compact-card-mobile-expand i {
        font-size: 25px;
    }
    .dxd-mom-mobile-hide {
        display: none;
    }
    .dxd-mom-mobile-show {
        display: block !important;
    }
    .dxd-mom-compact-card-number-item {
        border-right: 0px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .dxd-mom-top-ten .dxd-mom-compact-cards {
        width: 100%;
    }
    .dxd-mom-badge-cards {
        margin-bottom: 15px;
    }
    .dxd-mom-compact-card-number-item {
        border-right: 0px !important;
    }
    .dxd-mom-mobile-hide {
        display: none;
    }
    .dxd-mom-mobile-show {
        display: block !important;
    }
    .dxd-mom-phone-block {
        display: block;
    }
    .dxd-mom-search-top-actions {
        margin-top: 10px;
    }
    .dxd-mom-compact-card-mobile-expand {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }
    .dxd-mom-compact-card-mobile-expand:hover {
        text-decoration: none;
    }
    .dxd-mom-compact-card-mobile-expand i {
        font-size: 25px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .dxd-mom-ea-legend-container {
        margin: 0px 15px !important;
    }
    .dxd-mom-multicolumn-form-menu-container {
        margin: 0px 15px !important;
        width: 97% !important;
    }
    .dxd-mom-six--tablet {
        float: left;
        padding: 0 15px;
        width: 50%;
    }
    .dxd-mom-hard--left {
        padding-left: 15px !important;
    }
    .dxd-mom-ea-legend-cards.dxd-mom-hard--left {
        padding-left: 0px !important;
    }
    .dxd-mom-stack-list-buttons {
        display: none;
    }
    .dxd-mom-footer {
        padding: 15px 15px !important;
    }
    .dxd-mom-card-rank {
        left: -30px !important;
    }
    .dxd-mom-badge-cards {
        margin-bottom: 15px;
    }
    .dxd-mom-compact-card-number-item {
        border-right: 0px !important;
    }
    .dxd-mom-mobile-hide {
        display: none;
    }
    .dxd-mom-mobile-show {
        display: block !important;
    }
    .dxd-mom-phone-block {
        display: block;
    }
    .dxd-mom-search-top-actions {
        margin-top: 10px;
    }
    .dxd-mom-compact-card-mobile-expand {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }
    .dxd-mom-compact-card-mobile-expand:hover {
        text-decoration: none;
    }
    .dxd-mom-compact-card-mobile-expand i {
        font-size: 25px;
    }
}


/*
compact card styling 
*/


/* star rating css */

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}


/* un-used */

.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888);
    filter: drop-shadow( -2px -2px 2px #888);
}

.dxd-mom-star-rating {
    float: left;
    margin-right: 5px;
}

.dxd-mom-compact-cards {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #B3C1CA;
    opacity: 1;
    /* padding: 1rem; */
    float: left;
    width: 100%;
    position: relative;
}

.dxd-mom-fav-button {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    background: url('../images/heart-uncheck.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.dxd-mom-fav-button.dxd-mom-active-shortlist {
    background: url('../images/heart-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.dxd-mom-compact-cards .dxd-mom-cards-list-item-header {
    padding: 1rem;
}

.dxd-mom-compact-cards .dxd-mom-cards-list-item-header .dxd-mom-cards-list-item-title-section .dxd-mom-cards-list-item-title {
    font-family: 'Open Sans';
    font-size: 20px;
    text-transform: none;
    line-height: 1;
    float: left;
}

.dxd-mom-compact-cards .dxd-mom-cards-list-item-header .dxd-mom-cards-list-item-title-section .dxd-mom-cards-list-item-description {
    text-transform: none;
    line-height: 1;
    float: left;
    font-size: 16px;
    margin-left: 10px;
}

.dxd-mom-compact-cards .dxd-mom-cards-list-item-header .dxd-mom-cards-list-item-title-section .dxd-mom-cards-list-item-description span {
    margin-top: 2px;
    float: left;
}

.dxd-mom-compact-card-badges {
    margin-left: 0px;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 1rem;
}

.dxd-mom-compact-card-badges li {
    list-style: none;
    display: inline;
    padding: 0px 15px;
    background: #2a8524;
    border-radius: 15px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-right: 10px;
}

.dxd-mom-compact-card-badges li.dxd-mom-badge1 {
    background: #01468B;
}

.dxd-mom-compact-card-badges li.dxd-mom-badge2 {
    background: #a16703;
}

.dxd-mom-compact-card-badges li.dxd-mom-badge3 {
    background: #298124;
}

.dxd-mom-compact-card-notes {
    margin-left: 1rem;
    float: left;
    padding-left: 1rem;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    padding: 0rem 1rem;
}

.dxd-mom-compact-card-notes li {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #2E2C2C;
    float: left;
    margin-right: 2rem;
}

.dxd-mom-compact-card-notes li span {
    margin-left: -5px;
}

.dxd-mom-compact-card-numbers {
    width: 100%;
    float: left;
    border-top: 1px solid #DCDCDC;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0rem 1rem 1rem 1rem;
}

.dxd-mom-compact-card-numbers li {
    list-style: none;
    margin-bottom: 0px;
}

.dxd-mom-compact-card-numbers li:last-child .dxd-mom-compact-card-number-item {
    border-right: 0px;
}

.dxd-mom-compact-card-number-item {
    float: left;
    width: 100%;
    padding: 10px 0px;
    height: 40px;
    border-right: 1px solid #DCDCDC;
    margin: 10px 0px 0px;
    cursor: pointer;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-left {
    margin-bottom: 0px;
    height: 30px;
    width: 50px;
    float: left;
    background: #fff;
    border: 1px solid #DCDCDC;
    text-align: center;
    margin-right: 5px;
    border-radius: 4px;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right-single-line {
    margin-bottom: 0px;
    float: left;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-left h2 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-left h2 span {
    font-size: 14px;
    font-weight: 600;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right p.dxd-mom-compact-card-numbers-label {
    margin-bottom: 0px;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right p.dxd-mom-compact-card-numbers-span {
    margin-bottom: 0px;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right-double-line {
    margin-bottom: 0px;
    float: left;
    margin-top: -5px;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right-double-line p.dxd-mom-compact-card-numbers-label {
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right-double-line p.dxd-mom-compact-card-numbers-span {
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
}

.dxd-mom-red-border {
    border-color: #ef4b4b !important;
}

.dxd-mom-red-value {
    color: #C70000;
}

.dxd-mom-green-border {
    border-color: #298124 !important;
}

.dxd-mom-green-value {
    color: #298124;
}

.dxd-mom-ea-list-container .dxd-mom-search-top-actions .dxd-mom-stack-list-buttons .dxd-mom-btn {
    margin-bottom: 0px;
}

.dxd-mom-search-top-actions {
    float: left;
    width: 100%;
}

.dxd-mom-search-top-actions .dxd-mom-push-right {
    text-align: right;
    margin-left: 0px;
}

.dxd-mom-fixed-width-card {
    width: 300px !important;
    text-align: left !important;
}

.dxd-mom-warning-card {
    border-color: #FFB049 !important;
}

.dxd-mom-card-warning-mssg {
    padding: 15px;
    width: 100%;
    background: #FCEDAC;
    border-bottom: 1px solid #FFB049;
}

.dxd-mom-card-warning-mssg p {
    color: #CB2F30;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.dxd-mom-alert-card {
    border-color: #C70000 !important;
}

.dxd-mom-card-alert-mssg {
    padding: 15px;
    width: 100%;
    background: #F4DCDC;
    border-bottom: 1px solid #C70000;
    position: relative;
    padding-left: 55px;
}

.dxd-mom-card-alert-mssg p {
    color: #CB2F30;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.dxd-mom-card-alert-mssg i.dxd-mom-icon-dxd-warning {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 36px;
}

.dxd-mom-card-alert-mssg i.dxd-mom-icon-dxd-cross-circle {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 36px;
}

.dxd-mom-card-rank {
    height: 40px;
    width: 40px;
    position: absolute;
    left: -50px;
    top: 0px;
    background: #32385a;
}

.dxd-mom-card-rank p {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 6px 13px;
}

.dxd-mom-card-rank p.dxd-mom-rank-double {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 6px 7px;
}


/* 
// styling for the listing landing page
*/

.dxd-mom-content-page-header {
    padding: 1rem 0rem;
    background: #e2f1fe;
    margin-top: -0.4rem;
}

.dxd-mom-content-page-header h2 {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 600;
    color: #333;
    float: left;
}

.dxd-mom-content-page-header a.dxd-mom-back-page-nav {
    float: left;
    width: 100%;
}

.dxd-mom-content-page-header .dxd-mom-star-rating {
    margin-top: 8px;
    margin-left: 10px;
}

.dxd-mom-content-page-header .dxd-mom-cards-list-item-description span a {
    margin-top: 6px;
    float: left;
}

.dxd-mom-content-page-header .dxd-mom-btn--primary {
    margin-bottom: 0px;
}

.dxd-mom-content-page-header a {
    margin-right: 20px;
}

.dxd-mom-content-page-container {
    padding: 1rem 0rem;
}

.dxd-mom-content-page-container h4 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
}

.dxd-mom-content-page-container .dxd-mom-content-para-container {
    padding: 1rem;
    border: #B3C1CA 1px solid;
    background: #FAFAFA;
}

.dxd-mom-content-page-container .dxd-mom-content-para-container p {
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
}

.dxd-mom-content-badges-container {
    margin: 1rem 0;
}

.dxd-mom-badge-cards {
    padding: 1rem;
    border: #B3C1CA 1px solid;
    background: #FAFAFA;
    float: left;
    width: 100%;
}

.dxd-mom-badge-cards img {
    max-height: 55px;
}

.dxd-mom-badge-cards h5 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.dxd-mom-badge-cards p {
    margin: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.dxd-mom-badge-cards .dxd-mom-compact-card-number-item {
    margin: 0px;
    padding: 0px;
    height: 30px;
    border-right: 0px;
}


/* .dxd-mom-badge-cards .dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-left{
    top: 0px;
}

.dxd-mom-badge-cards .dxd-mom-compact-card-number-item .dxd-mom-compact-card-number-item-right-double-line{
    top: 0px;
} */

.dxd-mom-refund-policy-container {
    padding: 1rem;
    border: #B3C1CA 1px solid;
    background: #FAFAFA;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.dxd-mom-refund-policy-highlight {
    background: #32385a;
    text-align: center;
}

.dxd-mom-refund-policy-highlight h2 {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding: 1rem 0rem;
}

.dxd-mom-refund-policy-highlight p {
    margin-bottom: 0px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0rem 0rem 1rem 0rem;
    margin-bottom: 0px;
}

.dxd-mom-refund-policy-container p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0px;
}

.dxd-mom-policy-height-fixed h2 {
    padding: 2rem 0rem !important;
}

.dxd-mom-agency-contact {
    border: #B3C1CA 1px solid;
    background: #FAFAFA;
    padding: 0px;
}

.dxd-mom-agency-location {
    border-right: 1px solid #B3C1CA;
    padding: 1rem !important;
}

.dxd-mom-agency-contact h5 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 0rem 0rem 0.5rem 0rem;
    margin-bottom: 0px;
}

.dxd-mom-agency-contact p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 0rem 0rem 0rem 0rem;
    margin-bottom: 0px;
    margin: 0.3rem 0rem;
}

.dxd-mom-agency-contact a {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 0rem 0rem 0rem 1rem;
    margin-bottom: 0px;
    position: relative;
}

.dxd-mom-agency-contact a i {
    position: absolute;
    left: 0px;
    top: 3px;
}

.dxd-mom-customer-rating-top {
    border: #B3C1CA 1px solid;
    background: #FAFAFA;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.dxd-mom-content-page-container h4 span {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

.dxd-mom-customer-rating-top .dxd-mom-survey-progress-title {
    margin-bottom: 0px;
}

.dxd-mom-customer-rating-top .dxd-mom-survey-progress-indicator {
    width: 80%;
}

.dxd-mom-customer-rating-top span.dxd-mom-normal {
    background: #889B00 !important;
}

.dxd-mom-customer-rating-top span.dxd-mom-negative {
    background: #C70000 !important;
}

.dxd-mom-customer-rating-top span.dxd-mom-warning {
    background: #EBB400 !important;
}

.dxd-mom-customer-rating-highlight {
    text-align: center;
}

.dxd-mom-customer-rating-highlight h5 {
    font-family: 'Open Sans';
    font-size: 42px;
    font-weight: 200;
    margin-top: 2rem;
}

.dxd-mom-customer-rating-highlight h5 span {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 200;
    margin-top: 2rem;
}

.dxd-mom-ea-list-container h2 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: 'Open Sans';
    font-size: 24px;
}

.dxd-mom-rm-top-margin {
    margin-top: 0px !important;
}

.dxd-mom-toggle-with-radio {
    display: none;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-anchor {
    color: #0067a1 !important;
}

.dxd-mom-r-tabs .dxd-mom-r-tabs-nav .dxd-mom-r-tabs-state-active .dxd-mom-r-tabs-anchor {
    color: #333 !important;
}

.dxd-mom-left-filter-container {}

.dxd-mom-left-filter-container h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    color: #1F253D;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #B3C1CA;
}

.dxd-mom-left-filter-container a {
    cursor: pointer;
    position: relative;
}

.dxd-mom-left-filter-container a h3 {
    color: #01468B;
    margin-bottom: 0px !important;
    padding: 5px 0px 5px 10px;
    border: 1px solid #006eab;
    border-radius: 5px;
}

.dxd-mom-left-filter-container a:hover {
    text-decoration: none;
}

.dxd-mom-left-filter-container a h3 i {
    font-size: 20px;
    margin-left: 30px;
    position: absolute;
    right: 10px;
}

.dxd-mom-left-filter-container .dxd-mom-form-control-mds {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.dxd-mom-left-filter-container .dxd-mom-form-control-mds .dxd-mom-label-checkbox {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.dxd-mom-left-filter-container .dxd-mom-form-control-mds .dxd-mom-checkbox label,
.dxd-mom-left-filter-container .dxd-mom-form-control-mds .dxd-mom-radio label {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.dxd-mom-left-filter-container .dxd-mom-btn {
    width: 100%;
}

.dxd-mom-left-filter-container p a {
    width: 100%;
    text-align: center;
}

.dxd-mom-left-filter-container p {
    width: 100%;
    text-align: center;
}

.dxd-mom-search-top-actions .dxd-mom-form-control-mds {
    margin: 0px;
}

.dxd-mom-sort-filter {
    width: 100%;
}

.dxd-mom-search-top-actions .dxd-mom-sort-filter label {
    float: left;
    width: 12%;
    margin-top: 10px;
}

.dxd-mom-search-top-actions .dxd-mom-sort-filter .chosen-select {
    width: 70%;
}

.dxd-mom-search-top-actions .dxd-mom-form-control-mds .chosen-container .chosen-single {
    border: 1px solid #D6DBE5;
    border-radius: 20px;
    padding: 10px 20px;
}

.dxd-mom-search-top-actions .dxd-mom-sort-filter .chosen-container-single .chosen-search:after {
    right: 15px;
}

.dxd-mom-search-top-actions .dxd-mom-sort-filter .chosen-container .chosen-single:after {
    right: 15px;
}

.dxd-mom-search-top-actions .dxd-mom-sort-filter .chosen-container-single {
    float: left;
    width: 40% !important;
    margin-right: 10px;
}

.sgds-navbar .sgds-navbar-brand .sgds-navbar-item img {
    height: 4rem;
    max-height: 4rem;
}

.masthead-container {
    margin-bottom: 0.5rem;
}

.control .dxd-mom-btn {
    margin-bottom: 0px !important;
}

.field.has-addons .control:not(:last-child) {
    margin-right: 0px !important;
}

.sgds-navbar-link:not(.is-arrowless):after {
    color: #0067a1 !important;
    border-color: #0067a1;
}

.sgds-navbar-link,
.sgds-navbar-item {
    font-size: 1.115rem;
}

.sgds-navbar-link.is-active,
.sgds-navbar-link:focus,
.sgds-navbar-link:focus-within,
.sgds-navbar-link:hover,
a.sgds-navbar-item.is-active,
a.sgds-navbar-item:focus,
a.sgds-navbar-item:focus-within,
a.sgds-navbar-item:hover {
    color: #0067a1 !important;
    text-decoration: none;
}

.dxd-payment-details {
    display: none;
}

.dxd-mom-watch-list-item input[type="checkbox"],
input[type="radio"] {
    margin-top: 0.3rem !important;
}

@media screen and (max-width: 1024px) {
    .sgds-navbar-dropdown {
        display: none;
    }
    .navbar-child-open {
        display: block;
    }

    .dxd-mom-icon-medium {
        margin-right: 0.6em !important;
    } 
}

p.sgds-navbar-item{
    margin-bottom: 0px !important;
}

.dxd-mom-search-mobile{
    min-height: 2.23em !important;
    height: 2.25em !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.dxd-mom-dropdown-inner>a{
    font-size: 1.25em !important;
}

.sgds-navbar-end .sgds-navbar-item{
    color: #0068A1 !important;
}


.dxd-mom-icon-medium {
    font-size: 0.9em;
}

/* govt header changes  for DSS Aug 2022 */
.dxd-mom-sg-header-text{
    font-size: 0.875rem !important;
    margin-right: 8px !important;
    vertical-align: 0px !important;
}

.dxd-mom-sg-header a.dxd-mom-sg-header-link{
    font-size: 0.875rem !important;
    color: #0068A1 !important;
    text-decoration: underline !important;
}

.dxd-mom-sg-header a:focus{
   background-color: rgb(240, 240, 240) !important;
}

.dxd-mom-sg-header a.dxd-mom-sg-header-link .dxd-mom-icon{
  font-size: 16px !important;
}

.dxd-mom-sg-header-expand{
    background: rgb(240, 240, 240) !important;
    padding: 32px 0px !important;
    display: none !important;
}

.dxd-mom-sg-header-expand.dxd-mom-sg-header-expand-open{
    display: block !important;
}

.dxd-mom-sg-header-expand h1{
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    color: #484848 !important;
}

.dxd-mom-sg-header-expand p{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin-bottom: 0px !important;
    color: #484848 !important;
}

.dxd-mom-sg-header-expand .dxd-mom-icon{
    font-size: 16px !important;
}

.dxd-mom-sg-expand-icon{
    float: left !important;
    margin-right: 8px !important;
    width: 24px !important;
}

.dxd-mom-sg-header-expand-container{
    display: flex !important;
    padding: 0px !important;
}

.dxd-mom-sg-expand-content{
    margin-right: 16px !important;
}

@media screen and (max-width: 700px) {

    .dxd-mom-sg-header .sgds-icon{
        font-size: 16px !important;
    }

    .dxd-mom-sg-header-container {
        text-align: left !important;
    }

    .dxd-mom-sg-header-container .dxd-mom-sg-expand-content{
        text-align: left !important;
        margin-right: 0px !important;
    }

    .dxd-mom-sg-header-expand-container{
        margin-bottom: 32px !important;
    }

    .dxd-mom-sg-header-expand-container:last-child{
        margin-bottom: 0px !important;
    }


    .dxd-mom-sg-header-text{
        font-size: 0.875rem !important;
        margin-right: 4px !important;
        vertical-align: 0px !important;
    }
    
    .dxd-mom-sg-header a.dxd-mom-sg-header-link{
        font-size: 12px !important;
        color: #0068A1 !important;
    }
    
    .dxd-mom-sg-header a.dxd-mom-sg-header-link .dxd-mom-icon{
      font-size: 12px !important;
      margin-right: 0px !important;
    }
    
    .dxd-mom-sg-header .dxd-mom-container-no-indent{
        padding: 0px 8px !important;
    }
}

.mom-logo {
    display: inline-block !important;
    background: url(../resources/dxd/assets/images/branding/mom-logo-color.png);
    background-repeat: no-repeat !important;
    background-size: auto 60px !important;
    text-indent: -2000em !important;
    width: 130px !important;
    height: 60px !important;
}

.no-svg .mom-logo {
    background-image: url(../resources/dxd/assets/images/branding/mom-logo-color-ie.png);
    float: left !important;
}

@media only screen and (min-width: 600px) {
    .mom-logo {
        float: left !important;
    }
}

_:-ms-input-placeholder,
 :root .mom-logo {
    background-size: 123px auto;
}

.sg-crest {
    width: 1.25rem !important;
    height: 1.75rem !important;
	padding-bottom:2px !important;
}

@media screen and (max-width: 700px) {
	.sg-crest {
    width: 1.25rem !important;
    height: 1.75rem !important;
	padding-bottom:5px !important;
}
}

svg {
    vertical-align: middle;
}

.sgds-masthead-identify-icon {
	vertical-align: middle !important;
    width: 12px !important;
    height: 21px !important;    
    user-select: none !important;
    transition: all 0.3s ease-in-out 0s;
    align-self: center !important;
}

.ui-confirm-dialog {
  	background: #fff;
    min-width: 90%;
    left: 50% !important;
    right: auto;
    top: 30% !important;
    bottom: auto;
    box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-family: "Open Sans";
    font-size: 1em;
}

@media only screen and (max-width: 600px) {
    .dxd-mom-subsite-name{
        width: 50%;
       font-size: 20px !important;
       float: right !important;
       margin-right: 20px !important;
       text-align: left;
       line-height: 1.2 !important;
       padding-left: 0px !important;
    }
}

.dxd-mom-subsite-name{
    font-family: 'Open Sans-dxd';
    font-size: 26px;
    font-weight: 600;
    line-height: 2;
    padding-left: 20px;
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: normal;
    font-weight: 400;
    src: url('../resources/dxd/fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../resources/dxd/fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_regular_macroman/OpenSans-Regular-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: italic;
    font-weight: 400;
    src: url('../resources/dxd/fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../resources/dxd/fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_italic_macroman/OpenSans-Italic-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: normal;
    font-weight: 100;
    src: url('../resources/dxd/fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../resources/dxd/fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_light_macroman/OpenSans-Light-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: normal;
    font-weight: 600;
    src: url('../resources/dxd/fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../resources/dxd/fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_semibold_macroman/OpenSans-Semibold-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: italic;
    font-weight: 600;
    src: url('../resources/dxd/fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../resources/dxd/fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_semibolditalic_macroman/OpenSans-SemiboldItalic-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: normal;
    font-weight: 700;
    src: url('../resources/dxd/fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../resources/dxd/fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_bold_macroman/OpenSans-Bold-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans-dxd';
    font-style: italic;
    font-weight: 700;
    src: url('../resources/dxd/fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../resources/dxd/fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../resources/dxd/fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../resources/dxd/fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../resources/dxd/fonts/opensans/opensans_bolditalic_macroman/OpenSans-BoldItalic-webfont.svg#svgFontName') format('svg');
    /* Legacy iOS */
}