@import url("https://web.archive.org/web/20230722155812cs_/https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
.instagram {
    background: -webkit-linear-gradient(#4762d8, #da2981, #ffd369) !important;
    color: #fff;
    transition: 0.5s ease-in-out; }
.instagram:hover {
    color: #da2981;
    background: #fff !important; }

.whatsapp {
    background: #63fa76;
    background: linear-gradient(180deg, #63fa76 0%, #25d03f 100%);
    color: #fff;
    transition: 0.5s ease-in-out; }
.whatsapp:hover {
    color: #25d03f;
    background: #fff; }

.telegram {
    background-color: #0088cc !important;
    color: #fff;
    transition: 0.5s ease-in-out; }
.telegram:hover {
    color: #0088cc;
    background-color: #fff !important; }

.twitter {
    background-color: #1d9bf0 !important;
    color: #fff;
    transition: 0.5s ease-in-out; }
.twitter:hover {
    color: #1d9bf0;
    background-color: #fff !important; }

.facebook {
    background-color: #4867aa !important;
    color: #fff;
    transition: 0.5s ease-in-out; }
.facebook:hover {
    color: #4867aa;
    background-color: #fff !important; }

.linkedin {
    background-color: #0a66c2 !important;
    color: #fff;
    transition: 0.5s ease-in-out; }
.linkedin:hover {
    color: #0a66c2;
    background-color: #fff !important; }

.youtube {
    background-color: #ff0000 !important;
    color: #fff;
    transition: 0.5s ease-in-out; }
.youtube:hover {
    color: #ff0000;
    background-color: #fff !important; }

.nav-tabs {
    border-bottom: 1px solid var(--bg-one);
    padding: 0 1rem; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bg-two);
    font-weight: bolder;
    background-color: transparent;
    border-bottom: 2px solid var(--bg-two) !important;
    border-color: #fff #fff var(--bg-two); }

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-bottom: 2px solid var(--bg-two) !important;
    border-color: #fff #fff var(--bg-two);
    isolation: isolate; }

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(252, 236, 246, 0.4);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(252, 236, 246, 0.4);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(252, 236, 246, 0.4);
    color: #212529; }

.btn-success {
    background-color: green;
    border: 1px solid green; }
.btn-success:hover {
    background-color: transparent;
    color: green; }

.accordion-button:not(.collapsed) {
    color: var(--bg-one);
    background-color: #fff; }

.accordion-button:not(.collapsed)::after {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/img/arrow-up-circle.svg");
    transform: rotate(0deg); }

.accordion-button::after {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/img/arrow-down-circle.svg"); }

.check-box {
    display: block;
    position: relative;
    padding: 0 2rem 0 0;
    margin: 0.5rem 0;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.5s ease-in-out; }
.cat-search .check-box input{
    position: unset;
    width: 1rem;
    height: 1rem;
    opacity: unset;
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
.check-box input:checked ~ .checkmark {
    background-color: var(--bg-one); }
.check-box input:checked ~ .checkmark:after {
    display: block; }
.check-box .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #eee;
    transition: 0.5s ease-in-out; }
.check-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.check-box:hover input ~ .checkmark {
    background-color: var(--bg-one); }

.form-check-input:checked {
    background-color: var(--bg-one);
    border-color: var(--bg-one); }

.form-check-input:focus {
    border-color: var(--bg-one);
    outline: 0;
    box-shadow: none; }

@font-face {
    font-family: sans;
    font-weight: 200;
    font-style: normal;
    src: url("/web/20230722155812im_/https://kochikmode.com/assets/site/fonts/IRANSansWeb(FaNum).eot");
    src: url("/web/20230722155812im_/https://kochikmode.com/assets/site/fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("/web/20230722155812im_/https://kochikmode.com/assets/site/fonts/IRANSansWeb(FaNum).woff") format("woff2"), url("/web/20230722155812im_/https://kochikmode.com/assets/site/fonts/IRANSansWeb(FaNum).woff") format("woff"), url("/web/20230722155812im_/https://kochikmode.com/assets/site/fonts/IRANSansWeb(FaNum).ttf") format("truetype"); }

@font-face {
    font-family: ismb;
    font-style: normal;
    src: url("/web/20230722155812im_/https://kochikmode.com/assets/site/fonts/fontfamily/ismb.ttf"); }

body {
    font-family: "sans";
    background-color: #fdfdfe; }

.ismb {
    font-family: "ismb"; }

.ltr {
    font-family: Arial, Helvetica, sans-serif; }

.sticky {
    top: 5.5rem; }

[type="number"] {
    appearance: textfield; }

.form-check {
    padding-right: 0px; }

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none; }

.breadcrumb li,
.breadcrumb a {
    font-size: 0.8rem;
    color: #888; }

.accordion-button:focus {
    z-index: 3;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none; }

.form-select {
    cursor: pointer; }
.form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none; }

.form-select,
.form-control {
    border-radius: 0.75rem; }
.form-select:focus,
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1); }

.form-floating label {
    color: #999;
    font-size: 0.8rem; }

a {
    text-decoration: none; }

.star-ratings-sprit {
    background: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/star-golden.png") repeat-x;
    margin-bottom: 5px;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em; }
.star-ratings-sprit-rating {
    background: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/star-golden.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block; }

.rounded-custom {
    border-radius: 1rem; }

.border-custom {
    border-color: var(--bg-one) !important; }

.max-content {
    width: max-content; }

.barline {
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
.barline hr {
    width: 100%; }
.barline .imgbox {
    position: absolute;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 3rem; }
.barline .imgbox img {
    width: 100%; }

.bg-a {
    background-color: var(--bg-one); }
.bg-a-light {
    background-color: var(--bg-one-a); }

.bg-b {
    background-color: var(--bg-two); }
.bg-b-light {
    background-color: var(--bg-two-a); }

.bg-l {
    background-color: #f7f7f7; }

.text-a {
    color: var(--bg-one); }
.text-a-light {
    color: var(--bg-one-a); }

.text-b {
    color: var(--bg-two); }
.text-b-light {
    color: var(--bg-two-a); }

.text-c {
    color: #333; }

.menu {
    padding: 0;
    margin: 0; }
.menu .top a {
    color: #333;
    font-size: 0.85rem; }
.menu .top a i {
    font-size: 1.3rem;
    display: flex;
    color: var(--bg-two); }
.menu .bottom .navbar-brand {
    padding: 0; }
.menu .bottom .navbar-brand img {
    width: 8rem; }
.menu .bottom .nav-item {
    margin: 0 0.65rem;
    height: 4rem;
    display: flex;
    align-items: center; }
.menu .bottom .nav-link {
    color: #333;
    font-size: 0.9rem;
    padding: 0; }
.menu .bottom .nav-link i {
    font-size: 1.3rem;
    display: flex;
    color: var(--bg-two); }
.menu .bottom .mega-nav .mega-box {
    display: none;
    position: absolute;
    top: 95%;
    left: 4px;
    right: 4px;
    background-color: #fff;
    padding: 1rem;
    z-index: 10;
    z-index: 1020; }
.menu .bottom .mega-nav .mega-box .h5 {
    font-size: 1rem; }
.menu .bottom .mega-nav .mega-box a {
    font-size: 0.9rem;
    transition: 0.5s ease-in-out; }
.menu .bottom .mega-nav .mega-box a:hover {
    color: var(--bg-one); }
.menu .bottom .mega-nav .mega-box .img-mega a {
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex; }
.menu .bottom .mega-nav:hover .mega-box {
    display: block;
    opacity: 1;
    top: 95%;
    animation: mega 0.5s ease-in-out; }
.app-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: -2px 0 8px 0 rgb(0 0 0 / 20%);
    background: #fff;
    z-index: 1200;
}

@keyframes mega {
    0% {
        opacity: 0;
        top: 50%; }
    100% {
        opacity: 1;
        top: 95%; } }
.menu .bottom .bag-nav .badge {
    top: -0.2rem;
    right: -0.35rem;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-one); }
.menu .bottom .search-inline {
    width: 100%;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    border-radius: 1rem;
    overflow: hidden; }
.menu .bottom .search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out; }
.menu .bottom .search-inline button[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: auto;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: var(--bg-one);
    color: #fff; }
.menu .bottom .search-inline .form-control {
    border: 0px;
    padding: 1rem 7rem 1rem 0;
    font-size: 1.5rem;
    position: absolute;
    left: 0%;
    top: 0;
    height: 100%;
    width: 100%;
    font-weight: 700;
    outline: none;
    display: block;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
.menu .bottom .search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none; }
.menu .bottom .search-inline .search-close i {
    display: table-cell;
    vertical-align: middle; }

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0); }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0); } }
.menu .accordion-body {
    padding: 0.5rem 0.25rem;
    background-color: #fff; }
.menu .accordion-body a {
    padding: 0.25rem;
    color: var(--bg-two); }
.menu .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--bg-one); }
.menu .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: auto;
    content: "";
    background-image: url("/web/20230722155812im_/https://kochikmode.com/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
.menu .accordion-button:not(.collapsed)::after {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/chevron-up.svg");
    transform: rotate(-180deg); }
.menu .logomobile {
    width: 6.25rem; }
.menu .input-mobile {
    background-color: #efefef;
    border: 0px;
    font-size: 0.75rem;
    height: 100%; }
.menu.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1010;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
    animation: scrolled 0.5s ease-in-out; }
.menu.scrolled .top {
    display: none; }
.menu.scrolled .container {
    width: 100%;
    max-width: 100%;
    animation: container 0.5s ease-in-out; }

@keyframes scrolled {
    0% {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes container {
    0% {
        width: 72%;
        max-width: 72%; }
    100% {
        width: 100%;
        max-width: 100%; } }
.whatsapp-fix{
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    background: #4ccb5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3);
    z-index: 2;
}

.header .main .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 25.5rem; }

.header .subsidiary .carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 12.5rem; }
.carousel-control-prev-icon{
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/next.png");
}
.carousel-control-next-icon{
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/next.png");
    transform: rotateZ(180deg);
}
.carousel-indicators [data-bs-target]{
    width: 1rem;
    height: 1rem;
    border: 0 !important;
    background-color: var(--bg-one);
    border-radius: 50%;
}
.offer .overlay {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    text-align: left;
    background: #ffffff7d;
    box-shadow: 0 0 18px 0 rgb(0,0,0,0.1);
    padding: 0.25rem 0.75rem;
     }
.offer .overlay p {
    font-size: 0.8rem; }
.offer .overlay .btn {
    border: 2px solid #000;
    border-radius: 0px;
    background-color: transparent;
    color: #000; }
.offer .overlay .btn:hover {
    background-color: #000;
    color: #fff; }

.cat .col-lg-3 {
    padding: 1rem;
    background-color: #fff;
    text-align: center; }

.cat figure {
    height: 5rem;
    margin: 2rem 0; }
.cat figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.cat figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.cat .card {
    padding: 1.5rem;
    border: 0px; }

.cat p {
    font-size: 0.75rem; }
.cat p.h5 {
    font-size: 0.9rem;
    color: #333;
    margin: 0 0 0.5rem 0; }

.pro .card {
    border-radius: 0.75rem;
    text-align: center; }
.pro .card figure {
    height: 8rem;
    margin: 0; }
.pro .card figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.pro .card figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
.pro .card .h6 {
    font-size: 0.8rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
.pro .card del,
.pro .card p {
    font-size: 0.8rem; }
.pro .card .disc {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: var(--bg-two);
    width: 2.25rem;
    height: 2.75rem;
    border-radius: 50%;
    transform: skew(12deg); }

.pro-list .form-switch {
    padding: 0.375rem 50px 0.375rem 5px;
    margin: 0; }

.discounts #timer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem; }
.discounts #timer div {
    width: 2.5rem;
    height: 3rem;
    background: var(--bg-two);
    margin: 0 5px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
    font-weight: 700;}

.discounts .number-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }

.discounts .number-list .item {
    width: 2.5rem;
    height: 3rem;
    background: var(--bg-two);
    margin: 0 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
    font-weight: 700;
    transform: skew(12deg); }

.discounts .unit-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px; }

.discounts .card {
    border-radius: 1rem;
    border: 0px; }
.discounts .card figure {
    height: 8rem;
    margin: 0; }
.discounts .card figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.discounts .card figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.discounts .btn {
    border: 1px solid var(--bg-one);
    border-radius: 1rem;
    padding: 1rem;
    font-size: 0.9rem; }

.blog .card {
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px; }

.blog .st .card {
    height: 12.25rem; }

.blog .en .card {
    height: 25rem; }

.blog .overlay {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem; }
.blog .overlay p {
    font-size: 0.8rem; }

footer {
    background-color: var(--bg-two);
    padding: 1rem 0; }
footer .text-one {
    color: #fc8cdf; }
footer .top ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
footer .top .bi {
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
footer .top h2,
footer .top h4 {
    font-size: 0.8rem;
    margin: 0.5rem 0;
    line-height: 1.25rem; }
footer .bottom h4 {
    font-size: 1rem; }
footer .bottom a {
    font-size: 0.9rem; }
footer .bottom h6 {
    font-size: 0.9rem; }
footer .bottom p {
    font-size: 0.7rem; }
footer .bottom .namad {
    display: flex;
    align-items: center;
    justify-content: center; }
footer .bottom .namad li {
    margin: 0 0.25rem;
    list-style: none;
    height: 10rem; }
footer .bottom .namad li a {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; }
footer .bottom .namad li a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
footer .bottom .description {
    text-align: justify;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.75rem;
    margin: 1rem 0; }
footer .bottom .description p {
    margin: 0; }
footer .accordion-button {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #999 !important; }
footer .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent; }
footer .accordion-button:not(.collapsed)::after {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/chevron-up.svg"); }
footer .accordion-button:focus {
    border-color: #999;
    box-shadow: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px; }
footer .accordion-button::after {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/chevron-up.svg"); }

.des-more .box input {
    opacity: 0;
    position: absolute;
    pointer-events: none; }

.des-more .box .p {
    --fz: 1rem;
    --lh: 2.25;
    --max-lines: 1;
    font-size: var(--fz);
    line-height: var(--lh);
    -webkit-line-clamp: var(--max-lines);
    max-height: calc(var(--fz) * var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    transition: max-height 0.5s ease;
    color: #000; }
.des-more .box .p h2, .des-more .box .p h3, .des-more .box .p h4, .des-more .box .p h5, .des-more .box .p h6 {
    font-size: 1rem;
    line-height: 2rem; }

.des-more .box input:checked + .p {
    -webkit-line-clamp: unset;
    max-height: max-content; }

.des-more .box input:checked ~ .button {
    opacity: 0;
    visibility: hidden;
    max-height: 0; }

.des-more .box .button {
    display: block;
    border-radius: 25px;
    padding: 7px 25px;
    width: max-content;
    text-align: center;
    background-color: transparent;
    color: var(--bg-one);
    text-transform: uppercase;
    font-size: 0.8em;
    cursor: pointer;
    user-select: none;
    margin: 0 0 0 auto;
    overflow: hidden;
    max-height: max-content;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s 0.5s; }

.product-details-header {
    border-radius: 1.5rem; }
.product-details-header .pro-info .dot {
    width: 0.5rem;
    height: 1rem;
    background-color: var(--bg-one);
    display: flex;
    border-radius: 50%;
    transform: skew(15deg); }
.product-details-header .pro-buy {
    height: 100%; }
.product-details-header .pro-buy .bi-dot {
    width: 1rem;
    justify-content: center; }
.product-details-header .pro-buy .disc {
    position: absolute;
    top: -1.5rem;
    left: 0;
    background-color: var(--bg-two);
    width: 2.5rem;
    height: 3.5rem;
    border-radius: 50%;
    transform: skew(12deg);
    right: 0;
    margin: auto; }
.product-details-header .pro-services img {
    opacity: 0.6; }
.product-details-header .pro-services p {
    font-size: 0.8rem;
    text-align: right;
    margin: 0;
    color: #000;
    opacity: 0.75; }

.product-details .other .description {
    text-align: justify;
    line-height: 2rem; }
.product-details .other .description p,
.product-details .other .description span {
    text-align: justify;
    margin: 0; }

.product-list .header-ct h2 {
    text-transform: capitalize;
    margin: 20px 0px;
    color: #ffffff; }

.product-list .header-ct p,
.product-list .by a {
    color: #ffffff; }

.product-list .by a:hover {
    text-decoration: none; }

.product-list .price-range-block {
    margin: 60px; }

.product-list .ui-slider-horizontal {
    height: 0.6em; }

.product-list .ui-slider-horizontal {
    margin-bottom: 15px;
    width: 40%; }

.product-list .ui-widget-header {
    background: #3fe331; }

.product-list .price-range-search {
    width: 40.5%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom: 20px;
    font-size: 16px; }

.product-list .price-range-field {
    width: 20%;
    min-width: 16%;
    background-color: #f9f9f9;
    border: 1px solid #6e6666;
    color: black;
    font-family: myFont;
    font: normal 14px Arial, Helvetica, sans-serif;
    border-radius: 5px;
    height: 26px;
    padding: 5px; }

.product-list .search-results-block {
    position: relative;
    display: block;
    clear: both; }

.product .accordion-button:focus {
    z-index: 3;
    border: 1px solid #dddd;
    outline: 0;
    box-shadow: none; }

.product .accordion-item:first-of-type .accordion-button {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem; }

.product .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }

.product .accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }

.change-number .input-number {
    width: 70%;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    font-size: 1.5rem;
    appearance: textfield;
    background-color: transparent; }

.change-number .input-number,
.change-number .input-number-decrement,
.change-number .input-number-increment {
    border: 0.5px solid var(--bg-two);
    height: 40px;
    user-select: none; }

.change-number .input-number-decrement,
.change-number .input-number-increment {
    display: inline-block;
    width: 15%;
    line-height: 38px;
    background: transparent;
    color: var(--bg-two);
    text-align: center;
    font-weight: bolder;
    font-size: 1rem;
    cursor: pointer; }
.change-number .input-number-decrement:active,
.change-number .input-number-increment:active {
    background: transparent; }

.change-number .input-number-decrement {
    border-right: none;
    border-radius: 0; }

.change-number .input-number-increment {
    border-left: none;
    border-radius: 0; }

.star-rating {
    flex-direction: row-reverse;
    font-size: 1.5em;
    padding: 0 0.2em;
    text-align: center;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.75rem; }
.star-rating input {
    display: none;
    margin: 0px; }
.star-rating label {
    color: #ccc;
    cursor: pointer;
    margin: 0 0 0 5px !important; }
.star-rating label:hover {
    color: #fc0; }
.star-rating label:hover ~ label {
    color: #fc0; }
.star-rating :checked ~ label {
    color: #f90; }
.star-rating article {
    background-color: #ffe;
    box-shadow: 0 0 1em 1px rgba(0, 0, 0, 0.25);
    color: #006;
    margin: 4em;
    max-width: 30em;
    padding: 2em; }

.btn-pro-buy {
    background-color: var(--bg-one);
    border: 1px solid var(--bg-one);
    color: #fff;
    border-radius: 1.5rem; }
.btn-pro-buy:hover {
    background-color: transparent;
    color: var(--bg-one); }
.btn-pro-buy-outline {
    background-color: transparent;
    border: 1px solid var(--bg-one);
    color: var(--bg-one);
    border-radius: 1.5rem; }
.btn-pro-buy-outline:hover {
    background-color: var(--bg-one);
    color: #fff; }

.mobile-price {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.panel-user .user-box .avatarbox {
    padding: 2.75px;
    background: var(--bg-two);
    background: linear-gradient(45deg, var(--bg-two) 0%, var(--bg-one) 50%, #ffd369 100%);
    width: 100%; }
.panel-user .user-box .avatarbox img {
    border: 2.5px solid #fff; }

.panel-user .side-box a {
    color: var(--bg-two);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    transition: 0.5s ease-in-out; }
.panel-user .side-box a i {
    color: var(--bg-one);
    font-size: 1.25rem;
    transition: 0.5s ease-in-out; }
.panel-user .side-box a:hover {
    color: #fff;
    background-color: var(--bg-one);
    border-color: var(--bg-one); }
.panel-user .side-box a:hover i {
    color: #fff; }
.panel-user .side-box a.active {
    color: #fff;
    background-color: var(--bg-one);
    border-color: var(--bg-one); }
.panel-user .side-box a.active i {
    color: #fff; }

.panel-user .hr-panel {
    background-color: var(--bg-one);
    opacity: 1; }

.panel-user .orders figure {
    height: 6rem;
    margin: 0; }
.panel-user .orders figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.panel-user .orders figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.lottie-player .main {
    margin: auto; }

.upload-pn #imagePreview {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/images/user.png"); }

.upload-pn .avatar-upload {
    position: relative;
    max-width: 7.5rem;
    margin: auto; }
.upload-pn .avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0; }
.upload-pn .avatar-upload .avatar-edit input {
    display: none; }
.upload-pn .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out; }
.upload-pn .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6; }
.upload-pn .avatar-upload .avatar-edit input + label:before {
    content: "\f296";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--bg-one);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 30px;
    font-size: 1rem;
    margin: 0; }
.upload-pn .avatar-upload .avatar-preview {
    width: 7.5rem;
    height: 7.5rem;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
.upload-pn .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.pro-cat figure {
    height: 17rem;
    margin: 0; }
.pro-cat figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.pro-cat figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.text-justify p {
    margin: 0; }

.send-ticket {
    position: relative;
    overflow: hidden; }
.send-ticket button {
    position: absolute;
    top: 0.65rem;
    left: 0.75rem; }
.send-ticket textarea {
    padding-left: 5.5rem !important; }

.favorites-sid figure {
    height: 4rem;
    margin: 0; }
.favorites-sid figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.favorites-sid figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.conf input {
    letter-spacing: 15px; }

.cart figure {
    height: 10rem;
    margin: 0;
    padding: 1rem 0; }
.cart figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.cart figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.blog-det .sticky {
    top: 5.25rem; }
.blog-det .sticky .h5 {
    font-size: 1rem; }
.blog-det .sticky .h6 {
    font-size: 0.7rem; }

.like-cu div {
    margin: 0 auto;
    position: relative; }

.like-cu i {
    cursor: pointer;
    display: flex;
    background-color: #333;
    color: #fff;
    transition: 0.2s; }

.like-cu i:hover {
    background-color: #eee;
    color: red; }

.like-cu span {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: 0.6s;
    z-index: -2;
    font-size: 2px;
    color: transparent;
    font-weight: 400; }

.like-cu i.press {
    animation: size 0.4s;
    background-color: #eee;
    color: red; }

.description {
    line-height: 2rem; }
.description p,
.description span {
    margin: 0; }

.tags a {
    display: inline-flex;
    margin: 2px 0;
    list-style: none; }

.rules figure {
    height: 10rem;
    margin: 0; }
.rules figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.rules figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.searche-new .search-modal {
    background: rgba(0, 0, 0, 0.7); }

.br-list figure {
    height: 10rem;
    margin: 0; }
.br-list figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.br-list figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.br-det figure {
    height: 13rem;
    margin: 0; }
.br-det figure .figure-inn {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
.br-det figure .figure-inn img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

.br-det .description {
    height: 11.5rem;
    overflow-x: scroll; }
.br-det .description p,
.br-det .description span {
    margin: 0; }

.over2 {
    margin: auto !important;
    z-index: 1000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2); }
.sld .over h1 {
    font-size: 1.5rem; }
.sld .over h2 {
    font-size: 1rem; }

.sld-xs .over {
    bottom: 1rem;
    z-index: 1000;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.2); }
.sld-xs .over h1 {
    font-size: 1.1rem; }
.sld-xs .over h2 {
    font-size: 0.7rem; }
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    position: initial; }
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default; }
.owl-theme .owl-nav .disabled i {
    opacity: 0.25; }
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
.owl-theme .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff !important; }
.owl-theme .owl-nav button span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
.owl-theme .owl-nav button span i {
    display: flex; }
.owl-theme .owl-nav button.owl-prev {
    right: 0;
    box-shadow: -5px 0 5px -2.5px rgba(0, 0, 0, 0.1); }
.owl-theme .owl-nav button.owl-next {
    left: 0;
    box-shadow: 5px 0 5px -2.5px rgba(0, 0, 0, 0.1); }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; }
.owl-theme .owl-dots .owl-dot span {
    width: 0.75rem;
    height: 0.75rem;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    background-color: #dddddd; }
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

.owl-height {
    transition: height 0.5s ease-in-out; }

.owl-carousel-best,
.owl-carousel-best .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.no-js .owl-carousel-best,
.owl-carousel-best.owl-loaded {
    display: block; }

.owl-carousel-best {
    display: none;
    width: 100%;
    z-index: 1; }
.owl-carousel-best .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
.owl-carousel-best .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel-best .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
.owl-carousel-best .owl-item,
.owl-carousel-best .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel-best .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
.owl-carousel-best .owl-item img {
    display: block; }
.owl-carousel-best .owl-dots.disabled,
.owl-carousel-best .owl-nav.disabled {
    display: none; }
.owl-carousel-best .owl-dot,
.owl-carousel-best .owl-nav .owl-next,
.owl-carousel-best .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-best .owl-nav button.owl-next,
.owl-carousel-best .owl-nav button.owl-prev,
.owl-carousel-best button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 2rem; }
.owl-carousel-best.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel-best.owl-hidden {
    opacity: 0; }
.owl-carousel-best.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel-best.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-best.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel-best.owl-rtl {
    direction: rtl; }
.owl-carousel-best.owl-rtl .owl-item {
    float: right; }
.owl-carousel-best .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
.owl-carousel-best .owl-animated-in {
    z-index: 0; }
.owl-carousel-best .owl-animated-out {
    z-index: 1; }
.owl-carousel-best .fadeOut {
    animation-name: fadeOut; }
.owl-carousel-best .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
.owl-carousel-best .owl-item .owl-lazy:not([src]), .owl-carousel-best .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
.owl-carousel-best .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.owl-carousel-best .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
.owl-carousel-best .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/web/20230722155812im_/https://kochikmode.com/assets/site/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
.owl-carousel-best .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-carousel-best .owl-video-playing .owl-video-play-icon,
.owl-carousel-best .owl-video-playing .owl-video-tn {
    display: none; }
.owl-carousel-best .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
.owl-carousel-best .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
.owl-carousel-best .owl-nav {
    bottom: 108%; }

.owl-carousel-brand,
.owl-carousel-brand .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.no-js .owl-carousel-brand,
.owl-carousel-brand.owl-loaded {
    display: block; }

.owl-carousel-brand {
    display: none;
    width: 100%;
    z-index: 1; }
.owl-carousel-brand .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
.owl-carousel-brand .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel-brand .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
.owl-carousel-brand .owl-item,
.owl-carousel-brand .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel-brand .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
.owl-carousel-brand .owl-item img {
    display: block; }
.owl-carousel-brand .owl-dots.disabled,
.owl-carousel-brand .owl-nav.disabled {
    display: none; }
.owl-carousel-brand .owl-dot,
.owl-carousel-brand .owl-nav .owl-next,
.owl-carousel-brand .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-brand .owl-nav button.owl-next,
.owl-carousel-brand .owl-nav button.owl-prev,
.owl-carousel-brand button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 2rem; }
.owl-carousel-brand.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel-brand.owl-hidden {
    opacity: 0; }
.owl-carousel-brand.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel-brand.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-brand.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel-brand.owl-rtl {
    direction: rtl; }
.owl-carousel-brand.owl-rtl .owl-item {
    float: right; }
.owl-carousel-brand .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
.owl-carousel-brand .owl-animated-in {
    z-index: 0; }
.owl-carousel-brand .owl-animated-out {
    z-index: 1; }
.owl-carousel-brand .fadeOut {
    animation-name: fadeOut; }
.owl-carousel-brand .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
.owl-carousel-brand .owl-item .owl-lazy:not([src]), .owl-carousel-brand .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
.owl-carousel-brand .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.owl-carousel-brand .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
.owl-carousel-brand .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/web/20230722155812im_/https://kochikmode.com/assets/site/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
.owl-carousel-brand .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-carousel-brand .owl-video-playing .owl-video-play-icon,
.owl-carousel-brand .owl-video-playing .owl-video-tn {
    display: none; }
.owl-carousel-brand .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
.owl-carousel-brand .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
.owl-carousel-brand .owl-nav {
    bottom: 108%; }

.owl-carousel-dis,
.owl-carousel-dis .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.no-js .owl-carousel-dis,
.owl-carousel-dis.owl-loaded {
    display: block; }

.owl-carousel-dis {
    display: none;
    width: 100%;
    z-index: 1; }
.owl-carousel-dis .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
.owl-carousel-dis .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel-dis .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
.owl-carousel-dis .owl-item,
.owl-carousel-dis .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel-dis .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
.owl-carousel-dis .owl-item img {
    display: block; }
.owl-carousel-dis .owl-dots.disabled,
.owl-carousel-dis .owl-nav.disabled {
    display: none; }
.owl-carousel-dis .owl-dot,
.owl-carousel-dis .owl-nav .owl-next,
.owl-carousel-dis .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-dis .owl-nav button.owl-next,
.owl-carousel-dis .owl-nav button.owl-prev,
.owl-carousel-dis button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 2rem; }
.owl-carousel-dis.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel-dis.owl-hidden {
    opacity: 0; }
.owl-carousel-dis.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel-dis.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-dis.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel-dis.owl-rtl {
    direction: rtl; }
.owl-carousel-dis.owl-rtl .owl-item {
    float: right; }
.owl-carousel-dis .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
.owl-carousel-dis .owl-animated-in {
    z-index: 0; }
.owl-carousel-dis .owl-animated-out {
    z-index: 1; }
.owl-carousel-dis .fadeOut {
    animation-name: fadeOut; }
.owl-carousel-dis .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
.owl-carousel-dis .owl-item .owl-lazy:not([src]), .owl-carousel-dis .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
.owl-carousel-dis .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.owl-carousel-dis .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
.owl-carousel-dis .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/web/20230722155812im_/https://kochikmode.com/assets/site/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
.owl-carousel-dis .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-carousel-dis .owl-video-playing .owl-video-play-icon,
.owl-carousel-dis .owl-video-playing .owl-video-tn {
    display: none; }
.owl-carousel-dis .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
.owl-carousel-dis .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
.owl-carousel-dis .owl-nav {
    bottom: 108%; }

.owl-carousel-zoom,
.owl-carousel-zoom .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative; }

.no-js .owl-carousel-zoom,
.owl-carousel-zoom.owl-loaded {
    display: block; }

.owl-carousel-zoom {
    display: none;
    width: 100%;
    z-index: 1; }
.owl-carousel-zoom .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
.owl-carousel-zoom .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel-zoom .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
.owl-carousel-zoom .owl-item,
.owl-carousel-zoom .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel-zoom .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none; }
.owl-carousel-zoom .owl-item img {
    display: block; }
.owl-carousel-zoom .owl-dots.disabled,
.owl-carousel-zoom .owl-nav.disabled {
    display: none; }
.owl-carousel-zoom .owl-dot,
.owl-carousel-zoom .owl-nav .owl-next,
.owl-carousel-zoom .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-zoom .owl-nav button.owl-next,
.owl-carousel-zoom .owl-nav button.owl-prev,
.owl-carousel-zoom button.owl-dot {
    background: 0 0;
    color: #333;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 2rem; }
.owl-carousel-zoom.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel-zoom.owl-hidden {
    opacity: 0; }
.owl-carousel-zoom.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel-zoom.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel-zoom.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel-zoom.owl-rtl {
    direction: rtl; }
.owl-carousel-zoom.owl-rtl .owl-item {
    float: right; }
.owl-carousel-zoom .animated {
    animation-duration: 1s;
    animation-fill-mode: both; }
.owl-carousel-zoom .owl-animated-in {
    z-index: 0; }
.owl-carousel-zoom .owl-animated-out {
    z-index: 1; }
.owl-carousel-zoom .fadeOut {
    animation-name: fadeOut; }
.owl-carousel-zoom .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease; }
.owl-carousel-zoom .owl-item .owl-lazy:not([src]), .owl-carousel-zoom .owl-item .owl-lazy[src^=""] {
    max-height: 0; }
.owl-carousel-zoom .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.owl-carousel-zoom .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
.owl-carousel-zoom .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/web/20230722155812im_/https://kochikmode.com/assets/site/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease; }
.owl-carousel-zoom .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-carousel-zoom .owl-video-playing .owl-video-play-icon,
.owl-carousel-zoom .owl-video-playing .owl-video-tn {
    display: none; }
.owl-carousel-zoom .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease; }
.owl-carousel-zoom .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
.owl-carousel-zoom .owl-nav {
    bottom: 108%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

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

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }
a:active, a:hover {
    outline: 0; }

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

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

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

small {
    font-size: 80%; }

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

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

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

figure {
    margin: 1em 40px; }

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

pre {
    overflow: auto; }

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

button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer; }

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

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

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

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

input {
    line-height: normal; }
input::-moz-focus-inner {
    border: 0;
    padding: 0; }
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

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

legend {
    border: 0;
    padding: 0; }

optgroup {
    font-weight: bold; }

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

td,
th {
    padding: 0; }

meta.foundation-version {
    font-family: "/5.5.3/"; }

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0; }

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0; }

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em; }

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
    width: 40.0625em; }

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em; }

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em; }

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em; }

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
    width: 90.0625em; }

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.0625em)/";
    width: 120.0625em; }

