﻿body {
    top: 0px !important;
    position: static !important;
}

.goog-te-banner-frame {
    display: none !important
}

.container-fluid.menu-container {
    padding-left: 0px;
    padding-right: 0px;
}

.main-nav {
    min-height: 0px;
    margin-bottom: 10px;
}

.menu-navbar {
    padding-left: 0px;
    padding-right: 0px;
}


table.adminContent {
    border-collapse: collapse;
    color: #333;
    font-size: 12px;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

    table.adminContent > tbody > tr > td {
        padding: 1px 3px 1px 3px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }

.info-table .header {
    width: 100%;
    background-color: #3b3b3b;
    padding: 0;
    vertical-align: baseline;
}

    .info-table .header h3 {
        color: white;
        vertical-align: middle;
        font-family: Rokkitt, "Times New Roman";
        font-size: 26px;
        padding: 6px 0px 1px 10px;
        margin-bottom: 8px;
        text-align: left;
    }

.panel-heading > .nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
}

.tabbed-panel > .panel-heading {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.thumbnail {
    height: 100%;
}

/* extra positioning */
.thumbnail {
    display: flex;
    flex-direction: column;
}

    .thumbnail .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }


/* new addition*/

.card-deck {
    margin: 0 -15px;
    justify-content: space-between;
}

    .card-deck .card {
        margin: 0 0 1rem;
        margin-bottom: 5em;
    }

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-deck .card {
        -ms-flex: 0 0 48.7%;
        flex: 0 0 48.7%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-deck .card {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }
}

@media (min-width: 992px) {
    .card-deck .card {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
    }
}
/* added on 6/28/2022*/
h1, .h1 {
    font-weight: bold;
   /* line-height: 146.28%;*/
}

    h1.section-header,
    .h1.section-header {
        font-weight: bold;
        font-size: 80px;
        line-height: 100px;
        color: white;
        background-color: transparent;
    }

@media print, screen and (max-width: 63.99875em) {
    h1.section-header,
    .h1.section-header {
        font-size: 3.0555555556rem;
        line-height: 67.05px;
        color: white;
        background-color: transparent;
    }
}

@media print, screen and (max-width: 47.49875em) {
    h1.section-header,
    .h1.section-header {
        font-size: 2rem;
        line-height: 43.88px;
        color: white;
        background-color: transparent;
    }
}

.breadcrumb {
    margin-bottom: 20px;
    margin-left: 0px;
    list-style: none;
    border-radius: 4px;
    color: black;
    font-family: Montserrat;
    padding-left: 1px;
    color: black;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 1.4375;
    color: #000;
    background-color: #fff;
    height: 100%;
}

    .breadcrumb li a {
        color: black;
    }

    .breadcrumb > li {
        display: inline-block;
        color: black;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            content: " > ";
            color: black;
        }

    .breadcrumb > .active {
        /* color: #777777;*/
    }

.card-title {
    margin-bottom: 0;
    color: #464646;
    font-size: 1.05556rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;

}


.hero-section {
    /*padding: 95px 81px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    font-family: Montserrat;
    font-size: 80px;
    font-weight: bold;
    max-width: 100%;
}

@media print, screen and (min-width: 47.5em) and (max-width: 63.99875em) {
    .hero-section {
        padding: 104px 66px;
    }
}

@media print, screen and (max-width: 47.49875em) {
    .hero-section {
        padding: 63px 44px; /*removed on 1/26/2023*/
        min-height: 400px;
    }
}

.hero-section.-card {
    padding-top: 57px;
    padding-bottom: 57px;
}

@media print, screen and (min-width: 47.5em) and (max-width: 63.99875em) {
    .hero-section.-card {
        padding: 63px 27px;
    }
}

@media print, screen and (max-width: 47.49875em) {
    .hero-section.-card {
        padding: 44px 20px;
    }
}

.hero-section.-card .hero-section__text {
    padding: 2.77rem;
    background-color: #FFFFFF;
    color: #464646;
}

@media print, screen and (max-width: 63.99875em) {
    .hero-section.-card .hero-section__text {
        margin: 0;
        padding: 33px;
    }
}

@media print, screen and (max-width: 47.49875em) {
    .hero-section.-card .hero-section__text {
        padding: 26px;
    }
}

.hero-section__text {
    color: #FFFFFF;
}

.hero-section h2 {
    margin-bottom: .5rem;
}

