@media only screen and (min-width:1280px) {
    header .nav__holder {
        background: linear-gradient(90deg, #009688 30%, #003630 74%)
    }
}

header .flex-parent {
    color: #fff
}

header .wrapper {
    width: 100%;
    padding: 5px 20px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(66, 66, 66, .1)
}

header .wrapper>nav {
    font-family: source sans pro, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: #009688
}

header .wrapper>nav>a {
    color: #009688;
    font-weight: 600;
    padding: 5px
}

header .wrapper>nav>a>img {
    height: 15px
}

.widget-content>ul>li:first-child {
    border-top: none;
    padding-top: 0
}

.widget-content>ul>li {
    margin: 0;
    padding: 6px 0;
    border-top: 1px dashed #e4e3f0
}

.widget-home>ul>li {
    margin: 0;
    padding: 6px 0
}

.fp-box {
    height: 220px
}

.fp-box .img {
    border-radius: 5px;
    overflow: hidden
}

.fp-box .text {
    border-radius: 5px;
    border: 1px dashed #e4e3f0;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0 rgb(0 0 0/4%);
    margin: 0 5px;
    padding: 5px;
    margin-top: -40px;
    height: 95px;
    position: relative
}

.fp-box .text h1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.01em
}

.fp-box .text h1>a:hover {
    color: #009688;
    text-decoration: underline
}

.fp-box .text h2 {
    font-size: 14px;
    font-weight: 400
}

.fp-box .text h2>a:hover {
    color: #009688
}

.fp-box .text h5 {
    font-size: 14px;
    font-weight: 400
}

.fp-box .text h5>a:hover {
    color: #009688
}

.fp-box .text-head {
    border-radius: 5px;
    border: 1px dashed #e4e3f0;
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0 rgb(0 0 0/4%);
    margin: 0 5px;
    padding: 5px;
    margin-top: -40px;
    height: 100px;
    position: relative
}

.fp-box .text-head h5 {
    font-size: 18px;
    font-weight: 400
}

.fp-box .text-head h5>a:hover {
    color: #009688
}

.meta-card {
    height: 100px
}

.scroll-widget::-webkit-scrollbar {
    display: none
}

.scroll-widget {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden
}

.scroll-card {
    width: 205px;
    flex-shrink: 0
}

.scroll-card+.scroll-card {
    margin-left: 10px
}

.scroll-card-head {
    width: 300px;
    min-height: 300px;
    flex-shrink: 0
}

.scroll-card-head+.scroll-card-head {
    margin-left: 10px
}

.gsc-cursor-page {
    color: #024f84 !important;
    border: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    font-weight: bolder;
    padding: 5px 10px;
    font-size: 11px;
    text-decoration: none !important;
    margin: 1px;
    background: -moz-linear-gradient(#fff, #f9f9f9, #e9e9e9);
    background: -webkit-linear-gradient(#fff, #f9f9f9, #e9e9e9);
    background: -o-linear-gradient(#fff, #f9f9f9, #e9e9e9);
    background: linear-gradient(#fff, #f9f9f9, #e9e9e9);
    -moz-box-shadow: inset 0 0 2px #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px #fff;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #fff;
    border-radius: 3px
}

.gsc-cursor-page:hover {
    border: 1px #999 solid;
    -webkit-box-shadow: 0 1px 4px -1px #888;
    -moz-box-shadow: 0 1px 4px -1px #888;
    box-shadow: 0 1px 4px -1px #888;
    background: -moz-linear-gradient(#fff, #f3f3f3, #e1e1e1);
    background: -webkit-linear-gradient(#fff, #f3f3f3, #e1e1e1);
    background: -o-linear-gradient(#fff, #f3f3f3, #e1e1e1);
    background: linear-gradient(#fff, #f3f3f3, #e1e1e1)
}

.gsc-cursor-page:active {
    -moz-box-shadow: inset 0 -1px 5px -1px #aaa;
    -webkit-box-shadow: inset 0 -1px 5px -1px #aaa;
    box-shadow: inset 0 -1px 5px -1px #aaa;
    background: -moz-linear-gradient(#fff, #f1f1f1);
    background: -webkit-linear-gradient(#fff, #f1f1f1);
    background: -o-linear-gradient(#fff, #f1f1f1);
    background: linear-gradient(#fff, #f1f1f1)
}

.gsc-cursor-current-page,
.gsc-cursor-current-page:hover {
    color: #333;
    margin-left: 5px !important;
    border: #c6c6c6 1px solid;
    background: #ececec;
    font-weight: 700;
    -moz-box-shadow: inset 0 0 5px 0 #c6c6c6;
    -webkit-box-shadow: inset 0 0 5px 0 #c6c6c6;
    box-shadow: inset 0 0 5px 0 #c6c6c6
}

.scrollmenu::-webkit-scrollbar {
    display: none
}

div.scrollmenu {
    background: linear-gradient(90deg, #009688 30%, #003630 74%);
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    z-index: 120
}

div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: source sans pro, open sans, Serif
}

div.scrollmenu a:hover {
    background-color: #005a51
}