meta.foundation-data-attribute-namespace {
    font-family: false; }

#map_canvas img,
#map_canvas embed,
#map_canvas object {
    max-width: none !important; }

.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important; }

.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important; }

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

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

.hide {
    display: none; }

.invisible {
    visibility: hidden; }

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

img {
    display: inline-block;
    vertical-align: middle; }

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
    float: right; }

.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
    float: left; }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto; }
    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto; }
    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto; }
    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto; }
    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto; }
    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto; }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto; }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto; }
    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto; }
    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto; }
    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto; }
    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto; }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto; }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto; }
    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto; }
    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto; }
    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto; }
    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto; }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto; }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto; }
    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto; }
    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto; }
    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto; }
    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto; }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .small-1 {
        width: 8.3333333333%; }
    .small-2 {
        width: 16.6666666667%; }
    .small-3 {
        width: 25%; }
    .small-4 {
        width: 33.3333333333%; }
    .small-5 {
        width: 41.6666666667%; }
    .small-6 {
        width: 50%; }
    .small-7 {
        width: 58.3333333333%; }
    .small-8 {
        width: 66.6666666667%; }
    .small-9 {
        width: 75%; }
    .small-10 {
        width: 83.3333333333%; }
    .small-11 {
        width: 91.6666666667%; }
    .small-12 {
        width: 100%; }
    .small-offset-0 {
        margin-left: 0 !important; }
    .small-offset-1 {
        margin-left: 8.3333333333% !important; }
    .small-offset-2 {
        margin-left: 16.6666666667% !important; }
    .small-offset-3 {
        margin-left: 25% !important; }
    .small-offset-4 {
        margin-left: 33.3333333333% !important; }
    .small-offset-5 {
        margin-left: 41.6666666667% !important; }
    .small-offset-6 {
        margin-left: 50% !important; }
    .small-offset-7 {
        margin-left: 58.3333333333% !important; }
    .small-offset-8 {
        margin-left: 66.6666666667% !important; }
    .small-offset-9 {
        margin-left: 75% !important; }
    .small-offset-10 {
        margin-left: 83.3333333333% !important; }
    .small-offset-11 {
        margin-left: 91.6666666667% !important; }
    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto; }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }
    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0; }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none; }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left; }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right; }
    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0; }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0; }
    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; } }