.hero-section.-full {
    min-height: calc(100vh - 100px);
}

.hero-section.-small {
    min-height: 350px;
}

/* copied from fullsite css*/
.content {
    max-width: 100%;
    margin: auto;
    background: #fff;
    border: 0px;
    min-height: 98vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

body {
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 10px;
    color: #000;
    background-color: #fff;
    height: 98%;
    font-family: "Montserrat";
    font-size: 18px;
}

/**/
.nav-tabs {
    text-align: center;
    display: flex;
    justify-content: left;
    flex-direction: row;
    width: 100%;
    /*added on 9/12/22*/
    text-decoration: none;
    border-bottom: none;
}

    .nav-tabs > li.active > a {
        background-color: gray;
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

.nav-link > .active {
    background-color: gray;
    color: white;
    text-decoration: none;
}

.nav-tabs > li.active > a:focus {
    background-color: gray;
    color: white;
    border: none; /*!important;*/
    outline: none; /* !important;*/
    text-decoration: none;
}

.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
    text-decoration: none;
}

.main-card-title {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 34px;
}


.btn {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
}

.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    display: inline-block;
    min-width: 15rem;
    max-width: 15rem;
    min-height: 40rem;
    max-height: 40rem;
    text-wrap: inherit;
    overflow-wrap: break-word;
    font-size: 18px;
    padding: 0px;

    
}

.card-section {
    padding: 21px;
}

#img-link, #img-link img {
    text-decoration: none !important;
    border: 0px !important;
    outline: none;
    border-width: 0px;
    outline-width: 0px;
    border-bottom: none;
}

h3, .h3 {
    font-size: 1.05556rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 1rem;
    /*align-content :center ;*/
    justify-content: center;
}

.mb-3, .my-3 {
    margin-bottom: 1px !important;
    margin-left: 0px !important;
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
    height: 34px;
    box-sizing: content-box;
    padding: 1px 0;
    max-height: 34px;
    overflow: visible;
    min-height: 34px;
}

.a {
    text-decoration: none;
    color: blue;
}

nav-tabs .nav-link {
    border: 0px solid transparent;
}

.nav-tabs .nav-link {
    color: black;
    background-color: white; /*/#4297b4;*/
    margin-left: 0px;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-decoration: none;
}

.card-img-top {
    width: 100% !important;
    object-fit: cover !important;
}

.goog-te-spinner-pos + div {
    height: auto !important;
}


/* from foundation css*/

@media print, screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em), screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: hsla(0, 0%, 100%, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer
    }

    .js-off-canvas-overlay.is-overlay-absolute {
        position: absolute
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed
    }

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
 /*   background: #e6e6e6;*/
 background-color :lightgray ;
 color:black;
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-overlap {
    z-index: 10
}

    .off-canvas.is-transition-overlap.is-open {
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7)
    }

.off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 10
}

    .off-canvas-absolute.is-transition-overlap.is-open {
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7)
    }

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.position-left {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    overflow-y: auto
}

    .position-left.is-open ~ .off-canvas-content {
        -webkit-transform: translateX(250px);
        transform: translateX(250px)
    }

    .position-left.is-transition-push:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
        content: " "
    }

    .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
        -webkit-transform: none;
        transform: none
    }

.position-right {
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow-y: auto
}

    .position-right.is-open ~ .off-canvas-content {
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px)
    }

    .position-right.is-transition-push:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
        content: " "
    }

    .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
        -webkit-transform: none;
        transform: none
    }

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto
}

    .position-top.is-open ~ .off-canvas-content {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    .position-top.is-transition-push:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
        content: " "
    }

    .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
        -webkit-transform: none;
        transform: none
    }

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto
}

    .position-bottom.is-open ~ .off-canvas-content {
        -webkit-transform: translateY(-250px);
        transform: translateY(-250px)
    }

    .position-bottom.is-transition-push:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
        content: " "
    }

    .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
        -webkit-transform: none;
        transform: none
    }

.off-canvas-content {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print, screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-left.reveal-for-medium ~ .off-canvas-content {
            margin-left: 250px
        }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-right.reveal-for-medium ~ .off-canvas-content {
            margin-right: 250px
        }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-top.reveal-for-medium ~ .off-canvas-content {
            margin-top: 250px
        }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-bottom.reveal-for-medium ~ .off-canvas-content {
            margin-bottom: 250px
        }
}

