/* Minification failed. Returning unminified contents.
(21658,15): run-time error CSS1031: Expected selector, found '#'
(21658,15): run-time error CSS1025: Expected comma or open brace, found '#'
 */

/* noto-sans-regular - latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans'), /* local */
    url('../fonts/noto-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/noto-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/noto-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/noto-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/noto-sans-v11-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../fonts/Material-Design-Iconic-Font.eot'); /* IE9 Compat Modes */
    src: local('Material-Design-Iconic-Font'), /* local */
    url('../fonts/Material-Design-Iconic-Font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), /* Modern Browsers */
    url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Material-Design-Iconic-Font.svg#material-desidesigniconicfont') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
    background: #fff;
    font-weight: normal;
    color: #282d35;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin: 1rem auto;
}

a {
    color: #124E78;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active,
    a:hover {
        outline-width: 0;
    }


img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

div,
dl,
dt,
dd,
ol,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin: 10px 0 15px 0;
    font-size: inherit;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}



.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }

    .medium-text-right {
        text-align: right;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-justify {
        text-align: justify;
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }

    .large-text-right {
        text-align: right;
    }

    .large-text-center {
        text-align: center;
    }

    .large-text-justify {
        text-align: justify;
    }
}



button {
    overflow: visible;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    background: transparent;
    line-height: 1;
    cursor: auto;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}



.breadcrumbs {
    margin: 1rem 0;
    list-style: none;
    padding: 0;
}

    .breadcrumbs::before, .breadcrumbs::after {
        display: table;
        content: ' ';
    }

    .breadcrumbs::after {
        clear: both;
    }

    .breadcrumbs li {
        font-size: 0.875rem;
        color: #282d35;
        cursor: default;
        margin: 0 0 .5rem 0;
    }

        .breadcrumbs li:not(:first-child)::before {
            position: relative;
            margin: 0 0.75rem;
            opacity: 1;
            content: '\003e';
            color: #cacaca;
        }

    .breadcrumbs a {
        color: #1e91d6;
    }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

    .breadcrumbs .disabled {
        color: #cacaca;
        cursor: not-allowed;
    }

@media (min-width:500px) {
    .breadcrumbs li {
        float: left;
        margin:0;
    }
}

a {
    color: #1e91d6;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #1a7db8;
    }

    a img {
        border: 0;
    }


div.ajaxloading {
    position: relative;
    overflow-y: hidden;
    min-height:50px;
}


div.json {
    font-size: .8rem;
}

    div.json > table {
        border-spacing: 0;
        width: 100%;
        max-width: 100%;
    }


    div.json + div.json {
        margin-top: 5px;
        border-top: 1px solid #cccccc;
        padding-top:5px;
    }
    div.json > table tr td {
        text-align: left;
        vertical-align: top;
        padding: 5px;
        border-top: 1px solid #cccccc;
        word-break: break-word;
        overflow-wrap: break-word;
    }


            div.json > table tr td:first-child {
                white-space: nowrap;
                padding-right: 10px;
                color: #0000cc;
                background-color: #eeeeee;
            }


            div.json > table tr td:last-child {
                width: 100%;
                white-space: normal;
            }

        div.json > table table tr:first-child td {
            border-top: none;
        }

        div.json > table table {
            border-spacing: 0;
            width: 100%;
            border-top: 5px solid #cccccc;
        }

            div.json > table table:first-child {
                border-top: none;
            }



div.debug {
    display: none;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #ffffdd;
    border: 1px solid #666666;
    color:#000;
    max-width: 90%;
    width: 800px;
    margin: 10px auto;
    text-align:left;
}

body.debug div.debug {
    display: block;
}

div.debug > div,
div.debug > p {
    font-family: Consolas,Hack,monospace;
    font-size: 70%;
}

div.debug:before {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    content: 'Debug Details';
    margin: 0 0 1rem 0;
}



/*login*/
div#login-form {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    padding: .5rem;
    max-width: 25rem;
}


    div#login-form h1 {
        margin-top: 0;
    }

    div#login-form > div {
        position: relative;
        margin-bottom: 1rem;
    }

        div#login-form > div > label {
            display: block;
        }

        div#login-form > div input[type='text'],
        div#login-form > div input[type='password'] {
            width: 100%;
            margin: 0;
        }

    div#login-form a.button,
    div#login-form button.button {
        margin: 0 .5rem 0 0;
    }

    div#login-form #btn-login {
        margin-right: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    div#login-form #btn-showhide {
        position: absolute;
        right: .4rem;
        bottom: .3rem;
        cursor: pointer;
    }

        div#login-form #btn-showhide:before {
            font-family: Material-Design-Iconic-Font;
            font-size: 1.5rem;
            color: #999999;
            content: '\f15c';
        }

        div#login-form #btn-showhide.conceal:before {
            content: '\f15b';
        }

.login-with-fb {
    width: 220px;
}

div.liwThirdParty {
    overflow: hidden;
    margin: 1.5rem 0 !important;
}
div.liwThirdParty > iframe {
    height:3rem;
    min-width:10rem;
    max-width:100%;
    margin:0;
    border:0;
    overflow:hidden;
    float:left;
}

body.liwThirdParty {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #ffffff;
}

div.z-checkbox {
    overflow: hidden;
    padding: .5em .5em .5em 2.5em;
    position: relative;
    line-height: 2em;
}

    div.z-checkbox > div {
        position: absolute;
        left: .5em;
        top: .5em;
    }

        div.z-checkbox > div:before {
            font-family: Material-Design-Iconic-Font;
            font-size: 2em;
            content: '\F279';
            cursor: pointer;
        }

    div.z-checkbox.checked > div:before {
        content: '\F26A';
        color: #669966;
    }

    div.z-checkbox > span {
        display: block;
        float: left;
        font-size: 1.25em;
        color: #000;
        cursor: pointer;
    }
    div.z-checkbox > span:hover {
        color:#666666;
    }


div.z-options div {
    overflow: hidden;
    position:relative;    
}
div.z-options {
    position: relative;
    overflow: visible;
    margin: 1rem 0 2rem 0;
    border: 1px solid #999999;
    padding-top:.5rem;
    border-radius:10px;
}

    div.z-options.error {
        border-color:#ff0000;
    }

    div.z-options > span {
        position: absolute;
        top: -.75rem;
        left: 1rem;
        display: block;
        overflow: hidden;
        padding: 0 .5rem;
        font-weight: bold;
        background-color: #ffffff;
        font-size: 1.2rem;
        color: #999999;
    }
    div.z-options.error > span {
        color:#ff0000;
    }

        div .z-options > div {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 1rem 0;
        padding:1rem;
    }

    div.z-options > div > div {
        display:flex;
    }
    div.z-options div.z-option {
        padding: .5em .5em .5em 3em;
        width: 100%;
        border: 1px solid #ffffff;
        background-color:#ffffff;
        cursor: pointer;
    }
    div.z-options div.z-option:hover {
        border-color:#cccccc ;
    }
            div.z-options div.z-option.selected {
                background-color: #ddffdd;
                border-color: #669966;
            }

            div.z-options div.z-option > div {
                position: absolute;
                left: .5em;
                top: 50%;
                transform: translateY(-50%);
                padding: .2rem;
            }


                div.z-options div.z-option > div:before {
                    font-family: Material-Design-Iconic-Font;
                    font-size: 2em;
                    content: '\f26c';
                   
                }
            div.z-options div.z-option.selected > div:before {
                content: '\f269';
                color: #669966;
            }
            div.z-options div.z-option > span {
                display: block;
                overflow: hidden;
            }

                div.z-options div.z-option > span:first-of-type {
                    font-weight: bold;
                    margin-bottom:.2rem;
                }
                div.z-options div.z-option > span:last-of-type {
                    font-size: .8rem;
                    color: #666666;
                    font-style: italic;
                }
                    div.z-options div.z-option > span:last-of-type ul {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }

                        div.z-options div.z-option > span:last-of-type ul li:before {
                            font-family: 'Material-Design-Iconic-Font';
                            content: '\f26b';
                            margin-right: .5rem;
                        }


/* Spinners */

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




div#body-spinner {
    display: none;
    position: fixed !important;
    z-index: 100000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent !important;
}

    div#body-spinner > div:first-child {
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #cccccc;
        opacity: 0.50;
        filter: alpha(opacity=50);
    }


    div#body-spinner > div:last-child {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        margin: auto;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


        div#body-spinner > div:last-child:after,
        div#body-spinner > div:last-child:before {
            content: '';
            position: absolute !important;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            border: 5px solid transparent;
            border-bottom: 5px solid #0000ff;
            border-radius: 100%;
            -webkit-animation: spinner 1s linear infinite;
            -moz-animation: spinner 1s linear infinite;
            animation: spinner 1s linear infinite;
        }


        div#body-spinner > div:last-child:before {
            width: 40px;
            height: 40px;
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }






div.z-overlay {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent !important;
}

    div.z-overlay > div.blind {
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #cccccc;
        opacity: 0.50;
        filter: alpha(opacity=50);
    }

    div.z-spinner,
    div.z-overlay > div.spinner {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        margin: auto;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

        div.z-spinner:after,
        div.z-overlay > div.spinner:after,
        div.z-spinner:before,
        div.z-overlay > div.spinner:before {
            content: '';
            position: absolute !important;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            border: 5px solid transparent;
            border-bottom: 5px solid #0000ff;
            border-radius: 100%;
            -webkit-animation: spinner 1s linear infinite;
            -moz-animation: spinner 1s linear infinite;
            animation: spinner 1s linear infinite;
        }

        div.z-spinner:before,
        div.z-overlay > div.spinner:before {
            width: 40px;
            height: 40px;
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }



body > div.z-overlay {
    position: fixed !important;
}

div.z-spinner.small {
    width: 20px;
    height: 20px;
}

    div.z-spinner.small:after,
    div.z-spinner.small:before {
        width: 10px;
        height: 10px;
        border: 3px solid transparent;
        border-bottom: 3px solid #0000ff;
    }

    div.z-spinner.small:before {
        width: 15px;
        height: 15px;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        animation-direction: reverse;
    }

    div.z-spinner.small:before {
        width: 15px;
        height: 15px;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        animation-direction: reverse;
    }


div.k-spinner {
    overflow: visible;
    min-height: 60px;
    position: relative;
}

    div.k-spinner > div {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        margin: auto;
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }


        div.k-spinner > div:after,
        div.k-spinner > div:before {
            content: '';
            position: absolute !important;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 30px;
            height: 30px;
            border: 5px solid transparent;
            border-bottom: 5px solid #0000ff;
            border-radius: 100%;
            -webkit-animation: spinner 1s linear infinite;
            -moz-animation: spinner 1s linear infinite;
            animation: spinner 1s linear infinite;
        }

        div.k-spinner > div:before,
        div.k-spinner > div:before {
            width: 40px;
            height: 40px;
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }



#backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #000000;
    opacity: 0.8;
    padding: 10px 20px;
    display: none;
    overflow: hidden;
    cursor: pointer;
    color: #fefefe;
    border-radius: 60px;
    border: 2px solid #2f7eba;
    background: #444;
}

    #backToTop * {
        display: block;
        overflow: hidden;
    }

    #backToTop > span {
        font-size: 20px;
    }

        #backToTop > span:before {
            content: '\f2fc';
            font-family: 'Material-Design-Iconic-Font';
            font-size: 20px;
        }

    #backToTop:hover {
        opacity: 1;
    }

/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
          animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
          animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #ffffff;
}
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\f101';
}
.zmdi-airplane-off:before {
  content: '\f102';
}
.zmdi-airplane:before {
  content: '\f103';
}
.zmdi-album:before {
  content: '\f104';
}
.zmdi-archive:before {
  content: '\f105';
}
.zmdi-assignment-account:before {
  content: '\f106';
}
.zmdi-assignment-alert:before {
  content: '\f107';
}
.zmdi-assignment-check:before {
  content: '\f108';
}
.zmdi-assignment-o:before {
  content: '\f109';
}
.zmdi-assignment-return:before {
  content: '\f10a';
}
.zmdi-assignment-returned:before {
  content: '\f10b';
}
.zmdi-assignment:before {
  content: '\f10c';
}
.zmdi-attachment-alt:before {
  content: '\f10d';
}
.zmdi-attachment:before {
  content: '\f10e';
}
.zmdi-audio:before {
  content: '\f10f';
}
.zmdi-badge-check:before {
  content: '\f110';
}
.zmdi-balance-wallet:before {
  content: '\f111';
}
.zmdi-balance:before {
  content: '\f112';
}
.zmdi-battery-alert:before {
  content: '\f113';
}
.zmdi-battery-flash:before {
  content: '\f114';
}
.zmdi-battery-unknown:before {
  content: '\f115';
}
.zmdi-battery:before {
  content: '\f116';
}
.zmdi-bike:before {
  content: '\f117';
}
.zmdi-block-alt:before {
  content: '\f118';
}
.zmdi-block:before {
  content: '\f119';
}
.zmdi-boat:before {
  content: '\f11a';
}
.zmdi-book-image:before {
  content: '\f11b';
}
.zmdi-book:before {
  content: '\f11c';
}
.zmdi-bookmark-outline:before {
  content: '\f11d';
}
.zmdi-bookmark:before {
  content: '\f11e';
}
.zmdi-brush:before {
  content: '\f11f';
}
.zmdi-bug:before {
  content: '\f120';
}
.zmdi-bus:before {
  content: '\f121';
}
.zmdi-cake:before {
  content: '\f122';
}
.zmdi-car-taxi:before {
  content: '\f123';
}
.zmdi-car-wash:before {
  content: '\f124';
}
.zmdi-car:before {
  content: '\f125';
}
.zmdi-card-giftcard:before {
  content: '\f126';
}
.zmdi-card-membership:before {
  content: '\f127';
}
.zmdi-card-travel:before {
  content: '\f128';
}
.zmdi-card:before {
  content: '\f129';
}
.zmdi-case-check:before {
  content: '\f12a';
}
.zmdi-case-download:before {
  content: '\f12b';
}
.zmdi-case-play:before {
  content: '\f12c';
}
.zmdi-case:before {
  content: '\f12d';
}
.zmdi-cast-connected:before {
  content: '\f12e';
}
.zmdi-cast:before {
  content: '\f12f';
}
.zmdi-chart-donut:before {
  content: '\f130';
}
.zmdi-chart:before {
  content: '\f131';
}
.zmdi-city-alt:before {
  content: '\f132';
}
.zmdi-city:before {
  content: '\f133';
}
.zmdi-close-circle-o:before {
  content: '\f134';
}
.zmdi-close-circle:before {
  content: '\f135';
}
.zmdi-close:before {
  content: '\f136';
}
.zmdi-cocktail:before {
  content: '\f137';
}
.zmdi-code-setting:before {
  content: '\f138';
}
.zmdi-code-smartphone:before {
  content: '\f139';
}
.zmdi-code:before {
  content: '\f13a';
}
.zmdi-coffee:before {
  content: '\f13b';
}
.zmdi-collection-bookmark:before {
  content: '\f13c';
}
.zmdi-collection-case-play:before {
  content: '\f13d';
}
.zmdi-collection-folder-image:before {
  content: '\f13e';
}
.zmdi-collection-image-o:before {
  content: '\f13f';
}
.zmdi-collection-image:before {
  content: '\f140';
}
.zmdi-collection-item-1:before {
  content: '\f141';
}
.zmdi-collection-item-2:before {
  content: '\f142';
}
.zmdi-collection-item-3:before {
  content: '\f143';
}
.zmdi-collection-item-4:before {
  content: '\f144';
}
.zmdi-collection-item-5:before {
  content: '\f145';
}
.zmdi-collection-item-6:before {
  content: '\f146';
}
.zmdi-collection-item-7:before {
  content: '\f147';
}
.zmdi-collection-item-8:before {
  content: '\f148';
}
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}
.zmdi-collection-item-9:before {
  content: '\f14a';
}
.zmdi-collection-item:before {
  content: '\f14b';
}
.zmdi-collection-music:before {
  content: '\f14c';
}
.zmdi-collection-pdf:before {
  content: '\f14d';
}
.zmdi-collection-plus:before {
  content: '\f14e';
}
.zmdi-collection-speaker:before {
  content: '\f14f';
}
.zmdi-collection-text:before {
  content: '\f150';
}
.zmdi-collection-video:before {
  content: '\f151';
}
.zmdi-compass:before {
  content: '\f152';
}
.zmdi-cutlery:before {
  content: '\f153';
}
.zmdi-delete:before {
  content: '\f154';
}
.zmdi-dialpad:before {
  content: '\f155';
}
.zmdi-dns:before {
  content: '\f156';
}
.zmdi-drink:before {
  content: '\f157';
}
.zmdi-edit:before {
  content: '\f158';
}
.zmdi-email-open:before {
  content: '\f159';
}
.zmdi-email:before {
  content: '\f15a';
}
.zmdi-eye-off:before {
  content: '\f15b';
}
.zmdi-eye:before {
  content: '\f15c';
}
.zmdi-eyedropper:before {
  content: '\f15d';
}
.zmdi-favorite-outline:before {
  content: '\f15e';
}
.zmdi-favorite:before {
  content: '\f15f';
}
.zmdi-filter-list:before {
  content: '\f160';
}
.zmdi-fire:before {
  content: '\f161';
}
.zmdi-flag:before {
  content: '\f162';
}
.zmdi-flare:before {
  content: '\f163';
}
.zmdi-flash-auto:before {
  content: '\f164';
}
.zmdi-flash-off:before {
  content: '\f165';
}
.zmdi-flash:before {
  content: '\f166';
}
.zmdi-flip:before {
  content: '\f167';
}
.zmdi-flower-alt:before {
  content: '\f168';
}
.zmdi-flower:before {
  content: '\f169';
}
.zmdi-font:before {
  content: '\f16a';
}
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}
.zmdi-fullscreen:before {
  content: '\f16d';
}
.zmdi-functions:before {
  content: '\f16e';
}
.zmdi-gas-station:before {
  content: '\f16f';
}
.zmdi-gesture:before {
  content: '\f170';
}
.zmdi-globe-alt:before {
  content: '\f171';
}
.zmdi-globe-lock:before {
  content: '\f172';
}
.zmdi-globe:before {
  content: '\f173';
}
.zmdi-graduation-cap:before {
  content: '\f174';
}
.zmdi-home:before {
  content: '\f175';
}
.zmdi-hospital-alt:before {
  content: '\f176';
}
.zmdi-hospital:before {
  content: '\f177';
}
.zmdi-hotel:before {
  content: '\f178';
}
.zmdi-hourglass-alt:before {
  content: '\f179';
}
.zmdi-hourglass-outline:before {
  content: '\f17a';
}
.zmdi-hourglass:before {
  content: '\f17b';
}
.zmdi-http:before {
  content: '\f17c';
}
.zmdi-image-alt:before {
  content: '\f17d';
}
.zmdi-image-o:before {
  content: '\f17e';
}
.zmdi-image:before {
  content: '\f17f';
}
.zmdi-inbox:before {
  content: '\f180';
}
.zmdi-invert-colors-off:before {
  content: '\f181';
}
.zmdi-invert-colors:before {
  content: '\f182';
}
.zmdi-key:before {
  content: '\f183';
}
.zmdi-label-alt-outline:before {
  content: '\f184';
}
.zmdi-label-alt:before {
  content: '\f185';
}
.zmdi-label-heart:before {
  content: '\f186';
}
.zmdi-label:before {
  content: '\f187';
}
.zmdi-labels:before {
  content: '\f188';
}
.zmdi-lamp:before {
  content: '\f189';
}
.zmdi-landscape:before {
  content: '\f18a';
}
.zmdi-layers-off:before {
  content: '\f18b';
}
.zmdi-layers:before {
  content: '\f18c';
}
.zmdi-library:before {
  content: '\f18d';
}
.zmdi-link:before {
  content: '\f18e';
}
.zmdi-lock-open:before {
  content: '\f18f';
}
.zmdi-lock-outline:before {
  content: '\f190';
}
.zmdi-lock:before {
  content: '\f191';
}
.zmdi-mail-reply-all:before {
  content: '\f192';
}
.zmdi-mail-reply:before {
  content: '\f193';
}
.zmdi-mail-send:before {
  content: '\f194';
}
.zmdi-mall:before {
  content: '\f195';
}
.zmdi-map:before {
  content: '\f196';
}
.zmdi-menu:before {
  content: '\f197';
}
.zmdi-money-box:before {
  content: '\f198';
}
.zmdi-money-off:before {
  content: '\f199';
}
.zmdi-money:before {
  content: '\f19a';
}
.zmdi-more-vert:before {
  content: '\f19b';
}
.zmdi-more:before {
  content: '\f19c';
}
.zmdi-movie-alt:before {
  content: '\f19d';
}
.zmdi-movie:before {
  content: '\f19e';
}
.zmdi-nature-people:before {
  content: '\f19f';
}
.zmdi-nature:before {
  content: '\f1a0';
}
.zmdi-navigation:before {
  content: '\f1a1';
}
.zmdi-open-in-browser:before {
  content: '\f1a2';
}
.zmdi-open-in-new:before {
  content: '\f1a3';
}
.zmdi-palette:before {
  content: '\f1a4';
}
.zmdi-parking:before {
  content: '\f1a5';
}
.zmdi-pin-account:before {
  content: '\f1a6';
}
.zmdi-pin-assistant:before {
  content: '\f1a7';
}
.zmdi-pin-drop:before {
  content: '\f1a8';
}
.zmdi-pin-help:before {
  content: '\f1a9';
}
.zmdi-pin-off:before {
  content: '\f1aa';
}
.zmdi-pin:before {
  content: '\f1ab';
}
.zmdi-pizza:before {
  content: '\f1ac';
}
.zmdi-plaster:before {
  content: '\f1ad';
}
.zmdi-power-setting:before {
  content: '\f1ae';
}
.zmdi-power:before {
  content: '\f1af';
}
.zmdi-print:before {
  content: '\f1b0';
}
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}
.zmdi-quote:before {
  content: '\f1b2';
}
.zmdi-railway:before {
  content: '\f1b3';
}
.zmdi-receipt:before {
  content: '\f1b4';
}
.zmdi-refresh-alt:before {
  content: '\f1b5';
}
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}
.zmdi-refresh-sync:before {
  content: '\f1b8';
}
.zmdi-refresh:before {
  content: '\f1b9';
}
.zmdi-roller:before {
  content: '\f1ba';
}
.zmdi-ruler:before {
  content: '\f1bb';
}
.zmdi-scissors:before {
  content: '\f1bc';
}
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}
.zmdi-screen-rotation:before {
  content: '\f1be';
}
.zmdi-search-for:before {
  content: '\f1bf';
}
.zmdi-search-in-file:before {
  content: '\f1c0';
}
.zmdi-search-in-page:before {
  content: '\f1c1';
}
.zmdi-search-replace:before {
  content: '\f1c2';
}
.zmdi-search:before {
  content: '\f1c3';
}
.zmdi-seat:before {
  content: '\f1c4';
}
.zmdi-settings-square:before {
  content: '\f1c5';
}
.zmdi-settings:before {
  content: '\f1c6';
}
.zmdi-shield-check:before {
  content: '\f1c7';
}
.zmdi-shield-security:before {
  content: '\f1c8';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}
.zmdi-shopping-cart:before {
  content: '\f1cb';
}
.zmdi-sign-in:before {
  content: '\f1cc';
}
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}
.zmdi-sort-asc:before {
  content: '\f1cf';
}
.zmdi-sort-desc:before {
  content: '\f1d0';
}
.zmdi-spellcheck:before {
  content: '\f1d1';
}
.zmdi-storage:before {
  content: '\f1d2';
}
.zmdi-store-24:before {
  content: '\f1d3';
}
.zmdi-store:before {
  content: '\f1d4';
}
.zmdi-subway:before {
  content: '\f1d5';
}
.zmdi-sun:before {
  content: '\f1d6';
}
.zmdi-tab-unselected:before {
  content: '\f1d7';
}
.zmdi-tab:before {
  content: '\f1d8';
}
.zmdi-tag-close:before {
  content: '\f1d9';
}
.zmdi-tag-more:before {
  content: '\f1da';
}
.zmdi-tag:before {
  content: '\f1db';
}
.zmdi-thumb-down:before {
  content: '\f1dc';
}
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}
.zmdi-thumb-up:before {
  content: '\f1de';
}
.zmdi-ticket-star:before {
  content: '\f1df';
}
.zmdi-toll:before {
  content: '\f1e0';
}
.zmdi-toys:before {
  content: '\f1e1';
}
.zmdi-traffic:before {
  content: '\f1e2';
}
.zmdi-translate:before {
  content: '\f1e3';
}
.zmdi-triangle-down:before {
  content: '\f1e4';
}
.zmdi-triangle-up:before {
  content: '\f1e5';
}
.zmdi-truck:before {
  content: '\f1e6';
}
.zmdi-turning-sign:before {
  content: '\f1e7';
}
.zmdi-wallpaper:before {
  content: '\f1e8';
}
.zmdi-washing-machine:before {
  content: '\f1e9';
}
.zmdi-window-maximize:before {
  content: '\f1ea';
}
.zmdi-window-minimize:before {
  content: '\f1eb';
}
.zmdi-window-restore:before {
  content: '\f1ec';
}
.zmdi-wrench:before {
  content: '\f1ed';
}
.zmdi-zoom-in:before {
  content: '\f1ee';
}
.zmdi-zoom-out:before {
  content: '\f1ef';
}
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}
.zmdi-alert-circle:before {
  content: '\f1f1';
}
.zmdi-alert-octagon:before {
  content: '\f1f2';
}
.zmdi-alert-polygon:before {
  content: '\f1f3';
}
.zmdi-alert-triangle:before {
  content: '\f1f4';
}
.zmdi-help-outline:before {
  content: '\f1f5';
}
.zmdi-help:before {
  content: '\f1f6';
}
.zmdi-info-outline:before {
  content: '\f1f7';
}
.zmdi-info:before {
  content: '\f1f8';
}
.zmdi-notifications-active:before {
  content: '\f1f9';
}
.zmdi-notifications-add:before {
  content: '\f1fa';
}
.zmdi-notifications-none:before {
  content: '\f1fb';
}
.zmdi-notifications-off:before {
  content: '\f1fc';
}
.zmdi-notifications-paused:before {
  content: '\f1fd';
}
.zmdi-notifications:before {
  content: '\f1fe';
}
.zmdi-account-add:before {
  content: '\f1ff';
}
.zmdi-account-box-mail:before {
  content: '\f200';
}
.zmdi-account-box-o:before {
  content: '\f201';
}
.zmdi-account-box-phone:before {
  content: '\f202';
}
.zmdi-account-box:before {
  content: '\f203';
}
.zmdi-account-calendar:before {
  content: '\f204';
}
.zmdi-account-circle:before {
  content: '\f205';
}
.zmdi-account-o:before {
  content: '\f206';
}
.zmdi-account:before {
  content: '\f207';
}
.zmdi-accounts-add:before {
  content: '\f208';
}
.zmdi-accounts-alt:before {
  content: '\f209';
}
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}
.zmdi-accounts-list:before {
  content: '\f20b';
}
.zmdi-accounts-outline:before {
  content: '\f20c';
}
.zmdi-accounts:before {
  content: '\f20d';
}
.zmdi-face:before {
  content: '\f20e';
}
.zmdi-female:before {
  content: '\f20f';
}
.zmdi-male-alt:before {
  content: '\f210';
}
.zmdi-male-female:before {
  content: '\f211';
}
.zmdi-male:before {
  content: '\f212';
}
.zmdi-mood-bad:before {
  content: '\f213';
}
.zmdi-mood:before {
  content: '\f214';
}
.zmdi-run:before {
  content: '\f215';
}
.zmdi-walk:before {
  content: '\f216';
}
.zmdi-cloud-box:before {
  content: '\f217';
}
.zmdi-cloud-circle:before {
  content: '\f218';
}
.zmdi-cloud-done:before {
  content: '\f219';
}
.zmdi-cloud-download:before {
  content: '\f21a';
}
.zmdi-cloud-off:before {
  content: '\f21b';
}
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}
.zmdi-cloud-outline:before {
  content: '\f21d';
}
.zmdi-cloud-upload:before {
  content: '\f21e';
}
.zmdi-cloud:before {
  content: '\f21f';
}
.zmdi-download:before {
  content: '\f220';
}
.zmdi-file-plus:before {
  content: '\f221';
}
.zmdi-file-text:before {
  content: '\f222';
}
.zmdi-file:before {
  content: '\f223';
}
.zmdi-folder-outline:before {
  content: '\f224';
}
.zmdi-folder-person:before {
  content: '\f225';
}
.zmdi-folder-star-alt:before {
  content: '\f226';
}
.zmdi-folder-star:before {
  content: '\f227';
}
.zmdi-folder:before {
  content: '\f228';
}
.zmdi-gif:before {
  content: '\f229';
}
.zmdi-upload:before {
  content: '\f22a';
}
.zmdi-border-all:before {
  content: '\f22b';
}
.zmdi-border-bottom:before {
  content: '\f22c';
}
.zmdi-border-clear:before {
  content: '\f22d';
}
.zmdi-border-color:before {
  content: '\f22e';
}
.zmdi-border-horizontal:before {
  content: '\f22f';
}
.zmdi-border-inner:before {
  content: '\f230';
}
.zmdi-border-left:before {
  content: '\f231';
}
.zmdi-border-outer:before {
  content: '\f232';
}
.zmdi-border-right:before {
  content: '\f233';
}
.zmdi-border-style:before {
  content: '\f234';
}
.zmdi-border-top:before {
  content: '\f235';
}
.zmdi-border-vertical:before {
  content: '\f236';
}
.zmdi-copy:before {
  content: '\f237';
}
.zmdi-crop:before {
  content: '\f238';
}
.zmdi-format-align-center:before {
  content: '\f239';
}
.zmdi-format-align-justify:before {
  content: '\f23a';
}
.zmdi-format-align-left:before {
  content: '\f23b';
}
.zmdi-format-align-right:before {
  content: '\f23c';
}
.zmdi-format-bold:before {
  content: '\f23d';
}
.zmdi-format-clear-all:before {
  content: '\f23e';
}
.zmdi-format-clear:before {
  content: '\f23f';
}
.zmdi-format-color-fill:before {
  content: '\f240';
}
.zmdi-format-color-reset:before {
  content: '\f241';
}
.zmdi-format-color-text:before {
  content: '\f242';
}
.zmdi-format-indent-decrease:before {
  content: '\f243';
}
.zmdi-format-indent-increase:before {
  content: '\f244';
}
.zmdi-format-italic:before {
  content: '\f245';
}
.zmdi-format-line-spacing:before {
  content: '\f246';
}
.zmdi-format-list-bulleted:before {
  content: '\f247';
}
.zmdi-format-list-numbered:before {
  content: '\f248';
}
.zmdi-format-ltr:before {
  content: '\f249';
}
.zmdi-format-rtl:before {
  content: '\f24a';
}
.zmdi-format-size:before {
  content: '\f24b';
}
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}
.zmdi-format-strikethrough:before {
  content: '\f24d';
}
.zmdi-format-subject:before {
  content: '\f24e';
}
.zmdi-format-underlined:before {
  content: '\f24f';
}
.zmdi-format-valign-bottom:before {
  content: '\f250';
}
.zmdi-format-valign-center:before {
  content: '\f251';
}
.zmdi-format-valign-top:before {
  content: '\f252';
}
.zmdi-redo:before {
  content: '\f253';
}
.zmdi-select-all:before {
  content: '\f254';
}
.zmdi-space-bar:before {
  content: '\f255';
}
.zmdi-text-format:before {
  content: '\f256';
}
.zmdi-transform:before {
  content: '\f257';
}
.zmdi-undo:before {
  content: '\f258';
}
.zmdi-wrap-text:before {
  content: '\f259';
}
.zmdi-comment-alert:before {
  content: '\f25a';
}
.zmdi-comment-alt-text:before {
  content: '\f25b';
}
.zmdi-comment-alt:before {
  content: '\f25c';
}
.zmdi-comment-edit:before {
  content: '\f25d';
}
.zmdi-comment-image:before {
  content: '\f25e';
}
.zmdi-comment-list:before {
  content: '\f25f';
}
.zmdi-comment-more:before {
  content: '\f260';
}
.zmdi-comment-outline:before {
  content: '\f261';
}
.zmdi-comment-text-alt:before {
  content: '\f262';
}
.zmdi-comment-text:before {
  content: '\f263';
}
.zmdi-comment-video:before {
  content: '\f264';
}
.zmdi-comment:before {
  content: '\f265';
}
.zmdi-comments:before {
  content: '\f266';
}
.zmdi-check-all:before {
  content: '\f267';
}
.zmdi-check-circle-u:before {
  content: '\f268';
}
.zmdi-check-circle:before {
  content: '\f269';
}
.zmdi-check-square:before {
  content: '\f26a';
}
.zmdi-check:before {
  content: '\f26b';
}
.zmdi-circle-o:before {
  content: '\f26c';
}
.zmdi-circle:before {
  content: '\f26d';
}
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}
.zmdi-dot-circle:before {
  content: '\f26f';
}
.zmdi-minus-circle-outline:before {
  content: '\f270';
}
.zmdi-minus-circle:before {
  content: '\f271';
}
.zmdi-minus-square:before {
  content: '\f272';
}
.zmdi-minus:before {
  content: '\f273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}
.zmdi-plus-circle-o:before {
  content: '\f275';
}
.zmdi-plus-circle:before {
  content: '\f276';
}
.zmdi-plus-square:before {
  content: '\f277';
}
.zmdi-plus:before {
  content: '\f278';
}
.zmdi-square-o:before {
  content: '\f279';
}
.zmdi-star-circle:before {
  content: '\f27a';
}
.zmdi-star-half:before {
  content: '\f27b';
}
.zmdi-star-outline:before {
  content: '\f27c';
}
.zmdi-star:before {
  content: '\f27d';
}
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}
.zmdi-bluetooth-off:before {
  content: '\f27f';
}
.zmdi-bluetooth-search:before {
  content: '\f280';
}
.zmdi-bluetooth-setting:before {
  content: '\f281';
}
.zmdi-bluetooth:before {
  content: '\f282';
}
.zmdi-camera-add:before {
  content: '\f283';
}
.zmdi-camera-alt:before {
  content: '\f284';
}
.zmdi-camera-bw:before {
  content: '\f285';
}
.zmdi-camera-front:before {
  content: '\f286';
}
.zmdi-camera-mic:before {
  content: '\f287';
}
.zmdi-camera-party-mode:before {
  content: '\f288';
}
.zmdi-camera-rear:before {
  content: '\f289';
}
.zmdi-camera-roll:before {
  content: '\f28a';
}
.zmdi-camera-switch:before {
  content: '\f28b';
}
.zmdi-camera:before {
  content: '\f28c';
}
.zmdi-card-alert:before {
  content: '\f28d';
}
.zmdi-card-off:before {
  content: '\f28e';
}
.zmdi-card-sd:before {
  content: '\f28f';
}
.zmdi-card-sim:before {
  content: '\f290';
}
.zmdi-desktop-mac:before {
  content: '\f291';
}
.zmdi-desktop-windows:before {
  content: '\f292';
}
.zmdi-device-hub:before {
  content: '\f293';
}
.zmdi-devices-off:before {
  content: '\f294';
}
.zmdi-devices:before {
  content: '\f295';
}
.zmdi-dock:before {
  content: '\f296';
}
.zmdi-floppy:before {
  content: '\f297';
}
.zmdi-gamepad:before {
  content: '\f298';
}
.zmdi-gps-dot:before {
  content: '\f299';
}
.zmdi-gps-off:before {
  content: '\f29a';
}
.zmdi-gps:before {
  content: '\f29b';
}
.zmdi-headset-mic:before {
  content: '\f29c';
}
.zmdi-headset:before {
  content: '\f29d';
}
.zmdi-input-antenna:before {
  content: '\f29e';
}
.zmdi-input-composite:before {
  content: '\f29f';
}
.zmdi-input-hdmi:before {
  content: '\f2a0';
}
.zmdi-input-power:before {
  content: '\f2a1';
}
.zmdi-input-svideo:before {
  content: '\f2a2';
}
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}
.zmdi-keyboard:before {
  content: '\f2a4';
}
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}
.zmdi-laptop-mac:before {
  content: '\f2a6';
}
.zmdi-laptop:before {
  content: '\f2a7';
}
.zmdi-mic-off:before {
  content: '\f2a8';
}
.zmdi-mic-outline:before {
  content: '\f2a9';
}
.zmdi-mic-setting:before {
  content: '\f2aa';
}
.zmdi-mic:before {
  content: '\f2ab';
}
.zmdi-mouse:before {
  content: '\f2ac';
}
.zmdi-network-alert:before {
  content: '\f2ad';
}
.zmdi-network-locked:before {
  content: '\f2ae';
}
.zmdi-network-off:before {
  content: '\f2af';
}
.zmdi-network-outline:before {
  content: '\f2b0';
}
.zmdi-network-setting:before {
  content: '\f2b1';
}
.zmdi-network:before {
  content: '\f2b2';
}
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}
.zmdi-phone-end:before {
  content: '\f2b4';
}
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}
.zmdi-phone-locked:before {
  content: '\f2b7';
}
.zmdi-phone-missed:before {
  content: '\f2b8';
}
.zmdi-phone-msg:before {
  content: '\f2b9';
}
.zmdi-phone-paused:before {
  content: '\f2ba';
}
.zmdi-phone-ring:before {
  content: '\f2bb';
}
.zmdi-phone-setting:before {
  content: '\f2bc';
}
.zmdi-phone-sip:before {
  content: '\f2bd';
}
.zmdi-phone:before {
  content: '\f2be';
}
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}
.zmdi-portable-wifi:before {
  content: '\f2c1';
}
.zmdi-radio:before {
  content: '\f2c2';
}
.zmdi-reader:before {
  content: '\f2c3';
}
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}
.zmdi-remote-control:before {
  content: '\f2c5';
}
.zmdi-router:before {
  content: '\f2c6';
}
.zmdi-scanner:before {
  content: '\f2c7';
}
.zmdi-smartphone-android:before {
  content: '\f2c8';
}
.zmdi-smartphone-download:before {
  content: '\f2c9';
}
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}
.zmdi-smartphone-info:before {
  content: '\f2cb';
}
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}
.zmdi-smartphone:before {
  content: '\f2d4';
}
.zmdi-speaker:before {
  content: '\f2d5';
}
.zmdi-tablet-android:before {
  content: '\f2d6';
}
.zmdi-tablet-mac:before {
  content: '\f2d7';
}
.zmdi-tablet:before {
  content: '\f2d8';
}
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}
.zmdi-tv-list:before {
  content: '\f2da';
}
.zmdi-tv-play:before {
  content: '\f2db';
}
.zmdi-tv:before {
  content: '\f2dc';
}
.zmdi-usb:before {
  content: '\f2dd';
}
.zmdi-videocam-off:before {
  content: '\f2de';
}
.zmdi-videocam-switch:before {
  content: '\f2df';
}
.zmdi-videocam:before {
  content: '\f2e0';
}
.zmdi-watch:before {
  content: '\f2e1';
}
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}
.zmdi-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-wifi-info:before {
  content: '\f2e4';
}
.zmdi-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-wifi-off:before {
  content: '\f2e6';
}
.zmdi-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-wifi:before {
  content: '\f2e8';
}
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}
.zmdi-arrow-left:before {
  content: '\f2ea';
}
.zmdi-arrow-merge:before {
  content: '\f2eb';
}
.zmdi-arrow-missed:before {
  content: '\f2ec';
}
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}
.zmdi-arrow-right:before {
  content: '\f2ee';
}
.zmdi-arrow-split:before {
  content: '\f2ef';
}
.zmdi-arrows:before {
  content: '\f2f0';
}
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}
.zmdi-caret-down:before {
  content: '\f2f2';
}
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}
.zmdi-caret-left:before {
  content: '\f2f4';
}
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}
.zmdi-caret-right:before {
  content: '\f2f6';
}
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}
.zmdi-caret-up:before {
  content: '\f2f8';
}
.zmdi-chevron-down:before {
  content: '\f2f9';
}
.zmdi-chevron-left:before {
  content: '\f2fa';
}
.zmdi-chevron-right:before {
  content: '\f2fb';
}
.zmdi-chevron-up:before {
  content: '\f2fc';
}
.zmdi-forward:before {
  content: '\f2fd';
}
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}
.zmdi-long-arrow-return:before {
  content: '\f300';
}
.zmdi-long-arrow-right:before {
  content: '\f301';
}
.zmdi-long-arrow-tab:before {
  content: '\f302';
}
.zmdi-long-arrow-up:before {
  content: '\f303';
}
.zmdi-rotate-ccw:before {
  content: '\f304';
}
.zmdi-rotate-cw:before {
  content: '\f305';
}
.zmdi-rotate-left:before {
  content: '\f306';
}
.zmdi-rotate-right:before {
  content: '\f307';
}
.zmdi-square-down:before {
  content: '\f308';
}
.zmdi-square-right:before {
  content: '\f309';
}
.zmdi-swap-alt:before {
  content: '\f30a';
}
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}
.zmdi-swap-vertical:before {
  content: '\f30c';
}
.zmdi-swap:before {
  content: '\f30d';
}
.zmdi-trending-down:before {
  content: '\f30e';
}
.zmdi-trending-flat:before {
  content: '\f30f';
}
.zmdi-trending-up:before {
  content: '\f310';
}
.zmdi-unfold-less:before {
  content: '\f311';
}
.zmdi-unfold-more:before {
  content: '\f312';
}
.zmdi-apps:before {
  content: '\f313';
}
.zmdi-grid-off:before {
  content: '\f314';
}
.zmdi-grid:before {
  content: '\f315';
}
.zmdi-view-agenda:before {
  content: '\f316';
}
.zmdi-view-array:before {
  content: '\f317';
}
.zmdi-view-carousel:before {
  content: '\f318';
}
.zmdi-view-column:before {
  content: '\f319';
}
.zmdi-view-comfy:before {
  content: '\f31a';
}
.zmdi-view-compact:before {
  content: '\f31b';
}
.zmdi-view-dashboard:before {
  content: '\f31c';
}
.zmdi-view-day:before {
  content: '\f31d';
}
.zmdi-view-headline:before {
  content: '\f31e';
}
.zmdi-view-list-alt:before {
  content: '\f31f';
}
.zmdi-view-list:before {
  content: '\f320';
}
.zmdi-view-module:before {
  content: '\f321';
}
.zmdi-view-quilt:before {
  content: '\f322';
}
.zmdi-view-stream:before {
  content: '\f323';
}
.zmdi-view-subtitles:before {
  content: '\f324';
}
.zmdi-view-toc:before {
  content: '\f325';
}
.zmdi-view-web:before {
  content: '\f326';
}
.zmdi-view-week:before {
  content: '\f327';
}
.zmdi-widgets:before {
  content: '\f328';
}
.zmdi-alarm-check:before {
  content: '\f329';
}
.zmdi-alarm-off:before {
  content: '\f32a';
}
.zmdi-alarm-plus:before {
  content: '\f32b';
}
.zmdi-alarm-snooze:before {
  content: '\f32c';
}
.zmdi-alarm:before {
  content: '\f32d';
}
.zmdi-calendar-alt:before {
  content: '\f32e';
}
.zmdi-calendar-check:before {
  content: '\f32f';
}
.zmdi-calendar-close:before {
  content: '\f330';
}
.zmdi-calendar-note:before {
  content: '\f331';
}
.zmdi-calendar:before {
  content: '\f332';
}
.zmdi-time-countdown:before {
  content: '\f333';
}
.zmdi-time-interval:before {
  content: '\f334';
}
.zmdi-time-restore-setting:before {
  content: '\f335';
}
.zmdi-time-restore:before {
  content: '\f336';
}
.zmdi-time:before {
  content: '\f337';
}
.zmdi-timer-off:before {
  content: '\f338';
}
.zmdi-timer:before {
  content: '\f339';
}
.zmdi-android-alt:before {
  content: '\f33a';
}
.zmdi-android:before {
  content: '\f33b';
}
.zmdi-apple:before {
  content: '\f33c';
}
.zmdi-behance:before {
  content: '\f33d';
}
.zmdi-codepen:before {
  content: '\f33e';
}
.zmdi-dribbble:before {
  content: '\f33f';
}
.zmdi-dropbox:before {
  content: '\f340';
}
.zmdi-evernote:before {
  content: '\f341';
}
.zmdi-facebook-box:before {
  content: '\f342';
}
.zmdi-facebook:before {
  content: '\f343';
}
.zmdi-github-box:before {
  content: '\f344';
}
.zmdi-github:before {
  content: '\f345';
}
.zmdi-google-drive:before {
  content: '\f346';
}
.zmdi-google-earth:before {
  content: '\f347';
}
.zmdi-google-glass:before {
  content: '\f348';
}
.zmdi-google-maps:before {
  content: '\f349';
}
.zmdi-google-pages:before {
  content: '\f34a';
}
.zmdi-google-play:before {
  content: '\f34b';
}
.zmdi-google-plus-box:before {
  content: '\f34c';
}
.zmdi-google-plus:before {
  content: '\f34d';
}
.zmdi-google:before {
  content: '\f34e';
}
.zmdi-instagram:before {
  content: '\f34f';
}
.zmdi-language-css3:before {
  content: '\f350';
}
.zmdi-language-html5:before {
  content: '\f351';
}
.zmdi-language-javascript:before {
  content: '\f352';
}
.zmdi-language-python-alt:before {
  content: '\f353';
}
.zmdi-language-python:before {
  content: '\f354';
}
.zmdi-lastfm:before {
  content: '\f355';
}
.zmdi-linkedin-box:before {
  content: '\f356';
}
.zmdi-paypal:before {
  content: '\f357';
}
.zmdi-pinterest-box:before {
  content: '\f358';
}
.zmdi-pocket:before {
  content: '\f359';
}
.zmdi-polymer:before {
  content: '\f35a';
}
.zmdi-share:before {
  content: '\f35b';
}
.zmdi-stackoverflow:before {
  content: '\f35c';
}
.zmdi-steam-square:before {
  content: '\f35d';
}
.zmdi-steam:before {
  content: '\f35e';
}
.zmdi-twitter-box:before {
  content: '\f35f';
}
.zmdi-twitter:before {
  content: '\f360';
}
.zmdi-vk:before {
  content: '\f361';
}
.zmdi-wikipedia:before {
  content: '\f362';
}
.zmdi-windows:before {
  content: '\f363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}
.zmdi-aspect-ratio:before {
  content: '\f365';
}
.zmdi-blur-circular:before {
  content: '\f366';
}
.zmdi-blur-linear:before {
  content: '\f367';
}
.zmdi-blur-off:before {
  content: '\f368';
}
.zmdi-blur:before {
  content: '\f369';
}
.zmdi-brightness-2:before {
  content: '\f36a';
}
.zmdi-brightness-3:before {
  content: '\f36b';
}
.zmdi-brightness-4:before {
  content: '\f36c';
}
.zmdi-brightness-5:before {
  content: '\f36d';
}
.zmdi-brightness-6:before {
  content: '\f36e';
}
.zmdi-brightness-7:before {
  content: '\f36f';
}
.zmdi-brightness-auto:before {
  content: '\f370';
}
.zmdi-brightness-setting:before {
  content: '\f371';
}
.zmdi-broken-image:before {
  content: '\f372';
}
.zmdi-center-focus-strong:before {
  content: '\f373';
}
.zmdi-center-focus-weak:before {
  content: '\f374';
}
.zmdi-compare:before {
  content: '\f375';
}
.zmdi-crop-16-9:before {
  content: '\f376';
}
.zmdi-crop-3-2:before {
  content: '\f377';
}
.zmdi-crop-5-4:before {
  content: '\f378';
}
.zmdi-crop-7-5:before {
  content: '\f379';
}
.zmdi-crop-din:before {
  content: '\f37a';
}
.zmdi-crop-free:before {
  content: '\f37b';
}
.zmdi-crop-landscape:before {
  content: '\f37c';
}
.zmdi-crop-portrait:before {
  content: '\f37d';
}
.zmdi-crop-square:before {
  content: '\f37e';
}
.zmdi-exposure-alt:before {
  content: '\f37f';
}
.zmdi-exposure:before {
  content: '\f380';
}
.zmdi-filter-b-and-w:before {
  content: '\f381';
}
.zmdi-filter-center-focus:before {
  content: '\f382';
}
.zmdi-filter-frames:before {
  content: '\f383';
}
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}
.zmdi-gradient:before {
  content: '\f385';
}
.zmdi-grain:before {
  content: '\f386';
}
.zmdi-graphic-eq:before {
  content: '\f387';
}
.zmdi-hdr-off:before {
  content: '\f388';
}
.zmdi-hdr-strong:before {
  content: '\f389';
}
.zmdi-hdr-weak:before {
  content: '\f38a';
}
.zmdi-hdr:before {
  content: '\f38b';
}
.zmdi-iridescent:before {
  content: '\f38c';
}
.zmdi-leak-off:before {
  content: '\f38d';
}
.zmdi-leak:before {
  content: '\f38e';
}
.zmdi-looks:before {
  content: '\f38f';
}
.zmdi-loupe:before {
  content: '\f390';
}
.zmdi-panorama-horizontal:before {
  content: '\f391';
}
.zmdi-panorama-vertical:before {
  content: '\f392';
}
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}
.zmdi-photo-size-select-large:before {
  content: '\f394';
}
.zmdi-photo-size-select-small:before {
  content: '\f395';
}
.zmdi-picture-in-picture:before {
  content: '\f396';
}
.zmdi-slideshow:before {
  content: '\f397';
}
.zmdi-texture:before {
  content: '\f398';
}
.zmdi-tonality:before {
  content: '\f399';
}
.zmdi-vignette:before {
  content: '\f39a';
}
.zmdi-wb-auto:before {
  content: '\f39b';
}
.zmdi-eject-alt:before {
  content: '\f39c';
}
.zmdi-eject:before {
  content: '\f39d';
}
.zmdi-equalizer:before {
  content: '\f39e';
}
.zmdi-fast-forward:before {
  content: '\f39f';
}
.zmdi-fast-rewind:before {
  content: '\f3a0';
}
.zmdi-forward-10:before {
  content: '\f3a1';
}
.zmdi-forward-30:before {
  content: '\f3a2';
}
.zmdi-forward-5:before {
  content: '\f3a3';
}
.zmdi-hearing:before {
  content: '\f3a4';
}
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}
.zmdi-pause-circle:before {
  content: '\f3a6';
}
.zmdi-pause:before {
  content: '\f3a7';
}
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}
.zmdi-play-circle:before {
  content: '\f3a9';
}
.zmdi-play:before {
  content: '\f3aa';
}
.zmdi-playlist-audio:before {
  content: '\f3ab';
}
.zmdi-playlist-plus:before {
  content: '\f3ac';
}
.zmdi-repeat-one:before {
  content: '\f3ad';
}
.zmdi-repeat:before {
  content: '\f3ae';
}
.zmdi-replay-10:before {
  content: '\f3af';
}
.zmdi-replay-30:before {
  content: '\f3b0';
}
.zmdi-replay-5:before {
  content: '\f3b1';
}
.zmdi-replay:before {
  content: '\f3b2';
}
.zmdi-shuffle:before {
  content: '\f3b3';
}
.zmdi-skip-next:before {
  content: '\f3b4';
}
.zmdi-skip-previous:before {
  content: '\f3b5';
}
.zmdi-stop:before {
  content: '\f3b6';
}
.zmdi-surround-sound:before {
  content: '\f3b7';
}
.zmdi-tune:before {
  content: '\f3b8';
}
.zmdi-volume-down:before {
  content: '\f3b9';
}
.zmdi-volume-mute:before {
  content: '\f3ba';
}
.zmdi-volume-off:before {
  content: '\f3bb';
}
.zmdi-volume-up:before {
  content: '\f3bc';
}
.zmdi-n-1-square:before {
  content: '\f3bd';
}
.zmdi-n-2-square:before {
  content: '\f3be';
}
.zmdi-n-3-square:before {
  content: '\f3bf';
}
.zmdi-n-4-square:before {
  content: '\f3c0';
}
.zmdi-n-5-square:before {
  content: '\f3c1';
}
.zmdi-n-6-square:before {
  content: '\f3c2';
}
.zmdi-neg-1:before {
  content: '\f3c3';
}
.zmdi-neg-2:before {
  content: '\f3c4';
}
.zmdi-plus-1:before {
  content: '\f3c5';
}
.zmdi-plus-2:before {
  content: '\f3c6';
}
.zmdi-sec-10:before {
  content: '\f3c7';
}
.zmdi-sec-3:before {
  content: '\f3c8';
}
.zmdi-zero:before {
  content: '\f3c9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.zmdi-airplay:before {
  content: '\f3d2';
}
.zmdi-closed-caption:before {
  content: '\f3d3';
}
.zmdi-confirmation-number:before {
  content: '\f3d4';
}
.zmdi-developer-board:before {
  content: '\f3d5';
}
.zmdi-disc-full:before {
  content: '\f3d6';
}
.zmdi-explicit:before {
  content: '\f3d7';
}
.zmdi-flight-land:before {
  content: '\f3d8';
}
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}
.zmdi-flip-to-back:before {
  content: '\f3da';
}
.zmdi-flip-to-front:before {
  content: '\f3db';
}
.zmdi-group-work:before {
  content: '\f3dc';
}
.zmdi-hd:before {
  content: '\f3dd';
}
.zmdi-hq:before {
  content: '\f3de';
}
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}
.zmdi-memory:before {
  content: '\f3e0';
}
.zmdi-nfc:before {
  content: '\f3e1';
}
.zmdi-play-for-work:before {
  content: '\f3e2';
}
.zmdi-power-input:before {
  content: '\f3e3';
}
.zmdi-present-to-all:before {
  content: '\f3e4';
}
.zmdi-satellite:before {
  content: '\f3e5';
}
.zmdi-tap-and-play:before {
  content: '\f3e6';
}
.zmdi-vibration:before {
  content: '\f3e7';
}
.zmdi-voicemail:before {
  content: '\f3e8';
}
.zmdi-group:before {
  content: '\f3e9';
}
.zmdi-rss:before {
  content: '\f3ea';
}
.zmdi-shape:before {
  content: '\f3eb';
}
.zmdi-spinner:before {
  content: '\f3ec';
}
.zmdi-ungroup:before {
  content: '\f3ed';
}
.zmdi-500px:before {
  content: '\f3ee';
}
.zmdi-8tracks:before {
  content: '\f3ef';
}
.zmdi-amazon:before {
  content: '\f3f0';
}
.zmdi-blogger:before {
  content: '\f3f1';
}
.zmdi-delicious:before {
  content: '\f3f2';
}
.zmdi-disqus:before {
  content: '\f3f3';
}
.zmdi-flattr:before {
  content: '\f3f4';
}
.zmdi-flickr:before {
  content: '\f3f5';
}
.zmdi-github-alt:before {
  content: '\f3f6';
}
.zmdi-google-old:before {
  content: '\f3f7';
}
.zmdi-linkedin:before {
  content: '\f3f8';
}
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}
.zmdi-outlook:before {
  content: '\f3fa';
}
.zmdi-paypal-alt:before {
  content: '\f3fb';
}
.zmdi-pinterest:before {
  content: '\f3fc';
}
.zmdi-playstation:before {
  content: '\f3fd';
}
.zmdi-reddit:before {
  content: '\f3fe';
}
.zmdi-skype:before {
  content: '\f3ff';
}
.zmdi-slideshare:before {
  content: '\f400';
}
.zmdi-soundcloud:before {
  content: '\f401';
}
.zmdi-tumblr:before {
  content: '\f402';
}
.zmdi-twitch:before {
  content: '\f403';
}
.zmdi-vimeo:before {
  content: '\f404';
}
.zmdi-whatsapp:before {
  content: '\f405';
}
.zmdi-xbox:before {
  content: '\f406';
}
.zmdi-yahoo:before {
  content: '\f407';
}
.zmdi-youtube-play:before {
  content: '\f408';
}
.zmdi-youtube:before {
  content: '\f409';
}
.zmdi-3d-rotation:before {
  content: '\f101';
}
.zmdi-airplane-off:before {
  content: '\f102';
}
.zmdi-airplane:before {
  content: '\f103';
}
.zmdi-album:before {
  content: '\f104';
}
.zmdi-archive:before {
  content: '\f105';
}
.zmdi-assignment-account:before {
  content: '\f106';
}
.zmdi-assignment-alert:before {
  content: '\f107';
}
.zmdi-assignment-check:before {
  content: '\f108';
}
.zmdi-assignment-o:before {
  content: '\f109';
}
.zmdi-assignment-return:before {
  content: '\f10a';
}
.zmdi-assignment-returned:before {
  content: '\f10b';
}
.zmdi-assignment:before {
  content: '\f10c';
}
.zmdi-attachment-alt:before {
  content: '\f10d';
}
.zmdi-attachment:before {
  content: '\f10e';
}
.zmdi-audio:before {
  content: '\f10f';
}
.zmdi-badge-check:before {
  content: '\f110';
}
.zmdi-balance-wallet:before {
  content: '\f111';
}
.zmdi-balance:before {
  content: '\f112';
}
.zmdi-battery-alert:before {
  content: '\f113';
}
.zmdi-battery-flash:before {
  content: '\f114';
}
.zmdi-battery-unknown:before {
  content: '\f115';
}
.zmdi-battery:before {
  content: '\f116';
}
.zmdi-bike:before {
  content: '\f117';
}
.zmdi-block-alt:before {
  content: '\f118';
}
.zmdi-block:before {
  content: '\f119';
}
.zmdi-boat:before {
  content: '\f11a';
}
.zmdi-book-image:before {
  content: '\f11b';
}
.zmdi-book:before {
  content: '\f11c';
}
.zmdi-bookmark-outline:before {
  content: '\f11d';
}
.zmdi-bookmark:before {
  content: '\f11e';
}
.zmdi-brush:before {
  content: '\f11f';
}
.zmdi-bug:before {
  content: '\f120';
}
.zmdi-bus:before {
  content: '\f121';
}
.zmdi-cake:before {
  content: '\f122';
}
.zmdi-car-taxi:before {
  content: '\f123';
}
.zmdi-car-wash:before {
  content: '\f124';
}
.zmdi-car:before {
  content: '\f125';
}
.zmdi-card-giftcard:before {
  content: '\f126';
}
.zmdi-card-membership:before {
  content: '\f127';
}
.zmdi-card-travel:before {
  content: '\f128';
}
.zmdi-card:before {
  content: '\f129';
}
.zmdi-case-check:before {
  content: '\f12a';
}
.zmdi-case-download:before {
  content: '\f12b';
}
.zmdi-case-play:before {
  content: '\f12c';
}
.zmdi-case:before {
  content: '\f12d';
}
.zmdi-cast-connected:before {
  content: '\f12e';
}
.zmdi-cast:before {
  content: '\f12f';
}
.zmdi-chart-donut:before {
  content: '\f130';
}
.zmdi-chart:before {
  content: '\f131';
}
.zmdi-city-alt:before {
  content: '\f132';
}
.zmdi-city:before {
  content: '\f133';
}
.zmdi-close-circle-o:before {
  content: '\f134';
}
.zmdi-close-circle:before {
  content: '\f135';
}
.zmdi-close:before {
  content: '\f136';
}
.zmdi-cocktail:before {
  content: '\f137';
}
.zmdi-code-setting:before {
  content: '\f138';
}
.zmdi-code-smartphone:before {
  content: '\f139';
}
.zmdi-code:before {
  content: '\f13a';
}
.zmdi-coffee:before {
  content: '\f13b';
}
.zmdi-collection-bookmark:before {
  content: '\f13c';
}
.zmdi-collection-case-play:before {
  content: '\f13d';
}
.zmdi-collection-folder-image:before {
  content: '\f13e';
}
.zmdi-collection-image-o:before {
  content: '\f13f';
}
.zmdi-collection-image:before {
  content: '\f140';
}
.zmdi-collection-item-1:before {
  content: '\f141';
}
.zmdi-collection-item-2:before {
  content: '\f142';
}
.zmdi-collection-item-3:before {
  content: '\f143';
}
.zmdi-collection-item-4:before {
  content: '\f144';
}
.zmdi-collection-item-5:before {
  content: '\f145';
}
.zmdi-collection-item-6:before {
  content: '\f146';
}
.zmdi-collection-item-7:before {
  content: '\f147';
}
.zmdi-collection-item-8:before {
  content: '\f148';
}
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}
.zmdi-collection-item-9:before {
  content: '\f14a';
}
.zmdi-collection-item:before {
  content: '\f14b';
}
.zmdi-collection-music:before {
  content: '\f14c';
}
.zmdi-collection-pdf:before {
  content: '\f14d';
}
.zmdi-collection-plus:before {
  content: '\f14e';
}
.zmdi-collection-speaker:before {
  content: '\f14f';
}
.zmdi-collection-text:before {
  content: '\f150';
}
.zmdi-collection-video:before {
  content: '\f151';
}
.zmdi-compass:before {
  content: '\f152';
}
.zmdi-cutlery:before {
  content: '\f153';
}
.zmdi-delete:before {
  content: '\f154';
}
.zmdi-dialpad:before {
  content: '\f155';
}
.zmdi-dns:before {
  content: '\f156';
}
.zmdi-drink:before {
  content: '\f157';
}
.zmdi-edit:before {
  content: '\f158';
}
.zmdi-email-open:before {
  content: '\f159';
}
.zmdi-email:before {
  content: '\f15a';
}
.zmdi-eye-off:before {
  content: '\f15b';
}
.zmdi-eye:before {
  content: '\f15c';
}
.zmdi-eyedropper:before {
  content: '\f15d';
}
.zmdi-favorite-outline:before {
  content: '\f15e';
}
.zmdi-favorite:before {
  content: '\f15f';
}
.zmdi-filter-list:before {
  content: '\f160';
}
.zmdi-fire:before {
  content: '\f161';
}
.zmdi-flag:before {
  content: '\f162';
}
.zmdi-flare:before {
  content: '\f163';
}
.zmdi-flash-auto:before {
  content: '\f164';
}
.zmdi-flash-off:before {
  content: '\f165';
}
.zmdi-flash:before {
  content: '\f166';
}
.zmdi-flip:before {
  content: '\f167';
}
.zmdi-flower-alt:before {
  content: '\f168';
}
.zmdi-flower:before {
  content: '\f169';
}
.zmdi-font:before {
  content: '\f16a';
}
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}
.zmdi-fullscreen:before {
  content: '\f16d';
}
.zmdi-functions:before {
  content: '\f16e';
}
.zmdi-gas-station:before {
  content: '\f16f';
}
.zmdi-gesture:before {
  content: '\f170';
}
.zmdi-globe-alt:before {
  content: '\f171';
}
.zmdi-globe-lock:before {
  content: '\f172';
}
.zmdi-globe:before {
  content: '\f173';
}
.zmdi-graduation-cap:before {
  content: '\f174';
}
.zmdi-home:before {
  content: '\f175';
}
.zmdi-hospital-alt:before {
  content: '\f176';
}
.zmdi-hospital:before {
  content: '\f177';
}
.zmdi-hotel:before {
  content: '\f178';
}
.zmdi-hourglass-alt:before {
  content: '\f179';
}
.zmdi-hourglass-outline:before {
  content: '\f17a';
}
.zmdi-hourglass:before {
  content: '\f17b';
}
.zmdi-http:before {
  content: '\f17c';
}
.zmdi-image-alt:before {
  content: '\f17d';
}
.zmdi-image-o:before {
  content: '\f17e';
}
.zmdi-image:before {
  content: '\f17f';
}
.zmdi-inbox:before {
  content: '\f180';
}
.zmdi-invert-colors-off:before {
  content: '\f181';
}
.zmdi-invert-colors:before {
  content: '\f182';
}
.zmdi-key:before {
  content: '\f183';
}
.zmdi-label-alt-outline:before {
  content: '\f184';
}
.zmdi-label-alt:before {
  content: '\f185';
}
.zmdi-label-heart:before {
  content: '\f186';
}
.zmdi-label:before {
  content: '\f187';
}
.zmdi-labels:before {
  content: '\f188';
}
.zmdi-lamp:before {
  content: '\f189';
}
.zmdi-landscape:before {
  content: '\f18a';
}
.zmdi-layers-off:before {
  content: '\f18b';
}
.zmdi-layers:before {
  content: '\f18c';
}
.zmdi-library:before {
  content: '\f18d';
}
.zmdi-link:before {
  content: '\f18e';
}
.zmdi-lock-open:before {
  content: '\f18f';
}
.zmdi-lock-outline:before {
  content: '\f190';
}
.zmdi-lock:before {
  content: '\f191';
}
.zmdi-mail-reply-all:before {
  content: '\f192';
}
.zmdi-mail-reply:before {
  content: '\f193';
}
.zmdi-mail-send:before {
  content: '\f194';
}
.zmdi-mall:before {
  content: '\f195';
}
.zmdi-map:before {
  content: '\f196';
}
.zmdi-menu:before {
  content: '\f197';
}
.zmdi-money-box:before {
  content: '\f198';
}
.zmdi-money-off:before {
  content: '\f199';
}
.zmdi-money:before {
  content: '\f19a';
}
.zmdi-more-vert:before {
  content: '\f19b';
}
.zmdi-more:before {
  content: '\f19c';
}
.zmdi-movie-alt:before {
  content: '\f19d';
}
.zmdi-movie:before {
  content: '\f19e';
}
.zmdi-nature-people:before {
  content: '\f19f';
}
.zmdi-nature:before {
  content: '\f1a0';
}
.zmdi-navigation:before {
  content: '\f1a1';
}
.zmdi-open-in-browser:before {
  content: '\f1a2';
}
.zmdi-open-in-new:before {
  content: '\f1a3';
}
.zmdi-palette:before {
  content: '\f1a4';
}
.zmdi-parking:before {
  content: '\f1a5';
}
.zmdi-pin-account:before {
  content: '\f1a6';
}
.zmdi-pin-assistant:before {
  content: '\f1a7';
}
.zmdi-pin-drop:before {
  content: '\f1a8';
}
.zmdi-pin-help:before {
  content: '\f1a9';
}
.zmdi-pin-off:before {
  content: '\f1aa';
}
.zmdi-pin:before {
  content: '\f1ab';
}
.zmdi-pizza:before {
  content: '\f1ac';
}
.zmdi-plaster:before {
  content: '\f1ad';
}
.zmdi-power-setting:before {
  content: '\f1ae';
}
.zmdi-power:before {
  content: '\f1af';
}
.zmdi-print:before {
  content: '\f1b0';
}
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}
.zmdi-quote:before {
  content: '\f1b2';
}
.zmdi-railway:before {
  content: '\f1b3';
}
.zmdi-receipt:before {
  content: '\f1b4';
}
.zmdi-refresh-alt:before {
  content: '\f1b5';
}
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}
.zmdi-refresh-sync:before {
  content: '\f1b8';
}
.zmdi-refresh:before {
  content: '\f1b9';
}
.zmdi-roller:before {
  content: '\f1ba';
}
.zmdi-ruler:before {
  content: '\f1bb';
}
.zmdi-scissors:before {
  content: '\f1bc';
}
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}
.zmdi-screen-rotation:before {
  content: '\f1be';
}
.zmdi-search-for:before {
  content: '\f1bf';
}
.zmdi-search-in-file:before {
  content: '\f1c0';
}
.zmdi-search-in-page:before {
  content: '\f1c1';
}
.zmdi-search-replace:before {
  content: '\f1c2';
}
.zmdi-search:before {
  content: '\f1c3';
}
.zmdi-seat:before {
  content: '\f1c4';
}
.zmdi-settings-square:before {
  content: '\f1c5';
}
.zmdi-settings:before {
  content: '\f1c6';
}
.zmdi-shield-check:before {
  content: '\f1c7';
}
.zmdi-shield-security:before {
  content: '\f1c8';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}
.zmdi-shopping-cart:before {
  content: '\f1cb';
}
.zmdi-sign-in:before {
  content: '\f1cc';
}
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}
.zmdi-sort-asc:before {
  content: '\f1cf';
}
.zmdi-sort-desc:before {
  content: '\f1d0';
}
.zmdi-spellcheck:before {
  content: '\f1d1';
}
.zmdi-storage:before {
  content: '\f1d2';
}
.zmdi-store-24:before {
  content: '\f1d3';
}
.zmdi-store:before {
  content: '\f1d4';
}
.zmdi-subway:before {
  content: '\f1d5';
}
.zmdi-sun:before {
  content: '\f1d6';
}
.zmdi-tab-unselected:before {
  content: '\f1d7';
}
.zmdi-tab:before {
  content: '\f1d8';
}
.zmdi-tag-close:before {
  content: '\f1d9';
}
.zmdi-tag-more:before {
  content: '\f1da';
}
.zmdi-tag:before {
  content: '\f1db';
}
.zmdi-thumb-down:before {
  content: '\f1dc';
}
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}
.zmdi-thumb-up:before {
  content: '\f1de';
}
.zmdi-ticket-star:before {
  content: '\f1df';
}
.zmdi-toll:before {
  content: '\f1e0';
}
.zmdi-toys:before {
  content: '\f1e1';
}
.zmdi-traffic:before {
  content: '\f1e2';
}
.zmdi-translate:before {
  content: '\f1e3';
}
.zmdi-triangle-down:before {
  content: '\f1e4';
}
.zmdi-triangle-up:before {
  content: '\f1e5';
}
.zmdi-truck:before {
  content: '\f1e6';
}
.zmdi-turning-sign:before {
  content: '\f1e7';
}
.zmdi-wallpaper:before {
  content: '\f1e8';
}
.zmdi-washing-machine:before {
  content: '\f1e9';
}
.zmdi-window-maximize:before {
  content: '\f1ea';
}
.zmdi-window-minimize:before {
  content: '\f1eb';
}
.zmdi-window-restore:before {
  content: '\f1ec';
}
.zmdi-wrench:before {
  content: '\f1ed';
}
.zmdi-zoom-in:before {
  content: '\f1ee';
}
.zmdi-zoom-out:before {
  content: '\f1ef';
}
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}
.zmdi-alert-circle:before {
  content: '\f1f1';
}
.zmdi-alert-octagon:before {
  content: '\f1f2';
}
.zmdi-alert-polygon:before {
  content: '\f1f3';
}
.zmdi-alert-triangle:before {
  content: '\f1f4';
}
.zmdi-help-outline:before {
  content: '\f1f5';
}
.zmdi-help:before {
  content: '\f1f6';
}
.zmdi-info-outline:before {
  content: '\f1f7';
}
.zmdi-info:before {
  content: '\f1f8';
}
.zmdi-notifications-active:before {
  content: '\f1f9';
}
.zmdi-notifications-add:before {
  content: '\f1fa';
}
.zmdi-notifications-none:before {
  content: '\f1fb';
}
.zmdi-notifications-off:before {
  content: '\f1fc';
}
.zmdi-notifications-paused:before {
  content: '\f1fd';
}
.zmdi-notifications:before {
  content: '\f1fe';
}
.zmdi-account-add:before {
  content: '\f1ff';
}
.zmdi-account-box-mail:before {
  content: '\f200';
}
.zmdi-account-box-o:before {
  content: '\f201';
}
.zmdi-account-box-phone:before {
  content: '\f202';
}
.zmdi-account-box:before {
  content: '\f203';
}
.zmdi-account-calendar:before {
  content: '\f204';
}
.zmdi-account-circle:before {
  content: '\f205';
}
.zmdi-account-o:before {
  content: '\f206';
}
.zmdi-account:before {
  content: '\f207';
}
.zmdi-accounts-add:before {
  content: '\f208';
}
.zmdi-accounts-alt:before {
  content: '\f209';
}
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}
.zmdi-accounts-list:before {
  content: '\f20b';
}
.zmdi-accounts-outline:before {
  content: '\f20c';
}
.zmdi-accounts:before {
  content: '\f20d';
}
.zmdi-face:before {
  content: '\f20e';
}
.zmdi-female:before {
  content: '\f20f';
}
.zmdi-male-alt:before {
  content: '\f210';
}
.zmdi-male-female:before {
  content: '\f211';
}
.zmdi-male:before {
  content: '\f212';
}
.zmdi-mood-bad:before {
  content: '\f213';
}
.zmdi-mood:before {
  content: '\f214';
}
.zmdi-run:before {
  content: '\f215';
}
.zmdi-walk:before {
  content: '\f216';
}
.zmdi-cloud-box:before {
  content: '\f217';
}
.zmdi-cloud-circle:before {
  content: '\f218';
}
.zmdi-cloud-done:before {
  content: '\f219';
}
.zmdi-cloud-download:before {
  content: '\f21a';
}
.zmdi-cloud-off:before {
  content: '\f21b';
}
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}
.zmdi-cloud-outline:before {
  content: '\f21d';
}
.zmdi-cloud-upload:before {
  content: '\f21e';
}
.zmdi-cloud:before {
  content: '\f21f';
}
.zmdi-download:before {
  content: '\f220';
}
.zmdi-file-plus:before {
  content: '\f221';
}
.zmdi-file-text:before {
  content: '\f222';
}
.zmdi-file:before {
  content: '\f223';
}
.zmdi-folder-outline:before {
  content: '\f224';
}
.zmdi-folder-person:before {
  content: '\f225';
}
.zmdi-folder-star-alt:before {
  content: '\f226';
}
.zmdi-folder-star:before {
  content: '\f227';
}
.zmdi-folder:before {
  content: '\f228';
}
.zmdi-gif:before {
  content: '\f229';
}
.zmdi-upload:before {
  content: '\f22a';
}
.zmdi-border-all:before {
  content: '\f22b';
}
.zmdi-border-bottom:before {
  content: '\f22c';
}
.zmdi-border-clear:before {
  content: '\f22d';
}
.zmdi-border-color:before {
  content: '\f22e';
}
.zmdi-border-horizontal:before {
  content: '\f22f';
}
.zmdi-border-inner:before {
  content: '\f230';
}
.zmdi-border-left:before {
  content: '\f231';
}
.zmdi-border-outer:before {
  content: '\f232';
}
.zmdi-border-right:before {
  content: '\f233';
}
.zmdi-border-style:before {
  content: '\f234';
}
.zmdi-border-top:before {
  content: '\f235';
}
.zmdi-border-vertical:before {
  content: '\f236';
}
.zmdi-copy:before {
  content: '\f237';
}
.zmdi-crop:before {
  content: '\f238';
}
.zmdi-format-align-center:before {
  content: '\f239';
}
.zmdi-format-align-justify:before {
  content: '\f23a';
}
.zmdi-format-align-left:before {
  content: '\f23b';
}
.zmdi-format-align-right:before {
  content: '\f23c';
}
.zmdi-format-bold:before {
  content: '\f23d';
}
.zmdi-format-clear-all:before {
  content: '\f23e';
}
.zmdi-format-clear:before {
  content: '\f23f';
}
.zmdi-format-color-fill:before {
  content: '\f240';
}
.zmdi-format-color-reset:before {
  content: '\f241';
}
.zmdi-format-color-text:before {
  content: '\f242';
}
.zmdi-format-indent-decrease:before {
  content: '\f243';
}
.zmdi-format-indent-increase:before {
  content: '\f244';
}
.zmdi-format-italic:before {
  content: '\f245';
}
.zmdi-format-line-spacing:before {
  content: '\f246';
}
.zmdi-format-list-bulleted:before {
  content: '\f247';
}
.zmdi-format-list-numbered:before {
  content: '\f248';
}
.zmdi-format-ltr:before {
  content: '\f249';
}
.zmdi-format-rtl:before {
  content: '\f24a';
}
.zmdi-format-size:before {
  content: '\f24b';
}
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}
.zmdi-format-strikethrough:before {
  content: '\f24d';
}
.zmdi-format-subject:before {
  content: '\f24e';
}
.zmdi-format-underlined:before {
  content: '\f24f';
}
.zmdi-format-valign-bottom:before {
  content: '\f250';
}
.zmdi-format-valign-center:before {
  content: '\f251';
}
.zmdi-format-valign-top:before {
  content: '\f252';
}
.zmdi-redo:before {
  content: '\f253';
}
.zmdi-select-all:before {
  content: '\f254';
}
.zmdi-space-bar:before {
  content: '\f255';
}
.zmdi-text-format:before {
  content: '\f256';
}
.zmdi-transform:before {
  content: '\f257';
}
.zmdi-undo:before {
  content: '\f258';
}
.zmdi-wrap-text:before {
  content: '\f259';
}
.zmdi-comment-alert:before {
  content: '\f25a';
}
.zmdi-comment-alt-text:before {
  content: '\f25b';
}
.zmdi-comment-alt:before {
  content: '\f25c';
}
.zmdi-comment-edit:before {
  content: '\f25d';
}
.zmdi-comment-image:before {
  content: '\f25e';
}
.zmdi-comment-list:before {
  content: '\f25f';
}
.zmdi-comment-more:before {
  content: '\f260';
}
.zmdi-comment-outline:before {
  content: '\f261';
}
.zmdi-comment-text-alt:before {
  content: '\f262';
}
.zmdi-comment-text:before {
  content: '\f263';
}
.zmdi-comment-video:before {
  content: '\f264';
}
.zmdi-comment:before {
  content: '\f265';
}
.zmdi-comments:before {
  content: '\f266';
}
.zmdi-check-all:before {
  content: '\f267';
}
.zmdi-check-circle-u:before {
  content: '\f268';
}
.zmdi-check-circle:before {
  content: '\f269';
}
.zmdi-check-square:before {
  content: '\f26a';
}
.zmdi-check:before {
  content: '\f26b';
}
.zmdi-circle-o:before {
  content: '\f26c';
}
.zmdi-circle:before {
  content: '\f26d';
}
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}
.zmdi-dot-circle:before {
  content: '\f26f';
}
.zmdi-minus-circle-outline:before {
  content: '\f270';
}
.zmdi-minus-circle:before {
  content: '\f271';
}
.zmdi-minus-square:before {
  content: '\f272';
}
.zmdi-minus:before {
  content: '\f273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}
.zmdi-plus-circle-o:before {
  content: '\f275';
}
.zmdi-plus-circle:before {
  content: '\f276';
}
.zmdi-plus-square:before {
  content: '\f277';
}
.zmdi-plus:before {
  content: '\f278';
}
.zmdi-square-o:before {
  content: '\f279';
}
.zmdi-star-circle:before {
  content: '\f27a';
}
.zmdi-star-half:before {
  content: '\f27b';
}
.zmdi-star-outline:before {
  content: '\f27c';
}
.zmdi-star:before {
  content: '\f27d';
}
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}
.zmdi-bluetooth-off:before {
  content: '\f27f';
}
.zmdi-bluetooth-search:before {
  content: '\f280';
}
.zmdi-bluetooth-setting:before {
  content: '\f281';
}
.zmdi-bluetooth:before {
  content: '\f282';
}
.zmdi-camera-add:before {
  content: '\f283';
}
.zmdi-camera-alt:before {
  content: '\f284';
}
.zmdi-camera-bw:before {
  content: '\f285';
}
.zmdi-camera-front:before {
  content: '\f286';
}
.zmdi-camera-mic:before {
  content: '\f287';
}
.zmdi-camera-party-mode:before {
  content: '\f288';
}
.zmdi-camera-rear:before {
  content: '\f289';
}
.zmdi-camera-roll:before {
  content: '\f28a';
}
.zmdi-camera-switch:before {
  content: '\f28b';
}
.zmdi-camera:before {
  content: '\f28c';
}
.zmdi-card-alert:before {
  content: '\f28d';
}
.zmdi-card-off:before {
  content: '\f28e';
}
.zmdi-card-sd:before {
  content: '\f28f';
}
.zmdi-card-sim:before {
  content: '\f290';
}
.zmdi-desktop-mac:before {
  content: '\f291';
}
.zmdi-desktop-windows:before {
  content: '\f292';
}
.zmdi-device-hub:before {
  content: '\f293';
}
.zmdi-devices-off:before {
  content: '\f294';
}
.zmdi-devices:before {
  content: '\f295';
}
.zmdi-dock:before {
  content: '\f296';
}
.zmdi-floppy:before {
  content: '\f297';
}
.zmdi-gamepad:before {
  content: '\f298';
}
.zmdi-gps-dot:before {
  content: '\f299';
}
.zmdi-gps-off:before {
  content: '\f29a';
}
.zmdi-gps:before {
  content: '\f29b';
}
.zmdi-headset-mic:before {
  content: '\f29c';
}
.zmdi-headset:before {
  content: '\f29d';
}
.zmdi-input-antenna:before {
  content: '\f29e';
}
.zmdi-input-composite:before {
  content: '\f29f';
}
.zmdi-input-hdmi:before {
  content: '\f2a0';
}
.zmdi-input-power:before {
  content: '\f2a1';
}
.zmdi-input-svideo:before {
  content: '\f2a2';
}
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}
.zmdi-keyboard:before {
  content: '\f2a4';
}
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}
.zmdi-laptop-mac:before {
  content: '\f2a6';
}
.zmdi-laptop:before {
  content: '\f2a7';
}
.zmdi-mic-off:before {
  content: '\f2a8';
}
.zmdi-mic-outline:before {
  content: '\f2a9';
}
.zmdi-mic-setting:before {
  content: '\f2aa';
}
.zmdi-mic:before {
  content: '\f2ab';
}
.zmdi-mouse:before {
  content: '\f2ac';
}
.zmdi-network-alert:before {
  content: '\f2ad';
}
.zmdi-network-locked:before {
  content: '\f2ae';
}
.zmdi-network-off:before {
  content: '\f2af';
}
.zmdi-network-outline:before {
  content: '\f2b0';
}
.zmdi-network-setting:before {
  content: '\f2b1';
}
.zmdi-network:before {
  content: '\f2b2';
}
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}
.zmdi-phone-end:before {
  content: '\f2b4';
}
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}
.zmdi-phone-locked:before {
  content: '\f2b7';
}
.zmdi-phone-missed:before {
  content: '\f2b8';
}
.zmdi-phone-msg:before {
  content: '\f2b9';
}
.zmdi-phone-paused:before {
  content: '\f2ba';
}
.zmdi-phone-ring:before {
  content: '\f2bb';
}
.zmdi-phone-setting:before {
  content: '\f2bc';
}
.zmdi-phone-sip:before {
  content: '\f2bd';
}
.zmdi-phone:before {
  content: '\f2be';
}
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}
.zmdi-portable-wifi:before {
  content: '\f2c1';
}
.zmdi-radio:before {
  content: '\f2c2';
}
.zmdi-reader:before {
  content: '\f2c3';
}
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}
.zmdi-remote-control:before {
  content: '\f2c5';
}
.zmdi-router:before {
  content: '\f2c6';
}
.zmdi-scanner:before {
  content: '\f2c7';
}
.zmdi-smartphone-android:before {
  content: '\f2c8';
}
.zmdi-smartphone-download:before {
  content: '\f2c9';
}
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}
.zmdi-smartphone-info:before {
  content: '\f2cb';
}
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}
.zmdi-smartphone:before {
  content: '\f2d4';
}
.zmdi-speaker:before {
  content: '\f2d5';
}
.zmdi-tablet-android:before {
  content: '\f2d6';
}
.zmdi-tablet-mac:before {
  content: '\f2d7';
}
.zmdi-tablet:before {
  content: '\f2d8';
}
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}
.zmdi-tv-list:before {
  content: '\f2da';
}
.zmdi-tv-play:before {
  content: '\f2db';
}
.zmdi-tv:before {
  content: '\f2dc';
}
.zmdi-usb:before {
  content: '\f2dd';
}
.zmdi-videocam-off:before {
  content: '\f2de';
}
.zmdi-videocam-switch:before {
  content: '\f2df';
}
.zmdi-videocam:before {
  content: '\f2e0';
}
.zmdi-watch:before {
  content: '\f2e1';
}
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}
.zmdi-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-wifi-info:before {
  content: '\f2e4';
}
.zmdi-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-wifi-off:before {
  content: '\f2e6';
}
.zmdi-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-wifi:before {
  content: '\f2e8';
}
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}
.zmdi-arrow-left:before {
  content: '\f2ea';
}
.zmdi-arrow-merge:before {
  content: '\f2eb';
}
.zmdi-arrow-missed:before {
  content: '\f2ec';
}
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}
.zmdi-arrow-right:before {
  content: '\f2ee';
}
.zmdi-arrow-split:before {
  content: '\f2ef';
}
.zmdi-arrows:before {
  content: '\f2f0';
}
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}
.zmdi-caret-down:before {
  content: '\f2f2';
}
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}
.zmdi-caret-left:before {
  content: '\f2f4';
}
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}
.zmdi-caret-right:before {
  content: '\f2f6';
}
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}
.zmdi-caret-up:before {
  content: '\f2f8';
}
.zmdi-chevron-down:before {
  content: '\f2f9';
}
.zmdi-chevron-left:before {
  content: '\f2fa';
}
.zmdi-chevron-right:before {
  content: '\f2fb';
}
.zmdi-chevron-up:before {
  content: '\f2fc';
}
.zmdi-forward:before {
  content: '\f2fd';
}
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}
.zmdi-long-arrow-return:before {
  content: '\f300';
}
.zmdi-long-arrow-right:before {
  content: '\f301';
}
.zmdi-long-arrow-tab:before {
  content: '\f302';
}
.zmdi-long-arrow-up:before {
  content: '\f303';
}
.zmdi-rotate-ccw:before {
  content: '\f304';
}
.zmdi-rotate-cw:before {
  content: '\f305';
}
.zmdi-rotate-left:before {
  content: '\f306';
}
.zmdi-rotate-right:before {
  content: '\f307';
}
.zmdi-square-down:before {
  content: '\f308';
}
.zmdi-square-right:before {
  content: '\f309';
}
.zmdi-swap-alt:before {
  content: '\f30a';
}
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}
.zmdi-swap-vertical:before {
  content: '\f30c';
}
.zmdi-swap:before {
  content: '\f30d';
}
.zmdi-trending-down:before {
  content: '\f30e';
}
.zmdi-trending-flat:before {
  content: '\f30f';
}
.zmdi-trending-up:before {
  content: '\f310';
}
.zmdi-unfold-less:before {
  content: '\f311';
}
.zmdi-unfold-more:before {
  content: '\f312';
}
.zmdi-apps:before {
  content: '\f313';
}
.zmdi-grid-off:before {
  content: '\f314';
}
.zmdi-grid:before {
  content: '\f315';
}
.zmdi-view-agenda:before {
  content: '\f316';
}
.zmdi-view-array:before {
  content: '\f317';
}
.zmdi-view-carousel:before {
  content: '\f318';
}
.zmdi-view-column:before {
  content: '\f319';
}
.zmdi-view-comfy:before {
  content: '\f31a';
}
.zmdi-view-compact:before {
  content: '\f31b';
}
.zmdi-view-dashboard:before {
  content: '\f31c';
}
.zmdi-view-day:before {
  content: '\f31d';
}
.zmdi-view-headline:before {
  content: '\f31e';
}
.zmdi-view-list-alt:before {
  content: '\f31f';
}
.zmdi-view-list:before {
  content: '\f320';
}
.zmdi-view-module:before {
  content: '\f321';
}
.zmdi-view-quilt:before {
  content: '\f322';
}
.zmdi-view-stream:before {
  content: '\f323';
}
.zmdi-view-subtitles:before {
  content: '\f324';
}
.zmdi-view-toc:before {
  content: '\f325';
}
.zmdi-view-web:before {
  content: '\f326';
}
.zmdi-view-week:before {
  content: '\f327';
}
.zmdi-widgets:before {
  content: '\f328';
}
.zmdi-alarm-check:before {
  content: '\f329';
}
.zmdi-alarm-off:before {
  content: '\f32a';
}
.zmdi-alarm-plus:before {
  content: '\f32b';
}
.zmdi-alarm-snooze:before {
  content: '\f32c';
}
.zmdi-alarm:before {
  content: '\f32d';
}
.zmdi-calendar-alt:before {
  content: '\f32e';
}
.zmdi-calendar-check:before {
  content: '\f32f';
}
.zmdi-calendar-close:before {
  content: '\f330';
}
.zmdi-calendar-note:before {
  content: '\f331';
}
.zmdi-calendar:before {
  content: '\f332';
}
.zmdi-time-countdown:before {
  content: '\f333';
}
.zmdi-time-interval:before {
  content: '\f334';
}
.zmdi-time-restore-setting:before {
  content: '\f335';
}
.zmdi-time-restore:before {
  content: '\f336';
}
.zmdi-time:before {
  content: '\f337';
}
.zmdi-timer-off:before {
  content: '\f338';
}
.zmdi-timer:before {
  content: '\f339';
}
.zmdi-android-alt:before {
  content: '\f33a';
}
.zmdi-android:before {
  content: '\f33b';
}
.zmdi-apple:before {
  content: '\f33c';
}
.zmdi-behance:before {
  content: '\f33d';
}
.zmdi-codepen:before {
  content: '\f33e';
}
.zmdi-dribbble:before {
  content: '\f33f';
}
.zmdi-dropbox:before {
  content: '\f340';
}
.zmdi-evernote:before {
  content: '\f341';
}
.zmdi-facebook-box:before {
  content: '\f342';
}
.zmdi-facebook:before {
  content: '\f343';
}
.zmdi-github-box:before {
  content: '\f344';
}
.zmdi-github:before {
  content: '\f345';
}
.zmdi-google-drive:before {
  content: '\f346';
}
.zmdi-google-earth:before {
  content: '\f347';
}
.zmdi-google-glass:before {
  content: '\f348';
}
.zmdi-google-maps:before {
  content: '\f349';
}
.zmdi-google-pages:before {
  content: '\f34a';
}
.zmdi-google-play:before {
  content: '\f34b';
}
.zmdi-google-plus-box:before {
  content: '\f34c';
}
.zmdi-google-plus:before {
  content: '\f34d';
}
.zmdi-google:before {
  content: '\f34e';
}
.zmdi-instagram:before {
  content: '\f34f';
}
.zmdi-language-css3:before {
  content: '\f350';
}
.zmdi-language-html5:before {
  content: '\f351';
}
.zmdi-language-javascript:before {
  content: '\f352';
}
.zmdi-language-python-alt:before {
  content: '\f353';
}
.zmdi-language-python:before {
  content: '\f354';
}
.zmdi-lastfm:before {
  content: '\f355';
}
.zmdi-linkedin-box:before {
  content: '\f356';
}
.zmdi-paypal:before {
  content: '\f357';
}
.zmdi-pinterest-box:before {
  content: '\f358';
}
.zmdi-pocket:before {
  content: '\f359';
}
.zmdi-polymer:before {
  content: '\f35a';
}
.zmdi-share:before {
  content: '\f35b';
}
.zmdi-stackoverflow:before {
  content: '\f35c';
}
.zmdi-steam-square:before {
  content: '\f35d';
}
.zmdi-steam:before {
  content: '\f35e';
}
.zmdi-twitter-box:before {
  content: '\f35f';
}
.zmdi-twitter:before {
  content: '\f360';
}
.zmdi-vk:before {
  content: '\f361';
}
.zmdi-wikipedia:before {
  content: '\f362';
}
.zmdi-windows:before {
  content: '\f363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}
.zmdi-aspect-ratio:before {
  content: '\f365';
}
.zmdi-blur-circular:before {
  content: '\f366';
}
.zmdi-blur-linear:before {
  content: '\f367';
}
.zmdi-blur-off:before {
  content: '\f368';
}
.zmdi-blur:before {
  content: '\f369';
}
.zmdi-brightness-2:before {
  content: '\f36a';
}
.zmdi-brightness-3:before {
  content: '\f36b';
}
.zmdi-brightness-4:before {
  content: '\f36c';
}
.zmdi-brightness-5:before {
  content: '\f36d';
}
.zmdi-brightness-6:before {
  content: '\f36e';
}
.zmdi-brightness-7:before {
  content: '\f36f';
}
.zmdi-brightness-auto:before {
  content: '\f370';
}
.zmdi-brightness-setting:before {
  content: '\f371';
}
.zmdi-broken-image:before {
  content: '\f372';
}
.zmdi-center-focus-strong:before {
  content: '\f373';
}
.zmdi-center-focus-weak:before {
  content: '\f374';
}
.zmdi-compare:before {
  content: '\f375';
}
.zmdi-crop-16-9:before {
  content: '\f376';
}
.zmdi-crop-3-2:before {
  content: '\f377';
}
.zmdi-crop-5-4:before {
  content: '\f378';
}
.zmdi-crop-7-5:before {
  content: '\f379';
}
.zmdi-crop-din:before {
  content: '\f37a';
}
.zmdi-crop-free:before {
  content: '\f37b';
}
.zmdi-crop-landscape:before {
  content: '\f37c';
}
.zmdi-crop-portrait:before {
  content: '\f37d';
}
.zmdi-crop-square:before {
  content: '\f37e';
}
.zmdi-exposure-alt:before {
  content: '\f37f';
}
.zmdi-exposure:before {
  content: '\f380';
}
.zmdi-filter-b-and-w:before {
  content: '\f381';
}
.zmdi-filter-center-focus:before {
  content: '\f382';
}
.zmdi-filter-frames:before {
  content: '\f383';
}
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}
.zmdi-gradient:before {
  content: '\f385';
}
.zmdi-grain:before {
  content: '\f386';
}
.zmdi-graphic-eq:before {
  content: '\f387';
}
.zmdi-hdr-off:before {
  content: '\f388';
}
.zmdi-hdr-strong:before {
  content: '\f389';
}
.zmdi-hdr-weak:before {
  content: '\f38a';
}
.zmdi-hdr:before {
  content: '\f38b';
}
.zmdi-iridescent:before {
  content: '\f38c';
}
.zmdi-leak-off:before {
  content: '\f38d';
}
.zmdi-leak:before {
  content: '\f38e';
}
.zmdi-looks:before {
  content: '\f38f';
}
.zmdi-loupe:before {
  content: '\f390';
}
.zmdi-panorama-horizontal:before {
  content: '\f391';
}
.zmdi-panorama-vertical:before {
  content: '\f392';
}
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}
.zmdi-photo-size-select-large:before {
  content: '\f394';
}
.zmdi-photo-size-select-small:before {
  content: '\f395';
}
.zmdi-picture-in-picture:before {
  content: '\f396';
}
.zmdi-slideshow:before {
  content: '\f397';
}
.zmdi-texture:before {
  content: '\f398';
}
.zmdi-tonality:before {
  content: '\f399';
}
.zmdi-vignette:before {
  content: '\f39a';
}
.zmdi-wb-auto:before {
  content: '\f39b';
}
.zmdi-eject-alt:before {
  content: '\f39c';
}
.zmdi-eject:before {
  content: '\f39d';
}
.zmdi-equalizer:before {
  content: '\f39e';
}
.zmdi-fast-forward:before {
  content: '\f39f';
}
.zmdi-fast-rewind:before {
  content: '\f3a0';
}
.zmdi-forward-10:before {
  content: '\f3a1';
}
.zmdi-forward-30:before {
  content: '\f3a2';
}
.zmdi-forward-5:before {
  content: '\f3a3';
}
.zmdi-hearing:before {
  content: '\f3a4';
}
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}
.zmdi-pause-circle:before {
  content: '\f3a6';
}
.zmdi-pause:before {
  content: '\f3a7';
}
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}
.zmdi-play-circle:before {
  content: '\f3a9';
}
.zmdi-play:before {
  content: '\f3aa';
}
.zmdi-playlist-audio:before {
  content: '\f3ab';
}
.zmdi-playlist-plus:before {
  content: '\f3ac';
}
.zmdi-repeat-one:before {
  content: '\f3ad';
}
.zmdi-repeat:before {
  content: '\f3ae';
}
.zmdi-replay-10:before {
  content: '\f3af';
}
.zmdi-replay-30:before {
  content: '\f3b0';
}
.zmdi-replay-5:before {
  content: '\f3b1';
}
.zmdi-replay:before {
  content: '\f3b2';
}
.zmdi-shuffle:before {
  content: '\f3b3';
}
.zmdi-skip-next:before {
  content: '\f3b4';
}
.zmdi-skip-previous:before {
  content: '\f3b5';
}
.zmdi-stop:before {
  content: '\f3b6';
}
.zmdi-surround-sound:before {
  content: '\f3b7';
}
.zmdi-tune:before {
  content: '\f3b8';
}
.zmdi-volume-down:before {
  content: '\f3b9';
}
.zmdi-volume-mute:before {
  content: '\f3ba';
}
.zmdi-volume-off:before {
  content: '\f3bb';
}
.zmdi-volume-up:before {
  content: '\f3bc';
}
.zmdi-n-1-square:before {
  content: '\f3bd';
}
.zmdi-n-2-square:before {
  content: '\f3be';
}
.zmdi-n-3-square:before {
  content: '\f3bf';
}
.zmdi-n-4-square:before {
  content: '\f3c0';
}
.zmdi-n-5-square:before {
  content: '\f3c1';
}
.zmdi-n-6-square:before {
  content: '\f3c2';
}
.zmdi-neg-1:before {
  content: '\f3c3';
}
.zmdi-neg-2:before {
  content: '\f3c4';
}
.zmdi-plus-1:before {
  content: '\f3c5';
}
.zmdi-plus-2:before {
  content: '\f3c6';
}
.zmdi-sec-10:before {
  content: '\f3c7';
}
.zmdi-sec-3:before {
  content: '\f3c8';
}
.zmdi-zero:before {
  content: '\f3c9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.zmdi-airplay:before {
  content: '\f3d2';
}
.zmdi-closed-caption:before {
  content: '\f3d3';
}
.zmdi-confirmation-number:before {
  content: '\f3d4';
}
.zmdi-developer-board:before {
  content: '\f3d5';
}
.zmdi-disc-full:before {
  content: '\f3d6';
}
.zmdi-explicit:before {
  content: '\f3d7';
}
.zmdi-flight-land:before {
  content: '\f3d8';
}
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}
.zmdi-flip-to-back:before {
  content: '\f3da';
}
.zmdi-flip-to-front:before {
  content: '\f3db';
}
.zmdi-group-work:before {
  content: '\f3dc';
}
.zmdi-hd:before {
  content: '\f3dd';
}
.zmdi-hq:before {
  content: '\f3de';
}
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}
.zmdi-memory:before {
  content: '\f3e0';
}
.zmdi-nfc:before {
  content: '\f3e1';
}
.zmdi-play-for-work:before {
  content: '\f3e2';
}
.zmdi-power-input:before {
  content: '\f3e3';
}
.zmdi-present-to-all:before {
  content: '\f3e4';
}
.zmdi-satellite:before {
  content: '\f3e5';
}
.zmdi-tap-and-play:before {
  content: '\f3e6';
}
.zmdi-vibration:before {
  content: '\f3e7';
}
.zmdi-voicemail:before {
  content: '\f3e8';
}
.zmdi-group:before {
  content: '\f3e9';
}
.zmdi-rss:before {
  content: '\f3ea';
}
.zmdi-shape:before {
  content: '\f3eb';
}
.zmdi-spinner:before {
  content: '\f3ec';
}
.zmdi-ungroup:before {
  content: '\f3ed';
}
.zmdi-500px:before {
  content: '\f3ee';
}
.zmdi-8tracks:before {
  content: '\f3ef';
}
.zmdi-amazon:before {
  content: '\f3f0';
}
.zmdi-blogger:before {
  content: '\f3f1';
}
.zmdi-delicious:before {
  content: '\f3f2';
}
.zmdi-disqus:before {
  content: '\f3f3';
}
.zmdi-flattr:before {
  content: '\f3f4';
}
.zmdi-flickr:before {
  content: '\f3f5';
}
.zmdi-github-alt:before {
  content: '\f3f6';
}
.zmdi-google-old:before {
  content: '\f3f7';
}
.zmdi-linkedin:before {
  content: '\f3f8';
}
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}
.zmdi-outlook:before {
  content: '\f3fa';
}
.zmdi-paypal-alt:before {
  content: '\f3fb';
}
.zmdi-pinterest:before {
  content: '\f3fc';
}
.zmdi-playstation:before {
  content: '\f3fd';
}
.zmdi-reddit:before {
  content: '\f3fe';
}
.zmdi-skype:before {
  content: '\f3ff';
}
.zmdi-slideshare:before {
  content: '\f400';
}
.zmdi-soundcloud:before {
  content: '\f401';
}
.zmdi-tumblr:before {
  content: '\f402';
}
.zmdi-twitch:before {
  content: '\f403';
}
.zmdi-vimeo:before {
  content: '\f404';
}
.zmdi-whatsapp:before {
  content: '\f405';
}
.zmdi-xbox:before {
  content: '\f406';
}
.zmdi-yahoo:before {
  content: '\f407';
}
.zmdi-youtube-play:before {
  content: '\f408';
}
.zmdi-youtube:before {
  content: '\f409';
}
.zmdi-import-export:before {
  content: '\f30c';
}
.zmdi-swap-vertical-:before {
  content: '\f30c';
}
.zmdi-airplanemode-inactive:before {
  content: '\f102';
}
.zmdi-airplanemode-active:before {
  content: '\f103';
}
.zmdi-rate-review:before {
  content: '\f103';
}
.zmdi-comment-sign:before {
  content: '\f25a';
}
.zmdi-network-warning:before {
  content: '\f2ad';
}
.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}
.zmdi-file-add:before {
  content: '\f221';
}
.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}
.zmdi-collection-add:before {
  content: '\f14e';
}
.zmdi-format-playlist-add:before {
  content: '\f3ac';
}
.zmdi-format-queue-music:before {
  content: '\f3ab';
}
.zmdi-plus-box:before {
  content: '\f277';
}
.zmdi-tag-backspace:before {
  content: '\f1d9';
}
.zmdi-alarm-add:before {
  content: '\f32b';
}
.zmdi-battery-charging:before {
  content: '\f114';
}
.zmdi-daydream-setting:before {
  content: '\f217';
}
.zmdi-more-horiz:before {
  content: '\f19c';
}
.zmdi-book-photo:before {
  content: '\f11b';
}
.zmdi-incandescent:before {
  content: '\f189';
}
.zmdi-wb-iridescent:before {
  content: '\f38c';
}
.zmdi-calendar-remove:before {
  content: '\f330';
}
.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}
.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}
.zmdi-crop-original:before {
  content: '\f17e';
}
.zmdi-power-off:before {
  content: '\f1af';
}
.zmdi-power-off-setting:before {
  content: '\f1ae';
}
.zmdi-leak-remove:before {
  content: '\f38d';
}
.zmdi-star-border:before {
  content: '\f27c';
}
.zmdi-brightness-low:before {
  content: '\f36d';
}
.zmdi-brightness-medium:before {
  content: '\f36e';
}
.zmdi-brightness-high:before {
  content: '\f36f';
}
.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}
.zmdi-live-tv:before {
  content: '\f2d9';
}
.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}
.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}
.zmdi-arrow-back:before {
  content: '\f2ea';
}
.zmdi-arrow-forward:before {
  content: '\f2ee';
}
.zmdi-arrow-in:before {
  content: '\f2e9';
}
.zmdi-arrow-out:before {
  content: '\f2ed';
}
.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}
.zmdi-adb:before {
  content: '\f33a';
}
.zmdi-network-wifi:before {
  content: '\f2e8';
}
.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-network-wifi-off:before {
  content: '\f2e6';
}
.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-network-wifi-info:before {
  content: '\f2e4';
}
.zmdi-layers-clear:before {
  content: '\f18b';
}
.zmdi-colorize:before {
  content: '\f15d';
}
.zmdi-format-paint:before {
  content: '\f1ba';
}
.zmdi-format-quote:before {
  content: '\f1b2';
}
.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}
.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}
.zmdi-folder-shared:before {
  content: '\f225';
}
.zmdi-folder-special:before {
  content: '\f226';
}
.zmdi-comment-dots:before {
  content: '\f260';
}
.zmdi-reorder:before {
  content: '\f31e';
}
.zmdi-dehaze:before {
  content: '\f197';
}
.zmdi-sort:before {
  content: '\f1ce';
}
.zmdi-pages:before {
  content: '\f34a';
}
.zmdi-stack-overflow:before {
  content: '\f35c';
}
.zmdi-calendar-account:before {
  content: '\f204';
}
.zmdi-paste:before {
  content: '\f109';
}
.zmdi-cut:before {
  content: '\f1bc';
}
.zmdi-save:before {
  content: '\f297';
}
.zmdi-smartphone-code:before {
  content: '\f139';
}
.zmdi-directions-bike:before {
  content: '\f117';
}
.zmdi-directions-boat:before {
  content: '\f11a';
}
.zmdi-directions-bus:before {
  content: '\f121';
}
.zmdi-directions-car:before {
  content: '\f125';
}
.zmdi-directions-railway:before {
  content: '\f1b3';
}
.zmdi-directions-run:before {
  content: '\f215';
}
.zmdi-directions-subway:before {
  content: '\f1d5';
}
.zmdi-directions-walk:before {
  content: '\f216';
}
.zmdi-local-hotel:before {
  content: '\f178';
}
.zmdi-local-activity:before {
  content: '\f1df';
}
.zmdi-local-play:before {
  content: '\f1df';
}
.zmdi-local-airport:before {
  content: '\f103';
}
.zmdi-local-atm:before {
  content: '\f198';
}
.zmdi-local-bar:before {
  content: '\f137';
}
.zmdi-local-cafe:before {
  content: '\f13b';
}
.zmdi-local-car-wash:before {
  content: '\f124';
}
.zmdi-local-convenience-store:before {
  content: '\f1d3';
}
.zmdi-local-dining:before {
  content: '\f153';
}
.zmdi-local-drink:before {
  content: '\f157';
}
.zmdi-local-florist:before {
  content: '\f168';
}
.zmdi-local-gas-station:before {
  content: '\f16f';
}
.zmdi-local-grocery-store:before {
  content: '\f1cb';
}
.zmdi-local-hospital:before {
  content: '\f177';
}
.zmdi-local-laundry-service:before {
  content: '\f1e9';
}
.zmdi-local-library:before {
  content: '\f18d';
}
.zmdi-local-mall:before {
  content: '\f195';
}
.zmdi-local-movies:before {
  content: '\f19d';
}
.zmdi-local-offer:before {
  content: '\f187';
}
.zmdi-local-parking:before {
  content: '\f1a5';
}
.zmdi-local-parking:before {
  content: '\f1a5';
}
.zmdi-local-pharmacy:before {
  content: '\f176';
}
.zmdi-local-phone:before {
  content: '\f2be';
}
.zmdi-local-pizza:before {
  content: '\f1ac';
}
.zmdi-local-post-office:before {
  content: '\f15a';
}
.zmdi-local-printshop:before {
  content: '\f1b0';
}
.zmdi-local-see:before {
  content: '\f28c';
}
.zmdi-local-shipping:before {
  content: '\f1e6';
}
.zmdi-local-store:before {
  content: '\f1d4';
}
.zmdi-local-taxi:before {
  content: '\f123';
}
.zmdi-local-wc:before {
  content: '\f211';
}
.zmdi-my-location:before {
  content: '\f299';
}
.zmdi-directions:before {
  content: '\f1e7';
}


.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    background-color: #1e91d6;
    color: #fff;
}

[data-whatinput='mouse'] .button {
    outline: 0;
}

.button:hover, .button:focus {
    background-color: #1a7bb6;
    color: #fff;
}

.button.tiny {
    font-size: 0.6rem;
}

.button.small {
    font-size: 0.75rem;
    font-weight: normal;
}

.button.large {
    font-size: 1.25rem;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button.primary {
    background-color: #1e91d6;
    color: #fff;
}

    .button.primary:hover, .button.primary:focus {
        background-color: #1874ab;
        color: #fff;
    }

.button.info {
    background-color: #1e91d6;
    color: #fff;
}

    .button.info:hover, .button.info:focus {
        background-color: #1874ab;
        color: #fff;
    }

.button.secondary {
    background-color: #525254;
    color: #fff;
}

    .button.secondary:hover, .button.secondary:focus {
        background-color: #424243;
        color: #fff;
    }

.button.success {
    background-color: #73a32d;
    color: #fff;
}

    .button.success:hover, .button.success:focus {
        background-color: #5c8224;
        color: #fff;
    }

.button.warning {
    background-color: #fea238;
    color: #fff;
}

    .button.warning:hover, .button.warning:focus {
        background-color: #f78501;
        color: #fff;
    }

.button.alert {
    background-color: #db1131;
    color: #fff;
}

    .button.alert:hover, .button.alert:focus {
        background-color: #af0e27;
        color: #fff;
    }

.button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
        background-color: #1e91d6;
        color: #fff;
    }

        .button.disabled.primary, .button[disabled].primary {
            opacity: 0.25;
            cursor: not-allowed;
        }

            .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
                background-color: #1e91d6;
                color: #fff;
            }

        .button.disabled.info, .button[disabled].info {
            opacity: 0.25;
            cursor: not-allowed;
        }

            .button.disabled.info, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #1e91d6;
                color: #fff;
            }

        .button.disabled.secondary, .button[disabled].secondary {
            opacity: 0.25;
            cursor: not-allowed;
        }

            .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #525254;
                color: #fff;
            }

        .button.disabled.success, .button[disabled].success {
            opacity: 0.25;
            cursor: not-allowed;
        }

            .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #73a32d;
                color: #fff;
            }

        .button.disabled.warning, .button[disabled].warning {
            opacity: 0.25;
            cursor: not-allowed;
        }

            .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #fea238;
                color: #fff;
            }

        .button.disabled.alert, .button[disabled].alert {
            opacity: 0.25;
            cursor: not-allowed;
        }

            .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #db1131;
                color: #fff;
            }

.button.hollow {
    border: 1px solid #1e91d6;
    color: #1e91d6;
}

    .button.hollow, .button.hollow:hover, .button.hollow:focus {
        background-color: transparent;
    }

        .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
            background-color: transparent;
        }

        .button.hollow:hover, .button.hollow:focus {
            border-color: #0f496b;
            color: #0f496b;
        }

            .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
                border: 1px solid #1e91d6;
                color: #1e91d6;
            }

        .button.hollow.primary {
            border: 1px solid #1e91d6;
            color: #1e91d6;
        }

            .button.hollow.primary:hover, .button.hollow.primary:focus {
                border-color: #0f496b;
                color: #0f496b;
            }

                .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
                    border: 1px solid #1e91d6;
                    color: #1e91d6;
                }

        .button.hollow.info {
            border: 1px solid #1e91d6;
            color: #1e91d6;
        }

            .button.hollow.info:hover, .button.hollow.info:focus {
                border-color: #0f496b;
                color: #0f496b;
            }

                .button.hollow.info:hover.disabled, .button.hollow.info:hover[disabled], .button.hollow.info:focus.disabled, .button.hollow.info:focus[disabled] {
                    border: 1px solid #1e91d6;
                    color: #1e91d6;
                }

        .button.hollow.secondary {
            border: 1px solid #525254;
            color: #525254;
        }

            .button.hollow.secondary:hover, .button.hollow.secondary:focus {
                border-color: #29292a;
                color: #29292a;
            }

                .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
                    border: 1px solid #525254;
                    color: #525254;
                }

        .button.hollow.success {
            border: 1px solid #73a32d;
            color: #73a32d;
        }

            .button.hollow.success:hover, .button.hollow.success:focus {
                border-color: #3a5217;
                color: #3a5217;
            }

                .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
                    border: 1px solid #73a32d;
                    color: #73a32d;
                }

        .button.hollow.warning {
            border: 1px solid #fea238;
            color: #fea238;
        }

            .button.hollow.warning:hover, .button.hollow.warning:focus {
                border-color: #9a5301;
                color: #9a5301;
            }

                .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
                    border: 1px solid #fea238;
                    color: #fea238;
                }

        .button.hollow.alert {
            border: 1px solid #db1131;
            color: #db1131;
        }

            .button.hollow.alert:hover, .button.hollow.alert:focus {
                border-color: #6e0919;
                color: #6e0919;
            }

                .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
                    border: 1px solid #db1131;
                    color: #db1131;
                }

.button.clear {
    border: 1px solid #1e91d6;
    color: #1e91d6;
}

    .button.clear, .button.clear:hover, .button.clear:focus {
        background-color: transparent;
    }

        .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
            background-color: transparent;
        }

        .button.clear:hover, .button.clear:focus {
            border-color: #0f496b;
            color: #0f496b;
        }

            .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
                border: 1px solid #1e91d6;
                color: #1e91d6;
            }

            .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
                border-color: transparent;
            }

                .button.clear.primary {
                    border: 1px solid #1e91d6;
                    color: #1e91d6;
                }

                    .button.clear.primary:hover, .button.clear.primary:focus {
                        border-color: #0f496b;
                        color: #0f496b;
                    }

                        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
                            border: 1px solid #1e91d6;
                            color: #1e91d6;
                        }

                        .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
                            border-color: transparent;
                        }

                .button.clear.info {
                    border: 1px solid #1e91d6;
                    color: #1e91d6;
                }

                    .button.clear.info:hover, .button.clear.info:focus {
                        border-color: #0f496b;
                        color: #0f496b;
                    }

                        .button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info:focus.disabled, .button.clear.info:focus[disabled] {
                            border: 1px solid #1e91d6;
                            color: #1e91d6;
                        }

                        .button.clear.info, .button.clear.info.disabled, .button.clear.info[disabled], .button.clear.info:hover, .button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info:focus, .button.clear.info:focus.disabled, .button.clear.info:focus[disabled] {
                            border-color: transparent;
                        }

                .button.clear.secondary {
                    border: 1px solid #525254;
                    color: #525254;
                }

                    .button.clear.secondary:hover, .button.clear.secondary:focus {
                        border-color: #29292a;
                        color: #29292a;
                    }

                        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
                            border: 1px solid #525254;
                            color: #525254;
                        }

                        .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
                            border-color: transparent;
                        }

                .button.clear.success {
                    border: 1px solid #73a32d;
                    color: #73a32d;
                }

                    .button.clear.success:hover, .button.clear.success:focus {
                        border-color: #3a5217;
                        color: #3a5217;
                    }

                        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
                            border: 1px solid #73a32d;
                            color: #73a32d;
                        }

                        .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
                            border-color: transparent;
                        }

                .button.clear.warning {
                    border: 1px solid #fea238;
                    color: #fea238;
                }

                    .button.clear.warning:hover, .button.clear.warning:focus {
                        border-color: #9a5301;
                        color: #9a5301;
                    }

                        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
                            border: 1px solid #fea238;
                            color: #fea238;
                        }

                        .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
                            border-color: transparent;
                        }

                .button.clear.alert {
                    border: 1px solid #db1131;
                    color: #db1131;
                }

                    .button.clear.alert:hover, .button.clear.alert:focus {
                        border-color: #6e0919;
                        color: #6e0919;
                    }

                        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
                            border: 1px solid #db1131;
                            color: #db1131;
                        }

                        .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
                            border-color: transparent;
                        }

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    margin-left: 1em;
}

.button.dropdown.hollow::after {
    border-top-color: #1e91d6;
}

.button.dropdown.hollow.primary::after {
    border-top-color: #1e91d6;
}

.button.dropdown.hollow.info::after {
    border-top-color: #1e91d6;
}

.button.dropdown.hollow.secondary::after {
    border-top-color: #525254;
}

.button.dropdown.hollow.success::after {
    border-top-color: #73a32d;
}

.button.dropdown.hollow.warning::after {
    border-top-color: #fea238;
}

.button.dropdown.hollow.alert::after {
    border-top-color: #db1131;
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}

a.button:hover, a.button:focus {
    text-decoration: none;
}

.button.round {
    display: inline-block;
    padding: .9em;
    border-radius: 50em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    transition: all .2s;
}


div.zbox {
    position: relative;
    clear: both;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px;
    background-clip: padding-box;
    border-style: solid;
    border-width: 1px;
    background-repeat: repeat-x;
    float: none !important;
    color: #000000;
    border-color: #999999;
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    text-align: left;
}


    div.zbox > div.content {
        position: relative;
        overflow: hidden;

    }

        div.zbox > div.content > p {
            margin: 0;
            padding: 5px 0;
            clear: both;
        }

        div.zbox > div.content > span:first-child {
            font-weight: bold;
            padding-left: 2.5rem;
            background-size: 1.8rem;
            margin-bottom: .5rem;
            font-size: 1.3rem;
            background-position: top left;
            vertical-align: middle;
            background-repeat: no-repeat;
            display:block;
        }


        div.zbox > div.content > p:first-child {
            padding-top: 5px;
            padding-right: 50px;
        }

        div.zbox > div.content > p:last-child {
            padding-bottom: 0;
        }

        div.zbox > div.content > ul {
            margin: 0 0 0 20px;
            padding: 5px 0;
        }

            div.zbox > div.content > ul > li.bold {
                font-weight: bold;
            }

        div.zbox > div.content > div {
            display: block;
            overflow: hidden;
            clear: both;
        }

            div.zbox > div.content > div.vehicledescription {
                font-weight: bold;
                margin: 5px 0;
                font-size: 120%;
            }

            div.zbox > div.content > div.buttons {
                padding-top: 8px;
            }

                div.zbox > div.content > div.buttons > a.zbtn,
                div.zbox > div.content > div.buttons > input {
                    margin: 0 10px 0 0;
                }

        div.zbox > div.content a.zbtn {
            font-weight: normal;
        }



    div.zbox.error {
        color: #cc0000;
        border-color: #ff9999;
        background-color: #ffeeee;
        background-image: -moz-linear-gradient(top, #ffeeee, #ffcccc);
        background-image: -ms-linear-gradient(top, #ffeeee, #ffcccc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffeeee), to(#ffcccc));
        background-image: -webkit-linear-gradient(top, #ffeeee, #ffcccc);
        background-image: -o-linear-gradient(top, #ffeeee, #ffcccc);
        background-image: linear-gradient(top, #ffeeee, #ffcccc);
    }

        div.zbox.error > div.content > span:first-child {
            background-image: url("../images/zbox-error.png");
        }


    div.zbox.warning {
        color: #663300;
        border-color: #dddd00;
        background-color: #ffff99;
        background-image: -moz-linear-gradient(top, #ffffcc, #ffff99);
        background-image: -ms-linear-gradient(top, #ffffcc, #ffffcc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffcc), to(#ffff99));
        background-image: -webkit-linear-gradient(top, #ffffcc, #ffff99);
        background-image: -o-linear-gradient(top, #ffffcc, #ffff99);
        background-image: linear-gradient(top, #ffffcc, #ffff99);
    }

        div.zbox.warning > div.content > span:first-child {
            background-image: url("../images/zbox-warning.png");
        }


    div.zbox.success {
        color: #339933;
        background-color: #eeffee;
        border-color: #00bb55;
        background-image: -moz-linear-gradient(top, #eeffee, #d6ffd6);
        background-image: -ms-linear-gradient(top, #eeffee, #d6ffd6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeffee), to(#d6ffd6));
        background-image: -webkit-linear-gradient(top, #eeffee, #d6ffd6);
        background-image: -o-linear-gradient(top, #eeffee, #d6ffd6);
        background-image: linear-gradient(top, #eeffee, #ddffdd);
    }

        div.zbox.success > div.content > span:first-child {
            background-image: url("../images/zbox-success.png");
        }


    div.zbox.info {
        color: #000066;
        border-color: #7788ff;
        background-color: #c7d0f7;
        background-image: -moz-linear-gradient(top, #ddeeff, #c7d0f7);
        background-image: -ms-linear-gradient(top, #ddeeff, #c7d0f7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddeeff), to(#c7d0f7));
        background-image: -webkit-linear-gradient(top, #ddeeff, #c7d0f7);
        background-image: -o-linear-gradient(top, #ddeeff, #c7d0f7);
        background-image: linear-gradient(top, #ddeeff, #c7d0f7);
    }

        div.zbox.info > div.content > span:first-child {
            background-image: url("../images/zbox-info.png");
        }


    div.zbox.neutral {
        color: #000000;
        border-color: #999999;
        background-color: #cccccc;
        background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#cccccc));
        background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
        background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
        background-image: linear-gradient(top, #eeeeee, #cccccc);
    }

        div.zbox.neutral > div.content > span:first-child {
            background-image: url("../images/zbox-neutral.png");
        }






    div.zbox.loading {
        vertical-align: middle;
        color: #999999;
        border-color: transparent;
        background-color: transparent;
        background-image: none;
    }

        div.zbox.loading > div.content > span:first-child {
            background-image: url("../images/zbox-processing.gif");
            min-height: 50px;
        }

        div.zbox.loading > div.content p.title {
            padding-top: 20px;
        }



/* Expanding/colapsing bars used all over site */
div.expansionbars {
    overflow: hidden;
    clear: both;
    margin: .75rem 0;
    border:1px solid #aaaaaa;
}

    div.expansionbars > div {
        overflow:hidden;
        position:relative;
        border-bottom:1px solid #aaaaaa;
    }

        div.expansionbars > div:last-of-type {
            border-bottom:0;
        }

        div.expansionbars > div > div {
            overflow: hidden;
            position: relative;
            clear: both;
            padding: 1rem;
            margin: 0;
            min-height: 70px;
        }

        div.expansionbars > div.closed > div {
            display: none;
        }


    div.expansionbars > div > h3 {
        display: block;
        clear: both;
        background-color: #dcdcdd;
        margin: 0;
        cursor: pointer;
        padding: 1rem;
        overflow: hidden;
        color: #000000;
        background-size: 20px;
        line-height: 1.25rem;
    }


        div.expansionbars > div > h3:before {
            font-family: Material-Design-Iconic-Font;
            font-size: 2rem;
            content: '\f2f9';
            padding-right: .6rem;
            float: left;
            font-weight: normal;
        }

        div.expansionbars > div.open > h3:before {
            content: '\f2fb';
        }

        div.expansionbars > div > h3.light {
            background-color: #dcdcdd;
        }

        div.expansionbars > div > h3.dark,
        div.expansionbars > div > h3.alternate {
            background-color: #c5c3c6;
        }

        div.expansionbars > div > h3.restricted {
            background-color: #f4b393;
            color: #cc0000;
        }

        div.expansionbars > div > h3.error {
            background-color: #ffcccc;
            color: #cc0000;
        }


/* Narrative */

div.narrative { 
    display:block; 
    overflow:hidden; 
    padding:5px; 
    white-space:normal;     
    line-height:normal;
}

div.narrative div.disclaimer { 
    clear: both; 
    margin: 10px; 
    padding: 5px; 
    background-color: #ffdddd; 
    font-style: italic; 
}

div.narrative p.modified { 
    color:#666666; 
    font-style:italic; 
    margin-top:20px;
}

    div.narrative > div {
        overflow: hidden;
    }

    div.narrative h2:before,
    div.narrative h3:before {
        display: block;
        width: 100%;
        clear: both;
        content: ' ';
        font-size: 1rem;
        height: 1rem;
    }


    div.narrative h2,
    div.narrative h3 {
        margin-top:0;
    }

div.narrative ol li { 
    margin-bottom:10px;
}

div.narrative iframe {
    max-width:100%; 
}

div.narrative img { 
    max-width:100%; 
    margin:10px; 
}

div.narrative img.fix { 
    display:block; 
    margin: 20px auto; 
    border:0; 
    clear:both;
    float:none !important; 
    padding:0;
}

div.narrative p.keywords {
    font-style:italic;
    font-size:85%;
    color:#999999;
    margin-left:20px;
    margin-top:20px;
}


div.narrative div.video-wrapper {
    overflow: hidden;
    max-width: 700px;
    margin:10px auto;
}


div.narrative div.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
    }
    
div.narrative div.video-container iframe,
div.narrative div.video-container object,
div.narrative div.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.narrative hr {
    clear:both;
    width:100%;
}
/*
div.fb-like {
    overflow: hidden;
    max-width: 100%;
    margin:20px 0;
} 
*/

#basketcontents {
    overflow:hidden;
}

    #basketcontents div {
        overflow: hidden;
        position: relative;

    }

        #basketcontents div.totals {
            text-align: center;
            margin: .75rem 0;
        }
            #basketcontents div.totals div.buttons,
            #basketcontents div.totals div.subtotal,
            #basketcontents div.totals div.payment-options {
                text-align: center;
                margin: .75rem 0;
            }

        #basketcontents div.totals div.buttons #btnCheckOut {
            font-weight: bold;
            font-size: 1.1rem;
            margin: 0;
        }

        #basketcontents div.totals div.subtotal {
            text-align: center;
            margin-top: 1rem;
        }

            #basketcontents div.totals div.subtotal > span {
                font-size: 1.4rem;
            }

        #basketcontents div.totals div.payment-options img {
            margin: 0 .3rem;
            height: 25px;
        }


            #basketcontents div.basketitems {
                max-width: 60rem;
                margin: 0 auto;
            }
        #basketcontents div.basketitems > div {
            display: grid;
            grid-template-columns: 100%;
        }

        #basketcontents div.basketitems div.basketitem {
            text-align:center;
            padding:.75rem;            
        }

                #basketcontents div.basketitems div.basketitem {
                    border-bottom: 1px solid #999999;
                }
            #basketcontents div.basketitems div.basketitem:first-child {
                border-top: 1px solid #999999;
            }



            #basketcontents div.basketitems div.basketitem > div:not(:last-child) {
                margin-bottom: .3rem;
            }

            #basketcontents div.basketitems div.basketitem > div.thumbnail {
                width: 12rem;
                height:9rem;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            #basketcontents div.basketitems div.basketitem > div.thumbnail img { 
                width: 100%;
                border:0;
            }

            #basketcontents div.basketitems div.basketitem > div.title {
                color: #0389da;
                font-weight: bold;
            }
            #basketcontents div.basketitems div.basketitem > div.sku {
                color: #666666;
                font-weight: bold;
                font-size:.9rem;
            }
            #basketcontents div.basketitems div.basketitem > div.status {
                font-weight: bold;                
            }

            #basketcontents div.basketitems div.basketitem > div.details {
                font-size:.9rem;
            }

            #basketcontents div.basketitems div.basketitem > div.price {
                color: #007600;
                font-weight: bold;
                font-size: 1.2rem;
            }

                    #basketcontents div.basketitems div.basketitem.stock-unavailable > div.price{
                        color:#cc3333;
                    }

            #basketcontents div.basketitems div.basketitem > div.buttons > button {
                margin: 0 .5rem 0 0;
            }
            #basketcontents div.basketitems div.basketitem > div.buttons > button:last-child {
                margin-right:0;
            }

            #basketcontents div.basketitems div.basketitem > div.buttons div.adjust {
                border:1px solid #333333;
                line-height:2rem;
                border-radius:5px;
                white-space:nowrap;
                width:9rem;
                text-align:center;
                margin: 0 auto 1rem auto;
                background-color:#ffffff;
            }
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.quantity {
                    display: inline-block;
                    min-width: 2rem;
                    cursor: pointer;
                }
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.decrease,
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.increase,
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.remove {
                    position: absolute;
                    top: 0;
                    left:0;
                    font-family: Material-Design-Iconic-Font;
                    font-size: 1.2rem;
                    font-weight: normal;
                    background-color: #cccccc;
                    padding: 0 1rem;
                    cursor: pointer;
                }

                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.increase {
                    right: 0;
                    left: auto;
                }
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.decrease:before {
                    content: '\f273';
                }
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.increase:before {
                    content: '\f278';
                }
                #basketcontents div.basketitems div.basketitem > div.buttons div.adjust > span.remove:before {
                    content: '\f154';
                }


                #basketcontents div.basketitems div.basketitem.stock-available {
                    background-color: #eeeeee;
                }

                    #basketcontents div.basketitems div.basketitem.stock-unavailable {
                        background-color: #ffcccc;
                    }

            #basketcontents div.basketitems div.basketitem.stock-instock div.status {
                color: #73a32d;
            }
                #basketcontents div.basketitems div.basketitem.stock-instock div.status:before {
                    content: '\f269';
                    font-family: Material-Design-Iconic-Font;
                    font-weight:normal;
                    margin-right:.25rem;
                }
            #basketcontents div.basketitems div.basketitem.stock-available div.status {
                color: #B12704;
                font-size: 80%;
            }
                    #basketcontents div.basketitems div.basketitem.stock-unavailable div.status,
                    #basketcontents div.basketitems div.basketitem.stock-unavailable div.title a {
                        color: #cc3333;
                    }

/*            #basketcontents div.basketitems div.basketitem.stock-available div.stock-unavailable {
                color: #ff0000;
                font-size: 80%;
            }*/

    @media (min-width:768px) {

        #basketcontents div.basketitems div.basketitem {
            text-align: left;
            padding:.5rem;
            padding-left:220px;
            min-height:10.5rem;
        }

            #basketcontents div.basketitems div.basketitem > div {
                margin-bottom: 0;
                float:left;
                clear:left;
            }

                #basketcontents div.basketitems div.basketitem > div.thumbnail {
                    position: absolute;
                    left: .5rem;
                    top: 50%;
                    transform: translateY(-50%);
                    margin: 0;
                }

                #basketcontents div.basketitems div.basketitem > div.title {
                    max-width: 70%;
                    font-size: 1.1rem;
                }
                #basketcontents div.basketitems div.basketitem > div.price {
                    float:none;
                    clear:none;
                    position:absolute;
                    top:.5rem;
                    right:.5rem;
                    font-size: 1.1rem;
                }

                #basketcontents div.basketitems div.basketitem > div.buttons > button,
                #basketcontents div.basketitems div.basketitem > div.buttons > div.adjust {
                    float: left;
                    margin: 0 .5rem 0 0;
                }

                #basketcontents div.basketitems div.basketitem > div.buttons > button {
                    padding: .5rem .75rem;
                }
    }



#basketquantity {
    display: none;
    width: 500px;
    max-width: 85%;
    padding:1rem;
}

#basketquantity > h2 {
    margin-top: 0;
    text-align:center;
}

#basketquantity > div {
    display: block;
}

    #basketquantity > div.buttons {
        text-align:center;
        margin-top:1rem;
    }
    #basketquantity > div.buttons button {
        margin:0;
    }
    #basketquantity > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-gap: .5rem;
        grid-template-columns: repeat(auto-fit,4rem);
        justify-content:center;
    }

#basketquantity > ul li {
    display: flex;
    padding: 1rem;
    list-style: none;
    text-align:center;
    justify-content:center;
    border:1px solid #333333;
    background-color:#eeeeee;
    font-weight:bold;
    cursor:pointer;
}





#adminbar {
    display: block;
    overflow: hidden;
    background-color: #2f7eba;
    padding: 5px;
}

    #adminbar p {
        font-weight: normal;
        color: Black;
    }

    #adminbar .onIntranet {
        margin-left: 5px !important;
    }

    #adminbar a {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-family: inherit;
        padding: 0.85em 1em;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 0;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        font-size: 0.8rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        color: #d7d7d7;
        padding: 0.5em 0.8em !important;
        margin: 0 .5em 0 0;
        background-color: #393E41;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

        #adminbar a:hover {
            background: #51585c;
        }

        #adminbar a.shopstatus {
            display: block;
            float: left;
            width: 160px;
            color: white;
        }

            #adminbar a.shopstatus:hover {
                border-top: solid 1px white;
                border-right: solid 1px #444444;
                border-bottom: solid 1px #444444;
                border-left: solid 1px white;
                background-color: white;
                color: black;
            }

        #adminbar a.state1 {
            border-top: solid 1px #CCEECC;
            border-right: solid 1px #007700;
            border-bottom: solid 1px #007700;
            border-left: solid 1px #CCEECC;
            background-color: #33BB33;
        }

        #adminbar a.state2 {
            border-top: solid 1px #FFDDCC;
            border-right: solid 1px #CC4400;
            border-bottom: solid 1px #CC4400;
            border-left: solid 1px #FFDDCC;
            background-color: #FF8800;
        }

        #adminbar a.state3 {
            border-top: solid 1px #CCEECC;
            border-right: solid 1px #007700;
            border-bottom: solid 1px #007700;
            border-left: solid 1px #CCEECC;
            background-color: #FF0000;
        }



[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='search'] {
    box-sizing: border-box;
}



select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
    color: #282d35;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}


    select:focus {
        outline: none;
        border: 1px solid #8a8a8a;
        background-color: #fff;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

    select:disabled {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

    select::-ms-expand {
        display: none;
    }

    select[multiple] {
        height: auto;
        background-image: none;
    }


textarea {
    height: auto;
    min-height: 50px;
    border-radius: 2px;
}



input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(40, 45, 53, 0.1);
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #282d35;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Noto Sans', sans-serif;
}

    input[type='text']:focus,
    input[type='password']:focus,
    input[type='date']:focus,
    input[type='datetime']:focus,
    input[type='datetime-local']:focus,
    input[type='month']:focus,
    input[type='week']:focus,
    input[type='email']:focus,
    input[type='number']:focus,
    input[type='search']:focus,
    input[type='tel']:focus,
    input[type='time']:focus,
    input[type='url']:focus,
    input[type='color']:focus,
    textarea:focus {
        outline: none;
        border: 1px solid #666666;
        background-color: #ffffcc;
        box-shadow: 0 0 5px #cacaca;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

    input[type='date']:invalid,
    input[type='datetime']:invalid,
    input[type='datetime-local']:invalid,
    input[type='month']:invalid,
    input[type='week']:invalid,
    input[type='email']:invalid,
    input[type='number']:invalid,
    input[type='search']:invalid,
    input[type='tel']:invalid,
    input[type='time']:invalid,
    input[type='url']:invalid,
    input[type='color']:invalid,
    textarea:focus {
        border: 1px solid #ff3333;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffcc inset !important;
    -webkit-text-fill-color: black !important;
    font-family: 'Noto Sans', sans-serif !important;
}

textarea {
    max-width: 100%;
}

    textarea[rows] {
        height: auto;
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #cacaca;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #cacaca;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #cacaca;
    }

    input::placeholder,
    textarea::placeholder {
        color: #cacaca;
    }

    input:disabled, input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

body > div.content {
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 87rem;
    margin-right: auto;
    margin-left: auto;
}

input {
    overflow: visible;
}


.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}


ul
li {
    margin: 0;
    padding: 0;
}



h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

    h1 small, .h1 small,
    h2 small, .h2 small,
    h3 small, .h3 small,
    h4 small, .h4 small,
    h5 small, .h5 small,
    h6 small, .h6 small {
        line-height: 1;
        color: #cacaca;
    }


hr {
    clear: both;
    max-width: 87.5rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }








/*  Grid test (modern browser support) */
#grid-test {
    display: grid;
}

#old-browser-warning {
    display: none;
    padding: 0 10px;
    margin: 20px 0;
}

    #old-browser-warning > div {
        max-width: 900px;
        margin: 0 auto;
        padding: 15px;
        font-size: 120%;
        text-align: center;
        background-color: #ffffcc;
        border: 1px solid #666666;
    }


.row {
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
}

    .row::before, .row::after {
        display: table;
        content: ' ';
    }

    .row::after {
        clear: both;
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .row .row.collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .row.expanded {
        max-width: none;
    }

        .row.expanded .row {
            margin-right: auto;
            margin-left: auto;
        }

    .row:not(.expanded) .row {
        max-width: 100%;
    }

    .row.gutter-small > .column, .row.gutter-small > .columns {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .row.gutter-medium > .column, .row.gutter-medium > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

.column, .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left;
}

.column.row.row, .row.row.columns {
    float: none;
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}


.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.smallogol-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
    float: left;
    width: 100%;
}

    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
        float: left;
    }

.small-up-2 > .column, .small-up-2 > .columns {
    float: left;
    width: 50%;
}

    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
        float: left;
    }

.small-up-3 > .column, .small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}

    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
        float: left;
    }

.small-up-4 > .column, .small-up-4 > .columns {
    float: left;
    width: 25%;
}

    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
        float: left;
    }

.small-up-5 > .column, .small-up-5 > .columns {
    float: left;
    width: 20%;
}

    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
        float: left;
    }

.small-up-6 > .column, .small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}

    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
        float: left;
    }

.small-up-7 > .column, .small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}

    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
        float: left;
    }

.small-up-8 > .column, .small-up-8 > .columns {
    float: left;
    width: 12.5%;
}

    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
        float: left;
    }

.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

    .small-centered, .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }

        .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
            clear: both;
        }

        .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
            float: left;
        }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }

        .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
            clear: both;
        }

        .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
            float: left;
        }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

        .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
            clear: both;
        }

        .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
            float: left;
        }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }

        .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
            clear: both;
        }

        .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
            float: left;
        }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }

        .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
            clear: both;
        }

        .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
            float: left;
        }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

        .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
            clear: both;
        }

        .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
            float: left;
        }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

        .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
            clear: both;
        }

        .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
            float: left;
        }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

        .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
            clear: both;
        }

        .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
            float: left;
        }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }

        .medium-centered, .medium-centered:last-child:not(:first-child) {
            float: none;
            clear: both;
        }

    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        float: left;
        width: 100%;
    }

        .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
            clear: both;
        }

        .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
            float: left;
        }

    .large-up-2 > .column, .large-up-2 > .columns {
        float: left;
        width: 50%;
    }

        .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
            clear: both;
        }

        .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
            float: left;
        }

    .large-up-3 > .column, .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

        .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
            clear: both;
        }

        .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
            float: left;
        }

    .large-up-4 > .column, .large-up-4 > .columns {
        float: left;
        width: 25%;
    }

        .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
            clear: both;
        }

        .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
            float: left;
        }

    .large-up-5 > .column, .large-up-5 > .columns {
        float: left;
        width: 20%;
    }

        .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
            clear: both;
        }

        .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
            float: left;
        }

    .large-up-6 > .column, .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

        .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
            clear: both;
        }

        .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
            float: left;
        }

    .large-up-7 > .column, .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

        .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
            clear: both;
        }

        .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
            float: left;
        }

    .large-up-8 > .column, .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

        .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
            clear: both;
        }

        .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
            float: left;
        }

    .large-collapse > .column, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }

        .large-centered, .large-centered:last-child:not(:first-child) {
            float: none;
            clear: both;
        }

    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}


.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(40, 45, 53, 0.25);
    border-radius: 2px;
    background-color: white;
    color: #282d35;
}

    .callout > :first-child {
        margin-top: 0;
    }

    .callout > :last-child {
        margin-bottom: 0;
    }

    .callout.primary {
        background-color: #dceffa;
        color: #282d35;
    }

    .callout.info {
        background-color: #dceffa;
        color: #282d35;
    }

    .callout.secondary {
        background-color: #e5e5e6;
        color: #282d35;
    }

    .callout.success {
        background-color: #ebf5dc;
        color: #282d35;
    }

    .callout.warning {
        background-color: #fff1e1;
        color: #282d35;
    }

    .callout.alert {
        background-color: #fcd9de;
        color: #282d35;
    }

    .callout.small {
        padding-top: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.5rem;
    }

    .callout.large {
        padding-top: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
    }

    .callout a {
        margin-bottom: 0 !important;
    }

    .callout .table {
        background-color: inherit !important;
    }

        .callout .table tbody {
            background-color: inherit !important;
        }

p.author {
    font-style: italic;
}    



.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

[data-whatinput='mouse'] .menu li {
    outline: 0;
}

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0;
}

.menu input {
    display: inline-block;
}

.menu li, .menu.horizontal li {
    display: inline-block;
}

.menu.vertical li {
    display: block;
}

.menu.expanded {
    display: table;
    width: 100%;
}

    .menu.expanded > li {
        display: table-cell;
        vertical-align: middle;
    }

.menu.simple li + li {
    margin-left: 1rem;
}

.menu.simple a {
    padding: 0;
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
        display: inline-block;
    }

    .menu.medium-vertical li {
        display: block;
    }

    .menu.medium-expanded {
        display: table;
        width: 100%;
    }

        .menu.medium-expanded > li {
            display: table-cell;
            vertical-align: middle;
        }

    .menu.medium-simple {
        display: table;
        width: 100%;
    }

        .menu.medium-simple > li {
            display: table-cell;
            vertical-align: middle;
        }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
        display: inline-block;
    }

    .menu.large-vertical li {
        display: block;
    }

    .menu.large-expanded {
        display: table;
        width: 100%;
    }

        .menu.large-expanded > li {
            display: table-cell;
            vertical-align: middle;
        }

    .menu.large-simple {
        display: table;
        width: 100%;
    }

        .menu.large-simple > li {
            display: table-cell;
            vertical-align: middle;
        }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}

.menu.icons img,
.menu.icons i,
.menu.icons svg {
    vertical-align: middle;
}

    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
        vertical-align: middle;
    }

.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
    vertical-align: middle;
}

    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
        vertical-align: middle;
    }

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block;
}

.menu.icon-top li a {
    text-align: center;
}

    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
        display: block;
        margin: 0 auto 0.25rem;
    }

.menu.icon-bottom li a {
    text-align: center;
}

    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
        display: block;
        margin: 0.25rem auto 0;
    }

.menu .is-active > a {
    background: #1e91d6;
    color: #fff;
}

.menu .active > a {
    background: #1e91d6;
    color: #fff;
}

.menu.align-left {
    text-align: left;
}

.menu.align-right {
    text-align: right;
}

    .menu.align-right .submenu li {
        text-align: left;
    }

    .menu.align-right.vertical .submenu li {
        text-align: right;
    }

    .menu.align-right .nested {
        margin-right: 1rem;
        margin-left: 0;
    }

.menu.align-center {
    text-align: center;
}

    .menu.align-center .submenu li {
        text-align: left;
    }

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit;
}

.menu-centered > .menu {
    text-align: center;
}

    .menu-centered > .menu .submenu li {
        text-align: left;
    }

.no-js [data-responsive-menu] ul {
    display: none;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}

    .menu-icon::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
        content: '';
    }

    .menu-icon:hover::after {
        background: #cacaca;
        box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer;
    }

        .menu-icon.dark::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #282d35;
            box-shadow: 0 7px 0 #282d35, 0 14px 0 #282d35;
            content: '';
        }

        .menu-icon.dark:hover::after {
            background: #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
        }

.is-drilldown {
    position: relative;
    overflow: hidden;
}

    .is-drilldown li {
        display: block;
    }

    .is-drilldown.animate-height {
        transition: height 0.5s;
    }

.drilldown a {
    padding: 0.7rem 1rem;
    background: #fff;
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

    .drilldown .is-drilldown-submenu.is-active {
        z-index: 1;
        display: block;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .drilldown .is-drilldown-submenu.is-closing {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .drilldown .is-drilldown-submenu a {
        padding: 0.7rem 1rem;
    }

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}

    .drilldown .is-drilldown-submenu-parent > a::after {
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 1rem;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1e91d6;
    }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1e91d6 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    margin-right: 0.75rem;
    border-left-width: 0;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #444 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -2.5px;
    }

.dropdown.menu a {
    padding: 0.7rem 1rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.dropdown.menu .is-active > a {
    background: transparent;
    color: #1e91d6;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #444 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2.5px;
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #444 transparent transparent;
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #444;
    }
}

@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            content: '';
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #444 transparent transparent;
            right: 5px;
            left: auto;
            margin-top: -2.5px;
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0;
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #444 transparent transparent;
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #444;
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}

.is-dropdown-menu.vertical {
    width: 100px;
}

    .is-dropdown-menu.vertical.align-right {
        float: right;
    }

.is-dropdown-submenu-parent {
    position: relative;
}

    .is-dropdown-submenu-parent a::after {
        position: absolute;
        top: 50%;
        right: 5px;
        left: auto;
        margin-top: -5px;
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto;
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto;
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fff;
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #444 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #444;
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
    display: block !important;
}

.top-bar {
    padding: 0.5rem;
    position: relative;
}

    .top-bar::before, .top-bar::after {
        display: table;
        content: ' ';
    }

    .top-bar::after {
        clear: both;
    }

    .top-bar,
    .top-bar ul {
        background-color: transparent;
    }

        .top-bar input {
            max-width: 200px;
            margin-right: 1rem;
        }

        .top-bar .input-group-field {
            width: 100%;
            margin-right: 0;
        }

        .top-bar input.button {
            width: auto;
        }

        .top-bar .top-bar-left,
        .top-bar .top-bar-right {
            width: 100%;
        }

@media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto;
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%;
    }
}

.top-bar-title {
    display: inline-block;
    padding: 0.5rem 1rem 0.5rem 0;
}

    .top-bar-title .menu-icon {
        bottom: 2px;
    }

.top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
}



.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important;
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important;
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important;
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}


/*2. mobile-top-bar*/
/* Small only */
@media screen and (max-width: 39.9375em) {
    .mobile-top-bar {
        background-color: #393E41;
        height: 60px;
    }

        .mobile-top-bar .row .small-12 {
            background-color: #393E41;
        }

        .mobile-top-bar .top-bar-title {
            width: 100%;
        }

            .mobile-top-bar .top-bar-title .menu-icon {
                bottom: 0;
                height: 6px;
            }

            .mobile-top-bar .top-bar-title a .logo {
                margin: 8px 0 0 10px;
                width: 125px;
            }

            .mobile-top-bar .top-bar-title .top-bar-right ul li a {
                font-size: 1.2rem;
                padding: 0.4rem 0.4rem;
                line-height: 1.7;
                color: #e6e6e6;
            }

                .mobile-top-bar .top-bar-title .top-bar-right ul li a i {
                    font-size: 1.7rem;
                }

        .mobile-top-bar #responsive-menu .social {
            margin-top: 10px;
        }

            .mobile-top-bar #responsive-menu .social .uk-icon-button {
                box-sizing: border-box;
                width: 40px;
                height: 40px;
                border-radius: 500px;
                background: #eee;
                border: 1px solid #333;
                color: #2f7eba !important;
                vertical-align: middle;
                display: -ms-inline-flexbox;
                display: -webkit-inline-flex;
                display: inline-flex;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                transition: .1s ease-in-out;
                transition-property: color, background-color;
            }

                .mobile-top-bar #responsive-menu .social .uk-icon-button i {
                    color: #2f7eba !important;
                    font-size: 1.4rem;
                }

        .mobile-top-bar .mobile-menu {
            background-color: #393E41;
            color: #e6e6e6;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .mobile-top-bar .mobile-menu ul li a {
                color: #e6e6e6;
                font-size: 1.2rem;
            }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .mobile-top-bar {
        background-color: #393E41;
        height: 60px;
    }

        .mobile-top-bar .row .small-12 {
            background-color: #393E41;
        }

        .mobile-top-bar .top-bar-title {
            width: 100%;
        }

            .mobile-top-bar .top-bar-title .menu-icon {
                bottom: 0;
                height: 6px;
            }

            .mobile-top-bar .top-bar-title a .logo {
                margin: 8px 0 0 10px;
                width: 125px;
            }

            .mobile-top-bar .top-bar-title .top-bar-right ul li a {
                font-size: 1.2rem;
                padding: 0.4rem 0.8rem;
                line-height: 1.7;
                color: #e6e6e6;
            }

                .mobile-top-bar .top-bar-title .top-bar-right ul li a i {
                    font-size: 1.7rem;
                }

        .mobile-top-bar #responsive-menu .social {
            margin-top: 10px;
        }

            .mobile-top-bar #responsive-menu .social .uk-icon-button {
                box-sizing: border-box;
                width: 40px;
                height: 40px;
                border-radius: 500px;
                background: #eee;
                border: 1px solid #333;
                color: #2f7eba !important;
                vertical-align: middle;
                display: -ms-inline-flexbox;
                display: -webkit-inline-flex;
                display: inline-flex;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                transition: .1s ease-in-out;
                transition-property: color, background-color;
            }

                .mobile-top-bar #responsive-menu .social .uk-icon-button i {
                    color: #2f7eba !important;
                    font-size: 1.4rem;
                }

        .mobile-top-bar .mobile-menu {
            background-color: #393E41;
            color: #e6e6e6;
            width: 100%;
            padding: 0;
            margin: 0;
        }

            .mobile-top-bar .mobile-menu ul li a {
                color: #e6e6e6;
                font-size: 1.2rem;
            }
}

/*3. mobile search*/
/*small only*/
@media screen and (max-width: 39.9375em) {
    #search-row {
        background-color: #393E41;
    }

    .input-group-label {
        border: 0;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #search-row {
        background-color: #393E41;
    }

    .input-group-label {
        border: 0;
    }
}


.message {
    position: relative;
    float: left;
    transition: all .5s ease;
}

    .message.information {
        color: #1E91D6 !important;
    }

    .message.success {
        color: #73a32d !important;
    }

    .message.warning {
        color: #e1c621 !important;
    }

    .message.error {
        color: #AD2831 !important;
    }

.text-primary {
    color: #1e91d6 !important;
}

.text-info {
    color: #1e91d6 !important;
}

.text-secondary {
    color: #525254 !important;
}

.text-success {
    color: #73a32d !important;
}

.text-warning {
    color: #fea238 !important;
}

.text-alert {
    color: #db1131 !important;
}

.text.primary {
    color: #1e91d6 !important;
}

.text.info {
    color: #1e91d6 !important;
}

.text.secondary {
    color: #525254 !important;
}

.text.success {
    color: #73a32d !important;
}

.text.warning {
    color: #fea238 !important;
}

.text.alert {
    color: #db1131 !important;
}

.message {
    position: relative;
    padding: 10px;
}

    .message.primary {
        color: #1e91d6 !important;
    }

    .message.info {
        color: #1e91d6 !important;
    }

    .message.secondary {
        color: #525254 !important;
    }

    .message.success {
        color: #73a32d !important;
    }

    .message.warning {
        color: #fea238 !important;
    }

    .message.alert {
        color: #db1131 !important;
    }

.bold {
    font-weight: bold;
}

.errors {
    background-color: #f7dbdd;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(68, 68, 68, 0.25);
    border-radius: 2px;
    position: relative;
    color: #444;
}

.bg.primary {
    background-color: #1e91d6;
    color: white;
}

.bg.info {
    background-color: #1e91d6;
    color: white;
}

.bg.secondary {
    background-color: #525254;
    color: white;
}

.bg.success {
    background-color: #73a32d;
    color: white;
}

.bg.warning {
    background-color: #fea238;
    color: white;
}

.bg.alert {
    background-color: #db1131;
    color: white;
}

.bg-white {
    background: white !important;
}




div.noscript {
    position: relative;
    padding: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    background-color: #ffff00;
    color: #ff0000;
}


#header-submenu {
    width: 950px;
    z-index: 20000;
    display: none;
    background-color: #f0f0f0;
    box-shadow: #999999 5px 5px 7px 2px;
    border-color: #aaaaaa;
    padding: 10px 0;
}

    #header-submenu ul.menu.submenu.is-dropdown-submenu {
        background-color: #e0e0e0;
    }

    #header-submenu li.is-dropdown-submenu-parent.is-active > a {
        background-color: #2f7eba;
        color: #fff;
    }

    #header-submenu li {
        white-space: nowrap;
    }


#headerannouncement {
    padding: 5px;
    background-color: #2f7eba;
    color: white;
    font-size: 1rem;
}

#site-message {
    display:block;
    overflow:hidden;
    max-width:none;
    padding: 5px;
    background-color: #2f7eba;
    text-align:center;

}
    #site-message > div {
        color: #ffff00;
        font-size: 1.1rem;
    }

    #site-message > div a {
        color: #ffffff;
    }
        #site-message > div a:hover {
            color: #0000ff;
        }
    #search {
    position: relative;
    display: inline-block;
    margin-top: 12px;
    width: 400px;
    max-width: 100%;
}

    #search input {
        height: 50px;
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding-left: 30px;
        font-size: 16px;
    }

    #search button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 0;
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
        border-radius: 0px 20px 20px 0px;
        background-color: #2f7eba;
        color: #e6e6e6;
    }

        #search button:hover {
            cursor: pointer;
        }


/*logo*/
.logo svg, .other-logo svg {
    width: 200px;
    height: 40px;
    margin: 2px 0;
}

.logo .svg1 {
    fill: #2e6db0 !important;
    stroke: #444 !important;
}

.logo .svg2 {
    fill: #decf28 !important;
}

.logo path {
    stroke: #444 !important;
    stroke-width: 70 !important;
}

/*header*/
.top-bar {
    background-color: #393E41;
    color: #fff;
}

    .top-bar ul {
        background-color: inherit;
    }

        .top-bar ul li a {
            color: #ffffff;
            display: inline-block;
        }


    .top-bar.mobile .top-bar-title span.tagline {
        display: none;
        line-height: normal;
        overflow: hidden;
        position: absolute;
    }

        .top-bar.mobile .top-bar-title span.tagline.small {
            display: block;
            font-size: 80%;
            top: 12px;
            left: 145px;
            width: 170px;
        }

@media (min-width:360px) {
    .top-bar.mobile .top-bar-title span.tagline.small {
        display: none;
    }

    .top-bar.mobile .top-bar-title span.tagline.medium {
        display: block;
        font-size: 85%;
        top: 12px;
        left: 145px;
        width: 80%;
        max-width: 160px;
    }
}

@media (min-width:500px) {
    .top-bar.mobile .top-bar-title span.tagline.medium {
        max-width: 60%;
        font-size: 100%;
        top: 20px;
        left: 150px;
    }
}

@media (min-width:768px) {
    .top-bar.mobile .top-bar-title span.tagline.medium {
        display: none;
    }

    .top-bar.mobile .top-bar-title span.tagline.long {
        display: block;
        top: 20px;
        left: 150px;
    }
}





@media screen and (max-width: 39.9375em) {
    .title-bar.mobile .top-bar-right {
        width: auto;
    }

        .title-bar.mobile .top-bar-right ul {
            width: 100%;
        }

            .title-bar.mobile .top-bar-right ul li a {
                font-size: 1.2rem;
                line-height: 1.7;
                color: #e6e6e6;
                padding: 0.9rem .8rem;
                display: block !important;
            }

                .title-bar.mobile .top-bar-right ul li a i {
                    font-size: 1.7rem;
                }

    .top-bar #header4 .menu li a {
        font-size: 2em;
    }

    .top-bar.mobile .row .small-12 {
        margin: 0;
        padding: 0;
    }

    .top-bar.mobile .top-bar-title {
        float: none;
    }

        .top-bar.mobile .top-bar-title span.mobile-menu-icon {
            position: absolute;
            right: 10px;
            top: 10px;
            border: 1px solid #fefefe;
            padding: 0.45rem 0.55rem;
        }


        .top-bar.mobile .top-bar-title .menu-icon {
            width: 22px;
            bottom: 1px;
        }

            .top-bar.mobile .top-bar-title .menu-icon:after {
                height: 2px;
            }

        .top-bar.mobile .top-bar-title a .logo {
            width: 125px;
        }

    .top-bar.mobile .top-bar-right {
        width: auto;
    }

        .top-bar.mobile .top-bar-right ul {
            width: 100%;
        }

            .top-bar.mobile .top-bar-right ul li a {
                font-size: 1.2rem;
                line-height: 1.7;
                color: #e6e6e6;
                padding: 0.9rem .8rem;
            }

                .top-bar.mobile .top-bar-right ul li a i {
                    font-size: 1.7rem;
                }

    .top-bar.mobile #responsive-menu .social {
        padding: 1rem;
    }

        .top-bar.mobile #responsive-menu .social .uk-icon-button {
            box-sizing: border-box;
            width: 40px;
            height: 40px;
            border-radius: 500px;
            background: #eee;
            border: 1px solid #333;
            color: #2f7eba !important;
            vertical-align: middle;
            display: -ms-inline-flexbox;
            display: -webkit-inline-flex;
            display: inline-flex;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            transition: .1s ease-in-out;
            transition-property: color, background-color;
        }

            .top-bar.mobile #responsive-menu .social .uk-icon-button i {
                color: #2f7eba !important;
                font-size: 1.4rem;
            }

    .top-bar.mobile .top-bar-left {
        width: auto;
    }

        .top-bar.mobile .top-bar-left ul li a {
            font-size: 1.2rem;
            line-height: 1.7;
            color: #e6e6e6;
        }

            .top-bar.mobile .top-bar-left ul li a i {
                font-size: 1.4rem;
            }

    .top-bar.mobile .mobile-menu {
        background-color: #393E41;
        color: #e6e6e6;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .top-bar.mobile .mobile-menu ul {
            display: inline-block;
            vertical-align: top;
            padding: 0px 48px 0;
            width: 100%;
        }

            .top-bar.mobile .mobile-menu ul li {
                border-bottom: 1px solid #454b4f;
            }

                .top-bar.mobile .mobile-menu ul li a {
                    color: #e6e6e6;
                    font-size: 1.2rem;
                    padding: 1.2rem 1rem;
                }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .top-bar {
        padding: 0;
    }

        .top-bar.mobile {
            height: 60px;
        }

            .top-bar.mobile .row .small-12 {
                margin: 0;
                padding: 0;
            }

            .top-bar.mobile .top-bar-title {
                float: none;
            }

                .top-bar.mobile .top-bar-title span.mobile-menu-icon {
                    position: absolute;
                    right: 12px;
                    top: 12px;
                    border: 1px solid #fefefe;
                    padding: 0.25rem 0.45rem;
                }

                .top-bar.mobile .top-bar-title .menu-icon {
                    width: 22px;
                    bottom: 1px;
                }

                    .top-bar.mobile .top-bar-title .menu-icon:after {
                        height: 2px;
                    }

                .top-bar.mobile .top-bar-title a .logo {
                    margin: 8px 0 0 10px;
                    width: 125px;
                }

            .top-bar.mobile .top-bar-left {
                width: auto;
            }

                .top-bar.mobile .top-bar-left ul {
                    width: auto;
                }

                    .top-bar.mobile .top-bar-left ul li a {
                        font-size: 1.2rem;
                        line-height: 1.7;
                        color: #e6e6e6;
                    }

                        .top-bar.mobile .top-bar-left ul li a i {
                            font-size: 1.7rem;
                        }

            .top-bar.mobile #responsive-menu .social {
                padding: 1rem;
            }

                .top-bar.mobile #responsive-menu .social .uk-icon-button {
                    box-sizing: border-box;
                    width: 40px;
                    height: 40px;
                    border-radius: 500px;
                    background: #eee;
                    border: 1px solid #333;
                    color: #2f7eba !important;
                    vertical-align: middle;
                    display: -ms-inline-flexbox;
                    display: -webkit-inline-flex;
                    display: inline-flex;
                    -ms-flex-pack: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    transition: .1s ease-in-out;
                    transition-property: color, background-color;
                }

                    .top-bar.mobile #responsive-menu .social .uk-icon-button i {
                        color: #2f7eba !important;
                        font-size: 1.4rem;
                    }

            .top-bar.mobile .mobile-menu {
                background-color: #393E41;
                color: #e6e6e6;
                width: 100%;
                padding: 0;
                margin: 0;
            }

                .top-bar.mobile .mobile-menu ul {
                    padding: 0px 48px 0;
                    width: 100%;
                }

                    .top-bar.mobile .mobile-menu ul li {
                        border-bottom: 1px solid #454b4f;
                    }

                        .top-bar.mobile .mobile-menu ul li a {
                            color: #ffffff;
                            font-size: 1.2rem;
                            padding: 1.2rem 1rem;
                        }
}

@media screen and (min-width: 64em) {
    #top {
        padding: 11px 0px 9px 0;
        margin: 0;
        min-height: 42px;
        line-height: 20px;
    }

        #top ul li {
            padding-left: 20px;
        }

            #top ul li a {
                padding: 0;
            }

            #top ul li i {
                color: #5fa3d7;
                font-size: 1rem;
            }

                #top ul li i.zmdi-chevron-down {
                    color: #e6e6e6;
                    font-size: 11px;
                    margin-left: 2px;
                }

            #top ul li span {
                margin-left: .4rem;
            }
}

.middle-bar {
    background-color: #393E41;
    color: #fff;
    min-height: 110px;
    padding: 20px;
}

.social {
    margin-top: 10px;
}

    .social .uk-icon-button {
        box-sizing: border-box;
        width: 45px;
        height: 45px;
        border-radius: 500px;
        background: #eee;
        border: 1px solid #333;
        color: #2f7eba;
        vertical-align: middle;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: .1s ease-in-out;
        transition-property: color, background-color;
    }

        .social .uk-icon-button:hover {
            color: #ffffff;
            background: #2f7eba;
        }

        .social .uk-icon-button.facebook:hover {
            background: #3b5998;
        }

        .social .uk-icon-button.twitter:hover {
            background: #00b6f1;
        }

        .social .uk-icon-button.youtube:hover {
            background: #b31217;
        }

        .social .uk-icon-button.instagram:hover {
            background: #7232bd;
        }

        .social .uk-icon-button.google-plus:hover {
            background: #df4a32;
        }

        .social .uk-icon-button i {
            color: inherit;
            font-size: 1.6rem;
        }


/*bottom-bar*/
.bottom-bar.mobile .dropdown-pane {
    width: 100%;
    padding: 0;
    border: 0;
}

.bottom-bar.mobile .menu {
    box-shadow: none;
}

    .bottom-bar.mobile .menu li {
        border-bottom: 1px solid #eee;
    }

        .bottom-bar.mobile .menu li a {
            padding: 0 20px;
            min-height: 15px;
            line-height: 50px;
            display: block;
            position: relative;
            color: #444;
            font-size: 1rem;
        }

.bottom-bar.desktop {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

    .bottom-bar.desktop > div {
        text-align: center;
    }

.bottom-bar .dropdown.menu li {
    margin-right: -3px;
    text-align: left;
    transition: all 0.2s ease-in 0s;
}

    .bottom-bar .dropdown.menu li a {
        padding: 0 15px;
        min-height: 15px;
        line-height: 50px;
        display: block;
        position: relative;
        color: #444;
    }

@media (min-width:1150px) {
    .bottom-bar .dropdown.menu li a {
        padding: 0 20px;
    }
}

.bottom-bar .dropdown.menu li.is-dropdown-submenu-parent.opens-right a:after {
    border: inset 5px;
    border-color: transparent transparent transparent #999;
}



.bottom-bar .dropdown.menu li.is-dropdown-submenu-parent .is-dropdown-submenu a:hover {
    background-color: #2f7eba;
    color: #ffff00 !important;
}

.bottom-bar #shop-by-model {
    color: #fff;
    background: #2f7eba;
    padding-right: 20px;
}

    .bottom-bar #shop-by-model:after {
        right: 5px;
        border-color: #fff transparent transparent !important;
    }



#cartprice.notzero {
    color: yellow;
    font-weight: bold;
}

#cartprice:before {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    text-rendering: auto;
    color: #5fa3d7;
    font-size: 1rem;
    content: '\f1c9';
}
#cartprice.notzero:before {
    color: yellow;
}



/*product*/

.products h2.heading,
.products h3.heading {
    background-color: #EEEEEE;
    clear: both;
}

.products h2.heading {
    padding: .5rem;
    margin: .7rem auto;
}

.products h3.heading {
    padding: .3rem;
    margin: .7rem auto;
    max-width: 100%;
    width: 1024px;
}

.products h3:first-of-type {
    margin-top: 0;
}

div.products > div > div.placeholder div.product-card div.product-card-title {
    padding: 3rem 0;
}

.products .product-card {
    padding: 2rem .5rem;
    position: relative;
    width: 100%;
}

    .products .product-card.nonlive {
        background-color: #cccccc;
        border-color: #000;
        opacity: 0.7;
    }

    .products .product-card.incart:before {
        content: 'Currently in your cart';
        font-size: 70%;
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        color: white;
        background-color: #1e91d6;
        opacity: .8;
    }

    .products .product-card > a {
        color: #000;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .products .product-card .thumbnail,
    .products .product-card .product-card-thumbnail {
        display: block;
        position: relative;
    }

        .products .product-card .thumbnail img,
        .products .product-card .product-card-thumbnail img {
            display: block;
            width: 200px;
            max-height: 150px;
            margin: 0 auto;
        }

    .products .product-card .product-card-title,
    .products .product-card .product-card-detail {
        margin: .5rem 0;
        overflow: hidden;
        text-align: center;
    }


    .products .product-card .product-card-title {
        font-size: 110%;
    }

    .products .product-card .product-card-detail {
        font-size: 90%;
        color: #999999;
    }

    .products .product-card .product-card-detail > div.ipd {
        font-weight:bold;
        color:#666666;
    }

    .products .product-card .product-card-pricing {
        text-align: center;
    }

    .products .product-card .product-card-price {
        color: #3e3e3e;
        display: block;
        font-size: 110%;
        font-weight: 600;
        margin-top: 0.8rem;
        text-align: center;
    }

    .products .product-card .product-card-sale {
        color: #8a8a8a;
        display: block;
        font-size: 110%;
        margin-left: 0.3rem;
        text-decoration: line-through;
        text-align: center;
    }

    .products .product-card .exclusive {
        display: block;
        overflow: hidden;
        padding: 0;
        width: 80px;
        height: 21px;
        background: url("../images/ipdlogo80x21black.png") no-repeat scroll 0 0 transparent;
        position: absolute;
        top: .5em;
        right: .5em;
    }

    .products .product-card .closeout,
    .products .product-card .overstock {
        display: block;
        overflow: hidden;
        padding: 0;
        width: 150px;
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .products .product-card .closeout {
        background: url("../images/prodtype-closeout.png") no-repeat scroll 0 0 transparent;
        opacity: .5;
    }

    .products .product-card.blog h2 {
        min-height: 2.5em;
    }

    .products .product-card.blog span.text {
        font-style: italic;
        display: block;
        overflow: hidden;
        font-size: 80%;
        line-height: normal;
        padding: 10px 10px 0 10px;
        max-height: 10em;
        position: relative;
        text-align: justify;
    }


    .products .product-card .overstock {
        background: url("../images/prodtype-overstock.png") no-repeat scroll 0 0 transparent;
        opacity: .5;
    }

    .products .product-card .nonlive {
        display: block;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 10px;
        left: 10px;
        color: #ff0000;
        font-size: 80px;
    }

    .products .product-card .product-card-color-option {
        display: inline-block;
        height: 25px;
        width: 25px;
    }


/*product header*/
#productheader {
    overflow: hidden;
    margin-bottom: 1em;
}

    #productheader h1,
    #productheader h2 {
        margin: 0 0 .75rem 0;
        text-align: center;
    }

        #productheader h2.title {
            color: #999999;
        }

        #productheader h2.unavailable {
            color: red;
        }

    #productheader img {
        border: 0;
    }

    #productheader div.prodshot {
        position: relative;
        width: 640px;
        max-width: 100%;
        padding-top: 75%;
        margin:0 auto;
    }
            #productheader div.prodshot > img {
            position: absolute;
            top:0;
            left:0;
            right:0;
            bottom:0;
            border: 0;
        }



    #productheader div.pd1 {
        position: relative;
        display: block;
        overflow: visible;
        padding: 0;
        margin: 0 0 5px 0;
    }

        #productheader div.pd1 span {
            overflow: hidden;
        }


        #productheader div.pd1 #addtocartloading {
            width: 60px;
            height: 60px;
            overflow: hidden;
            position: relative;
            float: right;
        }

    #productheader div.pd1 > div.row {
        margin-bottom:.5rem;
    }

    #productheader div.pd1 #checkoutcell {
        float: right;
        display: none;
        overflow: hidden;
    }

        #productheader div.pd1 #addtocartcell {
            margin: 0;
            float: right;
            border: none;
            white-space: nowrap;
            width: auto;
        }

            #productheader div.pd1 #addtocartcell,
            #productheader div.pd1 #addtocartcell tr,
            #productheader div.pd1 #addtocartcell tbody {
                border: none;
            }

                #productheader div.pd1 #addtocartcell tr td {
                    vertical-align: middle;
                    padding: .5rem;
                }

                    #productheader div.pd1 #addtocartcell tr td:first-child {
                        display: none;
                    }

                    #productheader div.pd1 #addtocartcell tr td input[type='text'] {
                        width: 4rem;
                    }

                    #productheader div.pd1 #addtocartcell tr td input,
                    #productheader div.pd1 #addtocartcell tr td button,
                    #productheader div.pd1 #addtocartcell tr td span {
                        margin: 0;
                    }

@media (min-width:400px) {

    #productheader div.pd1 #addtocartcell tr td:first-child {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    #productheader h1.title,
    #productheader h2.title {
        text-align: left;
    }
}



#txb-add-qty {
    background-color: #daf0ff;
    border: 1px solid #666666;
}

    #txb-add-qty.error {
        background-color: #ffdddd;
    }


#productheader div.pd1 span.unitofmeasure {
    color: #666666;
}

#productheader div.pd1 span.unavailable {
    color: #cc9999;
    margin: 0;
}

#productheader div.pd1 span.normalpricesale {
    color: #666666;
    font-weight: normal;
    text-decoration: line-through;
}

#productheader div.pd1 span.specialpricecaption {
    clear: left;
    color: #cc00cc;
}

/* added 2016-11-18 by KRR */
/* adding new core charge display functionality */
#productheader div.corecharge {
    position: relative;
    display: block;
    overflow: hidden;
    font-weight: bold;
    color: #993333;
    font-size: 110%;
    cursor: pointer;
}



#productheader div.unavailable {
    padding: 10px;
    font-weight: bold;
    color: #ff6666;
    text-align: center;
    font-size: 120%;
    margin-bottom: 1rem;
}

#productheader div.pd2 table {
    border: 0;
}

    #productheader div.pd2 table tbody {
        border: 0;
    }

    #productheader div.pd2 table td.attributename {
        white-space: nowrap;
    }

    #productheader div.pd2 table td.attributevalue {
        color: #000000;
        background-color: #ffffff;
        width: 100%;
        padding: 1px 0 1px 3px;
    }

    #productheader div.pd2 table td.productname {
        font-size: 85%;
    }

    #productheader div.pd2 table td.warn {
        color: #ff0000;
    }

    #productheader div.pd2 table td.saleprice {
        color: #ff0000;
    }

    #productheader div.pd2 table td.regularprice {
        text-decoration: line-through;
    }

#productheader div.pd2 div.productattributes {
    float: right;
    display: block;
    overflow: hidden;
    width: 530px;
    margin: 0;
}

    #productheader div.pd2 div.productattributes span.attributevalue {
        width: 398px;
    }

#productheader div.pd3 {
    position: relative;
    float: left;
    clear: left;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 5px 0 0 0;
    width: 100%;
}


#productheader div.product-stats ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #productheader div.product-stats ul li {
        margin: 0 0 .3em 0;
    }

        #productheader div.product-stats ul li:last-child {
            margin-bottom: 0;
        }

#productheader #cart-msg {
    font-size: 95%;
}

#productheader .pd3 {
    text-align: center;
}

    #productheader .pd3 button.light {
        background: #e6e6e6;
        color: #393E41;
    }

        #productheader .pd3 button.light i {
            font-size: 120%;
        }



#productheader div.product-leftright-warning{

}
.product-attributes {
    font-size: 90%;
}

#productheader div.productavailability {
    margin-top:1rem;
}
.productavailability i {
    font-size: 1rem;
    background: #73a32d;
    color: white;
    border-radius: 50%;
    padding: 2px 4px;
}

.productavailability a {
    float: none !important;
    display: inline-block !important;
    overflow: initial !important;
    margin: 0 !important;
}

.productavailability strong,
.productavailability span {
    white-space: nowrap;
}


#addtocarterror {
    display: none;
    overflow: hidden;
    padding: 2rem;
}

    #addtocarterror > div {
        text-align: center;
        overflow: hidden;
    }

        #addtocarterror > div > div {
            overflow: hidden;
            font-size: 1.4rem;
            color: red;
            margin-bottom: 1rem;
        }

.pd-affirm {
    float: right;
}

.pd4 {
    margin: 1rem 0 .6rem 0;
}

    .pd4 span {
        display: inline;
    }

    .pd4 p {
        display: inline;
    }

    .pd4 a {
        float: none !important;
        display: inline !important;
    }

.pd2 span {
    margin: 10px 10px 0 0;
}

.cartbutton {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    padding: .9rem;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: .1em;
}

    .cartbutton:active {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

.pricecell {
    font-size: 130%;
    font-weight: 600;
    margin: 0 10px 0 0;
}

    .pricecell span {
        margin: 0 10px 0 0;
    }

        .pricecell span.normalprice {
            color: #1e91d6 !important;
        }


.add_qty {
    display: inline-block;
}

    .add_qty input {
        width: 60px;
        margin-right: 5px;
    }

#productheader a.info:not(.button) {
    position: relative;
    display: inline-block;
    
    margin-bottom: .5em !important;
    border: 1px solid #a9afda;
    padding: .2em .5em .2em 2em;
    background-color: #daf0ff;
    color: #000;
    font-size: 85%;
    text-align: left;
}

    #productheader a.info:before {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 1.5em;
        opacity: .5;
        position: absolute;
        left: .3em;
        top: 50%;
        transform: translateY(-50%);
        content: '\f1f5';
    }

#productheader a.whatis {
    position: relative;
    display: block;
    font-size: .9rem;
    text-align: left;
}

    #productheader a.whatis:before {
        font-family: 'Material-Design-Iconic-Font';
        content: '\f1f6';
        margin-right:.3rem;
    }

#productheader a.warning {
    position: relative;
    display: inline-block;
    margin-bottom: .5em !important;
    border: 1px solid #a9afda;
    padding: .2em .5em .2em 2em;
    background-color: #fffdc9;
    color: #000;
    font-size: 85%;
    text-align: left;
}

    #productheader a.warning:before {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 1.5em;
        opacity: .5;
        position: absolute;
        left: .3em;
        top: 50%;
        transform: translateY(-50%);
        content: '\f1f0';
    }
#productheader #detailMsgs {
    position: relative;
}
#productheader.product #detailMsgs {
    min-height: 4.5rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .pd-affirm {
        float: none;
    }

    #productheader a {
        overflow: hidden;
        float: none;
    }

    #productheader div.pd1 #addtocartloading,
    #productheader div.pd1 #checkoutcell {
        float: none;
        margin: 1rem auto;
    }

    #productheader div.pd1 #addtocartcell {
        margin: 10px auto;
        float: none;
        width: auto;
    }


    .pd1 {
        text-align: center;
    }

    #productheader div.pd1 span {
        float: none;
        margin: 10px 10px 0 0;
    }

    div.pricecell {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        div.pricecell .normalpricesale {
            display: block;
        }

        div.pricecell .specialpricespan {
            display: block;
        }

    #success-message {
        text-align: center;
    }

    .productavailability {
        margin-left: 10px !important;
    }
}


#applicationwarning {
    width: 800px;
    max-width: 90%;
    padding: 1rem;
    display: none;
}

    #applicationwarning > div.narrative > h2:first-of-type {
        color: #db1131;
        text-align: center;
    }

    #applicationwarning > div.buttons {
        margin-top: 1rem;
        text-align: center;
    }

        #applicationwarning > div.buttons > button {
            margin: 0 .5rem .5rem 0;
        }



/* Medium only */
/* Large and up */
/* Large only */
/*infobox*/
div.infobox {
    clear: both;
    display: block;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    width: 60rem;
    max-width: 100%;
}

    div.infobox div.callout.info-warning {
        background-color: #fffdc9;
    }

    div.infobox div.callout.info-error {
        background-color: #ffeeee;
    }

    div.infobox div.callout.info-success {
        background-color: #eeffee;
    }

    div.infobox div.callout.info-error span.caption {
        color: red;
    }

    div.infobox div.buttons {
        margin-top: .5em;
        text-align: center;
    }

    div.infobox div.callout h5 i {
        font-size: 150%;
        border-radius: 50%;
        padding: 2px 4px;
        margin-right: 4px;
    }

    div.infobox div.callout.info-success h5 i {
        background: #73a32d;
        color: white !important;
    }

    div.infobox div.callout.info-error h5 i {
        background: #db1131 !important;
        color: white !important;
        padding: 2px 6px;
    }

    div.infobox div.callout.info-warning h5 i {
        color: #fea238 !important;
    }

    div.infobox a.button,
    div.infobox button.button {
        margin: .75em .75em 0 0;
    }


    div.infobox div.info-content {
        display: block;
        overflow: hidden;
        min-height: 45px;
        background-repeat: no-repeat;
        text-align: center;
    }



        div.infobox div.info-content span {
            display: inline;
            overflow: hidden;
            margin-right: 7px;
        }

            div.infobox div.info-content span.caption {
                padding-bottom: 5px;
                font-size: 120%;
            }


        div.infobox div.info-content div.buttons {
            clear: left;
        }

.info-content h5, .info-content h4 {
    display: inline;
}


p.product-card-title {
    font-size: 14px;
    height: 21px;
    overflow: hidden;
}



/* Slick carousel */


button.slick-prev,
button.slick-next {
    width: 25px;
    height: 25px;
}


    button.slick-prev:before,
    button.slick-next:before {
        font-size: 25px;
        opacity: .8;
        color: #999999;
    }

    button.slick-prev:hover:before,
    button.slick-prev:focus:before,
    button.slick-next:hover:before,
    button.slick-next:focus:before {
        color: #333333;
        opacity: 1;
    }

button.slick-prev {
    left: -28px;
}

button.slick-next {
    right: -28px;
}

/* products and impulse items carousel */
#impulse-items {
    position: relative;
}

    #impulse-items div.placeholder {
        height: 390px;
    }

    #impulse-items h2 {
        text-align: center;
    }

    #impulse-items div.carousel {
        overflow: visible;
        margin: 10px 35px;
    }

        #impulse-items div.carousel div.product-tile {
            overflow: hidden;
            text-align: center;
            padding: 10px;
            position: relative;
            line-height: normal;
        }

            #impulse-items div.carousel div.product-tile:nth-child(n+2):not(.visible) {
                display: none;
            }

   
            #impulse-items div.carousel div.product-tile > div {
                padding: 1em 1em 3em 1em;
                position: relative;
                min-height: 20em;
                border: 1px solid #cccccc;
            }

                #impulse-items div.carousel div.product-tile > div img {
                    display: block;
                    margin: 0 auto;
                }

                #impulse-items div.carousel div.product-tile > div div.title {
                    font-weight: bold;
                    margin: 5px 0;
                    max-height: 4.3em;
                    overflow: hidden;
                }

                #impulse-items div.carousel div.product-tile > div div.buttons {
                    position: absolute;
                    bottom: .5em;
                    left: 50%;
                    transform: translateX(-50%);
                }

                    #impulse-items div.carousel div.product-tile > div div.buttons .button {
                        margin: 0;
                    }

/* product image gallery carousel */
#product-gallery {
    position: relative;
}


    #product-gallery div.carousel {
        overflow: visible;
        margin: 10px 35px;
    }

        #product-gallery div.carousel div.gallery-tile {
            overflow: hidden;
            position: relative;                        
        }

            #product-gallery div.carousel div.gallery-tile div {
                width:120px;
                height:90px;
                overflow: hidden;
                position: relative;
                border: 1px solid #cccccc;
                margin:0 auto;
            }

            #product-gallery div.carousel div.gallery-tile > div img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }

/*        #product-gallery div.carousel div.gallery-tile:nth-child(n+2):not(.visible) {
            display: none;
        }*/

  /*          #product-gallery div.carousel div.gallery-tile div {
                padding: 0;
                overflow: hidden;
                position: relative;
            }*/

/*            #product-gallery div.carousel div.gallery-tile > div {
                padding: 0;
                overflow: hidden;
                position: relative;
                
            }

            #product-gallery div.carousel div.gallery-tile > div > div {
                padding: 0;
                overflow: hidden;
                position: relative;
            }*/

 /*           #product-gallery div.carousel div.gallery-tile > div > div {
                width: 150px;
                height:113px;
                border: 1px solid #cccccc;
                max-width: 100%;
                margin:0 auto;
            }

                #product-gallery div.carousel div.gallery-tile > div > div img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    
                }*/



/* site banner carousel */
#homepage-banner {
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    #homepage-banner,
    #homepage-banner div.carousel {
        height: 122px;
    }
    #homepage-banner div.carousel {
        width: 320px;
    }

    #homepage-banner div.carousel,
    #homepage-banner div.carousel div.banner-tile * {
        display: block;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

    #homepage-banner div.carousel {
        border: 1px solid #666666;
        margin: 0 auto;
    }

        #homepage-banner div.carousel div.banner-tile > div {
            padding-top: 38%;
            width: 100%;
        }

    #homepage-banner div.carousel div.banner-tile > div a,
    #homepage-banner div.carousel div.banner-tile > div img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    #homepage-banner div.carousel div.banner-tile:nth-child(n+2):not(.visible){
        display: none;
    }

@media (min-width:500px) {

        #homepage-banner,
        #homepage-banner div.carousel {            
            height: 172px;
        }

        #homepage-banner div.carousel {
            width: 450px;
        }

}
@media (min-width:768px) {

    #homepage-banner,
    #homepage-banner div.carousel {
        height: 267px;
    }

    #homepage-banner div.carousel {
        width: 700px;
    }

}


@media (min-width:1024px) {


    #homepage-banner {
        padding: 0 55px;
    }
        #homepage-banner div.carousel {
            width: 875px;
            overflow: visible;
        }


        #homepage-banner,
        #homepage-banner div.carousel {
            height: 334px;
        }

        #homepage-banner div.slick-slider button.slick-prev,
        #homepage-banner div.slick-slider button.slick-next {
            width: 40px;
            height: 40px;
        }

            #homepage-banner div.slick-slider button.slick-prev:before,
            #homepage-banner div.slick-slider button.slick-next:before {
                font-size: 40px;
            }

        #homepage-banner div.slick-slider button.slick-prev {
            left: -50px;
        }

        #homepage-banner div.slick-slider button.slick-next {
            right: -50px;
        }
}



#header-banner {
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    position: relative;    
    height: 56px;
}

/*    #header-banner,
    #header-banner div.carousel {
        height: 122px;
    }*/





    #header-banner div.placeholder, 
    #header-banner div.carousel, 
    #header-banner div.carousel div.banner-tile * {
        display: block;
        position: relative;
        overflow: hidden;
        max-width: 100%;
    }

    #header-banner div.placeholder,
    #header-banner div.carousel {
        border: 1px solid #666666;
        margin: 0 auto;
        width: 320px;
        height:56px;
    }


        
        #header-banner div.carousel div.banner-tile > div {
            padding-top: 17%;
            background-color: #dddddd;
        }


    #header-banner div.carousel div.banner-tile > div a, 
    #header-banner div.carousel div.banner-tile > div img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        #header-banner div.carousel div.banner-tile:nth-child(n+2):not(.visible) {
            display: none;
        }

@media (min-width:500px) {

    #header-banner,
    #header-banner div.placeholder,
    #header-banner div.carousel {
        height: 78px;
    }

        #header-banner div.placeholder,
        #header-banner div.carousel {
            width: 450px;
        }
}

@media (min-width:768px) {

    #header-banner,
    #header-banner div.placeholder,
    #header-banner div.carousel {
        height: 120px;
    }
        #header-banner div.placeholder,
        #header-banner div.carousel {
            width: 700px;
        }
}

@media (min-width:1024px) {

    #header-banner {
        padding: 0 55px;
    }

    #header-banner,
    #header-banner div.placeholder,
    #header-banner div.carousel {
        height: 155px;
    }

        #header-banner div.placeholder,
        #header-banner div.carousel {
            width: 900px;
            overflow: visible;
        }


        #header-banner div.carousel {
            overflow: visible;
        }

        #header-banner div.slick-slider button.slick-prev,
        #header-banner div.slick-slider button.slick-next {
            width: 40px;
            height: 40px;
        }

            #header-banner div.slick-slider button.slick-prev:before,
            #header-banner div.slick-slider button.slick-next:before {
                font-size: 40px;
            }

        #header-banner div.slick-slider button.slick-prev {
            left: -50px;
        }


        #header-banner div.slick-slider button.slick-next {
            right: -50px;
        }
}

div.product-tiles {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    div.product-tiles > div {
        margin: 5px;
        width: 220px;
        border: 1px solid #cccccc;
        display: inline-block;
        overflow: hidden;
        height: 390px;
    }

        div.product-tiles > div > a {
            display: block;
            padding: 10px;
            color: #000;
        }

        div.product-tiles > div:hover {
            border-color: #000;
        }

    div.product-tiles div img {
        max-width: 100%;
    }

    div.product-tiles div div {
        text-align: center;
        white-space: nowrap;
        line-height: 1.5em;
    }

        div.product-tiles div div.title {
            font-weight: bold;
            line-height: 2.2em;
            color: #00639e;
        }

        div.product-tiles div div:not(.title) {
            font-size: 90%;
        }

#addtocartcontainer {
    overflow: hidden;
}

    #addtocartcontainer p.priceline {
        font-weight: bold;
    }

    #addtocartcontainer p.warning {
        font-weight: bold;
        color: #cc0000;
    }

    #addtocartcontainer p.core {
        color: #990000;
        font-weight: bold;
    }

#vehicledesc {
    margin: .3em auto;
    overflow: hidden;
}

    #vehicledesc div {
        overflow: hidden;
        text-align: center;
    }

        #vehicledesc div:first-child {
            font-size: 140%;
            font-weight: bold;
        }

        #vehicledesc div span {
            margin-right: .4em;
        }

div.homepage {
    overflow: hidden;
}

    div.homepage div.orbit {
        max-width: 1024px;
        margin: 0 auto;
    }

    div.homepage h2, div.homepage h3, div.homepage h4 {
        text-align: center;
    }



div.homepage div.content {
    position:relative;
    overflow: hidden;
    min-height:100px;
}

div.catalog div.searchresults h2, div.catalog div.searchresults h3 {
    text-align: center;
    font-weight: normal;
}

div.catalog div.section {
    overflow: hidden;
    margin: .5rem auto 1.5rem auto;
}

    div.catalog div.section h2, div.catalog div.section h3 {
        margin-top: 0;
        font-weight: normal;
    }

div.catalog div.filterbuttons {
    margin: 10px auto;
}

    div.catalog div.filterbuttons > div {
        position: relative;
        clear: both;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(auto-fit,170px);
        grid-gap: 10px;
        justify-content: center;
        align-content: flex-start;
        margin: 0 auto;
        width: 900px;
        max-width: 100%;
    }

        div.catalog div.filterbuttons > div > div {
            display: flex;
        }

            div.catalog div.filterbuttons > div > div button, div.catalog div.filterbuttons > div > div a.button {
                margin: 0 !important;
                width: 100%;
                position: relative;
                padding-left: 2rem;
                text-align: left;
                justify-content: center;
                flex-direction: column;
                display: flex;
            }

                div.catalog div.filterbuttons > div > div button span, div.catalog div.filterbuttons > div > div a.button span {
                    display: block;
                    line-height: normal;
                }

                div.catalog div.filterbuttons > div > div button.btn-removal span.value, div.catalog div.filterbuttons > div > div a.button.btn-removal span.value {
                    color: #dede35;
                    font-weight: bold;
                }

                div.catalog div.filterbuttons > div > div a.button.btn-removal.all {
                    background-color: #9e6e6e;
                }

    div.catalog div.filterbuttons button:before, div.catalog div.filterbuttons a:before {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 1.5em;
        float: left;
        margin-right: .3em;
        opacity: .5;
        position: absolute;
        left: .4em;
        top: 50%;
        transform: translateY(-50%);
        content: '\f278';
    }

    div.catalog div.filterbuttons .btn-removal:before {
        content: '\f136';
        color: #ff6666;
        opacity: 1;
        font-weight: bold;
    }

    div.catalog div.filterbuttons .btn-vehicle:before {
        content: '\f125';
    }

    div.catalog div.filterbuttons .btn-category:before {
        content: '\f35b';
    }

    div.catalog div.filterbuttons .btn-brand:before {
        content: '\f195';
    }

    div.catalog div.filterbuttons .btn-sort:before {
        content: '\f30c';
    }

    div.catalog div.filterbuttons .btn-position:before {
        content: '\f2f0';
    }

    div.catalog div.filterbuttons .btn-wheel-diameter:before {
        content: '\f384';
    }

    div.catalog div.filterbuttons .btn-wheel-offset:before {
        content: '\f302';
    }

    div.catalog div.filterbuttons .btn-size:before {
        content: '\f251';
    }

    div.catalog div.filterbuttons .btn-wheel-width:before {
        content: '\f3ae';
    }

    div.catalog div.filterbuttons .btn-color:before {
        content: '\f1a4';
    }

    div.catalog div.filterbuttons .btn-quality-level:before {
        content: '\f27b';
    }

    div.catalog div.filterbuttons .btn-product-group:before {
        content: '\f293';
    }

    div.catalog div.filterbuttons .btn-product-group:before {
        content: '\f293';
    }

@media (min-width:370px) {

    div.catalog div.filterbuttons > div > div.wide {
        grid-column: 1 / span 2;
    }
}

div.products div.gridresults {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(auto-fit,90%);
    align-content: flex-start;
    justify-content: center;
    grid-gap: 20px;
}

    div.products div.gridresults > div {
        justify-content: center;
        border: 1px solid #c5c5c5;
        position:relative;
    }

        div.products div.gridresults > div div.product-card.instock span.product-card-instock {
            display: block;
            position: absolute;
            bottom: .3em;
            text-align: center;
            width: 100%;
            left: 0;
            font-size: 90%;
            color: #73a32d;
        }

        div.products div.gridresults > div.shopbycar {
            background-color: #f0f3fb;
        }

            div.products div.gridresults > div.shopbycar div.product-card {
                padding-top: 15px;
            }

                div.products div.gridresults > div.shopbycar div.product-card div.thumbnail {
                    margin-bottom: 10px;
                }

            div.products div.gridresults > div.shopbycar > div.product-card span {
                display: block;
                overflow: hidden;
                text-align: center;
            }

                div.products div.gridresults > div.shopbycar > div.product-card span.title {
                    font-weight: bold;
                    font-size: 110%;
                    color: #00639e;
                    margin-bottom: 10px;
                }

        div.products div.gridresults > div.category-cell {
            display: none;
            background-color: #f0f3fb;
        }

            div.products div.gridresults > div.category-cell > div {
                width: 100%;
                padding: 15px;
            }

            div.products div.gridresults > div.category-cell ul {
                display: block;
                overflow: hidden;
                padding: 0;
                margin: 0;
                list-style-type: none;
            }

                div.products div.gridresults > div.category-cell ul li {
                    display: block;
                    overflow: hidden;
                    margin: 1.4em 0;
                    line-height: normal;
                }

                    div.products div.gridresults > div.category-cell ul li:first-of-type {
                        font-weight: bold;
                        font-size: 110%;
                        color: #00639e;
                        margin-top: 0;
                        text-align: center;
                    }

                    div.products div.gridresults > div.category-cell ul li a {
                        display: block;
                        float: left;
                        overflow: hidden;
                        color: #333333;
                        padding-left: 20px;
                    }

                        div.products div.gridresults > div.category-cell ul li a:before {
                            font-family: 'Material-Design-Iconic-Font';
                            margin-right: 8px;
                            content: '\f2ee';
                            margin-left: -20px;
                        }

                        div.products div.gridresults > div.category-cell ul li a:hover {
                            color: #00639e;
                        }

div.homepage div.products div.gridresults > div:nth-child(n+15) {
    display: none;
}

#shopbyvehicle div.products div.gridresults > div:nth-child(n+11) {
    display: none;
}

div.homepage div.products.blog div.gridresults > div:nth-child(n+5) {
    display: none;
}

div.catalog div.category-grid {
    overflow: hidden;
    position: relative;
}

    div.catalog div.category-grid h2 {
        text-align: center;
    }

    div.catalog div.category-grid > div {
        position: relative;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(auto-fit,90%);
        align-content: flex-start;
        justify-content: center;
        grid-gap: 20px;
    }

        div.catalog div.category-grid > div > div {
            border: 1px solid #c5c5c5;
            overflow: hidden;
            display: flex;
        }

            div.catalog div.category-grid > div > div span {
                padding: .5rem;
                font-size: 120%;
            }

@media (min-width:600px) {

    div.products div.gridresults,
    div.catalog div.category-grid > div {
        grid-template-columns: repeat(auto-fit,46%);
    }

        div.products div.gridresults > div {
            display: flex;
        }

            div.products div.gridresults > div.category-cell {
                display: flex;
                grid-row: 1 / span 3;
            }

    div.homepage div.products div.gridresults > div:nth-child(n+15) {
        display: flex;
    }

    div.homepage div.products div.gridresults > div:nth-child(n+17) {
        display: none;
    }

    #shopbyvehicle div.products div.gridresults > div:nth-child(n+11) {
        display: flex;
    }

    #shopbyvehicle div.products div.gridresults > div:nth-child(n+13) {
        display: none;
    }
}

@media (min-width:768px) {


    div.products div.gridresults,
    div.catalog div.category-grid > div {
        grid-template-columns: repeat(auto-fit,31%);
    }

    div.homepage div.products div.gridresults > div:nth-child(n+17) {
        display: flex;
    }

    div.homepage div.products div.gridresults > div:nth-child(n+20) {
        display: none;
    }

    #shopbyvehicle div.products div.gridresults > div:nth-child(n+13) {
        display: flex;
    }

    #shopbyvehicle div.products div.gridresults > div:nth-child(n+16) {
        display: none;
    }

    div.catalog div.products {
        margin-bottom: 30px;
    }
}

@media (min-width:1024px) {
    div.products div.gridresults,
    div.catalog div.category-grid > div {
        grid-template-columns: repeat(auto-fit,22%);
    }

    div.homepage div.products div.gridresults > div:nth-child(n+20) {
        display: flex;
    }

    div.homepage div.products div.gridresults > div:nth-child(n+27) {
        display: none;
    }

    #shopbyvehicle div.products div.gridresults > div:nth-child(n+21) {
        display: flex;
    }

    #shopbyvehicle div.products div.gridresults > div:nth-child(n+26) {
        display: none;
    }
}

@media (min-width:1440px) {
    div.products div.gridresults.wide,
    div.catalog div.category-grid > div {
        grid-template-columns: repeat(auto-fit,17%);
    }

    div.homepage div.products div.gridresults > div:nth-child(n+27) {
        display: flex;
    }

    div.homepage div.products div.gridresults > div:nth-child(n+29) {
        display: none;
    }
}

div.catalog div.category-grid > div > div * {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

div.products.similar {
    margin-bottom: 1.5rem;
}

    div.products.similar > h2, div.products.similar > h3 {
        text-align: center;
    }
/*footer*/
.footer img.methods {
    width: 250px;
}

.footer img {
    display: block;
    margin: 0 auto;
}

#footerarea {
    display: block;
    overflow: hidden;
    position: relative;
    clear: both;
    width: 100%;
    color: #e2e2e2;
    padding: 1em 0;
    margin: 1em 0 0 0;
    background-color: #393e41;
    background-image: linear-gradient(to bottom, #393e41, #000000);
    text-align: center;
}

    #footerarea div.row {
        margin: 0 auto 1em auto;
    }

        #footerarea div.row p, #footerarea div.row h3 {
            margin: 0 0 1em 0;
        }

            #footerarea div.row p:last-child {
                margin-bottom: 0;
            }

    #footerarea div.footer-links h4 {
        color: white;
    }

        #footerarea div.footer-links h4 span {
            border-bottom: 2px solid #2f7eba;
        }

    #footerarea a {
        color: #e2e2e2;
    }

    #footerarea div.row.info {
        font-size: 95%
    }
/*social*/
.social li a {
    padding: 0;
}

div.continue-shopping a {
    padding: .7em 4em .7em 2em;
    position: relative;
    margin: 0;
}

    div.continue-shopping a:after {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 2em;
        position: absolute;
        right: .7em;
        top: 53%;
        transform: translateY(-50%);
        content: '\f301';
    }

div.footer-links {
    overflow: hidden;
}

    div.footer-links > div {
        margin-bottom: 40px;
    }

        div.footer-links > div ul {
            display: block;
        }

            div.footer-links > div h4, div.footer-links > div ul li {
                display: block;
                text-align: center;
            }

@media (min-width:500px) {
    div.footer-links {
        display: grid;
        grid-template-columns: repeat(auto-fit,48%);
        grid-gap: 10px;
        justify-content: center;
    }
}

@media (min-width:768px) {

    div.footer-links {
        grid-template-columns: repeat(auto-fit,23%);
        grid-gap: 0 1px;
    }

        div.footer-links > div {
            margin-bottom: 0;
        }

            div.footer-links > div ul li a {
                padding: .7rem 0;
            }
}

div.image-gallery {
    overflow: hidden;
}

    div.image-gallery > div {
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(auto-fit,45%);
        grid-gap: 20px;
        padding-bottom: 10px;
        justify-content: center;
    }

    div.image-gallery > div > div {
        display: flex;
        justify-content: center;
    }
    div.image-gallery > div > div > div {
        position:relative;
        padding-top:75%;
        width:200px;
        max-width:100%;        
    }

        div.image-gallery > div > div > div > a > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #cccccc;
        }

@media (min-width:500px) {

    div.image-gallery > div {
        grid-template-columns: repeat(auto-fit,30%);
    }
}

@media (min-width:768px) {

    div.image-gallery > div {
        grid-template-columns: repeat(auto-fit,150px);
    }
}

div#embeddedvideo, div#embeddedvideo > div, div#embeddedvideo > div > iframe {
    border: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

div#embeddedvideo {
    width: 1024px;
    max-width: 85%;
    display: none;
    border: 2px solid #000;
}

    div#embeddedvideo > div {
        width: 100%;
        padding-top: 56.25%;
    }

        div#embeddedvideo > div > iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

div.contentsection {
    overflow: hidden;
    margin-bottom: 1rem;
}

    div.contentsection > h2 {
        margin-top: 0;
    }

div.video-gallery {
    overflow: hidden;
    margin: 1rem 0;
}

    div.video-gallery > div {
        overflow: hidden;
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(auto-fit,300px);
        grid-gap: 20px;
        justify-content: center;
    }

        div.video-gallery > div > div {
            overflow: hidden;
            display: flex;
            position: relative;
        }

            div.video-gallery > div > div > div {
                width: 640px;
                max-width: 100%;
                overflow: hidden;
                position: relative;
            }

            div.video-gallery > div > div > div {
                position: relative;
                padding-bottom: 56.25%;
                max-width: 100%;
                overflow: hidden;
                border: 1px solid #000000;
            }

                div.video-gallery > div > div > div > a > * {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                }

                div.video-gallery > div > div > div > a > img {
                    top: 50%;
                    left: 0;
                    right: 0;
                    bottom: unset;
                    width: 100%;
                    max-width: 100%;
                    transform: translateY(-50%);
                }

                div.video-gallery > div > div > div > a > span {
                    background: url('../images/youtube_play.png') no-repeat transparent;
                    background-size: 15% 25%;
                    background-position: center center;
                }

                div.video-gallery > div > div > div > a > div {
                    background-color: #ffffff;
                    opacity: .4;
                }

                div.video-gallery > div > div > div > a:hover > div {
                    opacity: 0;
                }

/*  Blog grid */
div.blog-grid {
    overflow: hidden;
    line-height: normal;
}


    div.blog-grid > div {
        display: grid;
        grid-template-columns: repeat(auto-fit,90%);
        align-content: center;
        justify-content: center;
        grid-gap: 20px;
        position: relative;
        overflow: hidden;
    }

        div.blog-grid > div > div {
            display: flex;
            border: 1px solid #c5c5c5;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

            div.blog-grid > div > div.products {
                display:none;
            }
            div.blog-grid > div > div.blog-entry * {
                display: block;
                position: relative;
                overflow: hidden;
            }

        div.blog-grid > div > div.blog-entry > div,
        div.blog-grid > div > div.blog-entry > a > div {
            padding: 10px;
            text-align: center;
        }

            div.blog-grid > div > div.blog-entry > div > div.thumbnail,
            div.blog-grid > div > div.blog-entry > a > div > div.thumbnail {
                width: 200px;
                max-width: 100%;
                margin: 0 auto;
                max-height: 150px;
            }
                div.blog-grid > div > div.blog-entry > div > div.thumbnail div,
                div.blog-grid > div > div.blog-entry > a > div > div.thumbnail div {
                    padding-top: 75%;
                    height: 0;
                }

                div.blog-grid > div > div.blog-entry > div > div.thumbnail img,
                div.blog-grid > div > div.blog-entry > a > div > div.thumbnail img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: 0;
                }

            div.blog-grid > div > div.blog-entry > div div.title,
            div.blog-grid > div > div.blog-entry > a > div div.title {
                font-size: 1.2rem;
                font-weight: normal;
                margin: 1em 0 .3em 0;
                overflow: hidden;
                text-align: center;
                color: #000;
            }



            div.blog-grid > div > div.blog-entry > div div.summary,
            div.blog-grid > div > div.blog-entry > a > div div.summary {
                display: none;
                overflow: hidden;
                font-size: .8rem;
                line-height: 1rem;
                height: 5rem;
                position: relative;
                text-align: justify;
                color: #000;
            }

  

@media (min-width: 600px) {
    div.blog-grid > div {
        grid-template-columns: repeat(auto-fit,minmax(90%,99%));
    }

        div.blog-grid > div > div.blog-entry {
            justify-content: left;
        }
            div.blog-grid > div > div.blog-entry > div,
            div.blog-grid > div > div.blog-entry > a > div {
                text-align: left;
                padding-left: 220px;
                height: 170px;
            }
                div.blog-grid > div > div.blog-entry > div div.fade,
                div.blog-grid > div > div.blog-entry > a > div div.fade {
                    overflow: hidden;
                    height: 100%;
                    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
                    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
                }

                div.blog-grid > div > div.blog-entry > div > div.thumbnail,
                div.blog-grid > div > div.blog-entry > a > div > div.thumbnail {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                }

                div.blog-grid > div > div.blog-entry > div div.title,
                div.blog-grid > div > div.blog-entry > a > div div.title {
                    margin: 0 0 .5em 0;
                    text-align: left;
                }

                div.blog-grid > div > div.blog-entry > div div.summary,
                div.blog-grid > div > div.blog-entry > a > div div.summary {
                    display: block;
                }

}



@media (min-width: 1024px) {
    div.blog-grid > div {
        grid-template-columns: repeat(auto-fit,minmax(50%,80%) 270px);
    }
        div.blog-grid > div > div.products {
            grid-row: span 2;
            display: block;
        }
}






/*  simple tile grid */
div.tile-grid {
    overflow: hidden;
    line-height: normal;
}

    div.tile-grid * {
        display: block;
        position: relative;
        overflow: hidden;
    }

    div.tile-grid > div {
        display: grid;
        grid-template-columns: repeat(auto-fit,90%);
        align-content: center;
        justify-content: center;
        grid-gap: 20px;
    }

        div.tile-grid > div > div {
            display: flex;
            border: 1px solid #c5c5c5;
        }


            div.tile-grid > div > div.placeholder h2 {
                padding: 3rem 0;
            }

            div.tile-grid > div > div > a,
            div.tile-grid > div > div > div {
                width: 100%;
                height: 100%;
            }

                div.tile-grid > div > div > div,
                div.tile-grid > div > div > a > div {
                    padding: 10px;
                    text-align: center;
                }

                    div.tile-grid > div > div > div > div.thumbnail,
                    div.tile-grid > div > div > a > div > div.thumbnail {
                        width: 200px;
                        max-height: 150px;
                        margin: 0 auto;
                    }

                        div.tile-grid > div > div > div > div.thumbnail > img,
                        div.tile-grid > div > div > a > div > div.thumbnail > img {
                            width: 200px;
                            max-height: 150px;
                            margin: 0 auto;
                        }

                    div.tile-grid > div > div > div > h2,
                    div.tile-grid > div > div > a > div > h2 {
                        font-size: 1.2rem;
                        font-weight: normal;
                        color: #646464;
                        margin: 1em 0 .5em 0;
                        overflow: hidden;
                        text-align: center;
                    }
                    div.tile-grid > div > div > div > h3,
                    div.tile-grid > div > div > a > div > h3 {
                        font-size: 1rem;
                        margin: .5em 0;
                        font-weight: normal;
                        color: #646464;
                        overflow: hidden;
                        text-align: center;
                    }

                    div.tile-grid > div > div > div > div.date,
                    div.tile-grid > div > div > a > div > div.date {
                        overflow: hidden;
                        font-size: .9rem;
                        position: relative;
                        text-align: center;
                    }

div.homepage div.tile-grid > div > div:nth-child(n+3) {
    display: none;
}

@media (min-width: 600px) {
    div.tile-grid > div {
        grid-template-columns: repeat(auto-fit,47%);
    }
}

@media (min-width: 768px) {
    div.tile-grid > div {
        grid-template-columns: repeat(auto-fit,30%);
    }

    div.homepage div.tile-grid > div > div:nth-child(n+3) {
        display: flex;
    }

    div.homepage div.tile-grid > div > div:nth-child(n+4) {
        display: none;
    }
}

@media (min-width: 1024px) {
    div.tile-grid > div {
        grid-template-columns: repeat(auto-fit,22%);
    }

    div.homepage div.tile-grid > div > div:nth-child(n+4) {
        display: flex;
    }

    div.homepage div.tile-grid > div > div:nth-child(n+5) {
        display: none;
    }
}

@media (min-width: 1440px) {
    div.tile-grid > div {
        grid-template-columns: repeat(auto-fit,17%);
    }

    div.homepage div.tile-grid > div > div:nth-child(n+5) {
        display: flex;
    }

    div.homepage div.tile-grid > div > div:nth-child(n+6) {
        display: none;
    }
}

div.continue-shopping, #show-more-products, #btn-show-more {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
    clear: both;
}

    div.continue-shopping > a, #show-more-products > button, #show-more-products > a, #btn-show-more > button {
        font-size: 120%;
    }

    #show-more-products > div, #btn-show-more > div {
        overflow: hidden;
        font-size: 120%;
        margin-bottom: 10px;
    }

        #show-more-products > div.error, #btn-show-more > div.error {
            color: red;
        }

#shippingquote, #shippingquote div, #shippingquote span {
    overflow: hidden;
    position: relative;
    display: block;
}

    #shippingquote div.ratetable > div > div {
        margin-bottom: .5rem;
        background-color: #ddffdd;
        padding: .5rem;
    }

        #shippingquote div.ratetable > div > div.restricted {
            background-color: #dddddd;
        }

        #shippingquote div.ratetable > div > div > span {
            float: left;
            margin-bottom: .25rem;
            font-weight: bold;
        }

            #shippingquote div.ratetable > div > div > span.price {
                float: right;
            }
        #shippingquote div.ratetable > div > div.restricted > span.price {
            color: #cc9999;
        }

            #shippingquote div.ratetable > div > div > span.description {
                clear: left;
                font-size: 80%;
                margin-bottom: 0;
                font-weight: normal;
            }

                #shippingquote div.ratetable > div > div > span.description ul {
                    margin: 0;
                    padding: 0;
                    list-style:none;
                }
                    #shippingquote div.ratetable > div > div > span.description ul li:before {
                        font-family:'Material-Design-Iconic-Font';
                        content:'\f26b';
                        margin-right:.5rem;
                    }
                    #shippingquote div.ratetable > div > div > span.description ul li.error {
                        color: #cc0000;
                    }
                        #shippingquote div.ratetable > div > div > span.description ul li.error:before {
                            content: '\f119';
                        }
                    #shippingquote div.ratetable > div > div > span.description ul li.debug {
                        color: #000099;
                    }
                        #shippingquote div.ratetable > div > div > span.description ul li.debug:before {
                            content: '\f1f7';
                        }

    #shippingquote > div.form {
        padding: 1rem;
    }

        #shippingquote > div.form input, #shippingquote > div.form select, #shippingquote > div.form button.button {
            margin: 0;
        }

        #shippingquote > div.form > div > div {
            margin-bottom: .5rem;
        }

            #shippingquote > div.form > div > div span {
                padding: .2rem 0;
                font-size: 90%;
            }

@media(min-width:600px) {

    #shippingquote > div.form {
        display: table;
        border-spacing: .5rem;
    }

        #shippingquote > div.form > div {
            display: table-row;
        }

            #shippingquote > div.form > div > div {
                display: table-cell;
                vertical-align: bottom;
            }

                #shippingquote > div.form > div > div:nth-child(1) {
                    max-width: 25rem;
                }

                #shippingquote > div.form > div > div:nth-child(2) {
                    max-width: 10rem;
                }
}

figcaption, figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

main {
    display: block;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
/*
     1. Remove the gray background on active links in IE 10.
     2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
/* Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
/* Text-level semantics
  1. Remove the bottom border in Firefox 39-.
  2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
/*
  1. Correct the inheritance and scaling of font size in all browsers.
  2. Correct the odd `em` font sizing in all browsers.
*/
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Add the correct font style in Android 4.3-.  */
dfn {
    font-style: italic;
}
/* Add the correct background and color in IE 9-. */
mark {
    background-color: #ff0;
    color: #000;
}
/* Add the correct font size in all browsers. */
small {
    font-size: 80%;
}
/* Prevent `sub` and `sup` elements from affecting the line height in  all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
/* Embedded content */
/* Add the correct display in IE 9-. */
audio, video {
    display: inline-block;
}
    /* Add the correct display in iOS 4-7. */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/* Remove the border on images inside links in IE 10-. */
/* Hide the overflow in IE. */
svg:not(:root) {
    overflow: hidden;
}
/* Forms */
/*
  1. Change the font styles in all browsers (opinionated).
  2. Remove the margin in Firefox and Safari.
*/
/*
    Remove the inheritance of text transform in Edge, Firefox, and IE.
    1. Remove the inheritance of text transform in Firefox.
*/
/*
  1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4.
  2. Correct the inability to style clickable types in iOS and Safari.
*/
/*
    Remove the inner border and padding in Firefox.
    Restore the focus styles unset by the previous rule.
  */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/* Show the overflow in Edge. */
/*
    1. Add the correct box sizing in IE 10-.
    2. Remove the padding in IE 10-.
*/
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/*
    1. Correct the odd appearance in Chrome and Safari.
    2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
    /* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/* Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*
  1. Correct the text wrapping in Edge and IE.
  2. Correct the color inheritance from `fieldset` elements in IE.
  3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
/*
  1. Add the correct display in IE 9-.
  2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    display: inline-block;
    vertical-align: baseline;
}
/* Remove the default vertical scrollbar in IE.  */
textarea {
    overflow: auto;
}
/* Interactive */
/* Add the correct display in Edge, IE, and Firefox. */
details {
    display: block;
}
/* Add the correct display in all browsers. */
summary {
    display: list-item;
}
/* Add the correct display in IE 9-. */
menu {
    display: block;
}
/* Scripting */
/* Add the correct display in IE 9-.  */
canvas {
    display: inline-block;
}
/* Add the correct display in IE.  */
template {
    display: none;
}
/* Hidden */
/* Add the correct display in IE 10-. */
[hidden] {
    display: none;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.column-block {
    margin-bottom: 1.25rem;
}

    .column-block > :last-child {
        margin-bottom: 0;
    }

@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }

        .column-block > :last-child {
            margin-bottom: 0;
        }
}

dl {
    margin-bottom: 1rem;
}

    dl dt {
        margin-bottom: 0.3rem;
        font-weight: bold;
    }

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

    blockquote, blockquote p {
        line-height: 1.6;
        color: #8a8a8a;
    }

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

    cite:before {
        content: "— ";
    }

abbr, abbr[title] {
    border-bottom: 1px dotted #282d35;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #282d35;
}

kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #282d35;
    border-radius: 2px;
}

.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p + .stat {
    margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none;
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        .ir a:after,
        a[href^='javascript:']:after,
        a[href^='#']:after {
            content: '';
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .print-break-inside {
        page-break-inside: auto;
    }
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1rem;
}

    [type='checkbox'] + label, [type='radio'] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

        [type='checkbox'] + label[for], [type='radio'] + label[for] {
            cursor: pointer;
        }

label > [type='checkbox'], label > [type='radio'] {
    margin-right: 0.5rem;
}

[type='file'] {
    width: 100%;
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #282d35;
}

    label.middle {
        margin: 0 0 1rem;
        padding: 0.5625rem 0;
    }

.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #282d35;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

    .input-group > :first-child {
        border-radius: 2px 0 0 2px;
    }

    .input-group > :last-child > * {
        border-radius: 0 2px 2px 0;
    }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #282d35;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

    .input-group-label:first-child {
        border-right: 0;
    }

    .input-group-label:last-child {
        border-left: 0;
    }

.input-group-field {
    border-radius: 0;
    height: 2.5rem;
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%;
}

    .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
        height: 2.5rem;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem;
    }

.input-group .input-group-button {
    display: table-cell;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}

    .fieldset legend {
        margin: 0;
        margin-left: -0.1875rem;
        padding: 0 0.1875rem;
    }

.is-invalid-input:not(:focus) {
    border-color: #db1131;
    background-color: #fbe7ea;
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #db1131;
    }

    .is-invalid-input:not(:focus)::-moz-placeholder {
        color: #db1131;
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder {
        color: #db1131;
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #db1131;
    }

.is-invalid-label {
    color: #db1131;
}

.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #db1131;
}

    .form-error.is-visible {
        display: block;
    }

.accordion {
    margin-left: 0;
    background: #e6e6e6;
    list-style-type: none;
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed;
    }

.accordion-item:first-child > :first-child {
    border-radius: 2px 2px 0 0;
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 2px 2px;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1rem 1rem 1rem 2.2rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #444;
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 2px 2px;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6;
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active > .accordion-title::before {
    content: '\2013';
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #282d35;
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
    width: 100%;
}

.accordion-menu a {
    padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}

    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1e91d6 transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem;
    }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    left: auto;
    right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
    position: relative;
}

.has-submenu-toggle > a {
    margin-right: 40px;
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .submenu-toggle::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1e91d6 transparent transparent;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .submenu-toggle[aria-expanded='true']::after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0;
}

    .button-group::before, .button-group::after {
        display: table;
        content: ' ';
    }

    .button-group::after {
        clear: both;
    }

    .button-group .button {
        margin: 0;
        margin-right: 1px;
        margin-bottom: 1px;
        font-size: 0.9rem;
    }

        .button-group .button:last-child {
            margin-right: 0;
        }

    .button-group.tiny .button {
        font-size: 0.6rem;
    }

    .button-group.small .button {
        font-size: 0.75rem;
    }

    .button-group.large .button {
        font-size: 1.25rem;
    }

    .button-group.expanded {
        margin-right: -1px;
    }

        .button-group.expanded::before, .button-group.expanded::after {
            display: none;
        }

        .button-group.expanded .button:first-child:last-child {
            width: 100%;
        }

        .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
            display: inline-block;
            width: calc(50% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
            display: inline-block;
            width: calc(33.33333% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
            display: inline-block;
            width: calc(25% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
            display: inline-block;
            width: calc(20% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
                margin-right: -6px;
            }

        .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
            display: inline-block;
            width: calc(16.66667% - 1px);
            margin-right: 1px;
        }

            .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
                margin-right: -6px;
            }

    .button-group.primary .button {
        background-color: #1e91d6;
        color: #fff;
    }

        .button-group.primary .button:hover, .button-group.primary .button:focus {
            background-color: #1874ab;
            color: #fff;
        }

    .button-group.info .button {
        background-color: #1e91d6;
        color: #fff;
    }

        .button-group.info .button:hover, .button-group.info .button:focus {
            background-color: #1874ab;
            color: #fff;
        }

    .button-group.secondary .button {
        background-color: #525254;
        color: #fff;
    }

        .button-group.secondary .button:hover, .button-group.secondary .button:focus {
            background-color: #424243;
            color: #fff;
        }

    .button-group.success .button {
        background-color: #73a32d;
        color: #fff;
    }

        .button-group.success .button:hover, .button-group.success .button:focus {
            background-color: #5c8224;
            color: #fff;
        }

    .button-group.warning .button {
        background-color: #fea238;
        color: #fff;
    }

        .button-group.warning .button:hover, .button-group.warning .button:focus {
            background-color: #f78501;
            color: #fff;
        }

    .button-group.alert .button {
        background-color: #db1131;
        color: #fff;
    }

        .button-group.alert .button:hover, .button-group.alert .button:focus {
            background-color: #af0e27;
            color: #fff;
        }

    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
        width: 100%;
    }

        .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
            margin-bottom: 0;
        }

@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }

        .button-group.stacked-for-small.expanded .button {
            display: block;
            margin-right: 0;
        }
}

.card {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #282d35;
}

    .card > :last-child {
        margin-bottom: 0;
    }

.card-divider {
    padding: 1rem;
    background: #e6e6e6;
}

    .card-divider > :last-child {
        margin-bottom: 0;
    }

.card-section {
    padding: 1rem;
}

    .card-section > :last-child {
        margin-bottom: 0;
    }

.card-image {
    min-height: 1px;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
    outline: 0;
}

.close-button:hover, .close-button:focus {
    color: #282d35;
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}

.close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1rem;
}

    .dropdown-pane.is-opening {
        display: block;
    }

    .dropdown-pane.is-open {
        visibility: visible;
        display: block;
    }

    .dropdown-pane.tiny {
        width: 100px;
    }

    .dropdown-pane.small {
        width: 200px;
    }

    .dropdown-pane.large {
        width: 400px;
    }

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 2px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1e91d6;
    color: #fff;
}

    .label.primary {
        background: #1e91d6;
        color: #fff;
    }

    .label.info {
        background: #1e91d6;
        color: #fff;
    }

    .label.secondary {
        background: #525254;
        color: #fff;
    }

    .label.success {
        background: #73a32d;
        color: #fff;
    }

    .label.warning {
        background: #fea238;
        color: #fff;
    }

    .label.alert {
        background: #db1131;
        color: #fff;
    }

.orbit {
    position: relative;
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.orbit-slide {
    width: 100%;
}

    .orbit-slide.no-motionui.is-active {
        top: 0;
        left: 0;
    }

.orbit-figure {
    margin: 0;
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(40, 45, 53, 0.5);
    color: #fff;
}

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(40, 45, 53, 0.5);
}

.orbit-previous {
    left: 0;
}

.orbit-next {
    left: auto;
    right: 0;
}

.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}

.orbit-bullets button {
    width: 1rem;
    height: 1rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #e6e6e6;
}

    .orbit-bullets button:hover {
        background-color: #2a70a6;
    }

    .orbit-bullets button.is-active {
        background-color: #2a70a6;
    }

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}

    .slider-fill.is-dragging {
        transition: all 0s linear;
    }

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 2px;
    background-color: #1e91d6;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #1a7bb6;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled, .slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

    .slider.vertical .slider-fill {
        top: 0;
        width: 0.5rem;
        max-height: 100%;
    }

    .slider.vertical .slider-handle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1.4rem;
        height: 1.4rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .sticky.is-stuck {
        position: fixed;
        z-index: 5;
        width: 100%;
    }

        .sticky.is-stuck.is-at-top {
            top: 0;
        }

        .sticky.is-stuck.is-at-bottom {
            bottom: 0;
        }

    .sticky.is-anchored {
        position: relative;
        right: auto;
        left: auto;
    }

        .sticky.is-anchored.is-at-bottom {
            bottom: 0;
        }

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 2px;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}

input + .switch-paddle {
    margin: 0;
}

.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 2px;
    background: #fff;
    transition: all 0.25s ease-out;
    content: '';
}

input:checked ~ .switch-paddle {
    background: #1e91d6;
}

    input:checked ~ .switch-paddle::after {
        left: 2.25rem;
    }

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none;
}

input:checked + label > .switch-active {
    display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny {
    height: 1.5rem;
}

    .switch.tiny .switch-paddle {
        width: 3rem;
        height: 1.5rem;
        font-size: 0.625rem;
    }

        .switch.tiny .switch-paddle::after {
            top: 0.25rem;
            left: 0.25rem;
            width: 1rem;
            height: 1rem;
        }

    .switch.tiny input:checked ~ .switch-paddle::after {
        left: 1.75rem;
    }

.switch.small {
    height: 1.75rem;
}

    .switch.small .switch-paddle {
        width: 3.5rem;
        height: 1.75rem;
        font-size: 0.75rem;
    }

        .switch.small .switch-paddle::after {
            top: 0.25rem;
            left: 0.25rem;
            width: 1.25rem;
            height: 1.25rem;
        }

    .switch.small input:checked ~ .switch-paddle::after {
        left: 2rem;
    }

.switch.large {
    height: 2.5rem;
}

    .switch.large .switch-paddle {
        width: 5rem;
        height: 2.5rem;
        font-size: 1rem;
    }

        .switch.large .switch-paddle::after {
            top: 0.25rem;
            left: 0.25rem;
            width: 2rem;
            height: 2rem;
        }

    .switch.large input:checked ~ .switch-paddle::after {
        left: 2.75rem;
    }

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 2px;
}

    table thead, table tbody, table tfoot {
        border: 1px solid #f2f2f2;
        background-color: #fff;
    }

    table caption {
        padding: 0.5rem 0.625rem 0.625rem;
        font-weight: bold;
    }

    table thead {
        background: #f9f9f9;
        color: #282d35;
    }

    table tfoot {
        background: #f2f2f2;
        color: #282d35;
    }

        table thead tr, table tfoot tr {
            background: transparent;
        }

        table thead th, table thead td, table tfoot th, table tfoot td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-weight: bold;
            text-align: left;
        }

    table tbody th, table tbody td {
        padding: 0.5rem 0.625rem 0.625rem;
    }

    table tbody tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table.unstriped tbody {
        background-color: #fff;
    }

        table.unstriped tbody tr {
            border-bottom: 0;
            border-bottom: 1px solid #f2f2f2;
            background-color: #fff;
        }

@media screen and (max-width: 63.9375em) {
    table.stack thead {
        display: none;
    }

    table.stack tfoot {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
    }

    table.stack td {
        border-top: 0;
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover thead tr:hover {
    background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
    background-color: #ededed;
}

table.hover tbody tr:hover {
    background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed;
}

.table-scroll {
    overflow-x: auto;
}

    .table-scroll table {
        width: auto;
    }

.tabs {
    margin: 0;
    border: 1px solid #205995;
    background: #1c4f84;
    list-style-type: none;
}

    .tabs::before, .tabs::after {
        display: table;
        content: ' ';
    }

    .tabs::after {
        clear: both;
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto;
    }

    .tabs.simple > li > a {
        padding: 0;
    }

        .tabs.simple > li > a:hover {
            background: transparent;
        }

    .tabs.primary {
        background: #1e91d6;
    }

        .tabs.primary > li > a {
            color: #fff;
        }

            .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
                background: #1d8acb;
            }

.tabs-title {
    float: left;
}

    .tabs-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: 1.25rem;
        line-height: 1;
        color: #8a8a8a;
    }

        .tabs-title > a:hover {
            background: #e6e6e6;
            color: #777777;
        }

        .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
            background: #205995;
            color: #fff;
        }

.tabs-content {
    border: 1px solid #205995;
    border-top: 0;
    background: #205995;
    color: #282d35;
    transition: all 0.5s ease;
}

    .tabs-content.vertical {
        border: 1px solid #205995;
        border-left: 0;
    }

.tabs-panel {
    display: none;
    padding: 1rem;
}

    .tabs-panel.is-active {
        display: block;
    }

.title-bar {
    padding: 0.5rem;
    background: #282d35;
    color: #fff;
}

    .title-bar::before, .title-bar::after {
        display: table;
        content: ' ';
    }

    .title-bar::after {
        clear: both;
    }

    .title-bar .menu-icon {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

.title-bar-left {
    float: left;
}

.title-bar-right {
    float: right;
    text-align: right;
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: bold;
    cursor: help;
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 2px;
    background-color: #e6e6e6;
    font-size: 80%;
    color: #282d35;
}

    .tooltip::before {
        position: absolute;
    }

    .tooltip.bottom::before {
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        content: '';
        border-top-width: 0;
        border-bottom-style: solid;
        border-color: transparent transparent #e6e6e6;
        bottom: 100%;
    }

    .tooltip.bottom.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip.top::before {
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #e6e6e6 transparent transparent;
        top: 100%;
        bottom: auto;
    }

    .tooltip.top.align-center::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .tooltip.left::before {
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #e6e6e6;
        left: 100%;
    }

    .tooltip.left.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip.right::before {
        display: block;
        width: 0;
        height: 0;
        border: inset 0.75rem;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #e6e6e6 transparent transparent;
        right: 100%;
        left: auto;
    }

    .tooltip.right.align-center::before {
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .tooltip.align-top::before {
        bottom: auto;
        top: 10%;
    }

    .tooltip.align-bottom::before {
        bottom: 10%;
        top: auto;
    }

    .tooltip.align-left::before {
        left: 10%;
        right: auto;
    }

    .tooltip.align-right::before {
        left: auto;
        right: 10%;
    }

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

    .show-on-focus:active, .show-on-focus:focus {
        position: static !important;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
    }

.show-for-landscape, .hide-for-portrait {
    display: block !important;
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important;
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important;
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
}

.clearfix::after {
    clear: both;
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-down.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-left.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-up.mui-enter.mui-enter-active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-in-right.mui-enter.mui-enter-active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-down.mui-leave.mui-leave-active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-right.mui-leave.mui-leave-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-up.mui-leave.mui-leave-active {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slide-out-left.mui-leave.mui-leave-active {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

    .fade-in.mui-enter.mui-enter-active {
        opacity: 1;
    }

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}

    .fade-out.mui-leave.mui-leave-active {
        opacity: 0;
    }

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-top.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-right.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-bottom.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-left.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-middle-x.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .hinge-in-from-middle-y.mui-enter.mui-enter-active {
        -webkit-transform: perspective(2000px) rotate(0deg);
        transform: perspective(2000px) rotate(0deg);
        opacity: 1;
    }

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-top.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-right.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-bottom.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(90deg);
        transform: perspective(2000px) rotateX(90deg);
        opacity: 0;
    }

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-left.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0;
    }

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-middle-x.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0;
    }

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .hinge-out-from-middle-y.mui-leave.mui-leave-active {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0;
    }

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .scale-in-up.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .scale-in-down.mui-enter.mui-enter-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .scale-out-up.mui-leave.mui-leave-active {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .scale-out-down.mui-leave.mui-leave-active {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .spin-in.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .spin-out.mui-leave.mui-leave-active {
        -webkit-transform: rotate(0.75turn);
        -ms-transform: rotate(0.75turn);
        transform: rotate(0.75turn);
        opacity: 0;
    }

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
}

    .spin-in-ccw.mui-enter.mui-enter-active {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1;
}

    .spin-out-ccw.mui-leave.mui-leave-active {
        -webkit-transform: rotate(-0.75turn);
        -ms-transform: rotate(-0.75turn);
        transform: rotate(-0.75turn);
        opacity: 0;
    }

.slow {
    transition-duration: 750ms !important;
}

.fast {
    transition-duration: 250ms !important;
}

.linear {
    transition-timing-function: linear !important;
}

.ease {
    transition-timing-function: ease !important;
}

.ease-in {
    transition-timing-function: ease-in !important;
}

.ease-out {
    transition-timing-function: ease-out !important;
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    transition-delay: 300ms !important;
}

.long-delay {
    transition-delay: 700ms !important;
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%);
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }

    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important;
}

body.swal2-shown {
    overflow-y: hidden;
}

body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}

.swal2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060;
}

    .swal2-container.swal2-fade {
        transition: background-color .1s;
    }

    .swal2-container.swal2-shown {
        background-color: rgba(0, 0, 0, 0.4);
    }

.swal2-modal {
    background-color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%;
}

    .swal2-modal:focus {
        outline: none;
    }

    .swal2-modal.swal2-loading {
        overflow-y: hidden;
    }

    .swal2-modal .swal2-title {
        color: #595959;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        text-transform: none;
        position: relative;
        margin: 0 0 .4em;
        padding: 0;
        display: block;
        word-wrap: break-word;
    }

    .swal2-modal .swal2-buttonswrapper {
        margin-top: 15px;
    }

        .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
            opacity: .4;
            cursor: no-drop;
        }

        .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
            box-sizing: border-box;
            border: 4px solid transparent;
            border-color: transparent;
            width: 40px;
            height: 40px;
            padding: 0;
            margin: 7.5px;
            vertical-align: top;
            background-color: transparent !important;
            color: transparent;
            cursor: default;
            border-radius: 100%;
            -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            animation: rotate-loading 1.5s linear 0s infinite normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
            margin-left: 30px;
            margin-right: 30px;
        }

        .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
            display: inline-block;
            content: '';
            margin-left: 5px;
            vertical-align: -1px;
            height: 15px;
            width: 15px;
            border: 3px solid #999999;
            box-shadow: 1px 1px 1px #fff;
            border-right-color: transparent;
            border-radius: 50%;
            -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            animation: rotate-loading 1.5s linear 0s infinite normal;
        }

    .swal2-modal .swal2-styled {
        border: 0;
        border-radius: 3px;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        font-size: 17px;
        font-weight: 500;
        margin: 15px 5px 0;
        padding: 10px 32px;
    }

    .swal2-modal .swal2-image {
        margin: 20px auto;
        max-width: 100%;
    }

    .swal2-modal .swal2-close {
        background: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        width: 38px;
        height: 40px;
        font-size: 36px;
        line-height: 40px;
        font-family: serif;
        position: absolute;
        top: 5px;
        right: 8px;
        cursor: pointer;
        color: #cccccc;
        transition: color .1s ease;
    }

        .swal2-modal .swal2-close:hover {
            color: #d55;
        }

    .swal2-modal > .swal2-input, .swal2-modal > .swal2-file, .swal2-modal > .swal2-textarea, .swal2-modal > .swal2-select, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-checkbox {
        display: none;
    }

    .swal2-modal .swal2-content {
        font-size: 18px;
        text-align: center;
        font-weight: 300;
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        line-height: normal;
        color: #545454;
        word-wrap: break-word;
    }

    .swal2-modal .swal2-input, .swal2-modal .swal2-file, .swal2-modal .swal2-textarea, .swal2-modal .swal2-select, .swal2-modal .swal2-radio, .swal2-modal .swal2-checkbox {
        margin: 20px auto;
    }

    .swal2-modal .swal2-input, .swal2-modal .swal2-file, .swal2-modal .swal2-textarea {
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        border-radius: 3px;
        border: 1px solid #d9d9d9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
        transition: border-color .3s, box-shadow .3s;
    }

        .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
            border-color: #f27474 !important;
            box-shadow: 0 0 2px #f27474 !important;
        }

        .swal2-modal .swal2-input:focus, .swal2-modal .swal2-file:focus, .swal2-modal .swal2-textarea:focus {
            outline: none;
            border: 1px solid #b4dbed;
            box-shadow: 0 0 3px #c4e6f5;
        }

            .swal2-modal .swal2-input:focus::-webkit-input-placeholder, .swal2-modal .swal2-file:focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
                transition: opacity .3s .03s ease;
                opacity: .8;
            }

            .swal2-modal .swal2-input:focus::-moz-placeholder, .swal2-modal .swal2-file:focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
                transition: opacity .3s .03s ease;
                opacity: .8;
            }

            .swal2-modal .swal2-input:focus:-ms-input-placeholder, .swal2-modal .swal2-file:focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
                transition: opacity .3s .03s ease;
                opacity: .8;
            }

            .swal2-modal .swal2-input:focus::placeholder, .swal2-modal .swal2-file:focus::placeholder, .swal2-modal .swal2-textarea:focus::placeholder {
                transition: opacity .3s .03s ease;
                opacity: .8;
            }

        .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
            color: #e6e6e6;
        }

        .swal2-modal .swal2-input::-moz-placeholder, .swal2-modal .swal2-file::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
            color: #e6e6e6;
        }

        .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
            color: #e6e6e6;
        }

        .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-textarea::placeholder {
            color: #e6e6e6;
        }

    .swal2-modal .swal2-range input {
        float: left;
        width: 80%;
    }

    .swal2-modal .swal2-range output {
        float: right;
        width: 20%;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
        height: 43px;
        line-height: 43px;
        vertical-align: middle;
        margin: 20px auto;
        padding: 0;
    }

    .swal2-modal .swal2-input {
        height: 43px;
        padding: 0 12px;
    }

        .swal2-modal .swal2-input[type='number'] {
            max-width: 150px;
        }

    .swal2-modal .swal2-file {
        font-size: 20px;
    }

    .swal2-modal .swal2-textarea {
        height: 108px;
        padding: 12px;
    }

    .swal2-modal .swal2-select {
        color: #545454;
        font-size: inherit;
        padding: 5px 10px;
        min-width: 40%;
        max-width: 100%;
    }

    .swal2-modal .swal2-radio {
        border: 0;
    }

        .swal2-modal .swal2-radio label:not(:first-child) {
            margin-left: 20px;
        }

        .swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
            vertical-align: middle;
        }

        .swal2-modal .swal2-radio input {
            margin: 0 3px 0 0;
        }

    .swal2-modal .swal2-checkbox {
        color: #545454;
    }

        .swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
            vertical-align: middle;
        }

    .swal2-modal .swal2-validationerror {
        background-color: #f0f0f0;
        margin: 0 -20px;
        overflow: hidden;
        padding: 10px;
        color: gray;
        font-size: 16px;
        font-weight: 300;
        display: none;
    }

        .swal2-modal .swal2-validationerror::before {
            content: '!';
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #ea7d7d;
            color: #fff;
            line-height: 24px;
            text-align: center;
            margin-right: 10px;
        }

@supports (-ms-accelerator: true) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important;
    }

    .swal2-range output {
        display: none;
    }
}

.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .swal2-icon.swal2-error {
        border-color: #f27474;
    }

        .swal2-icon.swal2-error .swal2-x-mark {
            position: relative;
            display: block;
        }

        .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #f27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .swal2-icon.swal2-warning {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #f8bb86;
        border-color: #facea8;
        font-size: 60px;
        line-height: 80px;
        text-align: center;
    }

    .swal2-icon.swal2-info {
        font-family: 'Noto Sans', sans-serif;
        color: #3fc3ee;
        border-color: #9de0f6;
        font-size: 60px;
        line-height: 80px;
        text-align: center;
    }

    .swal2-icon.swal2-question {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #87adbd;
        border-color: #c9dae1;
        font-size: 60px;
        line-height: 80px;
        text-align: center;
    }

    .swal2-icon.swal2-success {
        border-color: #a5dc86;
    }

        .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

            .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
                border-radius: 120px 0 0 120px;
                top: -7px;
                left: -33px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 60px 60px;
                -ms-transform-origin: 60px 60px;
                transform-origin: 60px 60px;
            }

            .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
                border-radius: 0 120px 120px 0;
                top: -11px;
                left: 30px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 0 60px;
                -ms-transform-origin: 0 60px;
                transform-origin: 0 60px;
            }

        .swal2-icon.swal2-success .swal2-success-ring {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .swal2-icon.swal2-success .swal2-success-fix {
            width: 7px;
            height: 90px;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .swal2-icon.swal2-success [class^='swal2-success-line'] {
            height: 5px;
            background-color: #a5dc86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
}

    .swal2-progresssteps li {
        display: inline-block;
        position: relative;
    }

    .swal2-progresssteps .swal2-progresscircle {
        background: #3085d6;
        border-radius: 2em;
        color: #fff;
        height: 2em;
        line-height: 2em;
        text-align: center;
        width: 2em;
        z-index: 20;
    }

        .swal2-progresssteps .swal2-progresscircle:first-child {
            margin-left: 0;
        }

        .swal2-progresssteps .swal2-progresscircle:last-child {
            margin-right: 0;
        }

        .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
            background: #3085d6;
        }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
                background: #add8e6;
            }

            .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
                background: #add8e6;
            }

    .swal2-progresssteps .swal2-progressline {
        background: #3085d6;
        height: .4em;
        margin: 0 -1px;
        z-index: 10;
    }

[class^='swal2'] {
    -webkit-tap-highlight-color: transparent;
}

@-webkit-keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes hideSweetAlert {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

.swal2-show {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: hideSweetAlert 0.15s forwards;
    animation: hideSweetAlert 0.15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

@-webkit-keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animate-success-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animate-success-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

.swal2-animate-success-line-tip {
    -webkit-animation: animate-success-tip 0.75s;
    animation: animate-success-tip 0.75s;
}

.swal2-animate-success-line-long {
    -webkit-animation: animate-success-long 0.75s;
    animation: animate-success-long 0.75s;
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.swal2-animate-error-icon {
    -webkit-animation: animate-error-icon 0.5s;
    animation: animate-error-icon 0.5s;
}

@-webkit-keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animate-x-mark {
    0% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.swal2-animate-x-mark {
    -webkit-animation: animate-x-mark 0.5s;
    animation: animate-x-mark 0.5s;
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*mixins*/
/*global*/
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
/* 
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif !important; }

input {
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif !important; }
*/
.text-between-lines {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

    .text-between-lines:before, .text-between-lines:after {
        background-color: #525254;
        content: '';
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .text-between-lines:before {
        right: .5rem;
        margin-left: -50%;
    }

    .text-between-lines:after {
        left: .5rem;
        margin-right: -50%;
    }
/*borders*/
.border-tb-gray {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.border-t-gray {
    border-top: 1px solid #bbb;
}

.border-b-gray {
    border-bottom: 1px solid #bbb;
}

.border-bottom-faded-gray {
    border-bottom: 1px solid #ccc;
}

.border-0 {
    border: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.has-tip {
    border: 0;
    font-weight: normal;
    cursor: default;
    display: inline;
}

.divider.bottom.mini {
    margin-top: 5px;
}

.divider.top.mini {
    margin-bottom: 5px;
    border: 0;
}

.divider {
    border-top: 1px solid #ccc;
    height: 0;
    width: 100%;
    clear: both;
}

p {
    text-rendering: optimizeLegibility;
}

.font-weight-bold {
    font-weight: bold !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/mist.gif") 50% 50% no-repeat #fff;
}

.switch .switch-paddle {
    border-radius: 100px;
}

    .switch .switch-paddle::after {
        border-radius: 100px;
    }
/*1. global*/
@media screen and (max-width: 39.9375em) {
    .no-js .top-bar {
        display: none;
    }
}

@media print, screen and (min-width: 40em) {
    .no-js .title-bar {
        display: none;
    }
}

@media print, screen and (min-width: 64em) {
    .no-js .title-bar {
        display: none;
    }
}
/*buttons*/
/*trust elements*/
#trustelements {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0px 10px 10px 10px;
    margin: 0;
}

    #trustelements div.wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 auto 0 auto;
        width: 665px;
        white-space: nowrap;
    }

    #trustelements div.wrappericons {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0 auto 0 auto;
        width: 100%;
        white-space: nowrap;
    }

    #trustelements img:hover {
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

    #trustelements img {
        padding: 0;
        margin-right: 5px;
        border: 1px solid #666666;
    }
/*footer*/
#vs-narrative h4 {
    font-size: 170%;
}

#vs-narrative p {
    font-size: 120%;
}
/*vehicle selector*/
#vselector {
    background: #393E41;
    padding: 10px;
    border-top: 8px solid #e9ce47;
}

    #vselector .caption {
        color: #fff;
    }

.vehicle-selector .button.warning {
    color: black;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    #vehicleselector {
        margin-bottom: 20px;
    }
}

div.narrative p.p_disclaimer {
    clear: both;
    padding: .5rem;
    background-color: #ffdddd;
    font-style: italic;
    border: 1px solid #ff6666;
    font-size:.9rem;
}

.signup {
    margin-top: 15px;
    display: block;
}

.social-banner {
    margin-top: 15px;
}

.wpd-banner {
    margin-top: 8px;
}

.signup2 {
    margin-top: 0;
}

.social-banner2 {
    margin-top: 20px;
}

div.brands-wrapper {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

div.brands-wrapper {
    display: none;
    overflow: hidden;
    margin-top: 20px;
}

    div.brands-wrapper div.carousel {
        position: relative;
        width: 1180px;
        height: 60px;
        margin: 0 auto;
        overflow: hidden;
    }

.brands {
    border: 1px solid #999;
    border-radius: 10px;
}

    .brands img {
        display: block;
        margin: 0 auto;
    }

    .brands h4 {
        text-align: center;
    }

.category-blocks {
    margin: 20px 0 20px 0;
}

    .category-blocks h4 {
        text-align: center;
    }

    .category-blocks .column, .category-blocks .columns {
        font-size: 115%;
        text-align: center;
        border: 1px solid white;
        border-radius: 4px;
        padding: .8rem;
        background: #2a70a6;
        white-space: nowrap;
    }

        .category-blocks .column a, .category-blocks .columns a {
            color: #fff;
        }

.brands-carousal img {
    display: block;
    margin: 0 auto;
    border: 2px solid #51585c;
}

.popular-header {
    font-size: 24px;
    line-height: 1;
    min-height: 23px;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 21px;
}

    .popular-header a {
        color: #444;
    }

.brands-carousal {
    display: none;
}

    .brands-carousal.slick-initialized {
        display: block;
    }
/*shopping*/
.narrowresults {
    margin-top: 33px;
}

    .narrowresults .dropdown {
        border-bottom: 1px solid #ccc;
        padding: .5rem 0;
    }

    .narrowresults .filter-dropdown {
        font-weight: 600;
    }

    .narrowresults h5 {
        font-size: 24px;
        line-height: 1;
        min-height: 23px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }

    .narrowresults form {
        margin-bottom: 11px;
    }

    .narrowresults ul li a {
        color: #444;
        padding: 0.5rem 0.3rem;
    }

        .narrowresults ul li a i {
            font-size: 22px;
            float: right;
        }

    .narrowresults ul li ul li a {
        padding: 0.5rem 1rem;
    }

.dropdown.menu.vertical > li > a::after {
    left: 4px;
    top: 16px;
}

.narrowresults {
    margin-top: 33px;
}

    .narrowresults h5 {
        font-size: 24px;
        line-height: 1;
        min-height: 23px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }

    .narrowresults form {
        margin-bottom: 11px;
    }

.paging a {
    font-weight: normal;
}

div.paging_footer {
    margin-top: 20px;
    display: block;
    text-align: center;
    overflow: hidden;
    width: 100%;
    float: left;
    clear: both;
    color: #999999;
}

    div.paging_footer > div {
        display: inline-block;
        overflow: hidden;
        font-size: 120%;
    }

        div.paging_footer > div > div span {
            overflow: hidden;
            float: left;
            white-space: nowrap;
            text-align: center;
            padding: 0 10px;
        }

        div.paging_footer > div > div {
            float: left;
        }

            div.paging_footer > div > div:nth-child(1) {
                margin-right: 10px;
            }

            div.paging_footer > div > div:nth-child(2) {
                display: none;
            }

            div.paging_footer > div > div:nth-child(3) {
                margin-left: 10px;
            }

    div.paging_footer span.current {
        font-weight: bold;
        color: #2a70a6;
        border: 1px solid #999999;
        background-color: #e0e0e0;
        cursor: default;
    }

    div.paging_footer span.caption.disabled {
        color: #cccccc;
    }

    div.paging_footer span.first {
        padding-left: 0;
    }

    div.paging_footer span.last {
        padding-right: 0;
    }

    div.paging_footer span.caption {
        min-width: 55px;
    }

@media (min-width:768px) {

    div.paging_footer > div > div:nth-child(2) {
        display: block;
    }
}

@media (min-width:900px) {

    div.paging_footer > div > div:nth-child(2) span {
        margin: 0 5px;
    }
}

.paging_header {
    text-align: left;
    clear: both;
}

.models .box a span {
    display: block;
    text-align: center;
}

    .models .box a span.modelmake {
        font-weight: bold;
    }

.cd-add-to-cart {
    display: inline-block;
    padding: 1.2em 1.8em;
    background: #2c97de;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all .2s;
}

    .cd-add-to-cart:hover {
        background: #42a2e1;
    }

    .cd-add-to-cart:active {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

table.validation {
    border: 0;
}

    table.validation tbody {
        border: 0;
    }

#producttabs .tabs {
    border: 0;
    background: white;
}

#producttabs .tabs-title {
    margin: 3px;
}

    #producttabs .tabs-title a {
        text-align: center;
        background: #e6e6e6;
        font-size: 1rem;
        padding: 1rem 1.25rem;
    }

    #producttabs .tabs-title > a:focus, #producttabs .tabs-title > a[aria-selected='true'] {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        background: #1e232c;
        color: white;
    }

#producttabs .tabs-content {
    border: 0;
}

#producttabs .tabs-title > a:hover {
    background: #1e232c;
    color: white;
}

#producttabs .ui-tabs-selected a {
    background: #1e232c;
    color: white;
}

#vehicleapplications h3 {
    cursor: pointer;
}

    #vehicleapplications h3 i {
        margin-right: 10px;
    }
/* Small only */
@media screen and (max-width: 39.9375em) {
    .tabs-title {
        width: 100%;
        float: none;
        text-align: center;
        display: block;
    }
}
/* Medium and up */
/* Medium only */
/* Large and up */
/* Large only */
/*promotions*/
div.promotions {
    overflow: hidden;
    margin-bottom: 20px;
}

    div.promotions > div {
        overflow: hidden;
        width: 90%;
        padding: 0;
        margin: 30px auto;
    }

        div.promotions > div img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }
/*blog*/
#blog {
    clear: both;
    margin: 0;
    max-height: 999999px;
    line-height: normal;
}

    #blog * {
        max-height: 999999px;
    }

    #blog .blogdisclaimer {
        width: 100%;
        margin: 10px 0px 0px 0px;
        color: #666;
        font-size: 80%;
    }

    #blog .blogarticle {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        background-color: #fff;
        border: 0;
    }

        #blog .blogarticle > div {
            overflow: hidden;
            clear: both;
            margin-top: 10px;
        }

        #blog .blogarticle img {
            margin: 10px;
            border: 0;
            max-width: 100%;
        }

        #blog .blogarticle table img {
            max-width: initial !important;
        }

    #blog .blogfiles {
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #cbd5db;
        clear: both;
    }

    #blog .blogslideshow {
        padding: 5px;
        margin: 20px 0;
        overflow: hidden;
        clear: both;
    }

.tnbox {
    margin: 0px 10px 10px 0px;
    float: left;
}

.new-blog img {
    display: block;
    margin: 10px auto;
}

#blog .blogslideshow > div img {
    width: 100%;
    height: 100%;
}

.login-narrative {
    padding-top: 10px;
}
/*basket*/
.payment-options .affirm {
    width: 80px;
}

.payment-options .paypal {
    width: 100px;
}

.payment-options .cards {
    width: 150px;
}
/*cart*/
.cart .header {
    margin-bottom: 0;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    background-color: #eee;
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
}

.cart .items {
    padding: 4px;
    border: 1px solid #f3f3f3;
}

    .cart .items span.remove a.text.alert {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

    .cart .items .caption {
        font-weight: bold;
    }

.cart table thead, .cart table tbody, .cart table tfoot {
    border: 0;
}
/*order summary*/
.order-summary {
    color: #efefef;
    background-color: #333;
}

    .order-summary .summary-row {
        border-bottom: #444 1px solid;
        padding: 14px 18px;
        clear: both;
        text-transform: uppercase;
        width: 100%;
        font-size: 95%;
        background-color: #333;
    }

    .order-summary .header {
        font-size: 20px;
        text-transform: uppercase !important;
        border-bottom: #444 1px solid;
        padding: 18px;
    }

    .order-summary .right {
        float: right;
    }

    .order-summary .promo-summary .promo-label {
        text-decoration: underline;
        cursor: pointer;
    }

    .order-summary .promo-summary .add-promo {
        color: white;
    }

    .order-summary .promo-summary .enter-promo {
        padding-top: 8px;
        display: block;
    }

    .order-summary .promo-summary .promo-input {
        height: 28px;
        border: none;
        border-radius: 2px;
    }

    .order-summary .promo-summary .promo-submit {
        border-radius: 2px;
        text-align: center;
        height: 28px;
        margin-left: 8px;
        text-transform: uppercase;
        font-size: 12px;
        background: white;
        color: black;
    }

    .order-summary .promo-summary .input-group {
        display: table;
        width: 100%;
        margin-bottom: 0;
    }

    .order-summary .promo-caption {
        font-size: 12px;
    }

    .order-summary #total {
        font-weight: bold;
    }

.enter-promo .input-group-button {
    padding-left: 4px;
}
/*order-summary messages*/
/*free shipping*/
#ch4_summaryMessage {
    border: 1px solid #f3f3f3;
    color: #333;
    border-radius: 2px;
    padding: 20px 20px 21px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}

    #ch4_summaryMessage .ch4_summaryMessageTitle {
        font-size: 20px;
        display: block;
        position: relative;
    }

    #ch4_summaryMessage .ch4_summaryMessageTextBody {
        font-size: 11px;
    }
/*help*/
#ch4_summaryHelp {
    border: 1px solid #f3f3f3;
    color: #333;
    border-radius: 2px;
    padding: 20px 20px 21px;
}

    #ch4_summaryHelp .ch4_helpTitle {
        letter-spacing: .025em;
        font-size: 18px;
    }

    #ch4_summaryHelp ul.ch4_helpList {
        font-size: 12px;
        line-height: 24px;
        position: relative;
        margin: 0;
        padding: 12px 16px;
    }

        #ch4_summaryHelp ul.ch4_helpList p {
            margin-bottom: .1rem;
        }

.editCartButton {
    display: inline-block;
}

input.ch4_cartInputQty.error {
    background-color: #ffcccc;
}

.ch4_cartItemActions .ch4_btn {
    min-width: 140px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 14px;
    margin-top: 4px;
}

.ch4_btnSm, .ch4_btnSmOrange {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

.ch4_btn, .ch4_btn:active {
    font-size: 14px;
    letter-spacing: .025em;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    color: #111;
    background: #f7f7f7;
}

#recalc {
    text-align: center;
}

#basketcontents div.carttotal {
    text-align: center;
    font-size: 150%;
    padding: 1rem;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    #ch4_summaryMessage .ch4_summaryMessageTitle {
        text-align: center;
    }

    #ch4_summaryMessage .ch4_summaryMessageTextBody {
        font-size: 14px;
        text-align: center;
    }

    .basket-qty {
        width: 60px;
    }

    .basketImage {
        display: block;
        height: 140px;
    }


    .right {
        float: none;
    }
}

.ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle .ch4_cartItemDescription {
    font-weight: bold;
}
/* Large and up */
@media screen and (min-width: 64em) {
    .basketImage {
        height: 60px;
    }
}

.ch4_contentItems .bordered li .ch4_cartItem {
    background-color: #ddffdd;
}

    .ch4_contentItems .bordered li .ch4_cartItem.backorder {
        background-color: #ffdddd;
    }

    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemStatus {
        font-weight: bold;
        color: green;
    }

    .ch4_contentItems .bordered li .ch4_cartItem.backorder .ch4_cartItemStatus {
        color: #b70b0b;
    }

@media screen and (max-width: 63.9375em) {
    .ch4_contentItems .bordered li .ch4_cartItem {
        text-align: center;
    }

        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg {
            width: 100%;
        }

            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg img {
                width: 200px;
                display: block;
                margin: 1em auto;
            }

        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent {
            display: block;
        }

        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemOption.Qty {
            float: none !important;
        }

        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemPricing {
            width: 100%;
        }

            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemPricing .ch4_cartItemPrice {
                text-align: center;
                font-size: 1.5rem;
            }

        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemActions {
            text-align: center;
        }

        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemTitle {
            text-align: center;
        }
}
/* Large and up */
@media screen and (min-width: 64em) {
    .ch4_contentItems {
        background: #fff;
        color: #666;
        border: 1px solid #f3f3f3;
        border-radius: 2px;
        padding-bottom: 10px;
    }

        .ch4_contentItems .bordered {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .ch4_contentItems .bordered li .ch4_cartItem {
                position: relative;
                display: table;
                width: 100%;
            }

                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg {
                    width: 200px;
                    text-align: center;
                    overflow: hidden;
                    cursor: pointer;
                    display: block;
                    position: relative;
                }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg img {
                        display: block;
                        margin: .5em;
                    }

                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent {
                    vertical-align: top;
                    min-width: 204px;
                    width: 100%;
                    padding-left: 20px;
                    display: table-cell;
                    position: relative;
                }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing {
                        width: 100px;
                        float: right;
                        padding: .5em .5em 0 0;
                    }

                        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing .ch4_cartItemPrice {
                            color: #2a70a6;
                            text-align: right;
                            font-size: 1rem;
                            font-weight: bold;
                        }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer {
                        min-width: 150px;
                        max-width: 452px;
                        padding-bottom: 10px;
                    }



                        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption {
                            clear: left;
                            display: list-item;
                            list-style: none;
                        }

                            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption.Qty {
                                float: right;
                            }

                            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel {
                                color: #333;
                                font-weight: bold;
                            }

                                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel i {
                                    font-size: 1.2rem;
                                }

                            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption input {
                                display: inline-block;
                                width: auto;
                            }
}

.ch4_contentItems .bordered {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ch4_contentItems .bordered li {
        padding: 0 0 .5em 0;
    }

        .ch4_contentItems .bordered li .ch4_cartItem {
            position: relative;
            display: table;
            width: 100%;
        }

            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemImg {
                text-align: center;
                min-height: 150px;
                overflow: hidden;
                cursor: pointer;
                display: block;
                position: relative;
            }

            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent {
                vertical-align: top;
                min-width: 204px;
                width: 100%;
                position: relative;
            }

                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing .ch4_cartItemPrice {
                    color: #2a70a6;
                }

                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer {
                    min-width: 150px;
                    padding-bottom: 10px;
                }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle a {
                        color: #444;
                    }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemTitle .ch4_cartItemDescription input {
                        display: inline-block;
                        width: auto;
                        margin: 0 0 0 1rem;
                        font-weight: bold;
                    }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption {
                        clear: left;
                        display: list-item;
                        list-style: none;
                        margin-bottom: 1em;
                    }

                        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption.Qty {
                            float: right;
                        }

                        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel {
                            color: #333;
                            font-weight: bold;
                        }

                            .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel i {
                                font-size: 1.2rem;
                            }

                        .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption input {
                            display: inline-block;
                            width: auto;
                        }

                .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemActions {
                    clear: both;
                    margin-bottom: 1.5em
                }

                    .ch4_contentItems .bordered li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemActions .ch4_btn {
                        font-weight: bold;
                        min-width: 100px;
                    }
/*div-table*/
/*saved cart*/
.border-0 .td {
    border: 0 !important;
}

div.basket table tbody tr {
    background-color: #fff !important;
}

div.basket table tfoot {
    background-color: #f1f1f1 !important;
}

    div.basket table tfoot tr {
        background-color: #f1f1f1 !important;
    }
/* Small only */
@media screen and (max-width: 39.9375em) {
    div.basket table tfoot tr td a {
        display: block !important;
        width: 100% !important;
    }

    .basket .table-responsive-vertical .table tbody tr {
        border: 0;
        border-top: 1px solid #f1f1f1;
        margin-bottom: 0;
    }

    .basket .table-responsive-vertical .table tfoot {
        display: block !important;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div.basket div.cart-row span.links {
        width: 595px;
    }
}

.shadow-z-1 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
/* -- Material Design Table style -------------- */
.table td .button {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

td.remove {
    width: 125px;
    font-weight: bold;
}

td.buttons a {
    margin-right: 5px;
}

table {
    border-collapse: collapse;
}

    table tbody tr {
        border-bottom: 1px solid #ccc;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

    .table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
        transition: all 0.3s ease;
    }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
            text-align: left;
            border-top: 0;
            transition: all 0.3s ease;
        }

        .table > thead > tr > th {
            font-weight: 400;
            color: #757575;
            vertical-align: bottom;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .table .table {
        background-color: #fff;
    }

    .table .no-border {
        border: 0;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 0.8rem;
}

.table-bordered {
    border: 0;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 0.5rem;
    }

    .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent;
    }

        .table-responsive-vertical > .table > thead,
        .table-responsive-vertical > .table > tfoot {
            display: none;
        }

        .table-responsive-vertical > .table > tbody {
            display: block;
        }

            .table-responsive-vertical > .table > tbody > tr {
                display: block;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
                margin-bottom: 1.6rem;
            }

                .table-responsive-vertical > .table > tbody > tr > td {
                    background-color: #fff;
                    display: block;
                    text-align: right;
                }

                    .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
                        content: attr(data-title);
                        float: left;
                        font-size: inherit;
                        font-weight: 600;
                        color: #757575;
                    }

    .table-responsive-vertical.shadow-z-1 {
        box-shadow: none;
    }

        .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
            border: none;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        }

    .table-responsive-vertical > .table-bordered {
        border: 0;
    }

        .table-responsive-vertical > .table-bordered > tbody > tr > td {
            border: 0;
            border-bottom: 1px solid #e0e0e0;
        }

            .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
                border-bottom: 0;
            }

    .table-responsive-vertical > .table-striped > tbody > tr > td,
    .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
            background-color: #f5f5f5;
        }

    .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
    .table-responsive-vertical > .table-hover > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }
}

.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
    background-color: #fde0dc;
}

.table-hover.table-mc-red > tbody > tr:hover > td, .table-hover.table-mc-red > tbody > tr:hover > th {
    background-color: #f9bdbb;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
            background-color: #fde0dc;
        }

    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
        background-color: #f9bdbb;
    }
}

.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
    background-color: #fce4ec;
}

.table-hover.table-mc-pink > tbody > tr:hover > td, .table-hover.table-mc-pink > tbody > tr:hover > th {
    background-color: #f8bbd0;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
            background-color: #fce4ec;
        }

    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
        background-color: #f8bbd0;
    }
}

.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
    background-color: #f3e5f5;
}

.table-hover.table-mc-purple > tbody > tr:hover > td, .table-hover.table-mc-purple > tbody > tr:hover > th {
    background-color: #e1bee7;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
            background-color: #f3e5f5;
        }

    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
        background-color: #e1bee7;
    }
}

.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
    background-color: #ede7f6;
}

.table-hover.table-mc-deep-purple > tbody > tr:hover > td, .table-hover.table-mc-deep-purple > tbody > tr:hover > th {
    background-color: #d1c4e9;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
            background-color: #ede7f6;
        }

    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
        background-color: #d1c4e9;
    }
}

.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
    background-color: #e8eaf6;
}

.table-hover.table-mc-indigo > tbody > tr:hover > td, .table-hover.table-mc-indigo > tbody > tr:hover > th {
    background-color: #c5cae9;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
            background-color: #e8eaf6;
        }

    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
        background-color: #c5cae9;
    }
}

.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e7e9fd;
}

.table-hover.table-mc-blue > tbody > tr:hover > td, .table-hover.table-mc-blue > tbody > tr:hover > th {
    background-color: #d0d9ff;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
            background-color: #e7e9fd;
        }

    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
        background-color: #d0d9ff;
    }
}

.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e1f5fe;
}

.table-hover.table-mc-light-blue > tbody > tr:hover > td, .table-hover.table-mc-light-blue > tbody > tr:hover > th {
    background-color: #b3e5fc;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
            background-color: #e1f5fe;
        }

    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
        background-color: #b3e5fc;
    }
}

.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
    background-color: #e0f7fa;
}

.table-hover.table-mc-cyan > tbody > tr:hover > td, .table-hover.table-mc-cyan > tbody > tr:hover > th {
    background-color: #b2ebf2;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
            background-color: #e0f7fa;
        }

    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
        background-color: #b2ebf2;
    }
}

.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
    background-color: #e0f2f1;
}

.table-hover.table-mc-teal > tbody > tr:hover > td, .table-hover.table-mc-teal > tbody > tr:hover > th {
    background-color: #b2dfdb;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
            background-color: #e0f2f1;
        }

    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
        background-color: #b2dfdb;
    }
}

.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
    background-color: #d0f8ce;
}

.table-hover.table-mc-green > tbody > tr:hover > td, .table-hover.table-mc-green > tbody > tr:hover > th {
    background-color: #a3e9a4;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
            background-color: #d0f8ce;
        }

    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
        background-color: #a3e9a4;
    }
}

.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
    background-color: #f1f8e9;
}

.table-hover.table-mc-light-green > tbody > tr:hover > td, .table-hover.table-mc-light-green > tbody > tr:hover > th {
    background-color: #dcedc8;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
            background-color: #f1f8e9;
        }

    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
        background-color: #dcedc8;
    }
}

.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
    background-color: #f9fbe7;
}

.table-hover.table-mc-lime > tbody > tr:hover > td, .table-hover.table-mc-lime > tbody > tr:hover > th {
    background-color: #f0f4c3;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
            background-color: #f9fbe7;
        }

    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
        background-color: #f0f4c3;
    }
}

.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
    background-color: #fffde7;
}

.table-hover.table-mc-yellow > tbody > tr:hover > td, .table-hover.table-mc-yellow > tbody > tr:hover > th {
    background-color: #fff9c4;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
            background-color: #fffde7;
        }

    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
        background-color: #fff9c4;
    }
}

.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
    background-color: #fff8e1;
}

.table-hover.table-mc-amber > tbody > tr:hover > td, .table-hover.table-mc-amber > tbody > tr:hover > th {
    background-color: #ffecb3;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
            background-color: #fff8e1;
        }

    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
        background-color: #ffecb3;
    }
}

.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
    background-color: #fff3e0;
}

.table-hover.table-mc-orange > tbody > tr:hover > td, .table-hover.table-mc-orange > tbody > tr:hover > th {
    background-color: #ffe0b2;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
            background-color: #fff3e0;
        }

    .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
        background-color: #ffe0b2;
    }
}

.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
    background-color: #fbe9e7;
}

.table-hover.table-mc-deep-orange > tbody > tr:hover > td, .table-hover.table-mc-deep-orange > tbody > tr:hover > th {
    background-color: #ffccbc;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
            background-color: #fbe9e7;
        }

    .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
        background-color: #ffccbc;
    }
}
/*checkout*/
#promotioncode {
    float: right;
}

.paypal-checkout-button {
    padding: 0 !important;
}

.affirm-checkout-button {
    padding: 0 !important;
}

.validationerror span i {
    font-size: 140%;
    line-height: 30px;
}

.validationgood span i {
    font-size: 140%;
    line-height: 30px;
}
/*step 1*/
.ch4_loginColumns {
    margin-top: 50px;
    border-right: 1px solid #eee;
    padding-right: 20px;
    box-sizing: border-box;
    height: auto !important;
}

    .ch4_loginColumns label {
        display: inline-block;
    }

    .ch4_loginColumns .ch4_loginTitle {
        letter-spacing: .025em;
        border-bottom: #eee solid 1px;
        margin-top: 30px;
        margin-bottom: 10px;
        padding-bottom: 4px;
        color: #333;
    }

    .ch4_loginColumns .ch4_loginText {
        color: #333;
        font-size: 12px;
        min-height: 175px;
        display: inline-block;
        padding-top: 10px;
    }

        .ch4_loginColumns .ch4_loginText .ch4_formLabel {
            display: inline-block !important;
            padding-right: 7px;
            width: 120px;
            padding-top: 14px;
            margin-bottom: 5px;
            font-weight: 700;
            vertical-align: top;
            word-wrap: break-word;
        }

        .ch4_loginColumns .ch4_loginText .ch4_formLabel, .ch4_loginColumns .ch4_loginText .ch4_formLabelWide {
            font-size: 11px;
            clear: both;
            display: inline-block !important;
        }

        .ch4_loginColumns .ch4_loginText .ch4_formField {
            padding-right: 0;
            margin-top: 10px;
            position: relative;
            max-width: 300px;
            vertical-align: top;
            display: inline-block !important;
        }

        .ch4_loginColumns .ch4_loginText .ch4_loginTextField {
            border: 1px solid #c1c1c1;
            background: #fff;
            outline: 0;
        }

    .ch4_loginColumns .ch4_createText {
        color: #333;
        font-size: 12px;
        display: inline-block;
    }

        .ch4_loginColumns .ch4_createText .ch4_formLabel {
            display: inline-block !important;
            padding-right: 7px;
            width: 57px;
            padding-top: 14px;
            margin-bottom: 5px;
            font-weight: 700;
            vertical-align: top;
            word-wrap: break-word;
        }

        .ch4_loginColumns .ch4_createText .ch4_formLabel, .ch4_loginColumns .ch4_createText .ch4_formLabelWide {
            font-size: 11px;
            clear: both;
            display: inline-block !important;
        }

        .ch4_loginColumns .ch4_createText .ch4_formField {
            padding-right: 0;
            margin-top: 10px;
            position: relative;
            max-width: 300px;
            vertical-align: top;
            display: inline-block !important;
        }

        .ch4_loginColumns .ch4_createText .ch4_loginTextField {
            border: 1px solid #c1c1c1;
            background: #fff;
            outline: 0;
            width: 247px;
        }

    .ch4_loginColumns .btn-paywithpaypal {
        text-transform: none;
        display: inline-block;
        border: 1px solid #ddd;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #555;
        padding: 10px 10px;
        width: 248px;
        background-color: #fff;
        background: -o-linear-gradient(top, #fff 50%, #f1f1f1 100%);
        cursor: pointer;
        font-weight: normal !important;
        font-size: .9rem;
        text-align: center;
        margin-bottom: .5rem;
    }

        .ch4_loginColumns .btn-paywithpaypal img {
            width: 85px;
            margin-left: 5px;
        }

    .ch4_loginColumns .btn-paywithaffirm {
        width: 248px;
    }

        .ch4_loginColumns .btn-paywithaffirm img {
            width: 248px;
        }

    .ch4_loginColumns .btn-guestButton {
        margin: 0 auto;
        display: block;
        width: 248px;
    }

    .ch4_loginColumns .btn-newAccount {
        width: 248px;
        margin: 0 auto;
        display: block;
    }

    .ch4_loginColumns .benefitsList {
        font-size: 90%;
    }

    .ch4_loginColumns .btn-customerCheckout {
        width: 248px;
        margin: 0 auto;
        display: block;
    }
/*new checkout -test 1*/
.ch4_checkout .section {
    margin-bottom: 18px;
}

.ch4_checkout .accordion-item.is-active .accordion-title {
    background-color: #333;
    letter-spacing: .025em;
    height: 60px;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-transform: uppercase !important;
    font-weight: 600;
}

    .ch4_checkout .accordion-item.is-active .accordion-title:before {
        content: '';
    }

.ch4_checkout .accordion-item .accordion-title {
    background-color: #e6e6e6;
    text-transform: uppercase !important;
    font-weight: 600;
}

    .ch4_checkout .accordion-item .accordion-title:before {
        content: '';
    }

.ch4_checkout .accordion-item .edit {
    display: inline;
    margin: .85rem 1rem;
    min-width: 100px;
    background: 0 0;
    border: 1px solid #999;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.ch4_checkout .inputform {
    padding: 14px;
}

.ch4_checkout .shipping-info .shipping_uneditable input[type='text'], .ch4_checkout .shipping-info .shipping_uneditable select {
    background: #e5e5e6;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 1.4375rem;
}

#checkout {
    border: 0;
}

    #checkout a {
        width: 100%;
    }

    #checkout p {
        text-transform: none;
    }

    #checkout fieldset {
        border-top: 1px solid #cacaca !important;
        border: 0;
    }

        #checkout fieldset.fieldset {
            padding: .25rem !important;
            margin: 0 !important;
        }

        #checkout fieldset legend {
            background: transparent;
            text-transform: none;
        }
/*
new checkout
    Step 1. Payment
    Step 2. Shipping
    Step 3. Order Review
*/
.ch4_checkout .ch4_checkoutForm {
    display: block;
    height: auto;
    padding: 20px;
}

.ch4_checkout .ch4_uppercase {
    text-transform: uppercase;
}

.ch4_checkout .ch4_checkoutHeading, .ch4_checkout .ch4_checkoutHeadingClosed {
    color: #333;
    border-radius: 2px;
    letter-spacing: .025em;
    font-size: 1rem;
    background: #eee;
    height: 55px;
    line-height: 40px;
    padding: 8px 20px;
    font-weight: 600;
}

.ch4_checkout #ch4_checkoutHeadingOpen {
    letter-spacing: .025em;
    font-size: 1rem;
    background: #333;
    height: 55px;
    color: #fff;
    line-height: 40px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 8px 20px;
    font-weight: 600;
}

.ch4_checkout .ch4_checkoutHeadingClosed {
    margin-bottom: 20px;
}

.ch4_checkout #ch4_checkoutItems {
    background: #eee;
    height: auto;
    color: #333;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 20px;
    clear: both;
}

.ch4_checkout .ch4_formButtonRow {
    text-align: right;
}

.ch4_checkout .ch4_paymentSection, .ch4_checkout .ch4_shippingSection {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 10px;
}

    .ch4_checkout .ch4_paymentSection .cbrUnit, .ch4_checkout .ch4_shippingSection .cbrUnit {
        padding: 10px 0px;
    }

    .ch4_checkout .ch4_paymentSection h6, .ch4_checkout .ch4_shippingSection h6 {
        text-transform: uppercase;
        font-weight: 600;
    }

    .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit {
        display: inline-block;
    }

        .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit:not(.ie8) [type=radio] + label, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit:not(.ie8) [type=radio] + label {
            position: relative;
            padding: 5px 0px 0px;
        }

        .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit i, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit i {
            font-size: 1rem;
        }

        .ch4_checkout .ch4_paymentSection .payments .payment_methods #paymentOptionsContainer .cbrUnit label, .ch4_checkout .ch4_shippingSection .payments .payment_methods #paymentOptionsContainer .cbrUnit label {
            font-weight: 700;
        }

    .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type {
        margin-bottom: 10px;
        width: 100%;
    }

        .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions {
            text-transform: uppercase;
            display: inline-block;
            border: 1px solid #ccc;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            background-color: #fff;
            cursor: pointer;
            height: 50px;
            width: 100%;
            font-size: 1.75rem;
            color: #555;
        }

            .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions.selected, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions.selected {
                background-color: #ededed;
                border: 2px solid #525254;
            }

            .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions .paypal, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions .paypal {
                width: 115px;
            }

            .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions .affirm, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions .affirm {
                width: 100px;
            }

            .ch4_checkout .ch4_paymentSection .payments .payment_methods .payment_type .btn-paymentoptions .gwlocal, .ch4_checkout .ch4_shippingSection .payments .payment_methods .payment_type .btn-paymentoptions .gwlocal {
                width: 200px;
            }

    .ch4_checkout .ch4_paymentSection .payments .paypal, .ch4_checkout .ch4_shippingSection .payments .paypal {
        width: 115px;
    }

    .ch4_checkout .ch4_paymentSection .payments .affirm, .ch4_checkout .ch4_shippingSection .payments .affirm {
        width: 100px;
    }

    .ch4_checkout .ch4_paymentSection .payments .gwlocal, .ch4_checkout .ch4_shippingSection .payments .gwlocal {
        width: 200px;
    }

.ch4_checkout .ch4_tip {
    display: inline-block;
}

.ch4_checkout .paypal {
    width: 80px;
}

.ch4_checkout .affirm {
    width: 70px;
}

.ch4_checkout .cards {
    width: 125px;
}

.ch4_checkout #nextStep {
    float: right;
}

.ch4_checkout #ch4_paymentReview {
    padding-bottom: 0;
}

.ch4_checkout .ch4_editButtonRt {
    float: right;
    color: #fff;
}

    .ch4_checkout .ch4_editButtonRt input {
        margin-right: 2px;
        max-width: 220px;
        word-wrap: normal;
        min-width: 100px;
        height: 30px;
        font-weight: 600;
        font-size: 14px;
    }

.ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    padding: 30px;
    text-align: left;
    width: 100%;
    color: #555;
    margin-bottom: 10px;
}

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions.selected {
        background-color: #ededed;
        border: 2px solid #525254;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions i {
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions h5 {
        display: inline-block;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions p {
        margin-bottom: 0;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions .price {
        font-size: 1rem;
        float: right;
        font-weight: normal;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-shippingoptions .description {
        font-size: .8rem;
    }

.ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    padding: 30px;
    text-align: left;
    width: 100%;
    color: #555;
    margin-bottom: 10px;
}

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption.selected {
        border: 1px solid #bbb;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption i {
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption h5 {
        display: inline-block;
        font-size: 1rem;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption p {
        margin-bottom: 0;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption .price {
        font-size: 1rem;
        float: right;
        font-weight: normal;
    }

    .ch4_checkout .ch4_reviewContainer .shipping-row .btn-selectedshippingoption .description {
        font-size: .8rem;
        display: inline-block;
    }

.ch4_checkout .ch4_shippingSection #shippingMethodTitle {
    display: inline-block;
    margin-right: 5px;
}

.ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    padding: 30px;
    text-align: left;
    width: 100%;
    color: #555;
    margin-bottom: 10px;
}

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions.selected {
        background-color: #ededed;
        border: 2px solid #525254;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions i {
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions h5 {
        display: inline-block;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions p {
        margin-bottom: 0;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions .price {
        font-size: 1rem;
        float: right;
        font-weight: normal;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-shippingoptions .description {
        font-size: .8rem;
    }

.ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    padding: 30px;
    text-align: left;
    width: 100%;
    color: #555;
    margin-bottom: 10px;
}

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption.selected {
        background-color: #e8e8e8;
        border: 2px solid #525254;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption i {
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption h5 {
        display: inline-block;
        font-size: 1rem;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption p {
        margin-bottom: 0;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption .price {
        font-size: 1rem;
        float: right;
        font-weight: normal;
    }

    .ch4_checkout .ch4_shippingSection .shipping-row .btn-selectedshippingoption .description {
        font-size: .8rem;
        display: inline-block;
    }

.ch4_checkout .ch4_contentItems {
    background: #fff;
    color: #666;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ch4_checkout .ch4_reviewContainer {
    clear: both;
    margin: 0 20px;
    padding: 10px 0;
    width: 94%;
    border-top: 1px solid #eee;
}

    .ch4_checkout .ch4_reviewContainer .ch4_shippingSection {
        border-bottom: 0;
        padding: 10px;
        margin-bottom: 0;
    }

    .ch4_checkout .ch4_reviewContainer .ch4_paymentSection, .ch4_checkout .ch4_reviewContainer .ch4_shippingSection {
        border: 0;
        padding: 10px;
        margin-bottom: 0;
    }

.ch4_checkout .ch4_reviewText {
    font-size: 12px;
}

.ch4_checkout #ch4_checkoutReviewForm {
    padding: 12px 20px 0;
}

.ch4_checkout #ch4_reviewContentMessage {
    position: relative;
    background: #eee;
    font-size: 12px;
    color: #666;
    border-radius: 2px;
    margin-bottom: 20px;
    clear: both;
}

    .ch4_checkout #ch4_reviewContentMessage .ch4_reviewContainer {
        margin: 0;
        width: 100%;
        padding: 0 20px 10px;
        box-sizing: border-box;
    }

        .ch4_checkout #ch4_reviewContentMessage .ch4_reviewContainer .ch4_reviewBtnTopLt {
            padding-right: 155px;
            width: auto;
        }

        .ch4_checkout #ch4_reviewContentMessage .ch4_reviewContainer .ch4_reviewBtnTopRt {
            right: 20px;
            bottom: 15px;
            text-align: right;
            font-size: 16px;
            vertical-align: text-bottom;
            padding-bottom: 4px;
            position: absolute;
        }

.ch4_checkout .btn-placeorder {
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #eee;
    padding: 10px 10px;
    background-color: #1e91d6;
    cursor: pointer;
    font-weight: 600 !important;
    font-size: .75rem;
    text-align: center;
    margin-bottom: .5rem;
    margin-top: 10px;
}

.ch4_checkout .btn-paywithpaypal {
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    padding: 10px 10px;
    background-color: #fff;
    background: -o-linear-gradient(top, #fff 50%, #f1f1f1 100%);
    cursor: pointer;
    font-weight: 600 !important;
    font-size: .75rem;
    text-align: center;
    margin-bottom: .5rem;
    margin-top: 10px;
}

    .ch4_checkout .btn-paywithpaypal img {
        width: 85px;
        margin-left: 5px;
    }

.ch4_checkout .btn-paywithaffirm {
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #555;
    padding: 10px 10px;
    background-color: #fff;
    background: -o-linear-gradient(top, #fff 50%, #f1f1f1 100%);
    cursor: pointer;
    font-weight: 600 !important;
    font-size: .75rem;
    text-align: center;
    margin-bottom: .5rem;
    margin-top: 10px;
}

    .ch4_checkout .btn-paywithaffirm img {
        width: 75px;
        margin-left: 5px;
    }

.ch4_checkout .ch4_reviewBtnBotRt {
    position: relative;
    width: 100%;
    text-align: right;
}

.ch4_checkout #ch4_billingReview .ch4_reviewContainer {
    border-top: none;
}

.ch4_checkout .paypal {
    width: 115px;
}

.ch4_checkout .affirm {
    width: 100px;
}

.ch4_checkout .gwlocal {
    width: 200px;
}

#shippingAddress p {
    margin-bottom: 0;
}

#billingAddress p {
    margin-bottom: 0;
}

.shipInline {
    display: inline-block;
    margin-right: 3px;
}

.paypalLogo {
    width: 80px;
}
/*shipping tip modal*/
.shippingHelp .title {
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.ch4_cardFields input, .ch4_cardFields select {
    font-size: 100%;
}

.ch4_cardFields label {
    font-size: 0.775rem;
    white-space: nowrap;
    overflow: hidden;
}

.ch4_billingInfoSection {
    font-size: 100%;
    margin-bottom: 10px;
}
/*checkout items*/
.ch4_checkoutItems {
    background: #fff;
    color: #444;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}

    .ch4_checkoutItems .header {
        margin-bottom: 0;
        text-transform: uppercase;
        border-radius: 3px 3px 0 0;
        background-color: #eee;
        line-height: 1em;
        padding: 20px;
        font-size: 20px;
        font-weight: 400;
        text-align: left;
    }

    .ch4_checkoutItems ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .ch4_checkoutItems ul li {
            padding: 10px;
            border-top: 1px solid #eee;
        }

            .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemImg img {
                width: 200px;
                display: block;
                margin: 0 auto;
            }

            .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent {
                vertical-align: top;
                width: 100%;
                font-size: 12px;
                padding-left: 20px;
                position: relative;
            }

                .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemPricing {
                    display: block;
                    width: 100%;
                }

                .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption {
                    display: list-item;
                    list-style: none;
                }

                    .ch4_checkoutItems ul li .ch4_cartItem .ch4_cartItemContent .ch4_cartItemOptionsContainer .ch4_cartItemOption .ch4_cartItemLabel {
                        font-weight: bold;
                    }

.ch4_cartItemOptionsContainer span.validationerror {
    color: red;
}

.errors label {
    display: inline-block;
    font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
    .shipping-row {
        text-align: center !important;
    }

        .shipping-row .column, .shipping-row .columns {
            text-align: center !important;
        }

        .shipping-row .price {
            width: 100%;
            text-align: center !important;
            margin: 10px 0px;
            font-weight: bold !important;
        }

        .shipping-row a {
            text-align: center !important;
        }

        .shipping-row i {
            text-align: center;
        }

    .ch4_checkout .ch4_shippingSection {
        text-align: center;
        display: block;
    }

    #ch4_billingReview {
        text-align: center;
    }

    .ch4_checkout .ch4_btnPlaceOrder {
        text-align: center;
    }
}

.ch4_shippingSection .shipping-option label {
    font-size: 1.2rem;
}

.ch4_shippingSection .shipping-option .price {
    font-size: 1rem;
    float: right;
    font-weight: normal;
}

.shippingmethodstable table th {
    padding: 0;
}

.shippingmethodstable table tbody tr:nth-child(even) {
    border: 0;
    background: #fff;
}

.shippingmethodstable table tbody tr td {
    padding: 0;
}

.formlabel {
    font-size: 0.775rem;
    white-space: nowrap;
    overflow: hidden;
}
/*accordian*/
.accordion-title {
    font-size: 1rem;
}

    .accordion-title::before {
        content: '+';
        position: absolute;
        text-align: left;
        left: 1rem;
        top: 40%;
        margin-top: -0.5rem;
        font-size: 150%;
        font-weight: bold;
    }

li.accordion-item {
    border-bottom: 2px solid white;
}
/*customer*/
.inputform tbody {
    border: 0;
}

    .inputform tbody tr {
        background-color: #e2e3e7 !important;
    }

td.graph img {
    height: 30px;
}

.customer-links {
    float: right;
}
/*customer-reviews*/
/*#customerreview {
  display: block;
  overflow: hidden;
  text-align: center; }

#customerreview #stars {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 50px; }

#customerreview #stars a {
  padding:5px;
  color: #8a8a8a; }

.star:after {
  content: "\f27c";
  font: normal normal normal 40px/1 'Material-Design-Iconic-Font';
  text-decoration: inherit;
  }

.livestar:after {
  content: "\f27d";
  font: normal normal normal 40px/1 'Material-Design-Iconic-Font';
  color: #fcc415 !important; }*/
#review textarea {
    margin: 0 auto;
    display: block;
}
/*choose-vehicle*/
.choosevehicle {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}

    .choosevehicle p.disclaimer {
        font-weight: bold;
    }

#vehiclebrowser td {
    padding: 1px 10px 2px 1px;
    text-align: left;
    vertical-align: middle;
}

    #vehiclebrowser td.caption {
        white-space: nowrap;
    }

#vehiclebrowser span.question {
    font-weight: bold;
}

#vehiclebrowser span.answer {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 0 0 20px;
}

#vehiclebrowser span.disclaimer {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 10px;
    margin: 2px 0 0 20px;
}

#vehiclebrowser img {
    border: 0;
    padding: 0;
    margin: 0;
}

#vehiclebrowser #row_LOADING div {
    display: block;
    margin: 5px;
    width: 330px;
    overflow: hidden;
}

    #vehiclebrowser #row_LOADING div img.loadingimage {
        float: left;
        margin-right: 10px;
    }

    #vehiclebrowser #row_LOADING div span {
        float: left;
        margin: 7px;
    }

table#vehiclebrowser tbody {
    border: 0 !important;
}

    table#vehiclebrowser tbody tr {
        background: white !important;
        border: 0 !important;
    }

#productfiles > ul {
    list-style: none;
}

    #productfiles > ul > li {
        display: block;
        margin-bottom: 5px;
    }

        #productfiles > ul > li i {
            margin-right: 5px;
        }

#classifieds {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    line-height: 1.25em;
}

    #classifieds div.box, #classifieds div.box div {
        position: relative;
        overflow: hidden;
        display: block;
    }

    #classifieds div.box {
        min-height: 5em;
        margin-top: 1em;
        border: 1px solid #999999;
        background-color: #e5e5e6;
        padding: 1em;
    }

        #classifieds div.box:first-child {
            margin-top: 0;
        }

        #classifieds div.box.pending {
            border: 1px solid #ff0000;
            background-color: #ffdddd;
        }

        #classifieds div.box div.error {
            color: red;
            text-align: center;
            font-size: 150%;
        }

        #classifieds div.box:not(.edit) div.header {
            border-bottom: 1px solid #bbbbbb;
        }

        #classifieds div.box div.content, #classifieds div.box div.images, #classifieds div.box div.buttons {
            margin-top: .4em;
        }

            #classifieds div.box div.buttons * {
                margin: 1em .5em 0 0;
                float: left;
            }

            #classifieds div.box div.buttons .button.edit-ad {
                clear: left;
            }

            #classifieds div.box div.buttons .button.delete-ad {
                clear: left;
                margin-top: 2em;
            }

        #classifieds div.box div.warning {
            color: #990000;
            font-weight: bold;
            margin-bottom: .5em;
        }

        #classifieds div.box div.header span, #classifieds div.box div.customer span {
            display: block;
            float: left;
            margin: 0 .6em 0 0;
        }

            #classifieds div.box div.header span.customer img {
                float: left;
                width: 15px;
                height: 15px;
            }

            #classifieds div.box div.header span.id, #classifieds div.box div.header span.category {
                font-weight: bold;
            }

        #classifieds div.box div.images {
            text-align: center;
        }

            #classifieds div.box div.images a, #classifieds div.box div.images div {
                display: inline-block;
                width: 82px;
                height: 62px;
                margin: .5em .5em 0 0;
                border: 1px solid #666666;
                cursor: pointer;
                position: relative;
            }

            #classifieds div.box div.images img {
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

        #classifieds div.box.edit div.images div.selected {
            border-color: #ff0000;
        }

            #classifieds div.box.edit div.images div.selected > img {
                opacity: .6;
            }

        #classifieds div.box div.images a img {
            width: 100%;
        }

@media (min-width:350px) {
    #classifieds div.box div.buttons .button.delete-ad {
        clear: none;
        float: right;
        margin-top: 1em;
    }
}

div.disclaimer {
    display: block;
    overflow: hidden;
    clear: both;
}

    div.disclaimer p {
        margin: 0 0 10px 0;
    }

div.noclassifieds {
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #903;
    margin: 30px;
}

div.headerblock {
    display: inline;
}

div.cllinks {
    float: right;
}

div.customerblock {
    float: left;
}

    div.customerblock span {
        margin-right: 10px;
    }
/*kit-builder*/
.product-prodotype-one [data-status="selected"] span:nth-of-type(1) {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.product-prodotype-one .option-item span:nth-of-type(1) {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.product-prodotype-one .placeholder img {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
}

.product-prodotype-one .placeholder span {
    overflow: visible;
}

.product-prodotype-one a {
    display: inline !important;
}

.product-prodotype-one .price-cell {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.product-prodotype-one .productavailability {
    display: block;
}

    .product-prodotype-one .productavailability i {
        font-size: 1rem;
        background: #73a32d;
        color: white;
        border-radius: 50%;
        padding: 2px 4px;
    }

.product-prodotype-one .cart-button {
    display: inline-block;
    text-transform: uppercase;
    padding: .9rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 1rem 0 1rem 0;
    font-size: 16px;
}



.product-prodotype-one .select-options {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 76px;
    text-align: center;
    text-transform: uppercase;
    line-height: 3;
    margin: 1rem 0 0 0;
}

.product-prodotype-one .pd3 a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product-prodotype-one .button.primary {
    font-size: 14px;
}

.product-prodotype-one .verify-fitment {
    display: inline-block;
    padding: .9em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    transition: all .2s;
}

.close-button {
    background-color: transparent;
    font-size: 2em;
    font-weight: 400;
    color: #b7b7b7;
}

    .close-button span {
        font-size: 1.5em;
    }

.po-header {
    background-color: #3f4752;
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.8;
    margin: -0.6em -1.04% 0;
    padding: 12px;
    position: relative;
    text-transform: uppercase;
}

.kit-description {
    margin-top: 20px;
}

    .kit-description .kit-header {
        font-weight: bold;
        display: inline-block;
    }

    .kit-description .kit-price {
        font-weight: bold;
        font-size: 1.5em;
        border: 0;
        text-align: center;
    }

        .kit-description .kit-price:disabled {
            background-color: white;
            cursor: default;
        }

    .kit-description .tabs {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #ccc;
    }

    .kit-description .tabs-content {
        border: 0;
        background: transparent;
    }

        .kit-description .tabs-content .tabs-panel.is-active {
            display: block;
        }

    .kit-description .tabs-title a {
        font-size: .8rem;
        padding: .5rem;
    }

        .kit-description .tabs-title a[aria-selected=true] {
            border-bottom: 3px solid #548bb5;
            background: transparent;
            color: #3f4752;
        }

.product-options .option button {
    border: 1px solid #dadada;
    font-weight: bold;
    color: #dadada;
}

    .product-options .option button:hover {
        color: #2c2c2c;
    }

    .product-options .option button.active {
        border: 1px solid #929292;
        color: #548bb5;
        background: #dadada;
    }

    .product-options .option button .price {
        display: block;
        font-style: italic;
        font-size: .8em;
        font-weight: normal;
    }

.product-options .drop {
    color: #111;
}

    .product-options .drop .selected {
        background: #ebebeb url(../images/po-select-bg-up.png) no-repeat right 10px top 10px;
        border-radius: 2px;
        border: 1px solid #dadada;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .product-options .drop.open .po-select {
        border-bottom: 0;
        border-radius: 2px 2px 0 0;
        cursor: pointer;
        background: #dadada url(../images/po-select-bg-up.png) no-repeat right 10px top 10px;
    }

        .product-options .drop.open .po-select.selected {
            background: #ebebeb url(../images/po-select-bg-up.png) no-repeat right 10px top 10px;
            border-radius: 2px;
            border: 2px solid #dadada;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

    .product-options .drop.open .po-options {
        max-height: 1400px;
        overflow-y: auto;
        margin-bottom: 20px;
    }

.product-options .po-options img {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
}

.product-options .drop .po-select {
    background: #fff url(../images/po-select-bg-down.png) no-repeat right 10px top 10px;
    border-radius: 2px;
    border: 2px solid #dadada;
    cursor: pointer;
    position: relative;
    padding: 12px 40px 12px 65px;
    overflow: hidden;
    font-size: 14px;
}

    .product-options .drop .po-select.selected {
        background: #fff url(../images/po-select-bg-down.png) no-repeat right 10px top 10px;
        border-radius: 2px;
        border: 2px solid #dadada;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

.product-options .po-select span, .product-options .po-options li.option-item span {
    margin-right: 1rem;
    float: left;
}

.product-options .drop li.option-item span.availability {
    clear: left;
}

.product-options .placeholder span.price, .product-options li.option-item span.price {
    white-space: nowrap;
}

    .product-options .placeholder span.price.included, .product-options li.option-item span.price.included {
        font-style: italic;
    }

.product-options .placeholder span.moreinfo, .product-options li.option-item span.moreinfo {
    font-style: italic;
    white-space: nowrap;
}

.product-options .placeholder span.availability.instock, .product-options li.option-item span.availability.instock {
    color: #73a32d;
    font-weight: bold;
    white-space: nowrap;
}

.product-options .placeholder span.availability.order, .product-options li.option-item span.availability.order {
    color: #598020;
    font-weight: bold;
}

.product-options .placeholder span.availability.limited, .product-options li.option-item span.availability.limited {
    color: #cc0000;
    font-weight: bold;
}

.product-options .no-drop {
    margin-bottom: 1em;
}

    .product-options .no-drop .po-select {
        border-radius: 2px;
        border: 1px solid #dadada;
        position: relative;
        padding: 12px 4px;
        overflow: hidden;
        font-size: 14px;
    }

        .product-options .no-drop .po-select.selected {
            border-radius: 2px;
            border: 1px solid #dadada;
            position: relative;
            padding: 12px 4px 12px 60px;
            overflow: hidden;
        }

.product-prodotype-one .row.product-options {
    padding-bottom: 1.5em;
}

.product-options .po-option--label {
    text-transform: uppercase;
    line-height: normal;
}

    .product-options .po-option--label > span {
        color: #1E91D6;
        font-size: 85%;
    }

@media (min-width:640px) {
    .product-prodotype-one .row.product-options {
        padding-top: .5em;
        padding-bottom: .5em;
    }

    .product-options .po-option--label > span {
        display: block;
    }
}

.product-options .po-options {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 75%;
    float: right;
    font-size: 14px;
}

    .product-options .po-options ul {
        list-style-type: none;
        font-weight: normal;
        margin: 0;
        padding-left: 0;
        border-right: 2px solid #dadada;
        border-left: 2px solid #dadada;
        border-bottom: 2px solid #dadada;
    }

        .product-options .po-options ul li {
            cursor: pointer;
            padding: 5px 5px 5px 60px;
            position: relative;
            min-height: 50px;
            overflow: hidden;
            border-top: 1px solid #e9e9e9;
        }

            .product-options .po-options ul li:first-child {
                border: none;
            }

            .product-options .po-options ul li:hover {
                background-color: #5aafee;
            }

            .product-options .po-options ul li input[type="radio"] {
                width: 100%;
                display: none;
            }

            .product-options .po-options ul li label {
                font-size: 14px;
            }

.select-options--cell {
    margin-top: 10px;
}

    .select-options--cell .close-button {
        background-color: transparent;
        font-size: 2em;
        font-weight: 400;
        color: #b7b7b7;
    }

        .select-options--cell .close-button span {
            font-size: 1.5em;
        }

    .select-options--cell .po-header {
        background-color: #3f4752;
        color: #fff;
        font-size: 1.8em;
        font-weight: 400;
        line-height: 1.8;
        margin: -0.6em -2.04% 0;
        padding: 12px;
        position: relative;
        text-transform: uppercase;
    }

    .select-options--cell .kit-description {
        margin-top: 20px;
    }

        .select-options--cell .kit-description .kit-header {
            font-weight: bold;
            display: inline-block;
        }

        .select-options--cell .kit-description .kit-price {
            font-weight: bold;
            font-size: 1.5em;
            border: 0;
            text-align: center;
        }

            .select-options--cell .kit-description .kit-price:disabled {
                background-color: white;
                cursor: default;
            }

        .select-options--cell .kit-description .tabs {
            background: transparent;
            border: 0;
            border-bottom: 1px solid #ccc;
        }

        .select-options--cell .kit-description .tabs-content {
            border: 0;
            background: transparent;
        }

            .select-options--cell .kit-description .tabs-content .tabs-panel.is-active {
                display: block;
            }

        .select-options--cell .kit-description .tabs-title a {
            font-size: .8rem;
            padding: .5rem;
        }

            .select-options--cell .kit-description .tabs-title a[aria-selected=true] {
                border-bottom: 3px solid #548bb5;
                background: transparent;
                color: #3f4752;
            }

    .select-options--cell .product-options .option button {
        border: 1px solid #dadada;
        font-weight: bold;
        color: #dadada;
    }

        .select-options--cell .product-options .option button:hover {
            color: #2c2c2c;
        }

        .select-options--cell .product-options .option button.active {
            border: 1px solid #929292;
            color: #548bb5;
            background: #dadada;
        }

        .select-options--cell .product-options .option button .price {
            display: block;
            font-style: italic;
            font-size: .8em;
            font-weight: normal;
        }

    .select-options--cell .product-options .drop {
        color: #111;
        padding-bottom: 1em;
    }

        .select-options--cell .product-options .drop.open .po-select {
            border-bottom: 0;
            border-radius: 2px 2px 0 0;
        }

        .select-options--cell .product-options .drop.open .po-options {
            max-height: 300px;
            overflow: auto;
        }

        .select-options--cell .product-options .drop.open .option-item {
            background: pink;
        }

    .select-options--cell .product-options .po-option--label {
        font-size: .9em;
        padding: 14px 10px 0 0;
        text-transform: uppercase;
    }

    .select-options--cell .product-options .po-select {
        background: #fff url(https://cdn.carid.com/css/prod-images/po-select-bg-46.svg) no-repeat right 17px top 22px;
        border-radius: 2px;
        border: 1px solid #dadada;
        cursor: pointer;
        height: 45px;
        position: relative;
        padding: 12px 4px;
        overflow: hidden;
    }

    .select-options--cell .product-options .po-options {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

        .select-options--cell .product-options .po-options ul {
            list-style-type: none;
            font-weight: normal;
            margin: 0;
            border: 1px solid #dadada;
        }

            .select-options--cell .product-options .po-options ul li {
                padding: 8px;
                display: block;
                overflow: hidden;
                border-top: 1px solid #e9e9e9;
            }

                .select-options--cell .product-options .po-options ul li:first-child {
                    border: none;
                }

                .select-options--cell .product-options .po-options ul li:hover {
                    background-color: #5aafee;
                }

                .select-options--cell .product-options .po-options ul li input[type="radio"] {
                    width: 100%;
                    display: none;
                }

                .select-options--cell .product-options .po-options ul li label {
                    font-size: 14px;
                }
/* Medium and up */
@media screen and (min-width: 40em) {
    .view-link {
        float: right;
    }

    .product-options .po-select {
        width: 75%;
    }

    .product-options .option button {
        width: 131px;
        padding: 25px;
        display: inline-block;
    }

    .product-options .selected .productavailability i {
        font-size: 1rem !important;
        padding: 1px 2px;
        background: none !important;
        color: #73a32d;
        margin-left: 6px;
    }

        .product-options .selected .productavailability i.fa-info-circle {
            font-size: 1rem;
            background: none !important;
            color: #196ca9;
            padding: 0 !important;
        }

    .product-options .option-item .productavailability i {
        font-size: 1rem !important;
        padding: 1px 2px;
        background: none !important;
        color: #73a32d;
    }

        .product-options .option-item .productavailability i.fa-info-circle {
            font-size: 1rem;
            background: none !important;
            color: #196ca9;
            padding: 0 !important;
        }

    .po-option--label {
        width: 25%;
        float: left;
        text-align: left;
    }

    .po-quality--label {
        width: 25%;
        float: left;
        text-align: left;
        padding: 25px 12px 0 0;
    }

    .cart-actions button {
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        font-size: 1em;
        font-weight: 600;
        height: 56px;
        margin: 2em 0 2.02%;
        text-align: center;
        text-transform: uppercase;
        width: 242px;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-options .option {
        text-align: center;
    }
}
/* Small only */
@media screen and (max-width: 39.9375em) {


    .product-options .po-options {
        width: 100%;
    }

    .cart-actions button {
        width: 100%;
    }
}

.product-prodotype-two .addtocartcell {
    float: none !important;
}


.product-prodotype-two .cartbutton {
    float: none !important;
    border-radius: 0%;
    display: block;
}

.product-prodotype-two .price-cell {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.product-prodotype-two .productavailability {
    display: block;
}

    .product-prodotype-two .productavailability i {
        font-size: 1rem;
        background: #73a32d;
        color: white;
        border-radius: 50%;
        padding: 2px 4px;
    }

.product-prodotype-two .cart-button {
    display: inline-block;
    text-transform: uppercase;
    padding: .9rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0;
    font-size: 16px;
}

.product-prodotype-three .addtocartcell {
    float: none !important;
}


.product-prodotype-three .cartbutton {
    float: none !important;
    border-radius: 0%;
    display: block;
}

.product-prodotype-three .price-cell {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.product-prodotype-three .productavailability {
    display: block;
}

    .product-prodotype-three .productavailability i {
        font-size: 1rem;
        background: #73a32d;
        color: white;
        border-radius: 50%;
        padding: 2px 4px;
    }

.product-prodotype-three .cart-button {
    display: inline-block;
    text-transform: uppercase;
    padding: .9rem;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0;
    font-size: 16px;
}

@media screen and (min-width: 40em) {
    .product-prodotype-three .drop {
        display: block;
    }

    .product-prodotype-three .po-select {
        width: 75% !important;
    }

    .product-prodotype-three .po-option--label {
        display: block;
        width: 25%;
        float: left;
        text-align: left;
    }

    .product-prodotype-three .po-quality--label {
        display: block;
        width: 25%;
        float: left;
        text-align: left;
        padding: 25px 12px 0 0;
    }
}

.product-card span.kitbuilder {
    display: block;
    overflow: hidden;
    padding: 0;
    width: 100px;
    height: 54px;
    background: url("../images/kit-builder.png") no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
/*
1.1) Banner Section
 -----------------------------*/
#slider {
    width: 100%;
    padding-top: 134px;
}

body #slider, body .none {
    padding-top: 0 !important;
}

    body .top-m, body #slider.top-m {
        padding-top: 134px !important;
    }

.banner-slider {
    position: relative;
    width: 100%;
}

.banner-content {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.banner-slider ul {
    list-style: none;
}

.banner-slider li {
    position: relative;
    overflow: hidden;
}

.banner-slider h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
    margin: 0;
}

.banner-slider span {
    padding: 30px 0 34px;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 1.5;
}

.tp-caption {
    border-left-style: solid;
    border-left-width: 3px !important;
    padding-left: 35px !important;
}

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position: static;
    white-space: normal !important;
}
/* Slider
 ---------------------------*/
#slider {
    position: relative;
}

.auto-tab-list li {
    list-style: none;
    display: inline-block;
    padding: 20px 40px;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}

    .auto-tab-list li > a, .auto-tab-list li > a:hover {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

.mid {
    display: block;
}

    .mid + .mid {
        display: none;
    }

.resto-info {
    width: 100%;
    padding: 0 0 10px;
    z-index: 10;
    bottom: -56px;
}

    .resto-info .tabs-title a {
        color: #8a8a8a;
    }

    .resto-info .tabs-title > a:focus, .resto-info .tabs-title > a[aria-selected='true'] {
        color: white !important;
    }

.auto-tab-list {
    display: inline-block;
    position: relative;
    top: -59px;
}

.resto-info .btn-group {
    width: 100%;
    margin-bottom: 15px;
}

    .resto-info .btn-group .btn {
        padding: 13px;
    }

.resto-info .btn .caret {
    position: absolute;
    right: 15px;
    top: 26px;
    color: #282d35;
}

.autodealer-slide .slides li img {
    width: 100%;
}

.price-meter {
    height: 6px;
    width: 100%;
    position: relative;
    display: block;
}

    .price-meter:after, .price-meter:before, .price-meter-wrap .min-price, .price-meter-wrap .max-price {
        position: absolute;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: #fff;
        top: -5px;
        cursor: pointer;
    }

    .price-meter:before, .price-meter-wrap .min-price {
        left: 0;
    }

    .price-meter:after, .price-meter-wrap .max-price {
        right: 0;
    }

.price-meter-wrap {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 34px;
    position: relative;
}

    .price-meter-wrap .min-price, .price-meter-wrap .max-price {
        color: #fff;
        font-weight: 300;
        bottom: -14px;
        background: none;
        top: auto;
        font-weight: 300;
        width: auto;
    }

.resto-info .btn-default {
    height: 56px;
    font-size: 20px;
    line-height: 2.6;
}

.autodealer-slide .flex-direction-nav {
    top: 60%;
    left: 0;
    margin: 0 auto;
    max-width: 1070px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 10;
}

    .autodealer-slide .flex-direction-nav li, .autodealer-slide .flex-direction-nav li a {
        display: inline-block;
    }

.vehicle-selector h4 {
    color: white;
    margin-top: 30px;
}

.vehicle-selector select {
    padding: 13px;
    height: 2.8rem;
    background-size: 14px 22px;
    background-position: right -.4rem center;
    border-radius: 20px;
}

.vehicle-selector input {
    padding: 13px;
    height: 2.8rem;
    border-radius: 20px;
}

.vehicle-selector label {
    font-size: 1.3rem;
    color: #fff;
}

.vehicle-selector button {
    padding: 13px;
    height: 46px;
    margin-top: 33px;
    border-radius: 20px;
}

.shop-by-model a {
    color: white;
}

.form-floating-label {
    position: relative;
}

    .form-floating-label [type='text'], .form-floating-label [type='password'], .form-floating-label [type='date'], .form-floating-label [type='datetime'], .form-floating-label [type='datetime-local'], .form-floating-label [type='month'], .form-floating-label [type='week'], .form-floating-label [type='email'], .form-floating-label [type='number'], .form-floating-label [type='search'], .form-floating-label [type='tel'], .form-floating-label [type='time'], .form-floating-label [type='url'], .form-floating-label [type='color'] {
        margin-bottom: 0;
        font-weight: 300;
        padding: 30px 1rem 1rem 5px;
    }

    .form-floating-label label {
        margin-bottom: 20px;
    }

    .form-floating-label textarea {
        font-size: 14px;
    }

#productreviews div {
    overflow: hidden;
}

#productreviews > p {
    margin: 1rem 0;
}

    #productreviews > p > button {
        margin: 0 .5rem 0 0;
    }

#productreviews > div.review {
    padding: .5rem;
}

#productreviews > div.review {
    border-top: 1px solid #cccccc;
}

    #productreviews > div.review:last-of-type {
        border-bottom: 1px solid #cccccc;
    }

    #productreviews > div.review:nth-child(even) {
        background-color: #f3f3f3;
    }

    #productreviews > div.review > div:nth-child(1), #productreviews > div.review > div:nth-child(2) {
        margin-bottom: .5rem;
    }

    #productreviews > div.review > div:nth-child(2) {
        padding-left: 2em;
    }

    #productreviews > div.review > div:nth-child(3) {
        padding-left: 3em;
        color: #666666;
        font-style: italic;
    }

#productreviews div.review div.reviewer span {
    float: left;
    overflow: hidden;
}

#productreviews div.review div.reviewer > span {
    margin-right: .5rem;
}

#productreviews div.review p {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    font-style: italic;
    line-height: normal;
    margin: 0;
}

.blog h4, .blog h5 {
    font-size: 24px;
    line-height: 1;
    min-height: 23px;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 21px;
}

div.fb-like {
    min-height: 24px;
}
/* 
div.carousel {
  margin:0 auto;
}


div.carousel.placeholder {
  display: none;
  position: relative;
  height: 100px;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  background-color: transparent;
}


div.carousel div.loading {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  background-color:#ffffff;
}

div.carousel div.loading > div {
  position: absolute;  
}


div.carousel-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin:0 auto;
  padding-top:20px;
  padding-bottom:2px;
}

div.carousel-wrapper div {
  position:relative;
  overflow:hidden;
}



div.carousel div.arrowleft,
div.carousel div.arrowright {
  display: block;
  position: absolute;
  width: 51px;
  height: 50px;
  cursor: pointer;
  background-color:#000;
  overflow: hidden;
  opacity:0.5;
}

div.carousel div.arrowleft {
  background-position: -5px -35px;
}

div.carousel div.arrowright {
  background-position: -65px -35px;
}

div.carousel div.arrowleft:hover {
  background-position: -125px -35px;
}

div.carousel div.arrowright:hover  {
  background-position: -185px -35px;
}

div.carousel div.arrowleft.arrowleftdn {
  background-position: -245px -35px;
}

div.carousel div.arrowright.arrowrightdn {
  background-position: -305px -35px;
}

div.carousel div.arrowleft {
  left: 10px;
}

div.carousel div.arrowright {
  right: 10px;
}

div.carousel div.arrowleft svg,
div.carousel div.arrowright svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.carousel div.arrowleft svg polyline ,
div.carousel div.arrowright svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10;
}


div.carousel div.slides {
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
} */
/* polldaddy reformatting */
.PDS_Poll {
    position: relative;
    overflow: hidden;
}

    .PDS_Poll .pds-box {
        width: 100% !important;
        max-width: 100%;
    }

        .PDS_Poll .pds-box .pds-question-top {
            text-align: center;
            font-size: 140%;
        }

        .PDS_Poll .pds-box .pds-answer {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .PDS_Poll .pds-box .pds-answer > span {
                display: block;
                position: relative;
                overflow: hidden;
            }

        .PDS_Poll .pds-box .pds-answer-group {
            display: block;
            border: 3px solid #666666;
            margin: 0 auto 10px auto;
            width: 200px;
            height: 225px;
            padding: 5px !important;
        }

            .PDS_Poll .pds-box .pds-answer-group > p {
                display: block;
                overflow: hidden;
                float: left;
                clear: both;
                width: 100%;
                margin: 0;
                padding: 0;
            }

            .PDS_Poll .pds-box .pds-answer-group img {
                margin: 0 auto;
                display: block;
            }

        .PDS_Poll .pds-box .pds-input-label {
            width: auto !important;
        }

        .PDS_Poll .pds-box .pds-answer-input {
            margin-top: 3px;
            width: 20px;
        }

@media (min-width: 500px) {

    .PDS_Poll .pds-box .pds-answer-group {
        float: left;
        margin: 0 10px 10px 0;
        width: 200px;
        height: 225px;
        padding: 5px !important;
    }
}

.fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important;
}
/* filter dialog */
#filterDialog {
    width: 90%;
    min-height: 50%;
    max-height: 85%;
    max-width: 750px;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    text-align: center;
}

    #filterDialog.small {
        max-width: 400px;
    }

    #filterDialog ul *, #filterDialog div * {
        display: block;
        overflow: hidden;
        position: relative;
    }

    #filterDialog > div.wait {
        width: 100%;
        height: 100%;
        background-image: url('/images/loading.gif');
        background-repeat: no-repeat;
        background-position: 50%;
    }

    #filterDialog > h2 {
        font-size: 1.7rem;
        padding: 0;
        margin: 0 0 1rem 0;
        text-align: center;
        background-color: #eeeeee;
        padding: 5px;
        border: 1px solid #cccccc;
    }

    #filterDialog > p {
        margin: 0 0 .8rem 0;
        text-align: center;
    }

        #filterDialog > h2.alert, #filterDialog > h4.alert, #filterDialog > p.alert {
            color: #cc3333;
            font-weight: bold;
        }

            #filterDialog > h2.alert:before, #filterDialog > h4.alert:before, #filterDialog > p.alert:before {
                font-family: 'Material-Design-Iconic-Font';
                content: '\f1f4';
                margin-right: 5px;
                font-weight: normal;
            }

    #filterDialog ul + h2 {
        margin-top: 2rem;
    }

    #filterDialog ul {
        margin: 0 0 20px 0 !important;
        position: relative;
        display: grid;
        grid-template-columns: repeat(auto-fit,100%);
        grid-gap: 1em;
        justify-content: center;
        align-content: flex-start;
        padding: 0;
        list-style-type: none;
    }

        #filterDialog ul li {
            border: 1px solid #999999;
            background-color: #eeeeee;
            padding: 0;
        }

            #filterDialog ul li a {
                font-size: 1.3rem;
                padding: .8rem;
                color: #000;
            }

                #filterDialog ul li a span {
                    font-size: 80%;
                    color: #999999;
                }

                #filterDialog ul li a i {
                    color: #cccccc;
                    margin-left: 10px;
                    display: inline;
                }

            #filterDialog ul li.ipd {
                background-color: #ffffdd;
            }

            #filterDialog ul li.selected {
                background-color: #cccccc;
            }

            #filterDialog ul li:hover {
                border-color: #000;
            }

    #filterDialog div.goback {
        margin-top:2rem;
        text-align:center;
    }

        #filterDialog div.goback a {
            max-width: 50%;
            margin: 0 auto;
        }

        @media (min-width: 700px) {
            #filterDialog.large ul {
                grid-template-columns: repeat(auto-fit,49%);
                grid-gap: .6em;
            }

            #filterDialog ul li a {
                padding: .4em .8em;
            }
        }

        #filterDialog div.model-browser {
    margin: 0 !important;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit,100%);
    grid-gap: .6rem;
    justify-content: center;
    align-content: flex-start;
}

@media (min-width: 600px) {

    #filterDialog div.model-browser {
        grid-template-columns: repeat(auto-fit,49%);
    }
}

@media (min-width: 800px) {
    #filterDialog div.model-browser {
        grid-template-columns: repeat(auto-fit,32%);
    }
}

#filterDialog div.model-browser > div {
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
}

    #filterDialog div.model-browser > div > a {
        display: block;
        padding: 10px;
        color: #000;
    }

    #filterDialog div.model-browser > div:hover {
        border-color: #000;
    }

#filterDialog div.model-browser div img {
    max-width: 100%;
}

#filterDialog div.model-browser div div {
    text-align: center;
    
    line-height: 1.5em;
}

    #filterDialog div.model-browser div div.model {
        font-weight: bold;
        line-height: 2.2em;
        color: #00639e;
        white-space: nowrap;
    }

    #filterDialog div.model-browser div div:not(.model) {
        font-size: 90%;
    }
/* shopbycar could go away */
/* div.catalog #shopbycar {
  display: none;
}

div.catalog #shopbycar {
  margin-bottom:20px;
}

#shopbycar > div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit,100%);
  grid-gap: 10px;
  justify-content: center;
  align-content: center;
}

#shopbycar > div > div {
  padding:10px 0;
  border: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
}

#shopbycar > div > div a {
  color: #282d35;
}

#shopbycar > div > div span {
  display:block;
  overflow: hidden;
}

#shopbycar > div > div img {
  max-width: 100%;
  
}

#shopbycar > div > div span {
  display: block;
  overflow: hidden;
  margin: 5px 0;
  text-align:center;
}

#shopbycar > div > div span:first-of-type {
  font-weight: bold;
  font-size: 110%;
  color: #00639e;
}

#shopbycar > div > div span:last-of-type {
  font-size: 85%;
  margin-bottom: 0;
} 


@media (min-width:600px) {

  div.catalog #shopbycar {
    display: block;
  }
  #shopbycar > div {
    grid-template-columns: repeat(auto-fit,30%);
  }
}
@media (min-width:800px) {

  #shopbycar > div {
    grid-template-columns: repeat(auto-fit,220px);
    grid-gap:20px;
  }
} */
/* div.productvideos {
  overflow:hidden;
  position: relative;
}
div.productvideos div.wrapper {
  width:640px;
  max-width:100%;
  margin:1rem auto;
  overflow: hidden;
  position: relative;
  border:1px solid #000000;
}
div.productvideos div.wrapper div.video {  
  overflow: hidden;
  position: relative;
  padding-bottom:56.25%;
}
div.productvideos div.wrapper div.video iframe {
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;  
}

@media (min-width: 1000px) {

  div.productvideos.multiple div.wrapper {
    width:49.5%;
    float:left;
    margin:0 0 15px 0;
  }

  div.productvideos.multiple div.wrapper:nth-child(odd) {
    float:right;
  }  
}
 */
#blog-search {
    overflow: hidden;
    margin-bottom: 10px;
}

    #blog-search div {
        overflow: hidden;
    }

    #blog-search > div {
        display: grid;
        grid-template-columns: repeat(auto-fit,100%);
        align-content: center;
        justify-content: center;
        grid-gap: 10px;
        padding: 10px;
    }

        #blog-search > div > div {
            display: flex;
        }

            #blog-search > div > div > div {
                width: 100%;
            }

            #blog-search > div > div select, #blog-search > div > div input[type="text"] {
                margin: 0;
                width: 100%;
            }

            #blog-search > div > div button {
                margin: 0;
            }

            #blog-search > div > div:last-child label {
                display: none;
            }

@media (min-width: 600px) {
    #blog-search > div {
        grid-template-columns: 40% 40% auto;
    }

        #blog-search > div > div:last-child label {
            display: block;
        }
}

@media (min-width: 1024px) {
    #blog-search > div {
        grid-template-columns: 30% 30% auto;
    }
}

div.customer-reviews, div.customer-reviews * {
    overflow: hidden;
    position: relative;
}

    div.customer-reviews > div.open {
        display: grid;
        grid-template-columns: repeat(auto-fit,90%);
        align-content: center;
        justify-content: center;
        grid-gap: 20px;
    }

        div.customer-reviews > div.open > div {
            display: flex;
            border: 1px solid #cccccc;
        }

    div.customer-reviews div.tile {
        padding: 10px;
        text-align: center;
        width: 100%;
        height: 100%;
    }

        div.customer-reviews div.tile div {
            margin-bottom: 10px;
        }

            div.customer-reviews div.tile div.title {
                font-size: 130%;
            }

            div.customer-reviews div.tile div.date:before {
                content: 'Ordered on ';
            }

        div.customer-reviews div.tile .button {
            margin: 0 auto;
        }

ul#faq, 
ul.faq {
    list-style: none;
    margin: 0;
}

    ul#faq > li,
    ul.faq > li {
        margin-top: 5px;
        font-size: 120%;
    }

        ul#faq > li > a:before,
        ul.faq > li > a:before {
            font-family: 'Material-Design-Iconic-Font';
            margin-right: 5px;
            content: '\f275';
        }

        ul#faq > li > a.open:before,
        ul.faq > li > a.open:before {
            content: '\f270';
        }

        ul#faq > li > div,
        ul.faq > li > div {
            overflow: hidden;
            clear: both;
            margin: 10px 0 10px 10px;
            display: none;
            font-size: 80%;
            border: 1px solid #cccccc;
            background-color: #eeeeee;
            padding: 0 1em;
        }

            ul#faq > li > div img,
            ul.faq > li > div img {
                margin: 5px;
                padding: 0;
                border: 0;
            }

            ul#faq > li > div h2,
            ul#.aq > li > div h2 {
                font-size: 110%;
                font-weight: bold;
            }

            ul#faq > li > div ul,
            ul.faq > li > div ul {
                margin: 1em;
            }


#addons-checkout {
    display: none;
    overflow: hidden;
    text-align: center;
}

    #addons-checkout * {
        margin: 0 auto .5em auto;
        display: block;
    }

    #addons-checkout a {
        max-width: 85%;
    }

@media (min-width:640px) {

    #addons-checkout span:not(:first-child) {
        display: inline-block;
        padding: 1em .3em;
    }

    #addons-checkout a {
        display: inline-block;
    }
}

@media (min-width:900px) {

    #addons-checkout span:first-child {
        display: inline-block;
        padding: 1em 0;
    }
}

div.model-grid {
    overflow: hidden;
    line-height: normal;
    margin-bottom: 2em;
}

    div.model-grid * {
        display: block;
        position: relative;
        overflow: hidden;
    }

    div.model-grid > div {
        display: grid;
        grid-template-columns: repeat(auto-fit,90%);
        align-content: center;
        justify-content: center;
        grid-gap: 20px;
    }

        div.model-grid > div > div {
            display: flex;
            border: 1px solid #c5c5c5;
        }

            div.model-grid > div > div > a, div.model-grid > div > div > div {
                width: 100%;
                height: 100%;
            }

                div.model-grid > div > div > div, div.model-grid > div > div > a > div {
                    padding: 10px;
                    text-align: center;
                }

                    div.model-grid > div > div > div > img, div.model-grid > div > div > a > div > img {
                        width: 200px;
                        max-height: 150px;
                        margin: 0 auto;
                    }

                    div.model-grid > div > div > div > h2, div.model-grid > div > div > a > div > h2, div.model-grid > div > div > div > h3, div.model-grid > div > div > a > div > h3 {
                        margin: .5em 0 0 0;
                        overflow: hidden;
                        text-align: center;
                        font-weight: normal;
                        color: #646464;
                    }

                    div.model-grid > div > div > div > h2, div.model-grid > div > div > a > div > h2 {
                        font-size: 120%;
                    }

                    div.model-grid > div > div > div > h3, div.model-grid > div > div > a > div > h3 {
                        font-size: 100%;
                    }

                    div.model-grid > div > div > div > span, div.model-grid > div > div > a > div > span {
                        font-style: italic;
                        display: none;
                        overflow: hidden;
                        font-size: 80%;
                        height: 4.9em;
                        position: relative;
                        text-align: justify;
                    }

@media (min-width: 600px) {
    div.model-grid > div {
        grid-template-columns: repeat(auto-fit,47%);
    }
}

@media (min-width: 768px) {
    div.model-grid > div {
        grid-template-columns: repeat(auto-fit,30%);
    }
}

@media (min-width: 1024px) {
    div.model-grid > div {
        grid-template-columns: repeat(auto-fit,22%);
    }
}

@media (min-width: 1440px) {
    div.model-grid > div {
        grid-template-columns: repeat(auto-fit,17%);
    }
}

#tosacceptance {
    overflow: hidden;
}

    #tosacceptance > h1:first-child {
        text-align: center;
    }

    #tosacceptance > p:first-of-type {
        text-align: center;
        font-weight: bold;
    }

    #tosacceptance p.buttons button {
        margin: 0 1em 0 0;
    }

    #tosacceptance div#tbl_AGREE {
        overflow: hidden;
        padding: 1em 1em 1em 3.5em;
        color: #cc0000;
        border: 1px solid #cc6666;
        border-radius: 5px;
        background-color: #ffeeee;
        position: relative;
        line-height: 2em;
    }

        #tosacceptance div#tbl_AGREE.ready {
            color: #339933;
            background-color: #eeffee;
            border-color: #669966;
        }

        #tosacceptance div#tbl_AGREE div#chk_AGREE {
            position: absolute;
            left: 1em;
            top: 1em;
        }

            #tosacceptance div#tbl_AGREE div#chk_AGREE:before {
                font-family: Material-Design-Iconic-Font;
                font-size: 2em;
                content: '\F279';
                cursor: pointer;
            }

            #tosacceptance div#tbl_AGREE div#chk_AGREE.checked:before {
                font-family: Material-Design-Iconic-Font;
                font-size: 2em;
                content: '\F26A';
            }

        #tosacceptance div#tbl_AGREE span {
            display: block;
            float: left;
            font-size: 1.5em;
            color: #000;
        }

div.garage, div.garage div {
    overflow: hidden;
    text-align: center;
}

    div.garage div.contents {
        line-height: normal;
    }

        div.garage div.contents > div > div {
            margin-bottom: 1rem;
            padding: .5rem;
        }

            div.garage div.contents > div > div > div:not(:last-child) {
                margin-bottom: .25rem;
            }

            div.garage div.contents > div > div > div .button {
                margin: 0 .5rem 0 0;
            }

            div.garage div.contents > div > div > div:first-child {
                font-size: 130%;
                font-weight: bold;
            }

            div.garage div.contents > div > div > div span:not(:last-child) {
                margin-right: .4rem;
            }

    div.garage .button:before {
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        display: inline-block;
        margin-right: .3rem;
    }

    div.garage .button.success.btn-addvehicle:before {
        content: '\f278';
    }

    div.garage .button.primary.btn-shop:before {
        content: '\f195';
    }

    div.garage .button.secondary.btn-remove:before {
        content: '\f136';
        color: red;
    }

    div.garage p > .button {
        margin: 0;
    }

@media (min-width:1024px) {
    div .garage div.contents > div {
        display: grid;
        grid-template-columns: repeat(auto-fit,47%);
        justify-content: center;
    }

        div.garage div.contents > div > div {
            padding: .75rem;
            margin-bottom: 0;
        }
}

div.narrative.contact {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

#pswdtm:before {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f1f6';
    margin-right: .3em;
}

#availabilitypopup, #corechargepopup {
    display: none;
    max-width: 600px;
    padding: 1em;
    max-height: 500px;
    overflow-y: scroll;
}

    #availabilitypopup > h2:first-child {
        margin-top: 0;
    }

textarea#emailbasket {
    font-size: 90%;
    width: 750px;
    height: 100px;
}

#form-reset {
    max-width: 400px;
}

#shopbyvehicle {
    overflow: hidden;
    margin: 0 auto;
}

    #shopbyvehicle div.modelselection {
        margin: 2rem 1rem;
        padding-bottom: 1rem;
    }

        #shopbyvehicle div.modelselection h3 {
            text-align: center;
            max-width: 34rem;
            margin: 1rem auto;
        }

    #shopbyvehicle div.narrative ul {
        margin: 1rem 0 1rem 3rem;
    }

div#orderhistory > table a.vieworder:after {
    font: normal normal normal 12px/1 'Material-Design-Iconic-Font';
    content: '\f1a3';
    margin-left:.3rem;
}

table.vehicleapps tr.match {
    background-color: #66ff66;
}

#savedcarts {
    overflow:hidden;
}

    #savedcarts table .quantity, 
    #savedcarts table .unitnet, 
    #savedcarts table .extnet, 
    #savedcarts table .total {
        text-align: right;
    }

    #savedcarts table .total {
        font-weight:bold;
    }



div.customer.home div.container.buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit,90%);
    grid-gap: 1rem;
    justify-content: center;
    margin-bottom:2rem;
}
div.customer.home div.container.buttons > .button {
    margin:0;
}

@media (min-width:500px) {

    div.customer.home div.container.buttons {
        grid-template-columns: repeat(auto-fit,8rem);
    }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/slick-ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* removed slick font */
/* using 'Material-Design-Iconic-Font instead since it's already loaded for this site */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Material-Design-Iconic-Font';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f2fa';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f2fa';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f2fb';
}
[dir='rtl'] .slick-next:before
{
    content: '\f2fb';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'Material-Design-Iconic-Font';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\f26c';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