@media only screen and (min-width: 40.0625em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto; }
    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto; }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto; }
    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto; }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto; }
    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto; }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto; }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto; }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto; }
    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto; }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto; }
    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto; }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto; }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto; }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto; }
    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto; }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto; }
    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto; }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto; }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto; }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto; }
    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto; }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto; }
    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto; }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .medium-1 {
        width: 8.3333333333%; }
    .medium-2 {
        width: 16.6666666667%; }
    .medium-3 {
        width: 25%; }
    .medium-4 {
        width: 33.3333333333%; }
    .medium-5 {
        width: 41.6666666667%; }
    .medium-6 {
        width: 50%; }
    .medium-7 {
        width: 58.3333333333%; }
    .medium-8 {
        width: 66.6666666667%; }
    .medium-9 {
        width: 75%; }
    .medium-10 {
        width: 83.3333333333%; }
    .medium-11 {
        width: 91.6666666667%; }
    .medium-12 {
        width: 100%; }
    .medium-offset-0 {
        margin-left: 0 !important; }
    .medium-offset-1 {
        margin-left: 8.3333333333% !important; }
    .medium-offset-2 {
        margin-left: 16.6666666667% !important; }
    .medium-offset-3 {
        margin-left: 25% !important; }
    .medium-offset-4 {
        margin-left: 33.3333333333% !important; }
    .medium-offset-5 {
        margin-left: 41.6666666667% !important; }
    .medium-offset-6 {
        margin-left: 50% !important; }
    .medium-offset-7 {
        margin-left: 58.3333333333% !important; }
    .medium-offset-8 {
        margin-left: 66.6666666667% !important; }
    .medium-offset-9 {
        margin-left: 75% !important; }
    .medium-offset-10 {
        margin-left: 83.3333333333% !important; }
    .medium-offset-11 {
        margin-left: 91.6666666667% !important; }
    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto; }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0; }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none; }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left; }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right; }
    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0; }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0; }
    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .push-0 {
        position: relative;
        left: 0;
        right: auto; }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto; }
    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto; }
    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto; }
    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto; }
    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto; }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto; }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto; }
    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto; }
    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto; }
    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto; }
    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto; }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto; }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto; }
    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto; }
    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto; }
    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto; }
    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto; }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto; }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto; }
    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto; }
    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto; }
    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto; }
    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto; } }

@media only screen and (min-width: 64.0625em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto; }
    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto; }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto; }
    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto; }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto; }
    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto; }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto; }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto; }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto; }
    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto; }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto; }
    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto; }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto; }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto; }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto; }
    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto; }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto; }
    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto; }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto; }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto; }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto; }
    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto; }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto; }
    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto; }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .large-1 {
        width: 8.3333333333%; }
    .large-2 {
        width: 16.6666666667%; }
    .large-3 {
        width: 25%; }
    .large-4 {
        width: 33.3333333333%; }
    .large-5 {
        width: 41.6666666667%; }
    .large-6 {
        width: 50%; }
    .large-7 {
        width: 58.3333333333%; }
    .large-8 {
        width: 66.6666666667%; }
    .large-9 {
        width: 75%; }
    .large-10 {
        width: 83.3333333333%; }
    .large-11 {
        width: 91.6666666667%; }
    .large-12 {
        width: 100%; }
    .large-offset-0 {
        margin-left: 0 !important; }
    .large-offset-1 {
        margin-left: 8.3333333333% !important; }
    .large-offset-2 {
        margin-left: 16.6666666667% !important; }
    .large-offset-3 {
        margin-left: 25% !important; }
    .large-offset-4 {
        margin-left: 33.3333333333% !important; }
    .large-offset-5 {
        margin-left: 41.6666666667% !important; }
    .large-offset-6 {
        margin-left: 50% !important; }
    .large-offset-7 {
        margin-left: 58.3333333333% !important; }
    .large-offset-8 {
        margin-left: 66.6666666667% !important; }
    .large-offset-9 {
        margin-left: 75% !important; }
    .large-offset-10 {
        margin-left: 83.3333333333% !important; }
    .large-offset-11 {
        margin-left: 91.6666666667% !important; }
    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto; }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }
    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0; }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none; }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left; }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right; }
    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0; }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0; }
    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left; }
    .push-0 {
        position: relative;
        left: 0;
        right: auto; }
    .pull-0 {
        position: relative;
        right: 0;
        left: auto; }
    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto; }
    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto; }
    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto; }
    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto; }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto; }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto; }
    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto; }
    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto; }
    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto; }
    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto; }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto; }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto; }
    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto; }
    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto; }
    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto; }
    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto; }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto; }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto; }
    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto; }
    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto; }
    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto; }
    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto; } }

.accordion {
    margin-bottom: 0;
    margin-left: 0; }
.accordion:before {
    content: " ";
    display: table; }
.accordion:after {
    content: " ";
    display: table;
    clear: both; }
.accordion .accordion-navigation,
.accordion dd {
    display: block;
    margin-bottom: 0 !important; }
.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
    background: #e8e8e8;
    color: #222; }
.accordion .accordion-navigation > a,
.accordion dd > a {
    background: #efefef;
    color: #222;
    display: block;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    padding: 1rem; }
.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
    background: #e3e3e3; }
.accordion .accordion-navigation > .content,
.accordion dd > .content {
    display: none;
    padding: 0.9375rem; }
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
    background: #fff;
    display: block; }

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #008cba;
    border-color: #0078a0;
    color: #fff; }
.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333;
    font-size: 1.375rem;
    line-height: 0.9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
.alert-box .close:hover, .alert-box .close:focus {
    opacity: 0.5; }
.alert-box.radius {
    border-radius: 3px; }
.alert-box.round {
    border-radius: 1000px; }
.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #fff; }
.alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff; }
.alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
.alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
[class*="block-grid-"]:before {
    content: " ";
    display: table; }
[class*="block-grid-"]:after {
    content: " ";
    display: table;
    clear: both; }
[class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both; }
    .small-block-grid-2 > li {
        list-style: none;
        width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both; }
    .small-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both; }
    .small-block-grid-4 > li {
        list-style: none;
        width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both; }
    .small-block-grid-5 > li {
        list-style: none;
        width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both; }
    .small-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both; }
    .small-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both; }
    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both; }
    .small-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both; }
    .small-block-grid-10 > li {
        list-style: none;
        width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both; }
    .small-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both; }
    .small-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both; } }

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both; }
    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both; }
    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both; }
    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both; }
    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both; }
    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both; }
    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both; }
    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both; }
    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both; }
    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both; }
    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both; }
    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both; } }

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both; }
    .large-block-grid-2 > li {
        list-style: none;
        width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both; }
    .large-block-grid-3 > li {
        list-style: none;
        width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both; }
    .large-block-grid-4 > li {
        list-style: none;
        width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both; }
    .large-block-grid-5 > li {
        list-style: none;
        width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both; }
    .large-block-grid-6 > li {
        list-style: none;
        width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both; }
    .large-block-grid-7 > li {
        list-style: none;
        width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both; }
    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both; }
    .large-block-grid-9 > li {
        list-style: none;
        width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both; }
    .large-block-grid-10 > li {
        list-style: none;
        width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both; }
    .large-block-grid-11 > li {
        list-style: none;
        width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both; }
    .large-block-grid-12 > li {
        list-style: none;
        width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both; } }

.breadcrumbs {
    border-style: solid;
    border-width: 1px;
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0.5625rem 0.875rem 0.5625rem;
    background-color: #f4f4f4;
    border-color: #dcdcdc;
    border-radius: 3px; }
.breadcrumbs > * {
    color: #008cba;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
    text-decoration: underline; }
.breadcrumbs > * a {
    color: #008cba; }
.breadcrumbs > *.current {
    color: #333;
    cursor: default; }
.breadcrumbs > *.current a {
    color: #333;
    cursor: default; }
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:focus {
    text-decoration: none; }
.breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus a {
    text-decoration: none; }
.breadcrumbs > *.unavailable {
    color: #999; }
.breadcrumbs > *.unavailable a {
    color: #999; }
.breadcrumbs > *.unavailable:hover {
    color: #999;
    cursor: not-allowed;
    text-decoration: none; }
.breadcrumbs > *.unavailable:hover a {
    color: #999;
    cursor: not-allowed;
    text-decoration: none; }
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
    color: #999;
    cursor: not-allowed;
    text-decoration: none; }
.breadcrumbs > *:before {
    color: #aaa;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px; }
.breadcrumbs > *:first-child:before {
    content: " ";
    margin: 0; }

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/"; }

@media only screen and (min-width: 40.0625em) {
    button,
    .button {
        display: inline-block; } }

.button-group {
    list-style: none;
    margin: 0;
    left: 0; }
.button-group:before {
    content: " ";
    display: table; }
.button-group:after {
    content: " ";
    display: table;
    clear: both; }
.button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
.button-group.even-2 li > button,
.button-group.even-2 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
    border-left: 0; }
.button-group.even-2 li button,
.button-group.even-2 li .button {
    width: 100%; }
.button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%; }
.button-group.even-3 li > button,
.button-group.even-3 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
    border-left: 0; }
.button-group.even-3 li button,
.button-group.even-3 li .button {
    width: 100%; }
.button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
.button-group.even-4 li > button,
.button-group.even-4 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
    border-left: 0; }
.button-group.even-4 li button,
.button-group.even-4 li .button {
    width: 100%; }
.button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
.button-group.even-5 li > button,
.button-group.even-5 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
    border-left: 0; }
.button-group.even-5 li button,
.button-group.even-5 li .button {
    width: 100%; }
.button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%; }
.button-group.even-6 li > button,
.button-group.even-6 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
    border-left: 0; }
.button-group.even-6 li button,
.button-group.even-6 li .button {
    width: 100%; }
.button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
.button-group.even-7 li > button,
.button-group.even-7 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
    border-left: 0; }
.button-group.even-7 li button,
.button-group.even-7 li .button {
    width: 100%; }
.button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
.button-group.even-8 li > button,
.button-group.even-8 li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
    border-left: 0; }
.button-group.even-8 li button,
.button-group.even-8 li .button {
    width: 100%; }
.button-group > li {
    display: inline-block;
    margin: 0 -2px; }
.button-group > li > button,
.button-group > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group > li:first-child button,
.button-group > li:first-child .button {
    border-left: 0; }
.button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
.button-group.stack > li > button,
.button-group.stack > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
    border-left: 0; }
.button-group.stack > li > button,
.button-group.stack > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }
.button-group.stack > li > button {
    width: 100%; }
.button-group.stack > li:first-child button,
.button-group.stack > li:first-child .button {
    border-top: 0; }
.button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
.button-group.stack-for-small > li > button,
.button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.stack-for-small > li:first-child button,
.button-group.stack-for-small > li:first-child .button {
    border-left: 0; }
.button-group.radius > * {
    display: inline-block;
    margin: 0 -2px;
    border-radius: 0; }
