@import '../../../../css/bootstrap.min.css';
.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: inherit;
    text-decoration: none
}

.mm-panels,
.mm-panels>.mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panel,
.mm-panels {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panel:after,
.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-panel_has-navbar {
    padding-top: 40px
}

.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
    z-index: 2
}

.mm-panel_noanimation {
    transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
    content: none;
    display: none
}

.mm-listitem_opened>.mm-panel {
    display: block
}

.mm-listitem_vertical>.mm-btn_next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent
}

.mm-listitem_opened>.mm-btn_next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-btn_fullwidth {
    width: 100%
}

.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
    content: '';
    border: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-btn_clear:before,
.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-btn_clear:after,
.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-btn_next:after,
.mm-btn_prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    display: none;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity .1s ease
}

.mm-navbar>* {
    box-sizing: border-box;
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar__btn:first-child {
    left: 0
}

.mm-navbar__btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel_has-navbar .mm-navbar {
    display: block
}

.mm-listitem,
.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
    border-color: inherit
}

.mm-listview {
    font: inherit;
    line-height: 20px
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-listitem {
    position: relative
}

.mm-listitem:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listitem:after {
    left: 20px
}

.mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none
}

.mm-listitem>a,
.mm-listitem>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listitem .mm-btn_next {
    background: rgba(3, 2, 1, 0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listitem .mm-btn_next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
    width: 50px
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span {
    margin-right: 50px
}

.mm-listitem .mm-btn_fullwidth:before {
    border-left: none
}

.mm-listitem .mm-btn_fullwidth+a,
.mm-listitem .mm-btn_fullwidth+span {
    padding-right: 50px
}

.mm-listitem_divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 75%;
    text-transform: uppercase;
    padding: 5px 10px 5px 20px
}

.mm-listitem_divider:after {
    content: ' ';
    display: none;
    position: static;
    display: inline-block
}

.mm-listitem_spacer {
    padding-top: 40px
}

.mm-listitem_spacer>.mm-btn_next {
    top: 40px
}

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .4);
    tap-highlight-color: rgba(255, 255, 255, .4)
}

.mm-menu .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected>span {
    background: rgba(255, 255, 255, .4)
}

.mm-menu .mm-listitem_opened>.mm-btn_next,
.mm-menu .mm-listitem_opened>.mm-panel {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-listitem_divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    z-index: 1
}

.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative
}

.mm-wrapper_background .mm-page {
    background: inherit
}

.mm-menu_offcanvas {
    display: none;
    position: fixed;
    right: auto;
    z-index: 0
}

.mm-menu_offcanvas.mm-menu_opened {
    display: block
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
    z-index: 10
}

.mm-menu_offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-page__blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.mm-wrapper_blocking {
    overflow: hidden
}

.mm-wrapper_blocking body {
    overflow: hidden
}

.mm-wrapper_blocking .mm-page__blocker {
    display: block
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

.mm-menu_autoheight {
    transition: none .1s ease;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
    display: block !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
    bottom: auto !important;
    height: auto !important
}

[class*=mm-menu_columns-] {
    transition-property: width
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
    right: auto;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
    display: block !important
}

[class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
    z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
    z-index: 1;
    width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
    z-index: 2;
    width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(880px, 0);
        -ms-transform: translate(880px, 0);
        transform: translate(880px, 0);
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-880px, 0);
        -ms-transform: translate(-880px, 0);
        transform: translate(-880px, 0);
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
    -webkit-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
    z-index: 3;
    width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(1320px, 0);
        -ms-transform: translate(1320px, 0);
        transform: translate(1320px, 0);
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-1320px, 0);
        -ms-transform: translate(-1320px, 0);
        transform: translate(-1320px, 0);
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
    -webkit-transform: translate(400%, 0);
    -ms-transform: translate(400%, 0);
    transform: translate(400%, 0);
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
    z-index: 4;
    width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel else {
    width: 100%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(1760px, 0);
        -ms-transform: translate(1760px, 0);
        transform: translate(1760px, 0);
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-1760px, 0);
        -ms-transform: translate(-1760px, 0);
        transform: translate(-1760px, 0);
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
    font-style: normal;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth) {
    width: 90px
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth)+span {
    margin-right: 90px
}

.mm-counter+.mm-btn_fullwidth+a,
.mm-counter+.mm-btn_fullwidth+span {
    padding-right: 90px
}

.mm-listitem_vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-listitem_vertical.mm-listitem_spacer>.mm-counter {
    margin-top: 40px
}

.mm-listitem_nosubitems>.mm-counter {
    display: none
}

.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-listitem_divider {
    opacity: 1;
    transition: opacity .1s ease
}

.mm-menu_dividers-light .mm-listitem_divider {
    background: inherit;
    font-size: inherit;
    color: rgba(0, 0, 0, .3);
    padding-top: 15px;
    padding-bottom: 5px
}

.mm-border-none .mm-listitem_divider {
    border-top-width: 1px;
    border-top-style: solid
}

.mm-listview_fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-listview_fixeddivider:after {
    content: none !important;
    display: none !important
}

.mm-panel_dividers .mm-listview_fixeddivider {
    display: block
}

.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
    transition-duration: 0s
}

.mm-menu_dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-wrapper_dropdown .mm-page__blocker {
    transition-delay: 0s !important;
    z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none
}

[class*=mm-menu_tip-]:before {
    content: '';
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-menu_tip-left:before {
    left: 22px
}

.mm-menu_tip-right:before {
    right: 22px
}

.mm-menu_tip-top:before {
    top: -8px
}

.mm-menu_tip-bottom:before {
    bottom: -8px
}

.mm-iconbar {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2
}

.mm-iconbar__bottom,
.mm-iconbar__top {
    width: inherit;
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
    box-sizing: border-box;
    display: block;
    padding: 10px 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none
}

.mm-iconbar__top {
    top: 0
}

.mm-iconbar__bottom {
    bottom: 0
}

.mm-menu_iconbar-40 .mm-navbars_bottom,
.mm-menu_iconbar-40 .mm-navbars_top,
.mm-menu_iconbar-40 .mm-panels {
    left: 40px
}

.mm-menu_iconbar-40 .mm-iconbar {
    width: 40px
}

.mm-menu_iconbar-60 .mm-navbars_bottom,
.mm-menu_iconbar-60 .mm-navbars_top,
.mm-menu_iconbar-60 .mm-panels {
    left: 60px
}

.mm-menu_iconbar-60 .mm-iconbar {
    width: 60px
}

.mm-menu_iconbar-80 .mm-navbars_bottom,
.mm-menu_iconbar-80 .mm-navbars_top,
.mm-menu_iconbar-80 .mm-panels {
    left: 80px
}

.mm-menu_iconbar-80 .mm-iconbar {
    width: 80px
}

.mm-iconbar,
.mm-iconbar a {
    color: rgba(0, 0, 0, .3)
}

.mm-iconbar__tab_selected {
    background: rgba(255, 255, 255, .4)
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first,
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
    display: block !important
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0),
[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: 1px solid;
    border-color: inherit
}

[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
[class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-0.~.mm-listview_fixeddivider {
    left: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    left: 40px
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    left: 80px
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    left: 120px
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    left: 40px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    left: 60px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    left: 120px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    left: 180px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    left: 60px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    left: 80px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    left: 160px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    left: 240px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    left: 80px
}

.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: opacity .1s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
    opacity: .6;
    bottom: -100000px
}

.mm-menu_keyboardfocus a:focus {
    outline: 0
}

.mm-menu_keyboardfocus a:focus {
    background: rgba(255, 255, 255, .4)
}

.mm-navbars_bottom,
.mm-navbars_top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

.mm-navbars_bottom>.mm-navbar,
.mm-navbars_top>.mm-navbar {
    border-width: 0;
    border-color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0
}

.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),
.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
    bottom: auto
}

.mm-menu_navbar_top-1 .mm-panels {
    top: 40px
}

.mm-menu_navbar_top-2 .mm-panels {
    top: 80px
}

.mm-menu_navbar_top-3 .mm-panels {
    top: 120px
}

.mm-menu_navbar_top-4 .mm-panels {
    top: 160px
}

.mm-navbars_bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    top: auto
}

.mm-menu_navbar_bottom-1 .mm-panels {
    bottom: 40px
}

.mm-menu_navbar_bottom-2 .mm-panels {
    bottom: 80px
}

.mm-menu_navbar_bottom-3 .mm-panels {
    bottom: 120px
}

.mm-menu_navbar_bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar_size-2 {
    height: 80px
}

.mm-navbar_size-3 {
    height: 120px
}

.mm-navbar_size-4 {
    height: 160px
}

.mm-navbar__breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar__breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar__breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
    margin-left: -40px
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-navbar_tabs,
.mm-navbar_tabs~.mm-navbar {
    background: inherit !important
}

.mm-navbar__tab_selected {
    background: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}

.mm-navbar__tab_selected:first-child {
    border-left: none
}

.mm-navbar__tab_selected:last-child {
    border-right: none
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit
}

.mm-navbars_top .mm-navbar__tab_selected {
    border-bottom: none;
    margin-bottom: -1px
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
    border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit
}

.mm-navbars_bottom .mm-navbar__tab_selected {
    border-top: none;
    margin-top: -1px
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
    border-bottom: none
}

.mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(255, 255, 255, .4)
}

.mm-menu_rtl {
    direction: rtl
}

.mm-menu_rtl.mm-menu_offcanvas {
    right: auto
}

.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-menu_rtl .mm-navbar .mm-btn:first-child {
    left: auto;
    right: 0
}

.mm-menu_rtl .mm-navbar .mm-btn:last-child {
    right: auto;
    left: 0
}

.mm-menu_rtl .mm-navbar .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-menu_rtl .mm-listitem:after {
    left: 0;
    right: 20px
}

.mm-menu_rtl .mm-listitem>a:not(.mm-btn_next),
.mm-menu_rtl .mm-listitem>span:not(.mm-btn_next) {
    padding-left: 10px;
    padding-right: 20px !important;
    margin-right: 0 !important
}