@media print, screen and (min-width:64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-left.reveal-for-large ~ .off-canvas-content {
            margin-left: 250px
        }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-right.reveal-for-large ~ .off-canvas-content {
            margin-right: 250px
        }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-top.reveal-for-large ~ .off-canvas-content {
            margin-top: 250px
        }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 1
    }

        .position-bottom.reveal-for-large ~ .off-canvas-content {
            margin-bottom: 250px
        }
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

    .menu > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

[data-whatinput=mouse] .menu > li {
    outline: 0
}

.menu > li > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row
}

    .menu > li > a i,
    .menu > li > a img,
    .menu > li > a svg {
        margin-right: .25rem
    }

.menu,
.menu.horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .menu.horizontal > li,
    .menu > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .menu.expanded > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

        .menu.expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color :lightgray;
        color : black;
    }

        .menu.vertical > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100% ;
            background-color :lightgray;
            color: black;
        }

            .menu.vertical > li > a {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                background-color : lightgray ;
                color :black;
            }

@media print, screen and (min-width:40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .menu.medium-horizontal > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

    .menu.medium-expanded > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

        .menu.medium-expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.medium-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .menu.medium-vertical > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

            .menu.medium-vertical > li > a {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start
            }
}

@media print, screen and (min-width:64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .menu.large-horizontal > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

    .menu.large-expanded > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

        .menu.large-expanded > li:first-child:last-child {
            width: 100%
        }

    .menu.large-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .menu.large-vertical > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

            .menu.large-vertical > li > a {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start
            }
}

.menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1
}

.menu.simple a {
    padding: 0
}

.menu.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
    flex-flow: column
}

    .menu.icon-top > li > a i,
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a svg {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.menu.icon-top.vertical a > span {
    margin: auto
}

.menu.nested {
    margin-left: 1rem
}

.menu .active > a {
    background: #1779ba;
    color: #fefefe
}

.menu.menu-bordered li {
    border: 1px solid #e6e6e6
}

    .menu.menu-bordered li:not(:first-child) {
        border-top: 0
    }

.menu.menu-hover li:hover {
    background-color: #e6e6e6
}

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered {
    text-align: center
}

    .menu-centered > .menu {
        display: inline-block
    }

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

    .menu-icon:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
        content: ""
    }

    .menu-icon:hover:after {
        background: #cacaca;
        box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
    }

    .menu-icon.dark {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 16px;
        cursor: pointer
    }

        .menu-icon.dark:after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 2px;
            background: #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            content: ""
        }

        .menu-icon.dark:hover:after {
            background: #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
        }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        margin-top: -3px
    }

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a:after {
    right: 14px
}

.dropdown.menu.vertical > li.opens-left > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent
}

.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

@media print, screen and (min-width:40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
            display: block;
            width: 0;
            height: 0;
            border: 6px inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #1779ba transparent transparent;
            right: 5px;
            margin-top: -3px
        }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a:after {
        right: 14px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent
    }

    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

@media print, screen and (min-width:64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

        .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a:after {
            display: block;
            width: 0;
            height: 0;
            border: 6px inset;
            content: "";
            border-bottom-width: 0;
            border-top-style: solid;
            border-color: #1779ba transparent transparent;
            right: 5px;
            margin-top: -3px
        }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a:after {
        right: 14px
    }

    .dropdown.menu.large-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent
    }

    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

    .is-dropdown-menu.vertical.align-right {
        float: right
    }

.is-dropdown-submenu-parent {
    position: relative
}

    .is-dropdown-submenu-parent a:after {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -6px
    }

    .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
        top: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
        right: 100%;
        left: auto
    }

    .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

    .is-dropdown-submenu .is-dropdown-submenu-parent > a:after {
        right: 14px
    }

    .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent
    }

    .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }

    .is-dropdown-submenu .is-dropdown-submenu {
        margin-top: -1px
    }

    .is-dropdown-submenu > li {
        width: 100%
    }

    .is-dropdown-submenu.js-dropdown-active {
        display: block
    }

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.position-left-wo-trans {
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
/*    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);*/
    overflow-y: auto
}

/* tabs width*/
/*@media only screen and (max-width: 767px) {
    .nav-tabs > li {
        width: 100%;
        max-width : 100%;
    }
}*/