.button-group.radius > * > button,
.button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius > *:first-child {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
.button-group.radius > *:first-child button,
.button-group.radius > *:first-child .button {
    border-left: 0; }
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
    border-radius: 0; }
.button-group.radius > *:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
.button-group.radius.stack > * {
    display: block;
    margin: 0;
    border-radius: 0; }
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
    border-left: 0; }
.button-group.radius.stack > * > button,
.button-group.radius.stack > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }
.button-group.radius.stack > * > button {
    width: 100%; }
.button-group.radius.stack > *:first-child {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.button-group.radius.stack > *:first-child button,
.button-group.radius.stack > *:first-child .button {
    border-top: 0; }
.button-group.radius.stack > *:first-child > a,
.button-group.radius.stack > *:first-child > button,
.button-group.radius.stack > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
    border-radius: 0; }
.button-group.radius.stack > *:last-child {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.button-group.radius.stack > *:last-child > a,
.button-group.radius.stack > *:last-child > button,
.button-group.radius.stack > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.button-group.round > * {
    display: inline-block;
    margin: 0 -2px;
    border-radius: 0; }
.button-group.round > * > button,
.button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.round > *:first-child {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
.button-group.round > *:first-child button,
.button-group.round > *:first-child .button {
    border-left: 0; }
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
    border-radius: 0; }
.button-group.round > *:last-child {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
.button-group.round.stack > * {
    display: block;
    margin: 0;
    border-radius: 0; }
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
    border-left: 0; }
.button-group.round.stack > * > button,
.button-group.round.stack > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0; }
.button-group.round.stack > * > button {
    width: 100%; }
.button-group.round.stack > *:first-child {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
.button-group.round.stack > *:first-child button,
.button-group.round.stack > *:first-child .button {
    border-top: 0; }
.button-group.round.stack > *:first-child > a,
.button-group.round.stack > *:first-child > button,
.button-group.round.stack > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
    border-radius: 0; }
.button-group.round.stack > *:last-child {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
.button-group.round.stack > *:last-child > a,
.button-group.round.stack > *:last-child > button,
.button-group.round.stack > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }

@media only screen and (max-width: 40em) {
    .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
    .button-group.stack-for-small > li > button,
    .button-group.stack-for-small > li .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button,
    .button-group.stack-for-small > li:first-child .button {
        border-left: 0; }
    .button-group.stack-for-small > li > button,
    .button-group.stack-for-small > li .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
    .button-group.stack-for-small > li > button {
        width: 100%; }
    .button-group.stack-for-small > li:first-child button,
    .button-group.stack-for-small > li:first-child .button {
        border-top: 0; } }

@media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
        border-radius: 0; }
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack-for-small > *:first-child {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
    .button-group.radius.stack-for-small > *:first-child button,
    .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
    .button-group.radius.stack-for-small > *:first-child > a,
    .button-group.radius.stack-for-small > *:first-child > button,
    .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
    .button-group.radius.stack-for-small > * > a,
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
    .button-group.radius.stack-for-small > *:last-child {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; }
    .button-group.radius.stack-for-small > *:last-child > a,
    .button-group.radius.stack-for-small > *:last-child > button,
    .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }

@media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
        display: block;
        margin: 0;
        border-radius: 0; }
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack-for-small > *:first-child button,
    .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
    .button-group.radius.stack-for-small > * > button {
        width: 100%; }
    .button-group.radius.stack-for-small > *:first-child {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
    .button-group.radius.stack-for-small > *:first-child button,
    .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
    .button-group.radius.stack-for-small > *:first-child > a,
    .button-group.radius.stack-for-small > *:first-child > button,
    .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
    .button-group.radius.stack-for-small > * > a,
    .button-group.radius.stack-for-small > * > button,
    .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
    .button-group.radius.stack-for-small > *:last-child {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
    .button-group.radius.stack-for-small > *:last-child > a,
    .button-group.radius.stack-for-small > *:last-child > button,
    .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }

@media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small > * {
        display: inline-block;
        margin: 0 -2px;
        border-radius: 0; }
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack-for-small > *:first-child {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
    .button-group.round.stack-for-small > *:first-child button,
    .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
    .button-group.round.stack-for-small > *:first-child > a,
    .button-group.round.stack-for-small > *:first-child > button,
    .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
    .button-group.round.stack-for-small > * > a,
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
    .button-group.round.stack-for-small > *:last-child {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; }
    .button-group.round.stack-for-small > *:last-child > a,
    .button-group.round.stack-for-small > *:last-child > button,
    .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }

@media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
        display: block;
        margin: 0;
        border-radius: 0; }
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack-for-small > *:first-child button,
    .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
    .button-group.round.stack-for-small > * > button {
        width: 100%; }
    .button-group.round.stack-for-small > *:first-child {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
    .button-group.round.stack-for-small > *:first-child button,
    .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
    .button-group.round.stack-for-small > *:first-child > a,
    .button-group.round.stack-for-small > *:first-child > button,
    .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
    .button-group.round.stack-for-small > * > a,
    .button-group.round.stack-for-small > * > button,
    .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
    .button-group.round.stack-for-small > *:last-child {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; }
    .button-group.round.stack-for-small > *:last-child > a,
    .button-group.round.stack-for-small > *:last-child > button,
    .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before {
    content: " ";
    display: table; }

.button-bar:after {
    content: " ";
    display: table;
    clear: both; }

.button-bar .button-group {
    float: left;
    margin-right: 0.625rem; }
.button-bar .button-group div {
    overflow: hidden; }

.clearing-thumbs,
[data-clearing] {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0; }

.clearing-thumbs:before, .clearing-thumbs:after {
    content: " ";
    display: table; }

[data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }

.clearing-thumbs:after,
[data-clearing]:after {
    clear: both; }

.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
    background: #333;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
    left: 0; }
.clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 998; }

.clearing-touch-label {
    color: #aaa;
    font-size: 0.6em;
    left: 50%;
    position: absolute;
    top: 50%; }

.visible-img {
    height: 95%;
    position: relative; }
.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
    background: #333;
    bottom: 0;
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 10px 30px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0; }

.clearing-close {
    color: #ccc;
    display: none;
    font-size: 30px;
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 999; }
.clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
    height: 100%; }
.clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
    display: none; }
.clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.0625em) {
    .clearing-main-prev,
    .clearing-main-next {
        height: 100%;
        position: absolute;
        top: 0;
        width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
        border: solid 12px;
        display: block;
        height: 0;
        position: absolute;
        top: 50%;
        width: 0; }
    .clearing-main-prev > span:hover,
    .clearing-main-next > span:hover {
        opacity: 0.8; }
    .clearing-main-prev {
        left: 0; }
    .clearing-main-prev > span {
        left: 5px;
        border-color: transparent;
        border-right-color: #ccc; }
    .clearing-main-next {
        right: 0; }
    .clearing-main-next > span {
        border-color: transparent;
        border-left-color: #ccc; }
    .clearing-main-prev.disabled,
    .clearing-main-next.disabled {
        opacity: 0.3; }
    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none; }
    .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: 0.4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
    .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
        height: 100%;
        max-width: none; }
    .clearing-assembled .clearing-container .carousel > ul li a.th {
        border: none;
        box-shadow: none;
        display: block; }
    .clearing-assembled .clearing-container .carousel > ul li img {
        cursor: pointer !important;
        width: 100% !important; }
    .clearing-assembled .clearing-container .carousel > ul li.visible {
        opacity: 1; }
    .clearing-assembled .clearing-container .carousel > ul li:hover {
        opacity: 0.8; }
    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        height: 85%;
        overflow: hidden; }
    .clearing-close {
        padding-left: 0;
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 20px; } }

.f-dropdown {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 2px;
    max-width: 200px; }
.f-dropdown.open {
    display: block; }
.f-dropdown > *:first-child {
    margin-top: 0; }
.f-dropdown > *:last-child {
    margin-bottom: 0; }
.f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
.f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
.f-dropdown.right:before {
    left: auto;
    right: 10px; }
.f-dropdown.right:after {
    left: auto;
    right: 9px; }
.f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
.f-dropdown.drop-right.open {
    display: block; }
.f-dropdown.drop-right > *:first-child {
    margin-top: 0; }
.f-dropdown.drop-right > *:last-child {
    margin-bottom: 0; }
.f-dropdown.drop-right:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #fff transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 10px;
    left: -12px;
    z-index: 89; }
.f-dropdown.drop-right:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent #ccc transparent transparent;
    border-right-style: solid;
    position: absolute;
    top: 9px;
    left: -14px;
    z-index: 88; }
.f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
.f-dropdown.drop-left.open {
    display: block; }
.f-dropdown.drop-left > *:first-child {
    margin-top: 0; }
.f-dropdown.drop-left > *:last-child {
    margin-bottom: 0; }
.f-dropdown.drop-left:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-left-style: solid;
    position: absolute;
    top: 10px;
    right: -12px;
    left: auto;
    z-index: 89; }
.f-dropdown.drop-left:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #ccc;
    border-left-style: solid;
    position: absolute;
    top: 9px;
    right: -14px;
    left: auto;
    z-index: 88; }
.f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
.f-dropdown.drop-top.open {
    display: block; }
.f-dropdown.drop-top > *:first-child {
    margin-top: 0; }
.f-dropdown.drop-top > *:last-child {
    margin-bottom: 0; }
.f-dropdown.drop-top:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent transparent;
    border-top-style: solid;
    bottom: -12px;
    position: absolute;
    top: auto;
    left: 10px;
    right: auto;
    z-index: 89; }
.f-dropdown.drop-top:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #ccc transparent transparent transparent;
    border-top-style: solid;
    bottom: -14px;
    position: absolute;
    top: auto;
    left: 9px;
    right: auto;
    z-index: 88; }
.f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
.f-dropdown li:hover, .f-dropdown li:focus {
    background: #eee; }
.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555; }
.f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
.f-dropdown.content.open {
    display: block; }
.f-dropdown.content > *:first-child {
    margin-top: 0; }
.f-dropdown.content > *:last-child {
    margin-bottom: 0; }
.f-dropdown.radius {
    border-radius: 3px; }
.f-dropdown.tiny {
    max-width: 200px; }
.f-dropdown.small {
    max-width: 300px; }
.f-dropdown.medium {
    max-width: 500px; }
.f-dropdown.large {
    max-width: 800px; }
.f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
.f-dropdown.mega.open {
    left: 0 !important; }

.dropdown.button,
button.dropdown {
    position: relative;
    padding-right: 3.5625rem; }

.dropdown.button::after,
button.dropdown::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }

.dropdown.button::after,
button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }

.dropdown.button::after,
button.dropdown::after {
    border-color: #fff transparent transparent transparent; }

.dropdown.button.tiny,
button.dropdown.tiny {
    padding-right: 2.625rem; }

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
    border-width: 0.375rem;
    right: 1.125rem;
    margin-top: -0.125rem; }

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
    border-color: #fff transparent transparent transparent; }

.dropdown.button.small,
button.dropdown.small {
    padding-right: 3.0625rem; }

.dropdown.button.small::after,
button.dropdown.small::after {
    border-width: 0.4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem; }

.dropdown.button.small::after,
button.dropdown.small::after {
    border-color: #fff transparent transparent transparent; }

.dropdown.button.large,
button.dropdown.large {
    padding-right: 3.625rem; }

.dropdown.button.large::after,
button.dropdown.large::after {
    border-width: 0.3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem; }

.dropdown.button.large::after,
button.dropdown.large::after {
    border-color: #fff transparent transparent transparent; }

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
    border-color: #333 transparent transparent transparent; }

.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative; }
.flex-video.widescreen {
    padding-bottom: 56.34%; }
.flex-video.vimeo {
    padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

form {
    margin: 0 0 1rem; }

label.right {
    float: none !important;
    text-align: right; }

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }

label small {
    text-transform: capitalize;
    color: #676767; }

.prefix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2; }

.postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2; }
.postfix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center; }

.prefix.button {
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center; }
.prefix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

.postfix.button.radius {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

.prefix.button.round {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }

.postfix.button.round {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

span.prefix,
label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc; }

span.postfix,
label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc; }

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #666; }

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    border-radius: 0;
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/images/down.png");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 3px;
    border-color: #000;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.3125rem;
    background-size: auto 100%; }

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline; }

input[type="file"] {
    width: 100%; }

fieldset {
    border: 1px solid #ddd;
    margin: 1.125rem 0;
    padding: 1.25rem; }
fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

[data-abide] .error small.error,
[data-abide] .error span.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff; }

[data-abide] span.error,
[data-abide] small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff; }

[data-abide] span.error,
[data-abide] small.error {
    display: none; }

span.error,
small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff; }

.error input[type="checkbox"], .error input[type="radio"] {
    margin-bottom: 1rem; }

.error label {
    color: #f04124; }
.error label.error {
    color: #f04124; }

.error small.error {
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
    background: #f04124;
    color: #fff; }

.error > label > small {
    background: transparent;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize; }

.error span.error-message {
    display: block; }

label.error {
    color: #f04124; }

.icon-bar {
    display: inline-block;
    font-size: 0;
    width: 100%;
    background: #333; }
.icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
.icon-bar > * i,
.icon-bar > * img {
    display: block;
    margin: 0 auto; }
.icon-bar > * i + label,
.icon-bar > * img + label {
    margin-top: 0.0625rem; }
.icon-bar > * i {
    font-size: 1.875rem;
    vertical-align: middle; }
.icon-bar > * img {
    height: 1.875rem;
    width: 1.875rem; }
.icon-bar.label-right > * i,
.icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 0.0625rem 0 0; }
.icon-bar.label-right > * i + label,
.icon-bar.label-right > * img + label {
    margin-top: 0; }
.icon-bar.label-right > * label {
    display: inline-block; }
.icon-bar.vertical {
    height: 100%;
    width: auto; }
.icon-bar.vertical.label-right > * {
    text-align: left; }
.icon-bar.small-vertical {
    height: 100%;
    width: auto; }
.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
    float: none;
    margin: auto;
    width: auto; }
.icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
.icon-bar > * i + label,
.icon-bar > * img + label {
    margin-top: 0.0625rem;
    font-size: 1rem; }
.icon-bar > * i {
    font-size: 1.875rem; }
.icon-bar > * img {
    height: 1.875rem;
    width: 1.875rem; }
.icon-bar > * label,
.icon-bar > * i {
    color: #fff; }
.icon-bar > a:hover {
    background: #008cba; }
.icon-bar > a:hover label,
.icon-bar > a:hover i {
    color: #fff; }
.icon-bar > a.active {
    background: #008cba; }
.icon-bar > a.active label,
.icon-bar > a.active i {
    color: #fff; }
.icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
.icon-bar .item.disabled > * {
    opacity: 0.7;
    cursor: not-allowed; }
.icon-bar.two-up .item {
    width: 50%; }
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
    width: auto; }
.icon-bar.three-up .item {
    width: 33.3333%; }
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
    width: auto; }
.icon-bar.four-up .item {
    width: 25%; }
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
    width: auto; }
.icon-bar.five-up .item {
    width: 20%; }
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
    width: auto; }
.icon-bar.six-up .item {
    width: 16.66667%; }
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
    width: auto; }
.icon-bar.seven-up .item {
    width: 14.28571%; }
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
    width: auto; }
.icon-bar.eight-up .item {
    width: 12.5%; }
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
    width: auto; }
.icon-bar.two-up .item {
    width: 50%; }
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
    width: auto; }
.icon-bar.three-up .item {
    width: 33.3333%; }
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
    width: auto; }