.mm-menu_rtl .mm-listitem .mm-btn_next {
    right: auto;
    left: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_next:before {
    left: auto;
    right: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-menu_rtl .mm-listitem .mm-btn_next+a,
.mm-menu_rtl .mm-listitem .mm-btn_next+span {
    margin-left: 50px
}

.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+a,
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth+span {
    padding-left: 50px
}

.mm-menu_rtl .mm-counter {
    left: 45px;
    right: auto
}

.mm-menu_rtl .mm-counter+.mm-btn_next+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+span {
    margin-left: 90px
}

.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+a,
.mm-menu_rtl .mm-listview .mm-counter+.mm-btn_fullwidth+span {
    padding-left: 90px
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel {
    transition-property: right, -webkit-transform;
    transition-property: transform, right;
    transition-property: transform, right, -webkit-transform
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first,
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_iconpanel-first.mm-panel_opened~.mm-listview_fixeddivider {
    left: 0;
    right: 0
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened,
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels>.mm-panel_opened-parent {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}

.mm-menu_rtl [class*=mm-panel_iconpanel-],
.mm-menu_rtl [class*=mm-panel_iconpanel-]~.mm-listview_fixeddivider {
    left: 0
}

.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    right: 40px
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    right: 80px
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    right: 120px
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    right: 40px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    right: 60px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    right: 120px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    right: 180px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    right: 60px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened~.mm-listview_fixeddivider {
    right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
    right: 80px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
    right: 160px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
    right: 240px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel,
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
    right: 80px
}

.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl~.mm-slideout {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    right: 0
}

.mm-menu_rtl label.mm-check,
.mm-menu_rtl label.mm-toggle {
    left: 20px;
    right: auto !important
}

.mm-menu_rtl label.mm-toggle+a,
.mm-menu_rtl label.mm-toggle+span {
    padding-left: 80px
}

.mm-menu_rtl label.mm-check+a,
.mm-menu_rtl label.mm-check+span {
    padding-left: 60px
}

.mm-menu_rtl .mm-btn_next+label.mm-check,
.mm-menu_rtl .mm-btn_next+label.mm-toggle {
    left: 60px
}

.mm-menu_rtl .mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-btn_next+label.mm-check+span,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
    margin-left: 50px
}

.mm-menu_rtl .mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-btn_next+label.mm-toggle+span {
    padding-left: 70px
}

.mm-menu_rtl .mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-btn_next+label.mm-check+span {
    padding-left: 50px
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle {
    left: 100px
}

.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-check+span,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+a,
.mm-menu_rtl .mm-counter+.mm-btn_next+label.mm-toggle+span {
    margin-left: 90px
}

.mm-searchfield {
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mm-searchfield input {
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font: inherit;
    font-size: inherit;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px
}

.mm-searchfield input::-ms-clear {
    display: none
}

.mm-searchfield__input {
    padding: 7px 10px 0 10px;
    position: relative
}

.mm-panel__noresultsmsg {
    text-align: center;
    font-size: 150%;
    padding: 40px 0
}

.mm-searchfield__btn {
    right: 0;
    top: 0
}

.mm-searchfield__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.mm-searchfield__cancel {
    text-decoration: none;
    line-height: 40px;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    transition: margin .1s ease
}

.mm-searchfield__cancel-active {
    margin-right: 0
}

.mm-panel>.mm-searchfield {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mm-panel_has-searchfield {
    padding-top: 40px
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
    padding-top: 80px
}

.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
    top: 40px
}

.mm-listitem_nosubitems>.mm-btn_next {
    display: none
}

.mm-listitem_nosubitems>.mm-btn_next+a,
.mm-listitem_nosubitems>.mm-btn_next+span {
    padding-right: 10px
}

.mm-searchfield input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .75)
}

.mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 15;
    transition: right .1s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.mm-sectionindexer a {
    line-height: 1;
    text-decoration: none;
    display: block
}

.mm-sectionindexer~.mm-panels {
    transition: right .1s ease
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
    right: 0
}

.mm-menu_has-sectionindexer .mm-panels {
    right: 20px
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
    top: 42px
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
    top: 82px
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
    top: 122px
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
    top: 162px
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
    bottom: 42px
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
    bottom: 82px
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
    bottom: 122px
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
    bottom: 162px
}

.mm-sectionindexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+a,
.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth+span,
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth),
.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+a,
.mm-menu_selected-parent .mm-listitem>a.mm-btn_fullwidth+span,
.mm-menu_selected-parent .mm-listitem>a:not(.mm-btn_fullwidth) {
    transition: background .1s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0 0
}

.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(255, 255, 255, .4)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(255, 255, 255, .4)
}

[class*=mm-wrapper_sidebar-collapsed-] body,
[class*=mm-wrapper_sidebar-expanded-] body {
    position: relative
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-page,
[class*=mm-wrapper_sidebar-expanded-] .mm-page {
    background: inherit;
    box-sizing: border-box;
    min-height: 100vh
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed,
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
    display: block !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important
}

[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0
}

.mm-wrapper_sidebar-collapsed-40 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
    width: calc(100% - 40px);
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0)
}

.mm-wrapper_sidebar-collapsed-60 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
    width: calc(100% - 60px);
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    transform: translate(60px, 0);
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0)
}

.mm-wrapper_sidebar-collapsed-80 .mm-slideout,
[class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
    width: calc(100% - 80px);
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0);
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0)
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 0 !important;
    max-width: 100000px !important
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none
}

[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking,
[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
    overflow: visible
}

[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
    display: none !important
}

.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
    width: 75%;
    -webkit-transform: translate(33.33333%, 0) !important;
    -ms-transform: translate(33.33333%, 0) !important;
    transform: translate(33.33333%, 0) !important;
    -webkit-transform: translate3d(33.33333%, 0, 0) !important;
    transform: translate3d(33.33333%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
    width: 25% !important
}

.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
    width: 70%;
    -webkit-transform: translate(42.85714%, 0) !important;
    -ms-transform: translate(42.85714%, 0) !important;
    transform: translate(42.85714%, 0) !important;
    -webkit-transform: translate3d(42.85714%, 0, 0) !important;
    transform: translate3d(42.85714%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
    width: 30% !important
}

.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
    width: 65%;
    -webkit-transform: translate(53.84615%, 0) !important;
    -ms-transform: translate(53.84615%, 0) !important;
    transform: translate(53.84615%, 0) !important;
    -webkit-transform: translate3d(53.84615%, 0, 0) !important;
    transform: translate3d(53.84615%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
    width: 35% !important
}

.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
    display: none
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

.mm-listitem_vertical label.mm-toggle {
    top: 5px;
    bottom: auto;
    margin-top: 0
}

.mm-listitem_vertical label.mm-check {
    top: 5px;
    bottom: auto;
    margin-top: 0
}

label.mm-toggle {
    right: 20px
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check {
    right: 20px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

.mm-btn_next+label.mm-check,
.mm-btn_next+label.mm-toggle {
    right: 60px
}

.mm-btn_next+label.mm-check+a,
.mm-btn_next+label.mm-check+span,
.mm-btn_next+label.mm-toggle+a,
.mm-btn_next+label.mm-toggle+span {
    margin-right: 50px
}

.mm-btn_next+label.mm-toggle+a,
.mm-btn_next+label.mm-toggle+span {
    padding-right: 70px
}

.mm-btn_next+label.mm-check+a,
.mm-btn_next+label.mm-check+span {
    padding-right: 50px
}

.mm-counter+.mm-btn_next+label.mm-check,
.mm-counter+.mm-btn_next+label.mm-toggle {
    right: 100px
}

.mm-counter+.mm-btn_next+label.mm-check+a,
.mm-counter+.mm-btn_next+label.mm-check+span,
.mm-counter+.mm-btn_next+label.mm-toggle+a,
.mm-counter+.mm-btn_next+label.mm-toggle+span {
    margin-right: 90px
}

label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

label.mm-toggle:before {
    background: #f3f3f3
}

input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

label.mm-check:before {
    border-color: rgba(0, 0, 0, .75)
}

.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
    content: none
}

.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
    left: 0 !important
}

.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
    right: 20px
}

.mm-menu_fx-menu-zoom {
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-menu-slide {
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
    transform: translate(30%, 0);
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-menu-fade {
    opacity: 0;
    transition: opacity .1s ease
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
    opacity: 1
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
    transition: none .1s ease
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
    transition-delay: 50ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
    transition-delay: .1s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
    transition-delay: 150ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
    transition-delay: .2s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
    transition-delay: 250ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
    transition-delay: .3s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
    transition-delay: 350ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
    transition-delay: .1s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
    transition-delay: 450ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
    transition-delay: .5s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
    transition-delay: 550ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
    transition-delay: .6s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
    transition-delay: 650ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
    transition-delay: .7s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
    transition-delay: 750ms
}

.mm-menu_fx-listitems-slide .mm-listitem {
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mm-menu_fx-listitems-fade .mm-listitem {
    transition-property: opacity;
    opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
    opacity: 1
}

.mm-menu_fx-listitems-drop .mm-listitem {
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
    opacity: 1;
    top: 0
}

.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(100vw, 0);
    -ms-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)
}

@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-100vw, 0);
    -ms-transform: translate(-100vw, 0);
    transform: translate(-100vw, 0);
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}

.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}

.mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}

.mm-menu_listview-30 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-30 .mm-listitem>span {
    padding-top: 5px;
    padding-bottom: 5px
}

.mm-menu_listview-30 .mm-listitem_vertical>.mm-btn_next {
    height: 30
}

.mm-menu_listview-50 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-50 .mm-listitem>span {
    padding-top: 15px;
    padding-bottom: 15px
}

.mm-menu_listview-50 .mm-listitem_vertical>.mm-btn_next {
    height: 50
}

.mm-menu_listview-60 .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-60 .mm-listitem>span {
    padding-top: 20px;
    padding-bottom: 20px
}