.icon-bar.four-up .item {
    width: 25%; }
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
    width: auto; }
.icon-bar.five-up .item {
    width: 20%; }
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
    width: auto; }
.icon-bar.six-up .item {
    width: 16.66667%; }
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
    width: auto; }
.icon-bar.seven-up .item {
    width: 14.28571%; }
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
    width: auto; }
.icon-bar.eight-up .item {
    width: 12.5%; }
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
    width: auto; }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.medium-vertical {
        height: 100%;
        width: auto; }
    .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.large-vertical {
        height: 100%;
        width: auto; }
    .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.two-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.three-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.four-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.five-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.six-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.seven-up.large-vertical .item {
        width: auto; } }

@media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
        width: auto; } }

@media only screen and (min-width: 64.0625em) {
    .icon-bar.eight-up.large-vertical .item {
        width: auto; } }

.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.0625rem;
    margin-left: -1.375rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0; }
.inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
.inline-list > li > * {
    display: block; }

.joyride-list {
    display: none; }

.joyride-tip-guide {
    background: #333;
    color: #fff;
    display: none;
    font-family: inherit;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 95%;
    z-index: 103;
    left: 2.5%; }

.lt-ie9 .joyride-tip-guide {
    margin-left: -400px;
    max-width: 800px;
    left: 50%; }

.joyride-content-wrapper {
    padding: 1.125rem 1.25rem 1.5rem;
    width: 100%; }
.joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
.joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

.joyride-tip-guide .joyride-nub {
    border: 10px solid #333;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 22px; }
.joyride-tip-guide .joyride-nub.top {
    border-color: #333;
    border-top-color: transparent !important;
    border-top-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
.joyride-tip-guide .joyride-nub.bottom {
    border-color: #333 !important;
    border-bottom-color: transparent !important;
    border-bottom-style: solid;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
.joyride-tip-guide .joyride-nub.right {
    right: -20px; }
.joyride-tip-guide .joyride-nub.left {
    left: -20px; }

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
    color: #fff;
    font-weight: bold;
    line-height: 1.25;
    margin: 0; }

.joyride-tip-guide p {
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0 0 1.125rem 0; }

.joyride-timer-indicator-wrap {
    border: solid 1px #555;
    bottom: 1rem;
    height: 3px;
    position: absolute;
    width: 50px;
    right: 1.0625rem; }

.joyride-timer-indicator {
    background: #666;
    display: block;
    height: inherit;
    width: 0; }

.joyride-close-tip {
    color: #777 !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 0.5 !important;
    position: absolute;
    text-decoration: none;
    top: 10px;
    right: 12px; }
.joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0; }

.joyride-expose-wrapper {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px #fff;
    position: absolute;
    z-index: 102; }

.joyride-expose-cover {
    background: transparent;
    border-radius: 3px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999; }

@media only screen {
    .joyride-tip-guide {
        width: 300px;
        left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
        border-color: #333 !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
        border-color: #333 !important;
        border-right-color: transparent !important;
        border-bottom-color: transparent !important;
        border-top-color: transparent !important;
        left: auto;
        right: -20px;
        top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
        border-color: #333 !important;
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-top-color: transparent !important;
        left: -20px;
        right: auto;
        top: 22px; } }

.keystroke,
kbd {
    background-color: #ededed;
    border-color: #ddd;
    color: #222;
    border-style: solid;
    border-width: 1px;
    font-family: "Consolas", "Menlo", "Courier", monospace;
    font-size: inherit;
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    border-radius: 3px; }

.label {
    display: inline-block;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #008cba;
    color: #fff; }
.label.radius {
    border-radius: 3px; }
.label.round {
    border-radius: 1000px; }
.label.alert {
    background-color: #f04124;
    color: #fff; }
.label.warning {
    background-color: #f08a24;
    color: #fff; }
.label.success {
    background-color: #43ac6a;
    color: #fff; }
.label.secondary {
    background-color: #e7e7e7;
    color: #333; }
.label.info {
    background-color: #a0d3e8;
    color: #333; }

[data-magellan-expedition],
[data-magellan-expedition-clone] {
    background: #fff;
    min-width: 100%;
    padding: 10px;
    z-index: 50; }

[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav,
[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
    margin-bottom: 0; }

[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
    line-height: 1.8em; }

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg); } }

.slideshow-wrapper {
    position: relative; }
.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
.slideshow-wrapper ul li {
    display: none; }
.slideshow-wrapper ul li .orbit-caption {
    display: none; }
.slideshow-wrapper ul li:first-child {
    display: block; }
.slideshow-wrapper .orbit-container {
    background-color: transparent; }
.slideshow-wrapper .orbit-container li {
    display: block; }
.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block; }
.slideshow-wrapper .orbit-container .orbit-bullets li {
    display: inline-block; }
.slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555 #fff;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
    background: none;
    overflow: hidden;
    position: relative;
    width: 100%; }
.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%; }
.orbit-container .orbit-slides-container > * {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%; }
.orbit-container .orbit-slides-container > *:first-child {
    margin-left: 0; }
.orbit-container .orbit-slides-container > * .orbit-caption {
    bottom: 0;
    position: absolute;
    background-color: rgba(51, 51, 51, 0.8);
    color: #fff;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    width: 100%; }
.orbit-container .orbit-slide-number {
    left: 10px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem; }
.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0;
    position: relative;
    right: 20px;
    top: 5px; }
.orbit-container .orbit-timer > span {
    border: solid 4px #fff;
    border-bottom: none;
    border-top: none;
    display: none;
    height: 14px;
    position: absolute;
    top: 0;
    width: 11px;
    right: 0; }
.orbit-container .orbit-timer.paused > span {
    top: 0;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-left-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    right: -4px; }
.orbit-container .orbit-timer.paused > span.dark {
    border-left-color: #333; }
.orbit-container:hover .orbit-timer > span {
    display: block; }
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.3); }
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
    border: inset 10px;
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0; }
.orbit-container .orbit-prev {
    left: 0; }
.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff; }
.orbit-container .orbit-prev:hover > span {
    border-right-color: #fff; }
.orbit-container .orbit-next {
    right: 0; }
.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -4px; }
.orbit-container .orbit-next:hover > span {
    border-left-color: #fff; }

.orbit-bullets-container {
    text-align: center; }

.orbit-bullets {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 10px; }
.orbit-bullets li {
    background: #ccc;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
.orbit-bullets li.active {
    background: #999; }
.orbit-bullets li:last-child {
    margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: none; }

.touch .orbit-bullets {
    display: none; }

@media only screen and (min-width: 40.0625em) {
    .touch .orbit-container .orbit-prev,
    .touch .orbit-container .orbit-next {
        display: inherit; }
    .touch .orbit-bullets {
        display: block; } }

@media only screen and (max-width: 40em) {
    .orbit-stack-on-small .orbit-slides-container {
        height: auto !important; }
    .orbit-stack-on-small .orbit-slides-container > * {
        margin: 0 !important;
        opacity: 1 !important;
        position: relative; }
    .orbit-stack-on-small .orbit-slide-number {
        display: none; }
    .orbit-timer,
    .orbit-next,
    .orbit-prev,
    .orbit-bullets {
        display: none; } }

ul.pagination {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem; }
ul.pagination li {
    color: #222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem;
    display: block;
    float: left; }
ul.pagination li a,
ul.pagination li button {
    border-radius: 3px;
    transition: background-color 300ms ease-out;
    background: none;
    color: #999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: inherit;
    padding: 0.0625rem 0.625rem 0.0625rem; }
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
    background: #e6e6e6; }
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
    cursor: default;
    color: #999;
    pointer-events: none; }
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
    background: transparent; }
ul.pagination li.current a,
ul.pagination li.current button {
    background: #008cba;
    color: #fff;
    cursor: default;
    font-weight: bold; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
    background: #008cba; }
ul.pagination li.current button:hover, ul.pagination li.current button:focus {
    background: #008cba; }

.pagination-centered {
    text-align: center; }
.pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

.pricing-table {
    border: solid 1px #ddd;
    margin-left: 0;
    margin-bottom: 1.25rem; }
.pricing-table * {
    list-style: none;
    line-height: 1; }
.pricing-table .price {
    background-color: #f6f6f6;
    color: #333;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
.pricing-table .description {
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
.pricing-table .bullet-item {
    background-color: #fff;
    border-bottom: dotted 1px #ddd;
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
.pricing-table .cta-button {
    background-color: #fff;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

.progress {
    background-color: #f6f6f6;
    border: 1px solid #fff;
    height: 1.5625rem;
    margin-bottom: 0.625rem;
    padding: 0.125rem; }
.progress .meter {
    background: #008cba;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress .meter.secondary {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress .meter.success {
    background: #43ac6a;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress .meter.alert {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress.success .meter {
    background: #43ac6a;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
.progress.radius {
    border-radius: 3px; }
.progress.radius .meter {
    border-radius: 2px; }
.progress.round {
    border-radius: 1000px; }
.progress.round .meter {
    border-radius: 999px; }

.range-slider {
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: block;
    height: 1rem;
    width: 100%;
    background: #fafafa; }
.range-slider.vertical-range {
    border: 1px solid #ddd;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
.range-slider.vertical-range .range-slider-handle {
    bottom: -10.5rem;
    margin-left: -0.5rem;
    margin-top: 0;
    position: absolute; }
.range-slider.vertical-range .range-slider-active-segment {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-top-left-radius: initial;
    bottom: 0;
    height: auto;
    width: 0.875rem; }
.range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
.range-slider.radius .range-slider-handle {
    background: #008cba;
    border-radius: 3px; }
.range-slider.radius .range-slider-handle:hover {
    background: #007ba4; }
.range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
.range-slider.round .range-slider-handle {
    background: #008cba;
    border-radius: 1000px; }
.range-slider.round .range-slider-handle:hover {
    background: #007ba4; }
.range-slider.disabled, .range-slider[disabled] {
    background: #fafafa;
    cursor: not-allowed;
    opacity: 0.7; }
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
    background: #008cba;
    cursor: default;
    opacity: 0.7; }
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
    background: #007ba4; }

.range-slider-active-segment {
    background: #e5e5e5;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    display: inline-block;
    height: 0.875rem;
    position: absolute; }

.range-slider-handle {
    border: 1px solid none;
    cursor: pointer;
    display: inline-block;
    height: 1.375rem;
    position: absolute;
    top: -0.3125rem;
    width: 2rem;
    z-index: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #008cba; }
.range-slider-handle:hover {
    background: #007ba4; }

.reveal-modal-bg {
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1004;
    left: 0; }

.reveal-modal {
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1005;
    left: 0;
    background-color: #fff;
    padding: 1.875rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal .column,
.reveal-modal .columns {
    min-width: 0; }
.reveal-modal > :first-child {
    margin-top: 0; }
.reveal-modal > :last-child {
    margin-bottom: 0; }
.reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
.reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
.reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
.reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
.reveal-modal.toback {
    z-index: 1003; }
.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

@media only screen and (max-width: 40em) {
    .reveal-modal {
        min-height: 100vh; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 80%; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal {
        top: 6.25rem; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 30%; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 40%; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 60%; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 70%; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 95%; } }

@media only screen and (min-width: 40.0625em) {
    .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }

.side-nav {
    display: block;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0; }
.side-nav li {
    font-size: 1rem;
    font-weight: normal;
    margin: 0; }
.side-nav li a:not(.button) {
    color: #8a9191;
    display: block;
    margin: 0;
    padding: 0.4375rem 0.875rem; }
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
    background: rgba(0, 0, 0, 0.025);
    color: #000; }
.side-nav li a:not(.button):active {
    color: #adb2b2; }
.side-nav li.active > a:first-child:not(.button) {
    color: #adb2b2;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal; }
.side-nav li.divider {
    border-top: 1px solid;
    height: 0;
    list-style: none;
    padding: 0;
    border-top-color: #e6e6e6; }
.side-nav li.heading {
    color: #8a9191;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }

.split.button {
    position: relative;
    padding-right: 5.0625rem; }
.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
    border-left-color: rgba(255, 255, 255, 0.5);
    width: 3.09375rem; }
.split.button span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%; }
.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1); }
.split.button span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    margin-left: -0.375rem;
    top: 48%;
    border-color: #fff transparent transparent transparent; }
.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.secondary span:after {
    border-color: #fff transparent transparent transparent; }
.split.button.alert span,
.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
.split.button.tiny {
    padding-right: 3.75rem; }
.split.button.tiny span {
    width: 2.25rem; }
.split.button.tiny span:after {
    border-top-style: solid;
    border-width: 0.375rem;
    margin-left: -0.375rem;
    top: 48%; }
.split.button.small {
    padding-right: 4.375rem; }
.split.button.small span {
    width: 2.625rem; }
.split.button.small span:after {
    border-top-style: solid;
    border-width: 0.4375rem;
    margin-left: -0.375rem;
    top: 48%; }
.split.button.large {
    padding-right: 5.5rem; }
.split.button.large span {
    width: 3.4375rem; }
.split.button.large span:after {
    border-top-style: solid;
    border-width: 0.3125rem;
    margin-left: -0.375rem;
    top: 48%; }
.split.button.expand {
    padding-left: 2rem; }
.split.button.secondary span:after {
    border-color: #333 transparent transparent transparent; }
.split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
.split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
.split.button.no-pip span:before, .split.button.no-pip span:after {
    border-style: none; }
.split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
    display: block;
    margin: -0.25rem 0 1.125rem;
    overflow: hidden;
    padding-top: 0.25rem;
    width: auto; }
.sub-nav dt {
    text-transform: uppercase;
    color: #999;
    float: left;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
.sub-nav dd,
.sub-nav li {
    color: #999;
    float: left;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
    color: #999;
    padding: 0.1875rem 1rem;
    text-decoration: none; }
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
    color: #737373; }
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    border-radius: 3px;
    background: #008cba;
    color: #fff;
    cursor: default;
    font-weight: normal;
    padding: 0.1875rem 1rem; }
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
    background: #0078a0; }

.switch {
    border: none;
    margin-bottom: 1.5rem;
    outline: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.switch label {
    background: #ddd;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
.switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
.switch input + label {
    margin-left: 0;
    margin-right: 0; }
.switch label:after {
    background: #fff;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0.25rem;
    position: absolute;
    top: 0.25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -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); }
.switch input:checked + label {
    background: #008cba; }
.switch input:checked + label:after {
    left: 2.25rem; }
.switch label {
    height: 2rem;
    width: 4rem; }
.switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
.switch input:checked + label:after {
    left: 2.25rem; }
.switch label {
    color: transparent;
    background: #ddd; }
.switch label:after {
    background: #fff; }
.switch input:checked + label {
    background: #008cba; }
.switch.large label {
    height: 2.5rem;
    width: 5rem; }
.switch.large label:after {
    height: 2rem;
    width: 2rem; }
.switch.large input:checked + label:after {
    left: 2.75rem; }
.switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
.switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
.switch.small input:checked + label:after {
    left: 2rem; }
.switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
.switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
.switch.tiny input:checked + label:after {
    left: 1.75rem; }
.switch.radius label {
    border-radius: 4px; }
.switch.radius label:after {
    border-radius: 3px; }
.switch.round {
    border-radius: 1000px; }
.switch.round label {
    border-radius: 2rem; }
.switch.round label:after {
    border-radius: 2rem; }

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0; }
.tabs:before {
    content: " ";
    display: table; }
.tabs:after {
    content: " ";
    display: table;
    clear: both; }
.tabs dd,
.tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
.tabs dd > a,
.tabs .tab-title > a {
    display: block;
    background-color: #efefef;
    color: #222;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    padding: 1rem 2rem; }
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
    background-color: #e1e1e1; }
.tabs dd.active > a,
.tabs .tab-title.active > a {
    background-color: #fff;
    color: #222; }
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
.tabs.vertical dd,
.tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%; }
.tabs-content:before {
    content: " ";
    display: table; }
.tabs-content:after {
    content: " ";
    display: table;
    clear: both; }
.tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
.tabs-content > .content.active {
    display: block;
    float: none; }
.tabs-content > .content.contained {
    padding: 0.9375rem; }
.tabs-content.vertical {
    display: block; }
.tabs-content.vertical > .content {
    padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: 20%;
        width: 20%; }
    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: 80%;
        padding-left: 1rem;
        width: 80%; } }

.no-js .tabs-content > .content {
    display: block;
    float: none; }

.th {
    border: solid 4px #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: all 200ms ease-out; }
.th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
.th.radius {
    border-radius: 3px; }

.has-tip {
    border-bottom: dotted 1px #ccc;
    color: #333;
    cursor: help;
    font-weight: bold; }
.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
.has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
    background: #333;
    color: #fff;
    display: none;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.3;
    max-width: 300px;
    padding: 0.75rem;
    position: absolute;
    width: 100%;
    z-index: 1006;
    left: 50%; }
.tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
.tooltip > .nub.rtl {
    left: auto;
    right: 5px; }
.tooltip.radius {
    border-radius: 3px; }
.tooltip.round {
    border-radius: 1000px; }
.tooltip.round > .nub {
    left: 2rem; }
.tooltip.opened {
    border-bottom: dotted 1px #003f54 !important;
    color: #008cba !important; }

.tap-to-close {
    color: #777;
    display: block;
    font-size: 0.625rem;
    font-weight: normal; }

@media only screen {
    .tooltip > .nub {
        border-color: transparent transparent #333 transparent;
        top: -10px; }
    .tooltip.tip-top > .nub {
        border-color: #333 transparent transparent transparent;
        bottom: -10px;
        top: auto; }
    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important; }
    .tooltip.tip-left > .nub {
        border-color: transparent transparent transparent #333;
        left: auto;
        margin-top: -5px;
        right: -10px;
        top: 50%; }
    .tooltip.tip-right > .nub {
        border-color: transparent #333 transparent transparent;
        left: -10px;
        margin-top: -5px;
        right: auto;
        top: 50%; } }

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em; }

.contain-to-grid {
    width: 100%;
    background: #333; }
.contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0; }
.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 2.8125rem;
    z-index: 98; }

.top-bar {
    background: #333;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative; }
.top-bar ul {
    list-style: none;
    margin-bottom: 0; }
.top-bar .button,
.top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
.top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 2.8125rem;
    margin: 0; }
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 0 0.9375rem;
    width: 75%; }
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
.top-bar .toggle-topbar a {
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase; }
.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%; }
.top-bar .toggle-topbar.menu-icon a {
    color: #fff;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative; }
.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 16px; }
.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
.top-bar.expanded {
    background: transparent;
    height: auto; }
.top-bar.expanded .title-area {
    background: #333; }
.top-bar.expanded .toggle-topbar a {
    color: #888; }
.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888; }

@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out; }
.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
.top-bar-section ul li {
    background: #333; }
.top-bar-section ul li > a {
    color: #fff;
    display: block;
    font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%; }
.top-bar-section ul li > a.button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
    background-color: #007095; }
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
    color: #fff; }
.top-bar-section ul li > a.button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
    background-color: #b9b9b9; }
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
    color: #333; }
.top-bar-section ul li > a.button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
    background-color: #368a55; }
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
    color: #fff; }
.top-bar-section ul li > a.button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
    background-color: #cf2a0e; }
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
    color: #fff; }
.top-bar-section ul li > a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
    background-color: #cf6e0e; }
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
    color: #fff; }
.top-bar-section ul li > a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333; }
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
    background-color: #61b6d9; }
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
    color: #fff; }
.top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
    background-color: #007095; }
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
    color: #fff; }
.top-bar-section ul li > button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
    background-color: #b9b9b9; }
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
    color: #333; }
.top-bar-section ul li > button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #fff; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
    background-color: #368a55; }
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
    color: #fff; }
.top-bar-section ul li > button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
    background-color: #cf2a0e; }
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
    color: #fff; }
.top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #fff; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
    background-color: #cf6e0e; }
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
    color: #fff; }
.top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333; }
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
    background-color: #61b6d9; }
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
    color: #fff; }
.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #555;
    color: #fff;
    background: #222; }
.top-bar-section ul li.active > a {
    background: #008cba;
    color: #fff; }
.top-bar-section ul li.active > a:hover {
    background: #0078a0;
    color: #fff; }
.top-bar-section .has-form {
    padding: 0.9375rem; }
.top-bar-section .has-dropdown {
    position: relative; }
.top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0; }
.top-bar-section .has-dropdown.moved {
    position: static; }
.top-bar-section .has-dropdown.moved > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%; }
.top-bar-section .has-dropdown.moved > a:after {
    display: none; }
.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
.top-bar-section .dropdown li {
    height: auto;
    width: 100%; }
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 0.9375rem; }
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal; }
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem; }
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #fff;
    display: block; }
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none; }
.top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem; }
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto; }
.top-bar-section .dropdown label {
    color: #777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 0.9375rem 2px;
    text-transform: uppercase; }

.js-generated {
    display: block; }

@media only screen and (min-width: 40.0625em) {
    .top-bar {
        background: #333;
        overflow: visible; }
    .top-bar:before {
        content: " ";
        display: table; }
    .top-bar:after {
        content: " ";
        display: table;
        clear: both; }
    .top-bar .toggle-topbar {
        display: none; }
    .top-bar .title-area {
        float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem; }
    .top-bar.expanded {
        background: #333; }
    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 62.5rem; }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important; }
    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto; }
    .top-bar-section ul li {
        float: left; }
    .top-bar-section ul li .js-generated {
        display: none; }
    .top-bar-section li.hover > a:not(.button) {
        background-color: #555;
        background: #222;
        color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: #333;
        line-height: 2.8125rem;
        padding: 0 0.9375rem; }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555;
        background: #222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: #008cba;
        color: #fff;
        line-height: 2.8125rem;
        padding: 0 0.9375rem; }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #fff; }
    .top-bar-section .has-dropdown > a {
        padding-right: 2.1875rem !important; }
    .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
        position: relative; }
    .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown,
    .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px; }
    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto; }
    .top-bar-section .dropdown li a {
        background: #333;
        color: #fff;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333;
        color: #fff; }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555;
        color: #fff;
        background: #222; }
    .top-bar-section .dropdown li label {
        background: #333;
        white-space: nowrap; }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
        border-right: solid 1px #4e4e4e;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 2.8125rem;
        width: 0; }
    .top-bar-section .has-form {
        background: #333;
        height: 2.8125rem;
        padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0; }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0; }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
    .no-js .top-bar-section ul li:hover > a {
        background-color: #555;
        background: #222;
        color: #fff; }
    .no-js .top-bar-section ul li:active > a {
        background: #008cba;
        color: #fff; }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown,
    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important; } }

.text-left {
    text-align: left !important; }

.text-right {
    text-align: right !important; }

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

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

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important; }
    .small-only-text-right {
        text-align: right !important; }
    .small-only-text-center {
        text-align: center !important; }
    .small-only-text-justify {
        text-align: justify !important; } }

@media only screen {
    .small-text-left {
        text-align: left !important; }
    .small-text-right {
        text-align: right !important; }
    .small-text-center {
        text-align: center !important; }
    .small-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important; }
    .medium-only-text-right {
        text-align: right !important; }
    .medium-only-text-center {
        text-align: center !important; }
    .medium-only-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
    .medium-text-left {
        text-align: left !important; }
    .medium-text-right {
        text-align: right !important; }
    .medium-text-center {
        text-align: center !important; }
    .medium-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important; }
    .large-only-text-right {
        text-align: right !important; }
    .large-only-text-center {
        text-align: center !important; }
    .large-only-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
    .large-text-left {
        text-align: left !important; }
    .large-text-right {
        text-align: right !important; }
    .large-text-center {
        text-align: center !important; }
    .large-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important; }
    .xlarge-only-text-right {
        text-align: right !important; }
    .xlarge-only-text-center {
        text-align: center !important; }
    .xlarge-only-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
    .xlarge-text-left {
        text-align: left !important; }
    .xlarge-text-right {
        text-align: right !important; }
    .xlarge-text-center {
        text-align: center !important; }
    .xlarge-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
    .xxlarge-only-text-left {
        text-align: left !important; }
    .xxlarge-only-text-right {
        text-align: right !important; }
    .xxlarge-only-text-center {
        text-align: center !important; }
    .xxlarge-only-text-justify {
        text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
    .xxlarge-text-left {
        text-align: left !important; }
    .xxlarge-text-right {
        text-align: right !important; }
    .xxlarge-text-center {
        text-align: center !important; }
    .xxlarge-text-justify {
        text-align: justify !important; } }

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem; }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem; }

em,
i {
    font-style: italic;
    line-height: inherit; }

strong,
b {
    font-weight: bold;
    line-height: inherit; }

small {
    font-size: 60%;
    line-height: inherit; }

code {
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.125rem 0.3125rem 0.0625rem; }

ul,
ol,
dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem; }

ul {
    margin-left: 1.1rem; }
ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit; }
ul.square {
    list-style-type: square;
    margin-left: 1.1rem; }
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem; }
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem; }

ol {
    margin-left: 1.4rem; }
ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
    list-style-type: none;
    margin-left: 0; }
.no-bullet li ul,
.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

dl dd {
    margin-bottom: 0.75rem; }

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help; }

abbr {
    text-transform: none; }
abbr[title] {
    border-bottom: 1px dotted #ddd; }

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 7px solid #ddd;
    line-height: 1.6;
    color: #6f6f6f; }
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555; }
blockquote cite:before {
    content: "\2014 \0020"; }
blockquote cite a {
    color: #555; }
blockquote cite a:visited {
    color: #555; }
blockquote p {
    line-height: 1.6;
    color: #6f6f6f; }

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem; }
.vcard li {
    margin: 0;
    display: block; }
.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
    font-weight: bold; }

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem; }

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }
    a {
        text-decoration: underline; }
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    .ir a:after {
        content: ""; }
    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr {
        page-break-inside: avoid; }
    img {
        page-break-inside: avoid;
        max-width: 100% !important; }
    @page {
        margin: 0.34in; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; } }

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden; }
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
.inner-wrap:before {
    content: " ";
    display: table; }
.inner-wrap:after {
    content: " ";
    display: table;
    clear: both; }

.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative; }
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0; }

.right-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0; }

.tab-bar-section {
    height: 2.8125rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0; }
.tab-bar-section.left {
    text-align: left; }
.tab-bar-section.right {
    text-align: right; }
.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
    color: #fff;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem; }
.tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem; }
.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    top: 0; }
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    top: 0; }
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    height: 18.75rem; }
.top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    transition: transform 500ms ease 0s;
    width: 15.625rem;
    z-index: 1001;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    height: 18.75rem; }
.bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
ul.off-canvas-list li label {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.6666666667rem;
    transition: background 300ms ease; }
ul.off-canvas-list li a:hover, ul.off-canvas-list li a:active {
    background: #242424; }

.move-right > .inner-wrap {
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate(15.625rem, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate(-15.625rem, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
    -webkit-transform: translate3d(0, -18.75rem, 0);
    -moz-transform: translate3d(0, -18.75rem, 0);
    -ms-transform: translate(0, -18.75rem);
    -o-transform: translate3d(0, -18.75rem, 0);
    transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
    -webkit-transform: translate3d(0, 18.75rem, 0);
    -moz-transform: translate3d(0, 18.75rem, 0);
    -ms-transform: translate(0, 18.75rem);
    -o-transform: translate3d(0, 18.75rem, 0);
    transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002; }

@media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
    top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
    bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
    right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
    left: 18.75rem; }

.left-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
.left-submenu * {
    -webkit-backface-visibility: hidden; }
.left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
.left-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
.left-submenu .back > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline; }
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
.right-submenu * {
    -webkit-backface-visibility: hidden; }
.right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
.right-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
.right-submenu .back > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline; }
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
.top-submenu * {
    -webkit-backface-visibility: hidden; }
.top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
.top-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #333;
    bottom: 0;
    box-sizing: content-box;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 15.625rem;
    height: 18.75rem;
    z-index: 1002;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate(0, 100%);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease; }
.bottom-submenu * {
    -webkit-backface-visibility: hidden; }
.bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
.bottom-submenu .back > a:hover {
    background: #303030;
    border-bottom: none;
    border-top: 1px solid #5e5e5e; }
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
    content: "\BB";
    margin-left: 0.5rem;
    display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline; }

@media only screen {
    .show-for-small-only,
    .show-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important; }
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important; }
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto; }
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px; }
    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important; }
    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important; }
    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important; }
    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row; }
    th.show-for-small-only,
    td.show-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.show-for-small,
    td.show-for-small,
    th.show-for-small-down,
    td.show-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.hide-for-medium-up,
    td.hide-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important; } }

@media only screen and (min-width: 40.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important; }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important; }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto; }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row; }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.show-for-medium-only,
    td.show-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.show-for-medium,
    td.show-for-medium,
    th.show-for-medium-down,
    td.show-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.hide-for-large-up,
    td.hide-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important; } }

@media only screen and (min-width: 64.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important; }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important; }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto; }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row; }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.show-for-large-only,
    td.show-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.show-for-large,
    td.show-for-large,
    th.show-for-large-down,
    td.show-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    td.hide-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important; } }

@media only screen and (min-width: 90.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important; }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important; }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto; }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row; }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.show-for-xlarge-only,
    td.show-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.show-for-xlarge,
    td.show-for-xlarge,
    th.show-for-xlarge-down,
    td.show-for-xlarge-down,
    th.hide-for-xxlarge-only,
    td.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    td.hide-for-xxlarge-up,
    th.hide-for-xxlarge,
    td.hide-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important; } }

@media only screen and (min-width: 120.0625em) {
    .hide-for-small-only,
    .show-for-small-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-medium-only,
    .show-for-medium-up,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-large-only,
    .show-for-large-up,
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-xlarge-only,
    .show-for-xlarge-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down {
        display: inherit !important; }
    .show-for-small-only,
    .hide-for-small-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-medium-only,
    .hide-for-medium-up,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-large-only,
    .hide-for-large-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-xlarge-only,
    .hide-for-xlarge-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down {
        display: none !important; }
    .hidden-for-small-only,
    .visible-for-small-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-medium-only,
    .visible-for-medium-up,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-large-only,
    .visible-for-large-up,
    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-xlarge-only,
    .visible-for-xlarge-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto; }
    .visible-for-small-only,
    .hidden-for-small-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-medium-only,
    .hidden-for-medium-up,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-large-only,
    .hidden-for-large-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-xlarge-only,
    .hidden-for-xlarge-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px; }
    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important; }
    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important; }
    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important; }
    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row; }
    th.hide-for-small-only,
    td.hide-for-small-only,
    th.show-for-small-up,
    td.show-for-small-up,
    th.hide-for-small,
    td.hide-for-small,
    th.hide-for-small-down,
    td.hide-for-small-down,
    th.hide-for-medium-only,
    td.hide-for-medium-only,
    th.show-for-medium-up,
    td.show-for-medium-up,
    th.hide-for-medium,
    td.hide-for-medium,
    th.hide-for-medium-down,
    td.hide-for-medium-down,
    th.hide-for-large-only,
    td.hide-for-large-only,
    th.show-for-large-up,
    td.show-for-large-up,
    th.hide-for-large,
    td.hide-for-large,
    th.hide-for-large-down,
    td.hide-for-large-down,
    th.hide-for-xlarge-only,
    td.hide-for-xlarge-only,
    th.show-for-xlarge-up,
    td.show-for-xlarge-up,
    th.hide-for-xlarge,
    td.hide-for-xlarge,
    th.hide-for-xlarge-down,
    td.hide-for-xlarge-down,
    th.show-for-xxlarge-only,
    td.show-for-xxlarge-only,
    th.show-for-xxlarge-up,
    td.show-for-xxlarge-up,
    th.show-for-xxlarge,
    td.show-for-xxlarge,
    th.show-for-xxlarge-down,
    td.show-for-xxlarge-down {
        display: table-cell !important; } }