.mm-menu_listview-60 .mm-listitem_vertical>.mm-btn_next {
    height: 60
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after,
.mm-menu_listview-justify .mm-panels>.mm-panel:before,
.mm-panels>.mm-panel_listview-justify:after,
.mm-panels>.mm-panel_listview-justify:before {
    content: none;
    display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,
.mm-panels>.mm-panel_listview-justify .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,
.mm-panels>.mm-panel_listview-justify .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 40px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>a:not(.mm-btn_next),
.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem>span,
.mm-panels>.mm-panel_listview-justify .mm-listitem>a:not(.mm-btn_next),
.mm-panels>.mm-panel_listview-justify .mm-listitem>span {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mm-listview_inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview_inset>li {
    padding: 5px 0
}

.mm-menu_multiline .mm-listitem>a,
.mm-menu_multiline .mm-listitem>span,
.mm-panel_multiline .mm-listitem>a,
.mm-panel_multiline .mm-listitem>span {
    text-overflow: clip;
    white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker {
    opacity: .3;
    transition: opacity .1s ease .1s
}

.mm-menu_opened.mm-menu_pagedim~.mm-page__blocker {
    background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-page__blocker {
    background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-page__blocker {
    background: #fff
}

.mm-menu_popup {
    transition: opacity .1s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-page__blocker {
    transition-delay: 0s !important;
    z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
    opacity: 1
}

.mm-menu_position-right {
    left: auto;
    right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: translate(-80vw, 0);
    -ms-transform: translate(-80vw, 0);
    transform: translate(-80vw, 0);
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:175px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-page__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-page__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-page__blocker {
    z-index: 1
}

.mm-menu_position-front {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom,
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.mm-menu_position-top {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}

.mm-menu_position-bottom {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}

.mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none
}

.mm-menu_shadow-page:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu_shadow-panels .mm-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu_theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white .mm-navbar a,
.mm-menu_theme-white .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-btn:after,
.mm-menu_theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-listview .mm-btn_next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .03);
    tap-highlight-color: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-white .mm-listitem_selected>span {
    background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-white .mm-listitem_opened>.mm-panel {
    background: rgba(0, 0, 0, .06)
}

.mm-menu_theme-white .mm-listitem_divider {
    background: rgba(0, 0, 0, .06)
}

.mm-menu_theme-white .mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-iconbar,
.mm-menu_theme-white .mm-iconbar a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white.mm-menu_keyboardfocus a:focus {
    background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white.mm-menu_shadow-page:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu_theme-white .mm-searchfield input {
    background: rgba(0, 0, 0, .06);
    color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white .mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-sectionindexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0 0
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0 0
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu_theme-whiteinput.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu_theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-navbar a,
.mm-menu_theme-dark .mm-navbar>* {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-btn:after,
.mm-menu_theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-dark .mm-listitem_selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-dark .mm-listitem_opened>.mm-panel {
    background: rgba(255, 255, 255, .08)
}

.mm-menu_theme-dark .mm-listitem_divider {
    background: rgba(255, 255, 255, .08)
}

.mm-menu_theme-dark .mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-iconbar,
.mm-menu_theme-dark .mm-iconbar a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus {
    background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark.mm-menu_shadow-page:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu_theme-dark .mm-searchfield input {
    background: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-panel__noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-sectionindexer a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0 0
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0 0
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .3)
}

.mm-menu_theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu_theme-darkinput.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu_theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black .mm-navbar a,
.mm-menu_theme-black .mm-navbar>* {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-btn:after,
.mm-menu_theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .15);
    tap-highlight-color: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-listitem_selected>a:not(.mm-btn_next),
.mm-menu_theme-black .mm-listitem_selected>span {
    background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-listitem_opened>.mm-btn_next,
.mm-menu_theme-black .mm-listitem_opened>.mm-panel {
    background: rgba(255, 255, 255, .2)
}

.mm-menu_theme-black .mm-listitem_divider {
    background: rgba(255, 255, 255, .2)
}

.mm-menu_theme-black .mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-iconbar,
.mm-menu_theme-black .mm-iconbar a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black.mm-menu_keyboardfocus a:focus {
    background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-navbar_tabs>:not(.mm-navbar__tab_selected),
.mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black.mm-menu_shadow-page:after {
    box-shadow: false
}

.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
    box-shadow: false
}

.mm-menu_theme-black .mm-searchfield input {
    background: rgba(255, 255, 255, .25);
    color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black .mm-panel__noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-sectionindexer a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>a,
.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>span {
    background: 0 0
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a.mm-btn_fullwidth:hover+span,
.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem>a:not(.mm-btn_fullwidth):hover {
    background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>a,
.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>span {
    background: 0 0
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_fullwidth+span,
.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent>a.mm-btn_next:not(.mm-btn_fullwidth) {
    background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .25)
}

.mm-menu_theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu_theme-blackinput.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
    margin: 0 !important
}

.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}

.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%
}

.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}

.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}

.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%
}

.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%
}

.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}

.mm-menu_tileview .mm-listitem>a,
.mm-menu_tileview .mm-listitem>span,
.mm-panel_tileview .mm-listitem>a,
.mm-panel_tileview .mm-listitem>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}

.mm-menu_tileview .mm-listitem>.mm-btn_next,
.mm-panel_tileview .mm-listitem>.mm-btn_next {
    width: auto
}

.mm-menu_tileview .mm-listitem>.mm-btn_next:after,
.mm-menu_tileview .mm-listitem>.mm-btn_next:before,
.mm-panel_tileview .mm-listitem>.mm-btn_next:after,
.mm-panel_tileview .mm-listitem>.mm-btn_next:before {
    content: none;
    display: none
}

.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
    display: none
}

.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
    padding-left: 0;
    padding-right: 0
}

.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
    content: none;
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(../../../../themes/sputnik/js/slickjs/slick/ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(../../../../themes/sputnik/js/slickjs/slick/fonts/slick.eot);
    src: url(../../../../themes/sputnik/js/slickjs/slick/fonts/slick.eot#iefix) format('embedded-opentype'), url(../../../../themes/sputnik/js/slickjs/slick/fonts/slick.woff) format('woff'), url(../../../../themes/sputnik/js/slickjs/slick/fonts/slick.ttf) format('truetype'), url(../../../../themes/sputnik/js/slickjs/slick/fonts/slick.svg#slick) format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.flex-grid,
.flex-view .view-content {
    display: flex;
    flex-wrap: wrap;
    margin: -.75rem;
}

.flex-grid .item,
.flex-view .item {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .75rem;
}

.flex-grid.loose,
.flex-view.loose .view-content {
    margin: -2rem;
}

.flex-grid.loose .item,
.flex-view.loose .item {
    padding: 2rem;
}

.flex-grid.tight,
.flex-view.tight .view-content {
    margin: -1%;
}

.flex-grid.tight .item,
.flex-view.tight .item {
    padding: 1%;
}

.flex-grid.xtight,
.flex-view.xtight .view-content {
    margin: -1px;
}

.flex-grid.xtight .item,
.flex-view.xtight .item {
    padding: 1px;
}

.flex-grid.xloose,
.flex-view.xloose .view-content {
    margin: -4rem;
}

.flex-grid.xloose .item,
.flex-view.xloose .item {
    padding: 4rem;
}

.flex-grid.lg-1 .item,
.flex-view.lg-1 .item,
.item.lg-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.flex-grid.lg-2 .item,
.flex-view.lg-2 .item,
.item.lg-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.flex-grid.lg-3 .item,
.flex-view.lg-3 .item,
.item.lg-3 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

.flex-grid.lg-4 .item,
.flex-view.lg-4 .item,
.item.lg-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.flex-grid.lg-5 .item,
.flex-view.lg-5 .item,
.item.lg-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

.flex-grid.lg-6 .item,
.flex-view.lg-6 .item,
.item.lg-6 {
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
}

@media screen and (max-width:1400px) {
    .flex-grid.lt-1 .item,
    .flex-view.lt-1 .item,
    .item.lt-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .flex-grid.lt-2 .item,
    .flex-view.lt-2 .item,
    .item.lt-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .flex-grid.lt-3 .item,
    .flex-view.lt-3 .item,
    .item.lt-3 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
    .flex-grid.lt-4 .item,
    .flex-view.lt-4 .item,
    .item.lt-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .flex-grid.lt-5 .item,
    .flex-view.lt-5 .item,
    .item.lt-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .flex-grid.lt-6 .item,
    .flex-view.lt-6 .item,
    .item.lt-6 {
        -ms-flex-preferred-size: 16.6666%;
        flex-basis: 16.6666%;
        max-width: 16.6666%;
    }
}

@media screen and (max-width:1150px) {
    .flex-grid.md-1 .item,
    .flex-view.md-1 .item,
    .item.md-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .flex-grid.md-2 .item,
    .flex-view.md-2 .item,
    .item.md-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .flex-grid.md-3 .item,
    .flex-view.md-3 .item,
    .item.md-3 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
    .flex-grid.md-4 .item,
    .flex-view.md-4 .item,
    .item.md-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .flex-grid.md-5 .item,
    .flex-view.md-5 .item,
    .item.md-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .flex-grid.md-6 .item,
    .flex-view.md-6 .item,
    .item.md-6 {
        -ms-flex-preferred-size: 16.6666%;
        flex-basis: 16.6666%;
        max-width: 16.6666%;
    }
}

@media screen and (max-width:850px) {
    .flex-grid.sm-1 .item,
    .flex-view.sm-1 .item,
    .item.sm-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .flex-grid.sm-2 .item,
    .flex-view.sm-2 .item,
    .item.sm-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .flex-grid.sm-3 .item,
    .flex-view.sm-3 .item,
    .item.sm-3 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
    .flex-grid.sm-4 .item,
    .flex-view.sm-4 .item,
    .item.sm-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .flex-grid.sm-5 .item,
    .flex-view.sm-5 .item,
    .item.lg-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .flex-grid.sm-6 .item,
    .flex-view.sm-6 .item,
    .item.sm-6 {
        -ms-flex-preferred-size: 16.6666%;
        flex-basis: 16.6666%;
        max-width: 16.6666%;
    }
}

@media screen and (max-width:550px) {
    .flex-grid.xs-1 .item,
    .flex-view.xs-1 .item,
    .item.xs-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .flex-grid.xs-2 .item,
    .flex-view.xs-2 .item,
    .item.xs-2 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .flex-grid.xs-3 .item,
    .flex-view.xs-3 .item,
    .item.xs-3 {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
    .flex-grid.xs-4 .item,
    .flex-view.xs-4 .item,
    .item.xs-4 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .flex-grid.xs-5 .item,
    .flex-view.xs-5 .item,
    .item.xs-5 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .flex-grid.xs-6 .item,
    .flex-view.xs-6 .item,
    .item.xs-6 {
        -ms-flex-preferred-size: 16.6666%;
        flex-basis: 16.6666%;
        max-width: 16.6666%;
    }
}

body {
    font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
}

nav.main-menu,
.region-sidebar-second .grants-links ul li a,
.interior-banner .banner-content .banner-copy h1 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

body {
    background: transparent;
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
}

.layout-container {
    background: transparent;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .5); */
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

.region-highlighted {
    padding: 0;
    position: relative;
    z-index: 1;
}

.interior-banner {
    background: #5b3656 url(../../../../themes/sputnik/css/img/banner-gadient.png) no-repeat;
}

.interior-banner .banner-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 150px;
    position: relative;
}

.interior-banner .banner-content .banner-copy {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.interior-banner .banner-content .banner-copy * {
    width: 100%;
}

.interior-banner .banner-content .banner-copy h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    margin: 0;
}

.interior-banner .banner-content .banner-copy .subtitle {
    color: #fff;
    font-size: 23px;
    max-width: 650px;
    line-height: 1.45em;
    padding-top: 1.75em;
}

.interior-banner .banner-content::after {
    content: '';
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: url(../../../../themes/sputnik/css/img/banner-gadient.png) no-repeat;
    background-size: 900px 100%;
}

.interior-banner .banner-content .banner-bg {
    background: transparent url(../../../../themes/sputnik/css/img/spacer.gif) right center no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.interior-banner .banner-content .banner-bg img {
    display: none;
}

main {
    display: flex;
}

.layout-content {
    flex: 1;
    padding: 100px 150px;
}

.layout-content .primary-img img {
    display: none;
    margin-bottom: 40px;
    width: 100%;
}

.region-sidebar-second {
    padding: 80px 100px 80px 20px;
    width: 400px;
}

.footer {
    background: #00bd9c;
    letter-spacing: .05em;
}

.footer .row-top {
    padding: 115px 0 80px;
}

.footer .row-top .logo {
    background: transparent url(../../../../themes/sputnik/css/img/ftr-logo.png) center center no-repeat;
    background-size: 100% auto;
    display: block;
    height: 102px;
    margin: 0 auto;
    width: 305px;
    text-align: left;
    text-indent: -9999em;
}

.footer .row-bottom {
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    -ms-flex-flow: row nowrap;
    /* -webkit-flex-flow: row nowrap; */
    /* flex-flow: row nowrap; */
    align-items: center;
    justify-content: space-between;
    background: #21bd9a;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 160px;
    padding: 0 60px;
    text-align: center;
    padding-top: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;

}

.footer .row-bottom .col-right a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    height: 1em;
    line-height: 1em;
    padding: 0 3em;
    text-decoration: none;
    text-transform: uppercase;
}

.footer .row-bottom .col-right a:first-child {
    padding-left: 0;
}

.footer .row-bottom .col-right a:last-child {
    border-right: none;
    padding-right: 0;
}

h1 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 0;
}

h2 {
    color: #444a4e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 0.75em;
    ;
}

h3 {
    color: #444a4e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0 0 0.7em;
}

h4 {
    color: #444a4e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 0.666em;
}

h5 {
    color: #444a4e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0 0 1.1em;
    text-transform: uppercase;
}

p {
    color: #5a5a5a;
    font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5em;
    /* margin: 0 0 1.5em; */
}

ul {
    margin: 0 0 1.5em;
    padding-left: 30px;
}

li {
    margin: 0 0 10px;
}

a {
    color: #6a4764;
}

a:hover {
    color: #777;
}

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

hr {
    margin: 60px 0;
}

figcaption {
    font-size: 14px;
    font-style: italic;
}

table {
    border: none;
    border-color: #ccc;
    font-size: .85em;
    margin: 40px 0;
    width: 100% !important;
}

table tr:nth-child(odd) {
    background: #f6f6f6;
}

table td {
    padding: 5px 12px;
}

iframe {
    margin: 0 0 40px;
}

p.big {
    color: #444a4e;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.38em;
    margin-bottom: 30px;
}

p.small {
    color: #333333;
    font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

h2.big,
.sub-title h1 {
    color: #444a4e;
    font-size: 38px;
    margin-bottom: 30px;
}

article ul {
    margin-bottom: 40px;
}

ul.arrow,
ul.checked {
    margin-bottom: 40px;
    padding-left: 5px;
}

ul.arrow li,
ul.checked li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

ul.arrow li:before {
    background: url(../../../../themes/sputnik/css/img/arrow.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 15px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 9px;
}

ul.checked li:before {
    background: url(../../../../themes/sputnik/css/img/check-mark.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px;
}

ul.double {
    columns: 2;
    column-gap: 40px;
}

ul.triple {
    columns: 3;
    column-gap: 40px;
}

a.btn,
.button,
.button--primary {
    background: #21bd9a; 
    border: none;
    /* border-radius: 3px; */
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 2.2em;
    /* margin-right: 1em; */
    /* margin-top: 25px; */
    /* min-width: 190px; */
    opacity: 1;
    /* padding: 1em 3em; */
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    text-transform: uppercase;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

a.btn.second {
    background: #5d1b52;
}

a.btn:hover,
.button:hover,
.button--primary:hover {
    opacity: .8;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

ul.double {
    columns: 2;
}

ul.nav {
    list-style: none;
    padding: 0 0 0 30px;
}

ul.nav li {
    display: inline-block;
}

ul.nav li:before {
    color: #aaa;
    content: "|";
    padding: 0 .5em 0 .3em;
}

ul.nav li:first-child:before {
    content: normal;
}

ul.nav a {
    text-decoration: none;
}

.box {
    background: #eee;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 50px;
}

.box.dark {
    background: #333;
    color: #fff;
}

.box> :last-child {
    margin-bottom: 0;
}

.spine {
    border-left: 3px solid #ddd;
    padding-left: 40px;
}

.center {
    text-align: center;
}

.wide {
    box-sizing: border-box;
    width: 100%;
}

.align-right {
    margin: 0 0 30px 30px;
    max-width: 35%;
}

.align-left {
    margin: 0 30px 30px 0;
    max-width: 35%;
}

.grey-box {
    background: #f1f4f5;
    padding: 60px 150px;
}

img.icon {
    width: 40px;
    margin-bottom: 25px;
}

aside {
    font-size: 16px;
}

aside .block {
    margin-bottom: 40px;
}

aside .box {
    padding: 40px;
}

aside h2 {
    font-size: 24px;
    font-weight: 400;
}

aside h3 {
    font-size: 20px;
}

aside p {
    font-size: 16px;
}

aside .btn {
    font-size: 12px;
    margin: 0;
    min-width: 0;
}

.sub-menu h2 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-menu .menu {
    margin: 0;
}

.sub-menu li {
    list-style: none;
    padding: 0;
}

.sub-menu .menu a {
    border-top: 1px solid #ccc;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.sub-menu .menu li:first-child a {
    border: none;
}

.region-sidebar-second .primary-img {}

.region-sidebar-second .primary-img img {
    border-radius: 3px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    display: block;
}

.list-view .item {
    border-top: 1px solid #ccc;
    padding: 40px 0;
}

.list-view .item:first-child {
    border-top: none;
    padding-top: 0;
}

.list-view .item .title {
    margin-bottom: 20px;
}

.list-view .item .title a {
    color: inherit;
    text-decoration: none;
}

.list-view .item .excerpt {
    margin-bottom: 10px;
}

.gallery {
    margin: 30px 0;
}

.gallery img {
    display: block;
}

.block-addtoany {
    margin: 0 0 30px;
}

.block-addtoany span.title {
    font-size: 13px;
    left: 3px;
    position: relative;
    top: 1px;
}

.addtoany_list>a {
    padding: 0 6px 0 0;
}

.a2a_kit .a2a_svg {
    //background-color:#999 !important;border-radius:0 !important;height:24px !important;padding:2px;width:24px !important;}.a2a_kit .a2a_svg path{fill:#fff;}.breadcrumb{font-size:16px;padding-bottom:10px;}.breadcrumb a{text-decoration:none;}.stories-slider{box-sizing:border-box;padding:0 60px;}.stories-slider > div{position:relative;width:100%;}.stories-slider > div .view-stories{background-color:#fff;box-sizing:border-box;width:100%;}.stories-slider > div .view-stories .view-content{margin-bottom:0;width:100%;}.stories-slider > div .view-stories .view-content .slick-dots{bottom:-30px;box-sizing:border-box;padding:0;text-align:center;width:540px;}.stories-slider > div .view-stories .view-content .slick-dots li{height:10px;margin:0 6px;width:10px;}.stories-slider > div .view-stories .view-content .slick-dots li button{background-color:#aba9a8;border-radius:100%;height:10px;width:10px;}.stories-slider > div .view-stories .view-content .slick-dots li.slick-active button{background-color:#573f53;}.stories-slider > div .view-stories .view-content .slick-dots li button::before{display:none;}.stories-slider > div .view-stories .view-content .story-item{background-color:#fff;height:540px;}.stories-slider > div .view-stories .view-content .story-item .story-wrap,.stories-slider > div .view-stories .view-content .story-item .story-wrap *{box-sizing:border-box;}.stories-slider > div .view-stories .view-content .story-item .story-wrap{border-radius:3px;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row nowrap;-webkit-flex-flow:row nowrap;flex-flow:row nowrap;border-radius:3px;height:100%;overflow:hidden;width:100%;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-image{background:transparent url(/themes/sputnik/css/img/spacer.gif) center center no-repeat;background-size:cover;border-radius:3px;overflow:hidden;width:540px;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-image img{display:none;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:column wrap;-webkit-flex-flow:column wrap;flex-flow:column wrap;align-items:center;justify-content:center;padding:0 60px;width:calc(100% - 540px);}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap{max-width:500px;width:100%;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap h2{color:#444a4e;font-size:45px;font-weight:400;margin:0 0 0.5em;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .title{font-size:22px;font-weight:700;margin:0 0 0.75em;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .title a{color:#444a4e;text-decoration:none;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb{font-size:20px;line-height:1.1em;margin:0 0 2em;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb p{font-size:1em;line-height:1.1em;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb *:first-child{margin-top:0;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb *:last-child{margin-bottom:0;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links{}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links .btn{margin-bottom:1em;}.stories-slider > div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links .btn:last-child{margin-right:0;}.stories-slider.hp-stories-slider{padding-bottom:140px;}.stories-slider.hp-stories-slider > div{box-shadow:0 20px 30px rgba(0,0,0,0.1);margin:-350px auto 0;max-width:1400px;}.region-sidebar-second .grants-links,.region-sidebar-second .grants-links *{box-sizing:border-box;}.region-sidebar-second .grants-links{width:100%;}.region-sidebar-second .grants-links ul{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:0;position:relative;}.region-sidebar-second .grants-links ul li{display:block;padding-bottom:20px;width:50%;}.region-sidebar-second .grants-links ul li:nth-child(odd){padding-right:7px;}.region-sidebar-second .grants-links ul li:nth-child(even){padding-left:7px;}.region-sidebar-second .grants-links ul li a{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:column wrap;-webkit-flex-flow:column wrap;flex-flow:column wrap;justify-content:center;border-radius:3px;box-shadow:0 15px 15px rgba(0,0,0,0.15);color:#fff;font-size:22px;font-weight:700;height:110px;line-height:1em;opacity:1;padding:0 25px;text-align:right;text-decoration:none;text-transform:uppercase;-webkit-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out;}.region-sidebar-second .grants-links ul li a:hover{opacity:0.8;-webkit-transition:opacity 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out;-moz-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;}.region-sidebar-second .grants-links ul li a span{}.region-sidebar-second .grants-links ul li:nth-child(1) a{background-color:#d9571e;}.region-sidebar-second .grants-links ul li:nth-child(2) a{background-color:#edb330;}.region-sidebar-second .grants-links ul li:nth-child(3) a{background-color:#833c78;}.region-sidebar-second .grants-links ul li:nth-child(4) a{background-color:#54b8ae;}.webform-submission-form input[type="text"],.webform-submission-form input[type="email"],.webform-submission-form textarea,input.form-search{-webkit-appearance:none;border:1px solid #ccc;border-radius:0;box-sizing:border-box;display:block;max-width:550px;width:100%;padding:5px;}.webform-submission-form textarea{max-width:800px;}.webform-submission-form select{display:block;margin-top:5px;}.webform-submission-form label{font-weight:bold;}.ui-tooltip-content{font-size:15px;line-height:1.5em;padding:20px;}.tabs a{background:#eee;border:1px solid #aaa;color:#000;font-size:14px;}body.cke_editable{background:#fff;}.cke_panel_list h1,.cke_panel_list h2,.cke_panel_list h3,.cke_panel_list h4,.cke_panel_list h5,.cke_panel_list h6,.cke_panel_list p.big,.cke_panel_list p.small,.cke_panel_list *{color:#333;font-size:16px;font-weight:400;margin:0;padding:0;text-transform:none;}input.form-search{display:block;margin:15px 0 10px;padding:7px;}a.search-help-link{display:inline-block;font-size:.9em;margin:10px 0 20px;}.item-list ol{list-style:none;padding:0;}.item-list ol li{margin:0;}.item-list h3{font-size:20px;margin:0 0 10px;padding-top:15px;}.messages{margin-bottom:30px;}
    nav.main-menu>ul>li>a,
    nav.main-menu>ul>li>span {
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    }
    header {
        background: #21bd9a;
        border-bottom: none;
        box-sizing: border-box;
        /* box-shadow: 0 10px 10px rgb(0 0 0 / 15%); */
        padding: 0;
        /* position: fixed; */
        /* width: 100%; */
        z-index: 10;
        margin-top: -18px;
    }
    header>.region-header {
        height: 80px;
        position: relative;
    }
    .site-branding {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .site-logo {
        display: block;
        height: 43px;
        left: 37px;
        margin-top: -33px;
        position: absolute;
        top: 50%;
        width: 274px;
        z-index: 99;
    }
    .site-logo img {
        display: block;
        width: 110px;
        height: 110px;
        object-fit: cover;
    }
    nav.main-menu>ul {
        font-size: 0;
        margin: 0;
        padding: 30px 0 0;
        text-align: right;
        margin-top: 18px;
        padding-right: 30px;
    }
    nav.main-menu>ul>li {
        /* border-left: 1px solid #d1d1d1; */
        display: inline-block;
        padding: 0;
        position: relative;
    }
    nav.main-menu>ul>li:first-child {
        border: none;
    }
    nav.main-menu>ul>li>a,
    nav.main-menu>ul>li>span {
        color: #ffffff;
        display: block;
        font-size: 18px;
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        margin: 0;
        padding: 0 0.8em;
        text-decoration: none;
        text-transform: uppercase;
    }
    nav.main-menu>ul>li:hover>a,
    nav.main-menu>ul>li:hover>span {}
    ul.menu a.is-active {
        color: #70366B;
    }
    nav.main-menu>ul ul {
        background: #4a2c46;
        border-top: 10px solid #fff;
        color: #fff;
        display: none;
        left: -30px;
        padding: 20px 30px;
        position: absolute;
        top: 100%;
        z-index: 99;
    }
    nav.main-menu>ul>li:hover>ul {
        display: block;
    }
    nav.main-menu>ul ul li {
        list-style: none;
    }
    nav.main-menu>ul ul li a {
        border-top: 1px solid rgba(255, 255, 255, .5);
        color: inherit;
        display: block;
        font-size: 16px;
        padding: 15px 0;
        text-decoration: none;
        width: 200px;
    }
    nav.main-menu>ul ul li a.is-active {
        color: #fff;
    }
    nav.main-menu>ul ul li:first-child a {
        border: none;
    }
    nav.main-menu>ul ul li a:hover {
        color: #ccc;
    }
    nav.main-menu>ul ul ul {}
    .mm-page__blocker {
        background-color: rgb(0 0 0 / 21%);
        cursor: pointer;
    }
    .mm-panels {
        background: #21bd9a;
    }
    .mm-listview {
        padding: 20px 40px 0 !important;
    }
    .mm-listitem:after,
    .mm-listitem .mm-btn_next:before {
        border-color: rgba(255, 255, 255, .7);
        left: 0;
    }
    .mm-listitem>a,
    .mm-listitem>span {
        padding: 20px 0;
    }
    #mm-1 .mm-listview>li>a,
    #mm-1 .mm-listview>li>span {
        font-size: 28px;
        padding: 30px 0;
    }
    #mobile-menu .sub-nav {
        padding-top: 20px;
    }
    #mobile-menu .sub-nav ul.nav {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    #mobile-menu .sub-nav ul.nav li {
        display: block;
        list-style-image: none;
    }
    #mobile-menu .sub-nav ul.nav li:before {
        display: none;
    }
    #mobile-menu .sub-nav ul.nav li a {
        display: block;
        padding: 5px 0;
    }
    #mt-container {
        display: none;
        height: 66px;
        position: absolute;
        right: 14px;
        top: 9px;
        width: 66px;
        z-index: 11;
    }
    #mt-trigger {
        background: transparent;
        float: right;
        height: 56px;
        outline: none;
        padding: 5px;
        /* position: fixed; */
        width: 56px;
    }
    #mt-trigger .content {
        cursor: pointer;
        display: block;
        height: 23px;
        margin: 28px 9px 16px;
        position: relative;
        width: 30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #mt-trigger .content span {
        background: #fff;
        display: block;
        height: 5px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #mt-trigger .content span:nth-child(1) {
        top: 0px;
    }
    #mt-trigger .content span:nth-child(2),
    #mt-trigger .content span:nth-child(3) {
        top: 9px;
    }
    #mt-trigger .content span:nth-child(4) {
        top: 18px;
    }
    html.mm-wrapper_opening #mt-trigger .content span {
        background: #fff;
    }
    html.mm-wrapper_opening #mt-trigger .content span:nth-child(1) {
        top: 18px;
        left: 50%;
        width: 0%;
    }
    html.mm-wrapper_opening #mt-trigger .content span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    html.mm-wrapper_opening #mt-trigger .content span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    html.mm-wrapper_opening #mt-trigger .content span:nth-child(4) {
        top: 18px;
        left: 50%;
        width: 0%;
    }
    @media screen and (max-width:500px) {
        #mt-container {
            right: 2px;
        }
    }
    .path-frontpage main {
        display: block;
    }
    .path-frontpage .region-highlighted {
        padding: 0;
    }
    .path-frontpage .layout-content {
        padding: 0;
    }
    .path-frontpage h2 {
        font-size: 60px;
        margin: 0 0 .35em;
    }
    .hp-banner {}
    .hp-banner>div.field {
        height: auto;
        position: relative;
        background: #21bd9a;
    }
    .hp-banner>div.field .hp-content-wrap,
    .hp-banner>div.field .hp-content-wrap * {
        box-sizing: border-box;
    }
    .hp-banner>div.field .hp-content-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
        justify-content: center;
        /* height: 100%; */
        right: 0;
        /* padding-right: 60px; */
        /* position: absolute; */
        width: 100%;
        top: 0;
        z-index: 10;
        /* padding: 150px 60px; */
        /* padding-bottom: 0px; */
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        /* align-items: center; */
        justify-content: flex-start;
        min-height: 243px;
        margin: 0 auto;
        max-width: 1400px;
        position: relative;
        width: 100%;
    }
    
    .hp-banner>div.field .hp-content-wrap .hp-content h1 {
        color: #fff;
        font-size: 0.9em;
        font-weight: 700;
        line-height: 0.9em;
        margin: 0 0 0.25em;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
    }
    .hp-banner>div.field .hp-content-wrap .hp-content p {
        color: #fff;
        font-size: 20px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
    }
    .hp-banner>div.field .hp-content-wrap .hp-content p.btn-wrap {
        padding-top: 1em;
    }
    .hp-banner .btn {
        border: 1px solid #fff;
    }
    .hp-banner>div.field .hp-content-wrap .hp-content *:last-child {
        margin-bottom: 0;
    }
    .hp-banner>div.field .hp-slider {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5;
        display: none;
    }
    .hp-banner>div.field .hp-slider .slick-list,
    .hp-banner>div.field .hp-slider .slick-list .slick-track {
        height: 100%;
    }
    .hp-banner>div.field .hp-slider .slick-list .slick-track .hp-slide {
        background: #fff url(../../../../themes/sputnik/css/img/spacer.gif) center top no-repeat;
        background-size: cover;
    }
    .hp-content-top,
    .hp-content-top * {
        box-sizing: border-box;
    }
    .hp-content-top {}
    .hp-content-top>div.field {}
    .hp-content-top [class*='hp-content-section'] {
        padding: 70px 60px;
        position: relative;
    }
    .hp-content-top [class*='hp-content-section'] .hp-content-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        margin: 0 auto;
        max-width: 1400px;
        padding: 0;
        position: relative;
        width: 100%;
    }
    .hp-content-top [class*='hp-content-section'] .hp-content-wrap .hp-content {
        /* max-width: 550px;
        width: calc(50% - 60px); */
    }
    .hp-content-top [class*='hp-content-section'] .hp-content-wrap .hp-content h2 {}
    .hp-content-top [class*='hp-content-section'] .hp-content-wrap .hp-content p.big {}
    .hp-content-top [class*='hp-content-section'] .hp-content-wrap .hp-content p {}
    .hp-content-top .hp-content-section-1 {
        /* height: 700px; */
    }
    .hp-content-top .hp-content-section-1 .hp-content-wrap {}
    .hp-content-top .hp-content-section-1 .hp-content-wrap .hp-content {}
    .hp-content-top .hp-content-section-1 .hp-content-wrap .hp-content *:first-child {
        margin-top: 0;
    }
    .hp-content-top .hp-content-section-1 .hp-content-wrap .hp-content *:last-child {
        margin-bottom: 0;
    }
     .funding-sections {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 10% 60px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
    }
   .funding-sections [class*='coll-'] {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 50%;
    }
     .funding-sections .coll-1 {
        padding: 0 7px 0 0;
    }
   .funding-sections .coll-2 {
        padding: 90px 0 0 7px;
    }
    .funding-sections [class*='coll-'] li {
        display: block;
        margin: 0;
        padding: 0;
    }
   .funding-sections [class*='coll-'] li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: flex-end;
    border-radius: 3px;
    color: #fff;
    height: 234px;
    margin: 0 0 14px;
    overflow: hidden;
    padding: 0 18px 18px;
    position: relative;
    text-align: right;
    text-decoration: none;
    }
    .funding-sections [class*='coll-'] li a .title {
        display: block;
        position: relative;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1em;
        margin: 0 0 10px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
        text-transform: uppercase;
        z-index: 2;
    }
    .funding-sections [class*='coll-'] li a .title span {
        display: block;
        position: relative;
        z-index: 2;
    }
     .funding-sections [class*='coll-'] li a .title::before {
        background: transparent url(../../../../themes/sputnik/css/img/spacer.gif) right top no-repeat;
        background-size: auto 100%;
        content: '';
        display: block;
        height: 45px;
        margin: 0 0 15px;
    }
    .funding-sections [class*='coll-'] li.arts-culture a .title::before {
        background-image: url(../../../../img/icons/healthcare.png);
    }
   .funding-sections [class*='coll-'] li.education a .title::before {
        background-image: url(../../../../img/icons/food.png);
    }
   .funding-sections [class*='coll-'] li.civic-affairs a .title::before {
        background-image: url(../../../../img/icons/filtration.png);
    }
   .funding-sections [class*='coll-'] li.hss a .title::before {
        background-image: url(../../../../themes/sputnik/css/img/icon-heart.png);
    }
   .funding-sections [class*='coll-'] li a .description {
        display: block;
        font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.25em;
        position: relative;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
        z-index: 2;
    }
    .funding-sections [class*='coll-'] li a .bg {
        background: transparent url(../../../../themes/sputnik/css/img/spacer.gif) center center no-repeat;
        background-size: cover;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        -webkit-transition: transform 500ms ease-in-out;
        -o-transition: transform 500ms ease-in-out;
        -moz-transition: transform 500ms ease-in-out;
        transition: transform 500ms ease-in-out;
        transform: scale(1.0);
    }
    .funding-sections [class*='coll-'] li a:hover .bg {
        -webkit-transition: transform 300ms ease-in-out;
        -o-transition: transform 300ms ease-in-out;
        -moz-transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
        transform: scale(1.1);
    }
     .funding-sections [class*='coll-'] li a .bg img {
        display: none;
    }
    .hp-content-top .hp-content-section-2 {
        background: #ddd url(../../../../themes/sputnik/css/img/hp-bg-lower.jpg) center center no-repeat;
        background-size: cover;
        padding-bottom: 350px;
    }
    .hp-content-top .hp-content-section-2 .hp-content-wrap {
        min-height: 480px;
    }
    .hp-content-top .hp-content-section-2 .hp-content-wrap .hp-content {}
    .hp-content-top .hp-content-section-2 .hp-content-wrap .hp-content *:last-child {
        margin-bottom: 0;
    }
    .hp-content-top .hp-content-section-2 .hp-content-wrap .hp-content h2,
    .hp-content-top .hp-content-section-2 .hp-content-wrap .hp-content p.big,
    .hp-content-top .hp-content-section-2 .hp-content-wrap .hp-content p {}
    .hp-content-bottom {}
    .hp-content-bottom .hp-content-section-3,
    .hp-content-bottom .hp-content-section-3 * {
        box-sizing: border-box;
    }
    .hp-content-bottom .hp-content-section-3 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        background: #fff url(../../../../themes/sputnik/css/img/grant-seekers-bg.jpg) center center no-repeat;
        background-size: cover;
        height: 765px;
        padding: 0 60px;
        position: relative;
        z-index: 2;
    }
    .hp-content-bottom .hp-content-section-3 .hp-content-wrap {
        max-width: 1400px;
        width: 100%;
    }
    .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content {
        max-width: 600px;
        width: 100%;
    }
    .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content h2 {
        color: #fff;
        font-size: 80px;
    }
    .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content p {
        color: #fff;
    }
    .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content *:first-child {
        margin-top: 0;
    }
    .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content *:last-child {
        margin-bottom: 0;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links {
        bottom: 0;
        left: 0;
        padding: 0 54px;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        position: relative;
        margin: 0 auto -60px;
        max-width: 1412px;
        padding: 0;
        width: 100%;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li {
        display: block;
        max-width: 275px;
        padding: 0 6px;
        width: 25%;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li a {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        border-radius: 3px;
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        height: 190px;
        line-height: 1em;
        opacity: 1;
        padding: 40px 30px;
        text-align: right;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li a:hover {
        margin-top: -30px;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li a span {}
    .hp-content-bottom .hp-content-section-3 .grants-links ul li:nth-child(1) a {
        background-color: #833c78;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li:nth-child(2) a {
        background-color: #d9571e;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li:nth-child(3) a {
        background-color: #54b8ae;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li:nth-child(4) a {
        background-color: #edb330;
    }
    .hp-content-bottom .hp-content-section-4 {
        position: relative;
        z-index: 1;
        /* padding: 200px 30px 100px; */
        padding: 60px;
        padding-bottom: 15px;
        position: relative;
        z-index: 1;
        background: #ddd url(../../../../themes/sputnik/css/img/hp-bg-lower.jpg) center center no-repeat;
        background-size: cover;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin: 0 auto;
        max-width: 1460px;
        width: 100%;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images {
        margin-bottom: 0;
        width: 600px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots {
        box-sizing: border-box;
        padding: 0 24px;
        text-align: right;
        top: 580px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots li {
        height: 10px;
        margin: 0 6px;
        width: 10px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots li button {
        background-color: #aba9a8;
        border-radius: 100%;
        height: 10px;
        width: 10px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots li.slick-active button {
        background-color: transparent;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots li button::before {
        display: none;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap {
        padding: 30px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
        background: #fff url(../../../../img/core-img/SalmaKhatoonFamily.webp) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
    height: 350px;
    width: 100%;
    background-position-x: 0px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap img {
        display: none;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .caption {
        color: #333;
        font-size: 14px;
        font-style: italic;
        padding-top: 19px;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content,
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content * {
        box-sizing: border-box;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;
        padding: 30px 20px 60px;
        width: calc(100% - 540px);
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap {
        max-width: 700px;
        width: 100%;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap *:first-child {
        margin-top: 0;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap *:last-child {
        margin-bottom: 0;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .title {
        color: #444a4e;
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 1em;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .blurb {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0 0 2em;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .links {}
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .links .btn {
        margin-bottom: 1em;
    }
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .links .btn:last-child {
        margin-right: 0;
    }
    .hp-content-bottom .hp-content-section-3 .grants-links ul li a,
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .title {
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    }
    .video-embed-field-responsive-video {
        margin: 0 0 40px;
    }
    .grants {
        clear: both;
    }
    .grants .item .paragraph {
        background: #fff;
        border-radius: 4px;
        text-align: center;
        box-shadow: 2px 2px 7px #ccc;
        padding: 50px 30px 70px;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }
    .grants .field--name-field-grantee-name {
        font-family: "Roboto Condensed";
        font-size: 26px;
        margin: 0 0 15px;
    }
    .grants .field--name-field-grantee- {
        font-size: 16px;
    }
    .grants .field--name-field-description {
        font-size: 14px;
        line-height: 1.5em;
        margin: 20px 0;
    }
    .grants .field--name-field-dollar-amount {
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        bottom: 30px;
        width: 100%;
        right: 0;
    }
    .grant-slider h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.1em;
        margin: 0 0 1.1em;
        text-transform: uppercase;
        padding: 10px 0 20px;
    }
    .grant-slider {
        text-align: center;
    }
    .grant-slider .item {
        margin: 20px;
        height: 100%;
        box-sizing: border-box;
    }
    .grant-slider .slick-track {
        display: flex;
        padding: 0 0 25px;
    }
    .grant-slider .slick-slide {
        height: auto !important;
    }
    .grant-slider .item .paragraph:before {
        background: url(../../../../themes/sputnik/css/img/checkbox-orange.png) no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        height: 40px;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -20px;
        width: 40px;
    }
    .grant-slider .item:nth-child(3n+2) .paragraph:before {
        background-image: url(../../../../themes/sputnik/css/img/checkbox-blue.png);
    }
    .grant-slider .item:nth-child(3n+3) .paragraph:before {
        background-image: url(../../../../themes/sputnik/css/img/checkbox-yellow.png);
    }
    .team-hdr {
        background: #f5f5f5;
        padding: 80px 60px;
        margin: 0 0 60px;
    }
    .team-hdr h1 {
        color: #444a4e;
        font-size: 40px;
        margin: 0 0 20px;
    }
    .team-hdr .pos {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .team-hdr .email {}
    .grants .title {
        color: #fff;
        font-size: 48px;
        margin: 30px 0 40px;
        line-height: 1.1em;
    }
    .grants .total {
        color: #fff;
        font-size: 23px;
        line-height: 1.4em;
    }
    @media screen and (max-width:2000px) {
        .hp-banner>div.field {
            height: auto;
            background: #21bd9a;
            position: relative;
        }
        .hp-banner>div.field .hp-content-wrap .hp-content p.btn-wrap {
            padding-top: 0;
        }
    }
    @media screen and (max-width:1500px) {
        .hp-banner>div.field {
            height: auto;
            background: #21bd9a;
        }
        .layout-content {
            padding: 90px 90px 90px 120px;
        }
        .interior-banner .banner-content {
            padding: 150px 120px
        }
        .region-sidebar-second {
            padding: 80px 60px 60px 0;
            width: 350px;
        }
        .region-sidebar-second .grants-links ul li a {
            font-size: 20px;
        }
        .grey-box {
            padding: 60px 120px;
        }
    }
    @media screen and (max-width:1350px) {
        .layout-content {
            padding: 90px 90px 90px 100px;
        }
        .interior-banner .banner-content {
            padding: 150px 100px;
        }
        .grey-box {
            padding: 60px 100px;
        }
        .interior-banner .banner-content .banner-bg {
            background-size: auto 100%;
        }
    }
    @media screen and (min-width:1200px){
        .hp-banner>div.field .hp-content-wrap .hp-content {
            font-size: 110px;
            /* max-width: 6em; */
            width: 100%;
        }
        .funding-sections .third-sec {
            padding: 90px 0 0 7px;
        }
    }
    @media screen and (max-width:1200px) and (min-width:751px){
        .funding-sections [class*='coll-']{
            width: 80% !important;
            margin-left: auto;
            margin-right: auto;
        }
        .funding-sections {
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            margin: 0px;
            /* padding: 24px; */
            /* padding-left: 0px; */
            position: relative;
            width: 100%;
            /* margin-right: 96px; */
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
            }
            .funding-sections [class*='coll-'] {
                -webkit-flex-flow: column;
                flex-flow: column;
            }
            .funding-sections [class*='coll-'] li {
                padding: 0 6px;
                width: 50%;
                margin-left: auto;
                margin-right: auto;
            }
    }
    @media screen and (max-width:1200px) {
        
        .footer .row-bottom {
            padding: 0 50px;
        }
        .interior-banner .banner-content::after {
            background-size: 680px 100%;
        }
        .interior-banner .banner-content .banner-copy .subtitle {
            max-width: 450px;
        }
        .stories-slider {
            padding: 0 50px;
        }
        .stories-slider>div .view-stories .view-content .slick-dots {
            width: 400px;
        }
        .stories-slider>div .view-stories .view-content .story-item {
            height: 475px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-image {
            width: 400px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content {
            width: calc(100% - 400px);
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap h2 {
            font-size: 30px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .links .btn {
            min-width: 100px;
            padding: 1em 2em;
        }
        .stories-slider.hp-stories-slider {
            padding-bottom: 80px;
        }
        .stories-slider.hp-stories-slider>div {
            margin: -250px auto 0;
        }
        .hp-banner>div.field {
            height: auto;
            background: #21bd9a;
            position: relative;
        }
       
        .hp-banner>div.field .hp-content-wrap .hp-content {
            font-size: 80px;
        }
        .hp-content-top [class*='hp-content-section'] {
            padding: 0 50px;
        }
        .hp-content-top [class*='hp-content-section'] .hp-content-wrap .hp-content {
            width: 100%;
            padding: 50px 20px;
        }
        .hp-content-top .hp-content-section-1 {
            height: auto;
            padding: 50px 50px 0;
        }
         /* .funding-sections {
            margin: 0 -6px -65px;
            padding: 40px 0 0;
            position: relative;
            width: auto;
        } */
         /* .funding-sections [class*='col-'] {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-flow: row nowrap;
            -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
        }
       .funding-sections .col-1,
         .funding-sections .coll-2 {
            padding: 0;
        }
         .funding-sections [class*='col-'] li {
            padding: 0 6px;
            width: 50%;
        }
       .funding-sections [class*='col-'] li a {
            box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
            height: 320px;
            padding: 0 30px 30px;
            width: 100%;
        } */
        .funding-sections [class*='coll-'] li a .title {
            font-size: 24px;
        }
        .hp-content-top .hp-content-section-2 {
            padding-bottom: 310px;
        }
        .hp-content-top .hp-content-section-2 .hp-content-wrap {
            min-height: 0;
            padding: 110px 0 0;
        }
        .hp-content-bottom .hp-content-section-3 {
            height: 575px;
            padding: 0 50px;
        }
        .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content h2 {
            font-size: 70px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links {
            padding: 0 44px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul {
            margin: 0 auto -50px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li {
            max-width: 100%;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li a {
            font-size: 24px;
            height: 150px;
            padding: 30px 20px;
        }
        .hp-content-bottom .hp-content-section-4 {
            padding: 120px 50px 50px 20px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images {
            width: 460px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots {
            top: 440px;
        }
       
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content {
            padding: 30px 0 60px 20px;
            width: calc(100% - 460px);
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .links .btn {
            min-width: 100px;
            padding: 1em 2em;
        }
    }
    @media screen and (max-width:1100px) {
        nav.main-menu>ul {
            padding: 25px 0 0;
        }
        .footer .row-bottom {
            padding: 0 45px;
        }
        header>.region-header {
            height: 100px;
        }
        .site-logo {
            width: 200px;
            height: 32px;
            margin-top: -16px;
        }
        .top-nav {
            height: 65px;
        }
        .layout-content {
            padding: 80px 50px 80px 80px;
        }
        .grey-box {
            padding: 60px 80px;
        }
        .interior-banner .banner-content {
            padding: 150px 80px;
        }
        .region-sidebar-second {
            padding: 45px 30px 45px 0;
            width: 300px;
        }
        .region-sidebar-second .grants-links ul li a {
            font-size: 16px;
            height: 80px;
        }
        ul.triple {
            columns: 2;
        }
    }
    @media screen and (max-width:1000px) {
        .layout-content {
            padding: 80px;
        }
        main {
            display: block;
        }
        .region-sidebar-second {
            display: none;
            box-sizing: border-box;
            padding: 60px 45px 30px;
            background: #f3f3f3;
        }
        .region-sidebar-second> :last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .primary-img {
            float: right;
            margin-left: 30px;
            width: 33%;
        }
        .layout-container .primary-img img {
            display: block;
        }
        aside .primary-img-block {
            display: none;
        }
        aside .sub-menu {
            display: none;
        }
        aside .box {
            background: none;
            padding: 0;
        }
        aside .spine {
            border: none;
            padding: 0;
        }
        .region-sidebar-second {
            margin: 0;
            width: 100%;
        }
        .team-hdr {
            background: none;
            padding: 0;
            margin: 0 0 40px;
        }
    }
    @media screen and (max-width:900px) {
        a.btn,
        .button,
        .button--primary {
            font-size: 14px;
            padding: 0.75em 2em;
        }
        .stories-slider {
            padding: 0 35px;
        }
        .stories-slider>div .view-stories .view-content .slick-dots {
            width: 240px;
        }
        .stories-slider>div .view-stories .view-content .story-item {
            height: 400px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-image {
            width: 240px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content {
            padding: 0 35px;
            width: calc(100% - 240px);
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap h2 {
            font-size: 32px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb {
            font-size: 18px;
            margin: 0 0 1em;
        }
        .stories-slider.hp-stories-slider {
            padding-bottom: 60px;
        }
        .stories-slider.hp-stories-slider>div {
            margin: -250px auto 0;
        }
        .hp-banner>div.field {
            height: auto;
            background: #21bd9a;
            position: relative;
        }
        .hp-banner>div.field .hp-content-wrap {
            /* align-items: flex-end; */
            /* padding: 150px 35px; */
            position: relative;
            width: 100%;
        }
        .hp-banner>div.field .hp-content-wrap .hp-content {
            font-size: 70px;
        }
        .hp-content-top [class*='hp-content-section'] {
            padding: 0 35px;
        }
        .hp-content-top .hp-content-section-1 {
            height: auto;
            padding: 50px 35px 0;
        }
      .funding-sections [class*='coll-'] li a {
            padding: 0 20px 20px;
        }
        .funding-sections [class*='coll-'] li a .title {
            font-size: 20px;
        }
        .hp-content-top .hp-content-section-2 {
            padding-bottom: 310px;
        }
        .hp-content-bottom .hp-content-section-3 {
            height: 575px;
            padding: 0 35px;
        }
        .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content h2 {
            font-size: 60px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links {
            padding: 0 29px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li a {
            font-size: 20px;
            height: 125px;
            padding: 25px 20px;
        }
        .hp-content-bottom .hp-content-section-4 {
            padding: 80px 5px 50px 5px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images {
            width: 360px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots {
            top: 340px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
            height: 300px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content {
            padding: 30px 0 0 5px;
            width: calc(100% - 360px);
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap h2 {
            font-size: 32px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .title {
            font-size: 22px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap .blurb {
            font-size: 18px;
        }
    }
    @media screen and (max-width:850px) {
        .interior-banner .banner-content {
            padding: 100px 80px 120px;
            height: auto;
        }
        .interior-banner .banner-content .banner-bg {
            background-position: center center;
            background-size: auto 100%;
        }
        .interior-banner .banner-content::after {
            background-size: 140% 100%;
            opacity: .85;
        }
        #block-sputnik-main-menu {
            display: none;
        }
        .top-nav {
            display: none;
        }
        #mt-container {
            display: block;
        }
        .sm-stack tr {
            display: block;
            padding: 15px;
        }
        .sm-stack td {
            display: block;
            border: none;
            padding: 0;
        }
    }
    @media screen and (max-width:400px){
        .funding-sections {
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            /* margin: 0px; */
            /* padding: 24px; */
            /* padding-left: 0px; */
            position: relative;
            width: 100%;
            /* margin-right: 96px; */
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
            margin: 3px;
            }
    }
    @media screen and (max-width:750px) and (min-width:401px){
        .funding-sections {
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            margin: 0px;
            /* padding: 24px; */
            /* padding-left: 0px; */
            position: relative;
            width: 100%;
            /* margin-right: 96px; */
            margin-left: auto;
            margin-right: auto;
            padding-top: 20px;
            }
            .funding-sections [class*='coll-'] {
                -webkit-flex-flow: column;
                flex-flow: column;
            }
            .funding-sections [class*='coll-'] li {
                padding: 0 6px;
                width: 50%;
                margin-left: auto;
                margin-right: auto;
            }

    }
    @media screen and (max-width:750px) {
        .primary-img {
            float: none;
            margin: 0;
            width: auto;
        }
        .footer .row-top {
            padding: 60px 0 40px;
        }
        .footer .row-bottom {
            display: block;
            height: auto;
            padding: 30px 20px;
            text-align: center;
        }
        .footer .row-bottom .col-right a {
            padding: 0 1.5em;
        }
        .footer .col-left {
            font-size: 8px;
            margin-bottom: 10px;
            opacity: .7;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap h2 {
            display: none;
        }
        .hp-banner>div.field .hp-content-wrap .hp-content {
            font-size: 60px;
        }
      
       .funding-sections [class*='coll-'] {
            width: 100%;
        }
        .hp-content-bottom .hp-content-section-3 {
            height: auto;
            padding: 50px 35px 270px;
        }
        .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content h2 {
            font-size: 50px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul {
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li {
            width: 50%;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li a {}
        .hp-content-bottom .hp-content-section-4 {
            padding: 80px 40px 40px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap {
            -ms-flex-flow: column wrap;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            align-items: center;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images {
            width: 460px;
            height: 460px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots {
            top: 440px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
            width: 400px;
            height: 400px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content {
            padding: 40px 30px 0;
            width: 460px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content .content-wrap {
            max-width: 100%;
        }
    }
    @media screen and (max-width:600px) {
        .interior-banner .banner-content {
            padding: 100px 60px 120px;
            height: auto;
        }
        .interior-banner .banner-content .banner-bg {
            background-position: center center;
            background-size: auto 100%;
        }
        .layout-content {
            padding: 60px;
        }
        .grey-box {
            padding: 60px 60px;
        }
        .flex-grid.loose,
        .flex-view.loose .view-content {
            margin: 0 -2em;
        }
        .flex-grid.loose .item,
        .flex-view.loose .item {
            padding: .5em 2em;
        }
        .hp-content-top .hp-content-section-2 {
            padding-bottom: 0;
        }
        .hp-content-top .hp-content-section-2 .hp-content-wrap {
            min-height: 0;
            padding: 110px 0 80px;
        }
        .stories-slider {
            padding: 35px 35px 0;
        }
        .stories-slider>div .view-stories .view-content .slick-dots {
            bottom: auto;
            top: 400px;
            width: 100%;
        }
        .stories-slider>div .view-stories .view-content .story-item {
            height: auto;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap {
            -ms-flex-flow: column wrap;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            align-items: center;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-image {
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
            height: 400px;
            width: 400px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content {
            padding: 50px 0 0;
            width: 100%;
            text-align: center;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap {
            max-width: 400px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap h2 {
            font-size: 24px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap .blurb {
            font-size: 18px;
            margin: 0 0 1em;
        }
        .stories-slider.hp-stories-slider {
            padding-bottom: 30px;
        }
        .stories-slider.hp-stories-slider>div {
            box-shadow: none;
            margin: 0;
        }
    }
    @media screen and (max-width:500px) {
        .interior-banner .banner-content {
            padding: 80px 40px 100px;
            height: auto;
        }
        .interior-banner .banner-content .banner-copy h1 {
            font-size: 60px;
        }
        .layout-content {
            padding: 40px;
        }
        .grey-box {
            padding: 60px 40px;
        }
        .site-logo {
            left: 0px;
        }
        .region-sidebar-second {
            padding: 50px 35px 20px;
        }
        .align-right,
        .align-left {
            max-width: 100%;
            margin: 0 0 30px;
        }
        ul {
            padding-left: 25px;
        }
        ul.double,
        ul.triple {
            columns: 1;
        }
        .xs-stack tr {
            display: block;
            padding: 15px;
        }
        .xs-stack td {
            display: block;
            border: none;
            padding: 0;
        }
        .stories-slider {
            padding: 20px 20px 0;
        }
        .stories-slider>div .view-stories .view-content .slick-dots {
            top: 280px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-image {
            height: 280px;
            width: 280px;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content {
            padding: 50px 0 0;
            width: 100%;
        }
        .stories-slider>div .view-stories .view-content .story-item .story-wrap .col-content .content-wrap {
            max-width: 100%;
        }
        .stories-slider.hp-stories-slider {
            padding-bottom: 20px;
        }
        .hp-content-top [class*='hp-content-section'] {
            padding: 0 20px;
        }
        .hp-content-top .hp-content-section-1 {
            height: auto;
            padding: 30px 20px 0;
        }
        .hp-content-bottom .hp-content-section-3 {
            padding: 30px 20px 270px;
        }
        .hp-content-bottom .hp-content-section-3 .hp-content-wrap .hp-content h2 {
            font-size: 40px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links {
            padding: 0 14px;
        }
        .hp-content-bottom .hp-content-section-4 {
            padding: 80px 20px 40px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap {
            -ms-flex-flow: column wrap;
            -webkit-flex-flow: column wrap;
            flex-flow: column wrap;
            align-items: center;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images {
            width: 320px;
            height: 320px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .caption {
            padding-top: 10px;
            text-align: center;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .slick-dots {
            top: 330px;
            text-align: center;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap {
            padding: 20px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
            width: 280px;
            height: 280px;
        }
        .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-content {
            padding: 60px 40px 0;
            width: 100%;
        }
    }
    @media screen and (max-width:400px) {
        .footer .row-top .logo {
            width: 200px;
        }
        .path-frontpage h2 {
            font-size: 40px;
        }
        .hp-content-top [class*='hp-content-section'] .hp-content-wrap .hp-content {
            padding: 30px 20px;
        }
         .funding-sections [class*='coll-'] li a {
            height: 220px;
        }
        .hp-content-top .hp-content-section-2 .hp-content-wrap {
            padding: 100px 0 70px;
        }
        .stories-slider.hp-stories-slider {
            padding-top: 40px;
        }
        a.btn,
        .button,
        .button--primary {
            margin: 15px 5px 0 0;
        }
        .funding-sections [class*='coll-'] {
            display: block;
        }
        .funding-sections [class*='coll-'] li {
            width: 100%;
        }
         .funding-sections [class*='coll-'] li a {
            padding: 20px;
        }
        .hp-content-bottom .hp-content-section-3 {
            padding: 50px 40px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links {
            display: block;
            padding: 30px 0 0;
            position: relative;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul {
            display: block;
            margin: 0 0 -90px;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li {
            padding: 0;
            width: 100%;
        }
        .hp-content-bottom .hp-content-section-3 .grants-links ul li a,
        .hp-content-bottom .hp-content-section-3 .grants-links ul li a:hover {
            font-size: 20px;
            height: 95px;
            -webkit-transition: none;
            -o-transition: none;
            -moz-transition: none;
            transition: none;
        }
    }
    .skh-dp{
        margin-top: -2%;
        height: 400px;
        width: 400px;
        object-fit: cover;
		border-radius:50%;
    }
    .blog-entry {
        display: block;
        width: 100%;
    }
    @media (min-width: 768px){
.blog-entry {
    margin-bottom: 40px;
}
.skh-dp{
    float: right;
    margin-bottom: -63px;
}

}
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 220px;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}
.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    border: 1px solid #c5c5c5;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.p-2 {
    padding: 1rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.blog-entry .text .heading {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 600;
}
.blog-entry .text:after {
    position: absolute;
    bottom: -4px;
    left: 20px;
    right: 20px;
    content: '';
    height: 4px;
    background: transparent;
    border-radius: 0 0 6px 6px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mtt-60{
    margin-top: 60px !important;
}
.social-img-icon img {
    height: 30px;
    width: 30px;
    margin-bottom: 20px;
}
.floating-label-wrap {
    position: relative;
}

.floating-label-wrap{
    position: relative;
}
.floating-label-field {
    border-width: 0;
    color: rgba(44, 62, 80, .75);
}
.floating-label-field:focus {
    outline: 0;
    box-shadow: 0;
}
.floating-label-field::placeholder {
    color: transparent;
}
.floating-label-field, .floating-label-field + .floating-label {
    margin-bottom: 10px !important;
    line-height: 1;
    font: inherit;
    /* padding: 15px; */
    height: 38px;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px !important;

}
.floating-label-field + .floating-label {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: bo;
    user-select: none;
    bottom: 16px;
}
.floating-label-field {
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: rgba(255, 255, 255, .75);
}
.floating-label-field + .floating-label {
    transition: transform 0.25s, opacity 0.25s ease-in-out;
    transform-origin: 0 0;
    opacity: 0.5;
}
.floating-label-field:focus, .floating-label-field:not(:placeholder-shown) {
    border-color: rgba(255, 255, 255, .1);
}
.floating-label-field:focus + .floating-label, .floating-label-field:not(:placeholder-shown) + .floating-label {
    transform: translate(1%, -30%) scale(0.8);
    opacity: 0.25;
}
.floating-label-input:valid:not(:placeholder-shown) {
    border-color: rgba(46, 213, 115, .3);
}
.floating-label-input:invalid {
    border-color: rgba(255, 71, 87, .3);
}
.sub-btn {
    color: #049472 !important;
    border: 1px solid #efefef !important;
    padding-bottom: 0px !important;
    padding-top: 2px !important;
    background-color: white !important;
}
.submit-contact {
    background: #049472;
    border-radius: 24px;
    color: #fff;
    border: 1px solid transparent;
    height: 37px;
    line-height: 35px;
    line-height: 1.5;
    min-width: 180px;
    margin-top: 30px;
}
.clr-white{
    color: white !important;
}
.icons-address {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.mll-7 {
    margin-left: 7px;
}
.mission-cont::before{
    content: "";
    background:  #21bd9a;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;

}
blockquote {
    font-size: 1.5em;
    line-height: 1.5em;
}

/* blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
} */

blockquote:before,
blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: orange;
  font-size: 4em;
  top: .2em;
  position: relative;
}

.cards-img{
    height: 155px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}
.cards .content{
    padding: 20px;
}
.cards h2{
    display: block;
    position: relative;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 10px;
    text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    text-transform: uppercase;
    z-index: 2;
    color: #3e3e3e;
}
.cards desc{
    display: block;
    font-family: 'Fira Sans Condensed', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    position: relative;
    text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    z-index: 2;
    margin-bottom: 0px;
}
.pr-0{
    padding-right: 0px !important;
}
hr{
    margin: 30px;
}
.mbb-10{
    margin-bottom: 10px !important;
}
.mbb-15{
    margin-bottom: 15px !important;
}
#scrolling {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #21bd9aad;
    color: white;
    cursor: pointer;
    padding: 7px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 4px;
    border: 1px solid #efefef70;
}
  #scrolling:hover {
    border: 2px solid #efefef70;
  }
  #scrolling img{
      height: 26px;
      width:26px;
      object-fit: cover;
  }
  @media screen and (min-width:992px){
      .foundation-cards{
        padding-right: 0px;
  }
}
@media screen and (max-width:991px){
    .address-div{
        margin-top: 55px;
    }
    .fam-mission-img{
        margin-bottom: 30px;
    }
    .foundation-cards{
      margin-top: 15px;
}
.main-content{
    margin-bottom: 50px;
}
}

.mm-navbar{
    display: none !important;
}
@media screen and (max-width:500px){
   /* .story-margin{
        margin-top: -90px !important;
    }*/
}
@media screen and (min-width:1100px){
    .mission-div{
        padding: 90px !important;
    }
    .mission-content{
        margin-left: 20px;
    }
    .contact-div{
        padding: 70px;  
        padding-bottom: 30px;
    }
    .contact-circle {
        color: white;
        width: 85%;
        /* height: 100%; */
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        /* padding: 0px 20px 0px 0px; */
        margin-left: 0px;
    }
}
@media screen and (max-width:1099px){
    .contact-div{
        padding: 70px;  
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .contact-circle {
        color: white;
        width: 100%;
        /* height: 100%; */
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        /* padding: 0px 20px 0px 0px; */
    }
    
}
@media screen and (max-width:1199px) and (min-width:600px){
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
        height: 315px ;
    }
}
@media screen and (min-width:1200px){
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
        height: 400px;
    }
}
@media screen and (max-width:599px){
    .hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
        height: 230px;
        margin-bottom: 0px;
}
.mission-div .col-content{
    padding-top: 0px !important;
    margin-top: -25px;
}
.address-div{
    margin-top: 55px;
}
}
@media screen and (max-width: 599px){
.hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
    height: 254px;
    margin-bottom: 0px;
}
.item-wrap{
    width: 100% !important;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 500px){
.hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap {
    padding: 0px;
}
}
@media screen and (max-width: 500px){
.hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
    width: 316px !important;

}
.block-20{
    margin-top: 20px;
}
}

@media screen and (max-width:991px){
.hp-banner>div.field .hp-content-wrap .hp-content h1{
    line-height: 1em;
}
}
@media screen and (max-width: 1199px) and (min-width: 600px){
.hp-content-bottom .hp-content-section-4 .hp-content-wrap .col-images .item-wrap .image-wrap {
    height: 237px;
}
}

@media screen and (min-width:1250px){
    .hp-banner>div.field .hp-content-wrap .hp-content h1 {
        color: #fff;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 0.9em;
        word-spacing: -10px;
        margin: 0 0 0.25em;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    }
    .hp-banner>div.field .hp-content-wrap .hp-content p {
        color: #fff;
        font-size: 20px;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    }
    .cards h2 {
        display: block;
        position: relative;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 1em;
        margin: 0 0 10px;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
        text-transform: uppercase;
        z-index: 2;
        color: #3e3e3e;
    }
}
@media screen and (max-width:1249px){
    .hp-banner>div.field .hp-content-wrap .hp-content p {
        color: #fff;
        font-size: 16px;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    }
    .cards h2 {
        display: block;
        position: relative;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 1em;
        margin: 0 0 10px;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
        text-transform: uppercase;
        z-index: 2;
        color: #3e3e3e;
    }
}
@media(min-width:992px){
    #news{
        padding: 0px 60px;
    }
}
@media(max-width:991px){
    #news{
        padding: 20px;
    }
}
#twitter-widget-0{
    width: 290px;
}
@media (min-width:991px){
    .foundation-div{
        padding: 0px;
    }
}
.title {
    font-size: 30px;
    font-weight: 400;
    margin: -7px 0 0.5em;
}


.dp-none{
    display: none;
}
nav.main-menu>ul>li>a:hover, nav.main-menu>ul>li>span:hover{
    border-bottom: 2px solid #efefef;
    color: white;
    cursor: pointer;
}
@media screen and (min-width:992px){
    article{
        column-count: 3;
    }
}
@media (max-width:991px) and (min-width:768px){
    article{
        column-count: 2;
}
}



@media (max-width:1249px) and (min-width:768px){
    .hp-banner>div.field .hp-content-wrap .hp-content h1 {
        color: #fff;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 0.9em;
        margin: 0 0 0.25em;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    }
}
@media (max-width:767px){
    .hp-banner>div.field .hp-content-wrap .hp-content h1 {
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        line-height: 0.9em;
        margin: 0 0 0.25em;
        text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    }
    .dp-content{
        text-align: center;
        margin-top: -12% !important;
    }
}
.mtt-min-15{
    margin-top: -15px;
}
.successfull{
    font-size: 15px !important;
    text-align: left;
    color: white;
}
.error{
    font-size: 15px !important;
    text-align: left;
    color: red;
}
.dp-none{
    display: none;
}
@media (min-width:1451px){
    .hp-banner>div.field .hp-content-wrap{
        padding: 150px 60px;
    }
}
@media (max-width:1450px) and (min-width:1201px){
    .hp-banner>div.field .hp-content-wrap{
        padding: 100px 60px;
    }
}
@media (max-width:1200px) and (min-width:992px){
    .hp-banner>div.field .hp-content-wrap{
        padding: 100px 40px;
        /* padding-right: 50px; */
        padding-bottom: 20px;
    }
    /* .hp-banner>div.field .hp-content-wrap {
       
    } */
}


@media (max-width:991px) and (min-width:550px){
    .hp-banner>div.field .hp-content-wrap{
        padding: 100px 40px;
        padding-top: 90px;
        padding-left:40px;
        padding-right: 40px;
    }
}
@media (max-width:549px){
    .hp-banner>div.field .hp-content-wrap {
    padding: 60px 20px;
    padding-bottom: 40px;
    }
}
@media (min-width:1201px){
    .cards{
        border-radius: 4px;
        width: 100%;
        background-color: white;
        height: 400px;
        min-height: 390px;
    }
}
@media (max-width:1200px) and (min-width:768px){
    .cards{
        border-radius: 4px;
        width: 100%;
        background-color: white;
        height: 420px;
        min-height: 390px;
    }
}
@media (max-width:767px) and (min-width:576px){
    .cards{
        border-radius: 4px;
        width: 100%;
        background-color: white;
        height: 380px;
        min-height: 390px;
    }
}
@media (max-width:575px) and (min-width:470px){
    .cards{
        border-radius: 4px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 350px;
        min-height: auto;
        background-color: white;height: auto;
    }
    .cards-img{
        height: 240px !important;
    }
}
@media (max-width:469px) {
    .cards{
        border-radius: 4px;
        width: 100%;
        min-height: auto;
        background-color: white;height: auto;
    }
    .cards-img{
        height: 200px !important;
    }
}
@media (max-width: 499px){
.dp-content {
    margin-bottom: -60px;
}
}
  .container-bordered a.btn, .container-bordered .button, .container-bordered .button--primary{
    color: #049472 !important;
    border: 1px solid #efefef !important;
    padding-bottom: 0px !important;
    padding-top: 2px !important;
    background-color: white !important;
  }
  .mtt-90{
      margin-top: 90px;
  }
  .hp-banner-about>div.field {
    height: auto;
    background: url(../../../../images/core-img/sk-food.png) !important;
    position: relative;
}
.hp-banner-hospital>div.field{
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../../../../images/core-img/hospital-header.png);
    /* background: url(../../../../images/core-img/hospital-header.png) !important; */
    position: relative;
}
.hp-banner-filter>div.field {
    height: auto;
    background: url(../../../../images/core-img/th.webp) !important;
    position: relative;
}
.card-img-overlay a.btn, .button, .button--primary {
    background: #21bd9a;
    border: none;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    font-size: 11px !important;
    /* line-height: 2.2em; */
    opacity: 1;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent !important;
    border-radius: 20px;
    height: 35px;
    text-shadow: 0 0 2px rgb(0 0 0 / 22%);
    text-transform: uppercase;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
}
.card-img-overlay p {
    font-size: 16px;
    margin-bottom: -12px;
}
.icons-address {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
.mll-7 {
    margin-left: 7px;
}

.blog-entry-filter-blog .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    border: 1px solid #c5c5c5;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 200px !important;
    margin-bottom: 20px;
}
.blog-entry-food-blog .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    border: 1px solid #c5c5c5;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 250px !important;
}
.hp-banner-relief>div.field {
    height: auto;
    background: url(../../../../images/core-img/camps.png) !important;
    position: relative;
}
.blog-entry-relief-blog .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    padding: 20px;
    width: 100%;
    border: 1px solid #c5c5c5;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 200px !important;
}
nav.main-menu>ul>li.active{
    border: 1px solid #efefef91;
    border-radius: 20px;
    padding: 0px;
  }


  .service .service-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    transition: .3s;
}
.service .service-icon {
    position: relative;
    width: 60px;
}
.service .service-icon i {
    position: relative;
    display: block;
    color: #23ba9b;
    /* font-size: 53px; */
    /* line-height: 60px; */
    margin-top: 65px;
}

.flaticon-social-care:before {
    content: "\f106";
    font-size: 60px;
    margin-left: 0px !important;
}
.flaticon-home:before {
    content: "\f104";
    font-size: 60px;
    margin-left: 0px !important;
}
.flaticon-education:before {
    content: "\f103";
    font-size: 60px;
    margin-left: 0px !important;
}
.flaticon-healthcare:before {
    content: "\f101";
    font-size: 60px;
    margin-left: 0px !important;
}
.service .service-text {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}
.service .service-text::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    top: 5px;
    left: 0;
    background: rgba(0, 0, 0, .1);
}
.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}
.service .service-text p {
    margin: 0;
}
.service .service-text::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 40px;
    top: calc(50% - 20px);
    left: -1px;
    background: #23ba9b;
}
.tickIcon{
	width: 125px;
    height: 125px;
    background: url(../../../../images/core-img/tick-check.svg) 0 0 no-repeat;
    background-size: 100%;
    margin: auto;
}
#header-responser{
padding: 50px;
    border: 1px solid #ffffff75;
    border-radius: 4px;
}
@media screen and (max-width:500px){
  .skh-dp{
border-radius:10px !important;
margin-bottom: 80px !important;
}
}
@media(max-width:390px)
{
.x-col .twitter-tweet{
max-width:100% !important;
width:100% !important
}
.x-col{
padding:0px !important;
}
.x-col iframe{
width:270px !important;
}
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
      /* top: -40px; */
    /* bottom: 10px; */
    /* left: 10px; */
    font-size: 12px;
    opacity: 1;
    /* color: rgb(100, 6, 6); */
    transition: transform 0.25s, opacity 0.25s ease-in-out;
    transform-origin: 0 0;
    opacity: 0.5;
    /* position: absolute; */
    top: -6px;
    left: 10px;
    margin-bottom: bo;
    user-select: none;
    bottom: 16px;
}

.scheme-des textarea {
     /* border-bottom: 1px solid #ffffff; */
    background-color: transparent;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 10px !important;
    line-height: 1;
    font: inherit;
    /* padding: 15px; */
    /* height: 38px; */
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px !important;
    border: 1px solid transparent;
    border-bottom: 1px solid #ffffff;
    outline: 1px solid transparent !important;
    resize: none;
}

.floating-label {
     position: absolute;
    pointer-events: none;
    left: 9px;
    /* top: 10px; */
    transition: 0.2s ease all;
    /* color: #999999; */
    /* font-size: 120%; */
    transition: transform 0.25s, opacity 0.25s ease-in-out;
    transform-origin: 0 0;
    opacity: 0.5;
    font-size: 14px;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    margin-bottom: bo;
    user-select: none;
    bottom: 16px;
}

.form-float {
  position: relative;
}