.show-for-landscape,
.hide-for-portrait {
    display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
    display: none !important; }

table.hide-for-landscape, table.show-for-portrait {
    display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait {
    display: table-cell !important; }

th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important; }

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important; }
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important; }
    table.show-for-landscape, table.hide-for-portrait {
        display: table !important; }
    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important; }
    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important; }
    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important; }
    td.show-for-landscape, td.hide-for-portrait {
        display: table-cell !important; }
    th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important; } }

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important; }
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important; }
    table.show-for-portrait, table.hide-for-landscape {
        display: table !important; }
    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important; }
    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important; }
    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important; }
    td.show-for-portrait, td.hide-for-landscape {
        display: table-cell !important; }
    th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important; } }

.show-for-touch {
    display: none !important; }

.hide-for-touch {
    display: inherit !important; }

.touch .show-for-touch {
    display: inherit !important; }

.touch .hide-for-touch {
    display: none !important; }

table.hide-for-touch,
.touch table.show-for-touch {
    display: table !important; }

thead.hide-for-touch,
.touch thead.show-for-touch {
    display: table-header-group !important; }

tbody.hide-for-touch,
.touch tbody.show-for-touch {
    display: table-row-group !important; }

tr.hide-for-touch,
.touch tr.show-for-touch {
    display: table-row !important; }

td.hide-for-touch,
.touch td.show-for-touch,
th.hide-for-touch,
.touch th.show-for-touch {
    display: table-cell !important; }

.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
.show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

.print-only,
.show-for-print {
    display: none !important; }

@media print {
    .print-only,
    .show-for-print {
        display: block !important; }
    .hide-on-print,
    .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,
    th.show-for-print {
        display: table-cell !important; } }

.header .brand h3 {
    font-weight: 300;
    font-style: italic;
    color: #fff;
    margin: 1.35rem 0;
    line-height: 1;
    font-size: 1.5rem; }
.header .brand h3 a {
    color: #fff; }
.header .brand h3 a:hover {
    color: #fff; }

.nav-bar {
    float: right; }
.nav-bar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
.nav-bar ul li {
    float: left; }
.nav-bar ul li.active a {
    opacity: 1; }
.nav-bar ul li a {
    opacity: 0.8;
    margin: 1.73rem 0 1.73rem 2rem;
    display: block;
    color: #fff;
    line-height: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
.nav-bar ul li a:hover {
    opacity: 1; }
.nav-bar ul li .download {
    width: 1rem;
    height: 1rem;
    background: #ff3f4d;
    display: block;
    position: absolute;
    top: 1rem;
    right: 0;
    border: 2px solid #fff;
    background: url(/web/20230722155812im_/https://kochikmode.com/assets/site/img/download.png) #ff3f4d no-repeat 50% 55%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

#toggle-nav {
    width: 2rem;
    display: block;
    margin: 1.5rem 0 1.2rem 0rem; }
#toggle-nav span {
    width: 100%;
    height: 0.25rem;
    margin-bottom: 0.3rem;
    background: #fff;
    display: block; }

@media only screen and (min-width: 40.0625em) {
    #toggle-nav {
        display: none; } }

@media only screen and (max-width: 40em) {
    .nav-bar {
        display: none; }
    .nav-bar.active {
        float: right;
        clear: both;
        display: block; }
    .nav-bar.active a {
        margin: 1rem 0 1rem 1rem; }
    .nav-bar.active .download {
        display: none; } }

#hero {
    background: #1ccacd;
    padding: 5rem 0; }
#hero .owl-logo {
    margin: 0 auto;
    display: block; }
#hero h1 {
    color: #fff;
    font-weight: 300;
    font-size: 3.375rem;
    margin: 0rem; }
#hero h4 {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem; }
#hero .hero-button {
    display: inline-block;
    padding: 1rem 2rem;
    margin-right: 0.75rem;
    font-size: 1.25rem;
    font-weight: 400;
    background: #fff;
    color: #1ccacd;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
#hero .hero-button.outline {
    background: transparent;
    color: #fff; }
#hero .hero-button:hover {
    background: #ff3f4d;
    border: 1px solid #ff3f4d;
    color: #fff; }
#hero p {
    color: #fff;
    margin: 0.5rem 0;
    opacity: 0.7;
    font-weight: 300; }

@media (max-width: 768px) {
    #hero {
        padding: 2rem 0; }
    #hero h1 {
        color: #fff;
        font-weight: 300;
        font-size: 2rem; }
    #hero h4 {
        color: #fff;
        font-weight: 300;
        font-size: 1.2rem;
        margin-bottom: 2rem; } }

@media only screen and (max-width: 40em) {
    #hero .owl-logo {
        display: none; } }

.home-demo {
    padding: 2rem 0; }
.home-demo .item {
    background: #ff3f4d; }
.home-demo h3 {
    text-align: center;
    color: #808080;
    margin: 2rem; }
.home-demo h2 {
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300; }
.home-demo .owl-dot.active span {
    background: #ff3f4d; }

#features .feature {
    margin: 2rem 0 6rem; }

#features h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem; }

#features img {
    display: block;
    margin: 0 auto; }

@media only screen and (max-width: 40em) {
    #features .feature {
        margin: 1rem 0; }
    #features img {
        display: block;
        margin: 1rem auto; } }

#teaser-text {
    text-align: center; }
#teaser-text h3 {
    font-weight: 300;
    color: #1ccacd; }

a#custom-tweet-button {
    padding: 6px 13px 6px 13px;
    margin-left: 0px;
    background: url("/web/20230722155812im_/https://kochikmode.com/assets/site/img/twitter_25.png") 1px center no-repeat; }

blockquote p {
    color: #a0a0a0; }

.demo-block {
    background: #eaeaea;
    height: 6rem;
    padding: 1rem;
    margin-bottom: 1rem;
    display: block;
    -webkit-transition: background 200ms ease-in-out;
    -moz-transition: background 200ms ease-in-out;
    -ms-transition: background 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out; }
.demo-block:hover {
    background: #1ccacd; }
.demo-block:hover h5 {
    color: #fff; }
.demo-block h5 {
    font-weight: normal; }

code {
    font-weight: bold;
    background: #f7f7f7;
    font-size: 90%;
    font-weight: normal;
    padding: 1px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

blockquote {
    padding: 1rem 1rem;
    border-left: 7px solid #1ccacd; }
blockquote p {
    font-size: 1.1rem;
    margin: 0; }

#demos .owl-carousel {
    margin: 2rem 0; }
#demos .owl-carousel .item {
    padding: 0.25rem; }
#demos .owl-carousel .item-video {
    height: 300px; }

#demos #setup {
    margin-top: 4rem; }

#demos .demo-list h5 {
    margin: 0; }

@media only screen {
    .demo-list [class*="column"] + [class*="column"]:last-child {
        float: left; } }

.callbacks div {
    margin-bottom: 0.3rem; }

.callbacks span.label {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

#docs {
    padding-top: 2rem; }
#docs .docs-content h2:first-child {
    padding-top: 0;
    margin-top: 0; }
#docs h4 {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem; }
#docs ul.side-nav {
    text-align: right;
    margin-bottom: 1rem; }
#docs ul.side-nav li {
    margin: 0;
    padding: 0.3rem 3rem 0.3rem 0; }
#docs ul.side-nav li:hover, #docs ul.side-nav li.active {
    background: #f7f7f7; }
#docs ul.side-nav li:hover a,
#docs ul.side-nav li.active a {
    color: #000;
    background-color: transparent; }
#docs ul.side-nav li.side-nav-head {
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    padding: 0rem 3rem 0.3rem 0; }
#docs ul.side-nav li.side-nav-head:hover {
    background: transparent; }

@media only screen and (max-width: 40em) {
    #docs {
        padding-top: 1rem; }
    #docs ul.side-nav {
        text-align: left; } }

pre {
    overflow-y: hidden;
    margin-bottom: 2rem;
    background: #f8f8f8; }

.hljs {
    display: block;
    color: #333;
    background: #f8f8f8;
    padding: 2rem;
    line-height: 1.4;
    overflow-x: scroll; }

.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-javadoc {
    color: #b9b9b9;
    font-style: italic; }

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
    color: #333;
    font-weight: bold; }

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
    color: #099; }

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula {
    color: #bd240d; }

.hljs-title,
.hljs-id,
.coffeescript .hljs-params,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: bold; }

.javascript .hljs-title,
.lisp .hljs-title,
.clojure .hljs-title,
.hljs-subst {
    font-weight: normal; }

.hljs-class .hljs-title,
.haskell .hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
    color: #458;
    font-weight: bold; }

.hljs-tag {
    color: #000080;
    font-weight: normal; }
.hljs-tag .hljs-title {
    color: #000080;
    font-weight: normal; }

.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
    color: #000080;
    font-weight: normal; }

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: #008080; }

.hljs-regexp {
    color: #009926; }

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
    color: #333333; }

.hljs-built_in,
.lisp .hljs-title,
.clojure .hljs-built_in {
    color: #0086b3; }

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
    color: #999;
    font-weight: bold; }

.hljs-deletion {
    background: #fdd; }

.hljs-addition {
    background: #dfd; }

.diff .hljs-change {
    background: #0086b3; }

.hljs-chunk {
    color: #aaa; }

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-touch-action: pan-y;
    touch-action: pan-y; }

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important; }

.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto; }

.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important; }

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important; }

.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none; }

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important; }

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important; }

.mz-lens img {
    -webkit-transition: none !important;
    transition: none !important; }

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none; }

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important; }

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647; }

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important; }

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important; }

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important; }

.mz-expand-controls {
    z-index: 2147483647; }

.mz-fade {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s; }

.mz-hidden {
    opacity: 0; }

.mz-visible {
    opacity: 1; }

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important; }

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important; }

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important; }

@media not screen and (max-device-width: 767px) {
    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important; }
    .mz-expanded-view-open body {
        height: auto !important; } }

@media screen and (max-device-width: 767px) {
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua="safari"]),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua="safari"]) body {
        overflow: hidden !important; }
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua="safari"]) body {
        height: auto !important; } }

/**
  * Main figure
  */
.mz-figure.mz-active {
    background: #fff; }

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair; }

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out; }

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none; }

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important; }

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.6'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%); }

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6; }

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6); }

.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0; }

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0); }

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent; }

/**
  * Zoom lens
  */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: none;
    z-index: 10;
    opacity: 0; }

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0.1s; }

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none; }

/**
  * Zoom window
  */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.3); }

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.3);
    background: transparent;
    z-index: 1; }

.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important; }

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5; }

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none; }

.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80; }

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important; }

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80); }

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0; }

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none; }

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
    transition-duration: 0.25s, 0.25s, 0.25s; }

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100; }

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0); }

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); }

/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
    transition: transform 0.22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important; }

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0; }

/**
  * Hint & Loading
  */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, 0.7);
    font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
    transition: opacity 0.4s ease, z-index 0.4s ease; }

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, 0.7);
    border-radius: 2em;
    padding: 0.7em 1.1em; }

.mz-hint-message:before {
    content: "\02295";
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px; }

.mobile-magic .mz-hint-message:before {
    display: none; }

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }

/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.mz-expand .mz-hint-message {
    padding: 1.1em; }

.mz-expand .mz-hint-message:before {
    display: none; }

.mz-expand .mz-hint-hidden {
    opacity: 0;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.mz-loading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid white;
    border-top-color: transparent;
    box-sizing: border-box; }

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s; }

.mz-loading.shown:after {
    -webkit-animation: spin-loading 0.9s infinite linear;
    animation: spin-loading 0.9s infinite linear; }

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: 0.7em 1.1em;
    width: auto;
    height: auto; }

.lt-ie10-magic .mz-loading:after {
    content: "Loading...";
    text-indent: 0;
    border: none;
    position: relative; }

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto; }

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D'); }

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0); }

/**
  * Expanded view
  */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important; }

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg {
    min-width: 100% !important;
    min-height: 100% !important; }

.mz-expand {
    background-color: black;
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none; }

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
    transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg); }

.mz-expand .mz-expand-bg > img {
    margin: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.mz-expand .mz-expand-bg > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='80' in='SourceGraphic'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%); }

.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: 0.6; }

[data-magic-ua="edge"] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important; }

.lt-ie9-magic .mz-expand {
    background: #1f1f1f; }

[data-magic-ua="edge"] .mz-expand {
    background-color: rgba(31, 31, 31, 0.96); }

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important; }

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, 0.96); }

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

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000; }

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0; }

.mz-expand .mz-image-stage > figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden; }

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible; }

.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto; }

.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    flex: 1 0;
    width: 100%;
    height: 100%; }

.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
    pointer-events: none; }

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out; }

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important; }

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100); }

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100); }

/* Caption in expanded view */
.mz-expand .mz-caption {
    flex: 0 0;
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 "Lucida Grande", "Lucida Sans Unicode", Verdana, "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0; }

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1; }

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none; }

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer; }

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none; }

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%; }

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent; }

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0; }

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important; } }

/**
  * Buttons & Arrows
  */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important; }

.mz-nav-controls {
    z-index: 2100000000; }

button.mz-button {
    color: rgba(180, 180, 180, 0.6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color 0.25s, background-color 0.25s !important;
    transition: color 0.25s, background-color 0.25s !important; }

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.25s !important;
    transition: transform 0.25s !important; }

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: #b4b4b4 !important; }

button.mz-button:active:before {
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important; }

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, 0.7) !important; }

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important; }

button.mz-button.mz-button-prev {
    left: 0 !important;
    transform: rotateZ(180deg) !important; }

button.mz-button.mz-button-next {
    right: 0 !important; }

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important; }

button.mz-button.mz-button-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
    button.mz-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: cover;
        mask-size: cover; }
    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }
    button.mz-button.mz-button-prev:before,
    button.mz-button.mz-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important; }
    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: #b4b4b4 !important; }
    .mobile-magic .mz-expand button.mz-button:before {
        transform: scale(0.8); } }

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75); }

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100); }

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important; }

.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block; }

/**
  * Thumbnails
  */
/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none; }

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box; }

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, 0.3); }

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: #b4b4b4; }

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden; }

.ios-magic[data-magic-engine="webkit"][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua="firefox"] .mz-expand-thumbnails {
    height: 80px; }

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent; }

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, 0.3); }

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: #b4b4b4; }

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none; }

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        flex-direction: row-reverse; }
    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden; }
    .ios-magic[data-magic-engine="webkit"][data-magic-engine-ver="603.1"]
    .mz-expand.expand-thumbnails-left
    .mz-expand-thumbnails,
    :root[data-magic-ua="firefox"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        width: 80px;
        height: 100%; } }

@media not screen and (max-device-width: 767px) and (orientation: portrait) and (max-device-width: 767px) {
    .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
        height: calc(100% - 40px);
        margin-top: 20px;
        margin-bottom: 20px; } }

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none; }

/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3); }

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7); }

.thumbnails-style-shaded.mz-thumb-selected img {
    -webkit-filter: brightness(0.7) opacity(0.7);
    filter: brightness(0.7) opacity(0.7); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
    border: 0;
    padding-bottom: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(0.75);
    filter: brightness(0.75); }

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(0.7) opacity(0.7);
    filter: brightness(0.7) opacity(0.7); }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
    background: #000; }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: 0.75;
    filter: alpha(opacity=75); }

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
    position: relative; }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0); }

.no-cssfilters-magic
.thumbnails-style-shaded
.mz-expand-thumbnails
.magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, 0.2); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, 0.3); }

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
    position: relative;
    z-index: 1; }

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3); }

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none; }

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap; }

.magic-thumbs.no-buttons {
    padding: 0 !important; }

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center; }

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap; }

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block; }

.magic-thumbs ul li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle; }

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important; }

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%; }

.magic-thumbs-vertical {
    padding: 40px 0; }

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal; }

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto; }

.magic-thumbs-vertical ul li {
    margin: 4px 0; }

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important; }

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%; }

/**
  * Buttons
  */
.magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, 0.6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color 0.25s, background-color 0.25s !important;
    transition: color 0.25s, background-color 0.25s !important; }

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s !important;
    transition: transform 0.25s !important; }

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    color: #b4b4b4 !important; }

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important; }

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, 0.7) !important; }

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    transform: rotateZ(180deg) !important; }

.magic-thumbs .magic-thumbs-button-next {
    right: 0; }

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto; }

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    transform: rotateZ(-90deg) !important; }

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    transform: rotateZ(90deg) !important; }

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); }

@supports ((-webkit-mask-image: url()) or (mask-image: url())) and ((-webkit-mask-repeat: no-repeat) or (mask-repeat: no-repeat)) and ((-webkit-mask-position: center) or (mask-position: center)) and ((-webkit-mask-size: cover) or (mask-size: cover)) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: cover;
        mask-size: cover; }
    .magic-thumbs .magic-thumbs-button-prev:before,
    .magic-thumbs .magic-thumbs-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo="); } }

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important; }

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity=20); }

h2.caption {
    margin: 2.5em 0 0; }

h3.pad {
    margin: 2em 0 1em; }

p.pad {
    margin-top: 1.5em; }

.cfg-btn {
    background-color: #37b572;
    color: #fff;
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
    outline: 0;
    cursor: pointer;
    width: 200px;
    padding: 10px;
    font-size: 1em;
    position: relative;
    display: inline-block;
    margin: 10px auto; }

.cfg-btn:hover:not([disabled]) {
    background-color: #25d778; }

.mobile-magic .cfg-btn:hover:not([disabled]) {
    background: #37b572; }

.cfg-btn[disabled] {
    opacity: 0.5;
    color: #808080;
    background: #ddd; }

.cfg-btn.btn-preview,
.cfg-btn.btn-preview:active,
.cfg-btn.btn-preview:focus {
    font-size: 1em;
    position: relative;
    display: block;
    margin: 10px auto; }

.cfg-btn,
.preview,
.app-figure,
.api-controls,
.wizard-settings,
.wizard-settings .inner,
.wizard-settings .footer,
.wizard-settings input,
.wizard-settings select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.preview,
.wizard-settings {
    padding: 10px;
    border: 0;
    min-height: 1px; }

.preview {
    position: relative; }

.api-controls {
    text-align: center; }

.api-controls button,
.api-controls button:active,
.api-controls button:focus {
    width: 80px;
    font-size: 0.7em;
    white-space: nowrap; }

.app-figure {
    width: 100%;
    margin: 0px auto;
    border: 0px solid red;
    padding: 20px;
    position: relative;
    text-align: center; }

.selectors {
    margin-top: 10px; }
.selectors .scroll-menu{
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}
.selectors .scroll-menu .item{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0;
    text-decoration: none;
    margin-left: 0.25rem;
    overflow: hidden;
}
.selectors .scroll-menu .item img{
    width: 5rem;
}

.selectors .mz-thumb img {
    max-width: 56px; }

.app-code-sample {
    max-width: 80%;
    margin: 30px auto 0;
    text-align: center;
    position: relative; }

.app-code-sample input[type="radio"] {
    display: none; }

.app-code-sample label {
    display: inline-block;
    padding: 2px 12px;
    margin: 0;
    font-size: 0.8em;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    border: 1px solid rgba(136, 136, 136, 0.5);
    background-color: transparent; }

.app-code-sample label:hover {
    color: #fff;
    background-color: #fd9a1e;
    border-color: #fd9a1e; }

.app-code-sample input[type="radio"]:checked + label {
    color: #fff;
    background-color: #6e6e6e !important;
    border-color: rgba(110, 110, 110, 0.7) !important; }

.app-code-sample label:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right-color: transparent; }

.app-code-sample label:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left-color: transparent; }

.app-code-sample .app-code-holder {
    padding: 0;
    position: relative;
    border: 1px solid #eee;
    border-radius: 0px;
    background-color: #fafafa;
    margin: 15px 0; }

.app-code-sample .app-code-holder > div {
    display: none; }

.app-code-sample .app-code-holder pre {
    text-align: left;
    white-space: pre-line;
    border: 0px solid #eee;
    border-radius: 0px;
    background-color: transparent;
    padding: 25px 50px 25px 25px;
    margin: 0;
    min-height: 25px; }

.app-code-sample input[type="radio"]:nth-of-type(1):checked ~ .app-code-holder > div:nth-of-type(1) {
    display: block; }

.app-code-sample input[type="radio"]:nth-of-type(2):checked ~ .app-code-holder > div:nth-of-type(2) {
    display: block; }

.app-code-sample .app-code-holder .cfg-btn-copy {
    display: none;
    z-index: -1;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    font-size: 0.65em;
    white-space: nowrap;
    margin: 0;
    padding: 4px; }

.copy-msg {
    font: normal 11px/1.2em "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    color: #2a4d14;
    border: 1px solid #2a4d14;
    border-radius: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    width: 200px;
    max-width: 70%;
    padding: 4px;
    margin: 0px auto;
    text-align: center; }

.copy-msg-failed {
    color: #b80c09;
    border-color: #b80c09;
    width: 430px; }

.mobile-magic .app-code-sample .cfg-btn-copy {
    display: none; }

#code-to-copy {
    position: absolute;
    width: 0;
    height: 0;
    top: -10000px; }

.lt-ie9-magic .app-code-sample {
    display: none; }

.wizard-settings {
    background-color: #4f4f4f;
    color: #a5a5a5;
    position: absolute;
    right: 0;
    width: 340px; }

.wizard-settings .inner {
    width: 100%;
    margin-bottom: 30px; }

.wizard-settings .footer {
    color: #c7d59f;
    font-size: 0.75em;
    width: 100%;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    padding: 6px;
    margin-top: 10px; }

.wizard-settings .footer a {
    color: inherit;
    text-decoration: none; }

.wizard-settings .footer a:hover {
    text-decoration: underline; }

.wizard-settings a {
    color: #cc9933; }

.wizard-settings a:hover {
    color: #dfb363; }

.wizard-settings table > tbody > tr > td {
    vertical-align: top; }

.wizard-settings table {
    min-width: 300px;
    max-width: 100%;
    font-size: 0.8em;
    margin: 0 auto; }

.wizard-settings table caption {
    font-size: 1.5em;
    padding: 16px 8px; }

.wizard-settings table td {
    padding: 4px 8px; }

.wizard-settings table td:first-child {
    white-space: nowrap; }

.wizard-settings table td:nth-child(2) {
    text-align: left; }

.wizard-settings table td .values {
    color: #a08794;
    font-size: 0.8em;
    line-height: 1.3em;
    display: block;
    max-width: 126px; }

.wizard-settings table td .values:before {
    content: "";
    display: block; }

.wizard-settings input,
.wizard-settings select {
    width: 126px; }

.wizard-settings input {
    padding: 0px 4px; }

.wizard-settings input[disabled] {
    color: #808080;
    background: #a7a7a7;
    border: 1px solid #a7a7a7; }

.preview {
    width: 70%;
    float: left; }

@media (min-width: 0px) {
    .preview {
        width: 100%;
        float: none; } }

@media (min-width: 1024px) {
    .preview {
        width: calc(100% - 340px); }
    .wizard-settings {
        top: 0;
        min-height: 100%; }
    .wizard-settings .inner {
        margin-top: 60px; }
    .wizard-settings .footer {
        position: absolute;
        bottom: 0;
        left: 0; }
    .wizard-settings .settings-controls {
        position: fixed;
        top: 0;
        right: 0;
        width: 340px;
        padding: 10px 0 0;
        text-align: center;
        background-color: inherit; } }

@media screen and (max-width: 1024px) {
    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
        width: 70px; } }

@media screen and (max-width: 1023px) {
    .app-figure {
        width: 100%;
        margin: 50px auto;
        padding: 0; }
    .app-code-sample {
        display: none; }
    .wizard-settings {
        width: 100%; } }

@media screen and (max-width: 600px) {
    .mz-thumb img {
        max-width: 39px; } }

@media screen and (max-width: 560px) {
    .api-controls .sep {
        content: "";
        display: table; } }

@media screen and (min-width: 1600px) {
    .preview {
        padding: 10px 160px; } }

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

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

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

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

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

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

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

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

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

/* icon support */
.ui-menu-icons {
    position: relative; }

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

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0; }

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

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

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

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px; }

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

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

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible; }

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

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto; }

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

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

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

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

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

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

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

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

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl; }

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

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

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

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

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

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

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

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

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em; }

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

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

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

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

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

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

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

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

.ui-resizable {
    position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit; }

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

.ui-slider-horizontal .ui-slider-handle {
    top: -0.44em;
    margin-left: -0.6em; }

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

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

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

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

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em; }

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

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

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

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

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

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

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

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-widget.ui-widget-content {
    border: 0.5px solid var(--bg-one); }

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

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

.ui-widget-header {
    border: 1px solid #dddddd;
    background: var(--bg-one-a);
    color: #333333;
    font-weight: bold; }

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--bg-one);
    background: var(--bg-one);
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4); }

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid var(--bg-one);
    background: var(--bg-one-a);
    font-weight: normal;
    color: #2b2b2b; }

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

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--bg-one);
    background: var(--bg-one);
    font-weight: normal;
    color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: var(--bg-one);
    background-color: #ffffff; }

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

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

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

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

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

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

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

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

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }

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

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
    background-image: url("/web/20230722155812im_/https://kochikmode.com/assets/site/css/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px; }

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

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

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

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.003;
    filter: Alpha(Opacity=0.3);
    /* support: IE8 */ }

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

.sidenav {
    background-color: var(--bg-two);
  }
.sidenav a, .sidenav button {
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    background-color: transparent; !important;
    padding: 0.45rem 2rem;
    border-bottom: 0.5px solid rgba(238, 238, 238, 0.5) !important; }
.sidenav .closebtn {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 2rem; }

.opennav {
    font-size: 2rem;
    cursor: pointer;
    border: 1px solid var(--bg-two);
    color: var(--bg-two);
    border-radius: 0rem;
    width: max-content; }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px; }
    .sidenav a {
        font-size: 18px; } }

@media (max-width: 576px) {
    .whatsapp-fix{
        bottom: 5rem;
    }
    .over2 {
        font-size: 20px !important;
        margin: auto !important;
        z-index: 1000;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2); }
    .over2 h1{
        font-size: 25px;
    }
    .container {
        max-width: 100%;
        width: 100%; }
    .nav-tabs .nav-link {
        font-size: 0.7rem; }
    .scrolled .container {
        width: 100% !important;
        max-width: 100% !important;
        animation: container 0.5s ease-in-out; }
    @keyframes container {
        0% {
            width: 100%;
            max-width: 100%; }
        100% {
            width: 100%;
            max-width: 100%; } }
    .description img {
        width: 100% !important;
        height: auto !important;
        margin: 3% 0%; } }

@media (min-width: 576px) and (max-width: 768px) {
    .whatsapp-fix{
        bottom: 5rem;
    }
    .over2 {
        margin: auto !important;
        z-index: 1000;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2); }
    .container {
        max-width: 95%;
        width: 95%; }
    .scrolled .container {
        width: 100% !important;
        max-width: 100% !important;
        animation: container 0.5s ease-in-out; }
    @keyframes container {
        0% {
            width: 95%;
            max-width: 95%; }
        100% {
            width: 100%;
            max-width: 100%; } }
    .description img {
        width: 90% !important;
        height: auto !important;
        margin: 3% 5%; } }

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 95%;
        width: 95%; }
    .scrolled .container {
        width: 100% !important;
        max-width: 100% !important;
        animation: container 0.5s ease-in-out; }
    @keyframes container {
        0% {
            width: 95%;
            max-width: 95%; }
        100% {
            width: 100%;
            max-width: 100%; } }
    .cat .col-lg-3:nth-child(1) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(2) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(3) {
        border-left: 0px;
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(4) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(5) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(6) {
        border-left: 0px;
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(7) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(8) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(9) {
        border-left: 0px;
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .panel-usel .user-box .avatarbox {
        width: 40%; }
    .panel-usel .user-box .avatarbox img {
        border: 2.5px solid #fff; }
    .panel-usel .user-box .name {
        text-align: center;
        margin-top: 1rem; }
    .description img {
        width: 70% !important;
        height: auto !important;
        margin: 3% 15%; } }

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 95%;
        width: 95%; }
    .menu .bottom .nav-item {
        margin: 0 0.5rem; }
    .menu .bottom .nav-link {
        font-size: 0.7rem; }
    .description img {
        width: 80% !important;
        height: auto !important;
        margin: 3% 10%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 90%;
        width: 90%; }
    .menu .bottom .nav-item {
        margin: 0 0.5rem; }
    .menu .bottom .nav-link {
        font-size: 0.8rem; }
    .description img {
        width: 60% !important;
        height: auto !important;
        margin: 3% 20%; } }

@media (min-width: 1400px) {
    .container {
        max-width: 82%;
        width: 82%; }
    .description img {
        width: 60% !important;
        height: auto !important;
        margin: 3% 20%; } }

@media (max-width: 768px) {
    .cat .col-lg-3:nth-child(1) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(2) {
        border-left: 0px;
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(3) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(4) {
        border-left: 0px;
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(5) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(6) {
        border-left: 0px;
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(7) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0.5px solid var(--bg-one);
        border-right: 0px; }
    .cat .col-lg-3:nth-child(8) {
        border-left: 0px;
        border-bottom: 0px;
        border-top: 0.5px solid var(--bg-one);
        border-right: 0px; } }

@media (min-width: 992px) {
    .cat .col-lg-3:nth-child(1) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(2) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(3) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(4) {
        border-left: 0px;
        border-bottom: 0.5px solid var(--bg-one);
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(5) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(6) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(7) {
        border-left: 0.5px solid var(--bg-one);
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; }
    .cat .col-lg-3:nth-child(8) {
        border-left: 0px;
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px; } }

/*
     FILE ARCHIVED ON 15:58:12 Jul 22, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:05:08 Aug 18, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.815
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.012
  esindex: 0.013
  cdx.remote: 54.82
  LoadShardBlock: 3462.25 (3)
  PetaboxLoader3.resolve: 3611.192 (4)
  PetaboxLoader3.datanode: 383.152 (5)
  load_resource: 610.499
  loaddict: 274.592
*/