@font-face {
  font-family: 'Avenir-MediumOblique';
  src: url('../fonts/Avenir-MediumOblique.eot');
  src: url('../fonts/Avenir-MediumOblique.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Avenir-MediumOblique.svg#Avenir-MediumOblique') format('svg'),
       url('../fonts/Avenir-MediumOblique.ttf') format('truetype'),
       url('../fonts/Avenir-MediumOblique.woff') format('woff'),
       url('../fonts/Avenir-MediumOblique.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body{
    overflow-x: hidden;
}
.color-black{color: #000;}
.cursor {
    pointer-events: none;
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    display: flex;
    z-index: 999;
    padding: 10px;
    font-size: 15px;
}
.cursor.zoom-in {
    animation: zoomIn 0.9s ease-in-out !important;
}
.cursor.zoom-out {
    animation: zoomOut 0.5s ease-in-out !important;
    width: 0px;
    height: 0px;
    padding: 0;
}
.cursor.zoom-out *{
    font-size: 0;
}
@keyframes zoomIn {
    0% {
    transform: scale(1);
    }
    40%{
    transform: scale(1.5);
    }
    60% {
    transform: scale(0.6);
    }
    70% {
    transform: scale(1.3);
    }
    80% {
    transform: scale(0.8);
    }
    90% {
    transform: scale(1.1);
    }
    100%{
    transform: scale(1);
    }
}
@keyframes zoomOut {
    0% {
    transform: scale(1);
    }
    100%{
    transform: scale(0);
    }
}

.section-image-container{
    position: relative;
    overflow: hidden;
    pointer-events: auto;/*
    cursor: pointer;*/
   
}
.section-image-container .layer-background{
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.image-layer{
    position: relative;
    z-index: 1;
    width: 100%;
    opacity: 0;
}
.image-placeholder{
    position: relative;
    z-index: 1;
    width: 100%;
}
.image-background{
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 2;
    max-width: none;
    transform: translate(-50%,-50%);
}
.image-background.image-horizontal{
    width: auto;
    height: 100%;
}
.image-background.image-vertical{
    width: 100%;
    height: auto;
}
#cookie-law-info-bar {
    padding: 13px 8px 15px 23px !important;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 32.8125VW !important;
    text-align: left;
    min-width: 290px;
    line-height: 19px;
    font-family: Avenir-Medium !important;
    font-size: 15px;
    letter-spacing: 0.35px;
}
#cookie-law-info-bar .cli-plugin-main-button {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 4px 12px 4px 15px !important;
    padding: 0 !important;
    background-color: transparent !important;
    background: url('../images/icon-remove-black.svg') no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block !important;
    vertical-align: top;
    font-family: Ave;
    font-size:0 !important;
    cursor: pointer;
}
#cookie-law-info-bar .cli-plugin-main-link {
    color: #000 !important;
}
#cookie-law-info-bar .cookie-inner {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
}
.owl-theme .owl-dots .owl-dot:focus{
    outline: none !important;
}
.section-hide{
    display: none !important;
}

.home .section-hero{
    overflow: hidden;
    /*cursor: none;*/
    position: relative;
}
/*.home .cursor{
    display: none;
}*/
.home .section-hero .container{
    width: 100%;
    max-width: none;
    padding: 0;
}
.home .section-hero .slider-title {
    font-size: 45px;
    font-family: Avenir-Heavy;
    color: #fff;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 35px;
}
.home .section-hero .slider-content .learn-more {
    min-width: 175px;
}
.home .section-hero .hero-slider .slider-background{
    width: 100%;
}
.home .section-hero .hero-slider .item{
    position: relative;
}
.home .section-hero .slider-content {
    position: absolute;
    top: 46.3%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    z-index: 3;
}

.home .section-hero .slick-dots {
    position: absolute;
    bottom: 8.5%;
}

.home .section-hero .slick-dots li {
    margin: 0 13px;
    width: auto;
}
.home .section-hero .slick-dots li.slick-active {
    width: auto;
    margin: 0 9.25px;
}
.home .section-hero .slick-dots li button:before {
    width: 100%;
    height: 100%;
    display: none;
}

.home .section-hero .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
}
.home .section-hero .slick-dots li.slick-active button {
    width: 23px;
    height: 23px;
    background: #FBD304;
}
.home .section-hero .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.home .section-subtitle {
    font-family: Avenir-Heavy;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.1px;
}
.home .section-header {
    text-align: center;
}
.home .section-emotion .section-subtitle,
.home .section-resource .section-subtitle,
.home .section-event .section-subtitle{
    color: #26B6B2;
}
.home .section-about {
    background-color: #FFD913;
}

.home .section-about .section-image-container {
    border: 2px solid #26B6B2;
}

.home .section-about .container {
    padding: 60px 15px 77px;
}
.home .section-title {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: DIN-Medium;
}
.home .section-emotion-list .content-left,
.home .section-emotion-list .content-right {
    display: inline-block;
    vertical-align: top;
}
.home .section-emotion-list .content-right {
    padding: 0 0 0 27px;
}
.home .section-emotion-list .tab-pane {
    background-color: #26B6B2;
    padding: 36px 35px 56px 61px;
    border-radius: 4px;
    position: relative;
}

.home .section-emotion-list .content-left img {
    width: 130px;
    height: 128px;
}

.home .section-emotion-list .content-right ul li a {
    font-family: Avenir-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0;
}

.home .section-emotion-list .content-right ul {
    list-style-type: none;
    margin: 0;
}

.home .section-emotion-list .content-right ul li:before {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #FBD304;
    border-radius: 50%;
    top: 12px  ;
    left: 2px;
    transform: translateY(-50%);
}
.home .section-emotion-list .content-right ul li {
    position: relative;
    margin: 0;
    padding-left: 20px;
}
.home .section-emotion-list .nav-pills .nav-item {
    display: inline-block;
    vertical-align: top;
    padding:0;
    width: 46%;
    margin: 0 2% 27px;
}
.home .section-emotion-list .nav-pills .nav-link {
    background-color: #FBD304;
    margin: 0;
    text-align: center;
    color: #010101;
    font-family: Avenir-Black;
    font-size: 22px;
    line-height: 29px;
    padding: 5px 5px 1px;
    text-transform: uppercase;
    height: 35px;
    width: 100%;
}
.home .section-emotion-list .nav-pills .nav-link.active,
.home .section-emotion-list .nav-pills .nav-link:hover,
.home .section-emotion-list .nav-pills .nav-link:focus {
    background-color: #26B6B2;
    color: #fff;
}
.home .section-emotion-list .emotion-title {
    color: #FBD304;
    font-family: DIN-Medium;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 4px 0 12px;
    text-transform: uppercase;
}

.home .section-emotion .content-action a {
    width: 176px;
    height: 35px;
    background: #fff;
    border: 2px solid #FBD304;
    border-radius: 2px;
    font-family: Avenir-Black;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    /* width: 50%; */
    margin: 0px 5.5px;
    text-transform: uppercase;
    padding: 5.5px 0;
    text-decoration: none;
}
.home .section-share-story .section-action a:hover {
    background:#FBD304;
    color: #000
}
.home .section-emotion .content-action a:hover{
    background: #FBD304;
}
.home .section-emotion .content-action {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: block;
    padding-left: 24px;
}
.home .section-emotion .container {
    padding: 55px 0 88px;
}

.home .section-emotion .section-title {
    text-transform: none;
    font-family: Avenir-Black;
    margin: 0 0 40px;
}
.home .section-emotion .section-subtitle {
    margin: 0 0 4px;
}
.home .section-emotion .section-emotion-list {
    max-width: 1090px;
    margin: 0 auto;
}

.home .section-emotion .nav {
    display: inline-block;
    font-size: 0;
}


.home .section-about .section-title {
    margin: 0 0 17px;
    position: relative;
    display: inline-block;
}

.home .section-about .section-about-content {
    font-family: Avenir-Medium;
    font-size: 16px;
    letter-spacing: 0.98px;
    max-width: 362px;
}

.home .section-about .section-action a,
.home .section-share-story .section-action a {
    background: #26B6B2;
    width: 175.27px;
    height: 30px;
    display: inline-block;
    color: #fff;
    font-family: Avenir-Black;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 2.5px 4.5px;
    border-radius: 4px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #26B6B2;
}

.home .section-about .section-action a:hover,
.home .section-share-story .section-action a:hover{
    background-color: #fff;
    color: #26B6B2;
}
.home .section-about .section-about-content * {
    line-height: 23px;
}
.home .section-about .section-action {
    margin: 39px 0 0;
}
.home .section-about .section-title span{
    position: relative;
}
.home .section-about .section-title span:after {
    content: '';
    display: block;
    height: 34px;
    width: 45px;
    position: absolute;
    bottom: 13px;
    right: -56px;
    background: url(../images/about-title-icon.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.home .section-resource .section-header {
    padding: 73px 0 26px;
}
.home .section-resource .section-subtitle {
    margin: 0 0 1px;
}
.home .section-resource .container {
    max-width: 1280px;
}
.home .section-resource .resource-slider {
    width: 65.390625%;
    margin: 0 auto 91px;
}
.home .section-resource .resource-slider * {
    cursor: none;
}
.home .section-resource .resource-slider .slick-list,
.home .section-resource .resource-slider .owl-stage-outer {
    padding: 11px 0;
    overflow: visible;
}
.home .section-resource .slick-slide,
.home .section-resource .resource-slider .owl-item {
    /*padding: 0 38.25px;*/
}
.home .section-resource .resource-slider .item{
    cursor: pointer;
}
.home .section-resource .slick-slide:hover,
.home .section-resource .resource-slider .owl-item:hover {
    outline: 11px solid #FBD304;
    position: relative;
    border-radius: 4px;
}

.home .section-resource .resource-slider .entry-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 13px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}
.home .section-resource .resource-slider .entry-content .item-icon {
    width: auto !important;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
}
.home .section-resource .resource-slider .entry-content .item-icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.home .section-resource .resource-slider .entry-content * {
    letter-spacing: 1.1px;
    line-height: 24px;
    font-size: 18px;
    font-family: Avenir-Heavy;
}
.section-blog {
    background: #26B6B2;
}
.section-blog .section-subtitle {
    color: #FBD304;
    margin: 0 0 -4px;
}
.section-blog .section-title {
    font-size: 50px;
    color: #fff;
    line-height: 67px;
    letter-spacing: 2px;
}
.section-blog-list .article {
    padding: 0 17.5px;
    z-index: 1;
}
.home .section-blog-list .article:nth-child(1) {
    padding: 0 25px 0 11px;
}

.home .section-blog-list .article:nth-child(3) {
    padding: 0 12px 0 24px;
}
.section-blog-list .article:hover {
    z-index: 2;
}
.section-blog .section-header {
    padding: 58px 0 29px;
}
.section-blog .section-blog-list .article .article-inner {
    background-color: #fff;
    padding: 28px 27px;
    margin: 0 0 16px;
    border-radius: 4px;
    cursor: pointer;
}
.section-blog .section-blog-list .article .article-inner:hover .entry-thumbnail img,
.home .section-event .event .entry-thumbnail:hover img,
.home .section-resource .resource-slider .owl-item .item img:hover {
    transform: scale(1.2) translate(-41.6666666667%,-41.6666666667%);
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.home .section-resource .resource-slider .item:hover .layer-background,
.section-blog .section-blog-list .article .article-inner:hover .entry-thumbnail .layer-background,
.home .section-event .event .event-inner:hover .entry-thumbnail .layer-background {
    transform: scale(1.2);
}
.section-blog .section-blog-list .article .article-inner .entry-thumbnail img,
.home .section-event .event .entry-thumbnail img,
.home .section-resource .resource-slider .owl-item .item img {
    transition-duration: 0.5s;
}
.home .section-resource .resource-slider .item .layer-background,
.section-blog .section-blog-list .article .article-inner .entry-thumbnail .layer-background,
.home .section-event .event .entry-thumbnail .layer-background {
    transition-duration: 0.5s;
}   
.section-blog .entry-info .post-date {
    padding-left: 5px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.98px;
}
.section-blog .entry-info {
    font-family: Avenir-Heavy;
    color: #0E7371;
    width: 100% !important;
    margin: 12px 0 !important;
}
.section-blog .entry-title * {
    font-family: Avenir-Black;
    color: #000;
    font-size: 22px;
    line-height: 29px;
    word-spacing: 3px;
}
.section-blog .entry-info .post-author {
    font-size: 16px;
    font-family: Avenir-Medium;
    line-height: 21px;
    padding-right: 0;
    text-align: right;
    font-style: normal;
}
.section-blog .entry-title {
    width: 100% !important;
}
.section-blog .entry-title h3 {
    margin: 18px 0px 18px 5px;
}
.section-blog .entry-title h3:hover a {
    text-decoration: none;
    cursor: pointer;
}
.section-blog .entry-title {
    width: 100%;
}
.section-blog .entry-title a {
    width: 100%;
}
.section-blog .entry-meta {
    width: 100% !important;
    font-family: Avenir-Medium;
}
.section-blog .entry-meta a {
    font-family: Avenir-Medium;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.86px;
    color: #0E7371;
    margin-right: 5px;
}
.section-blog .entry-meta a:hover{
    text-decoration: underline;
}
.section-blog .entry-meta ul {
    list-style-type: none;
    margin: 0;
    font-size: 0;
}
.section-blog .entry-meta ul li {
    display: inline-block;
    margin: 0;
    font-size: 0;
}
.section-blog-list {
    margin: 0 0 84px;
}
.home .section-blog .container {
    max-width: 1202px;
}

.section-blog .entry-action {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    font-size: 0;
    display: none;
}
.section-blog .entry-action a {
    width: 176px;
    height: 31px;
    background-color: #FBD304;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: Avenir-Black;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 3px 5px;
    border-radius: 2.5px;
    border:2px solid #FBD304; 
}
/*.section-blog .entry-action a:hover{
    color: #000;
    background-color: #fff;
}*/
.section-blog .article-inner:hover .entry-action {
    display: block;
}
.section-blog .section-blog-list-mobile button {
    outline: none;
}
.section-blog .section-blog-list-mobile .owl-dots .owl-dot.active span {
    background: #FBD304;
    width: 10px;
    height: 10px;
}
.section-blog .section-blog-list-mobile .owl-dots .owl-dot span {
    background: #fff;
    width: 6px;
    height: 6px;
}
.section-blog .section-blog-list-mobile .owl-dots .owl-dot {
    margin-left: 5.5px;
    margin-right: 5.5px;
}
.section-blog .section-blog-list-mobile .owl-dots .owl-dot.active {
    margin-left: 4px;
    margin-right: 4px;
}
.home .section-share-story {
    background-color: #F3F5F6;
}

@-webkit-keyframes circle {
    0% {

        stroke-dashoffset: 325;
        opacity: 0;
    }
    20% {
        stroke-dashoffset: 325;
        opacity: 1;
    }
    80% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: 0; }
}
@keyframes circle {
    0% {
        stroke-dashoffset: 325;
        opacity: 0;
    }
    20% {
        stroke-dashoffset: 325;
        opacity: 1;
    }
    80% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: 0; }
}

.home .section-share-story .mark-text,
.home .section-share-story .mark-text a{
    position: relative;
    color: #000;
}
.home .section-share-story .mark-text a,
.home .section-share-story-content .mark-text{
    cursor: pointer;
    display: inline-block;
}
.home .section-share-story .mark-text a:hover{
    text-decoration: none;
}
.home .section-share-story .mark-text svg{
    display: block;
    position: absolute;
    top: -17%;
    left: -17%;
    width: 135%;
    max-width: 135%;
    height: auto;
}
.home .section-title .mark-text:after {
    background: url('../images/mark-text-title.png');
    width: 100%;
    height: 13px;
    bottom: -12px;
    right: 4px;
    background-size:cover;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    font-size: 0;

}
.home .section-share-story-content .mark-text .hover-brush {
    width: 132px;
    height: 49px;
    max-width: none;
    overflow: visible;
    top: -7px;
    left: -15px;
    pointer-events: none;
}
.home .section-share-story-content .mark-text.mark-text-outside .hover-brush {
    max-width: none;
    width: 192px;
    height: 50px;
    top: -9px;
    left: -11px;
}
.home .section-share-story-content .mark-text .hover-brush mask path{
    /*background: url('../images/mark-text.png');*/
   /* width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;*/

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home .section-share-story-content .mark-text:after {
        position: absolute;
        content: ' ';
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        width: 132px;
        height: 49px;
        top: -7px;
        left: -15px;
        pointer-events: none;
        background-image: url('../images/mark-text.png');
    }
    .home .section-share-story-content .mark-text.mark-text-outside:after{
        background-image: url('../images/mark-text-outside.png');
        width: 209px;
        height: 49px;
        left: -22px;
        bottom: -3px;
    }

    #site-header .menu-header .left-menu>li>a:before {
        content: '';
        width: 105px;
        height: 36px;
        position: absolute;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        display: block;
        left: 0;
        top: 3px;
    }

    #site-header .menu-header .left-menu>li:hover>a:before,
    #site-header .menu-header .left-menu>li.current-menu-item>a:before {
        background-image: url('../images/mark-text.png');
        opacity: 1;
    }

    .blog .toolbar .sorting .item:after{
        content: '';
        width: 128px;
        height: 44px;
        position: absolute;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        display: block;
        left: 0;
        top: 0px;
    }
    .blog .toolbar .sorting .item:hover::after,
    .blog .toolbar .sorting .item.active:after{
        background-image: url('../images/mark-text.png');
    }
}
.home .section-share-story-content.aos-animate .mark-text .hover-brush mask path {
    -o-animation: circle 3s ease forwards;
    -moz-animation: circle 3s ease forwards;
    -webkit-animation: circle 3s ease forwards;
    animation: circle 3s ease forwards;
 /*   animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-name: circle;
    animation-duration: 3s;*/
}

.home .section-share-story-content .mark-text-outside .hover-brush {
    /*background: url('../images/mark-text-outside.png');*/
    width: 189px;
    height: 42px;
    right: -11px;
    bottom: -3px;
    /*background-size:cover;*/
    /*background-repeat: no-repeat;*/
}
.home .section-share-story .section-inner {
    padding: 91px 0 0;
}
.home .section-share-story-content * {
    font-family: Avenir-Heavy;
    font-size: 20px;
    line-height: 34px;
    color: #26B6B2;
    letter-spacing: 1.22px;
}
.home .section-share-story .section-title {
    margin: 0 0 37px;
}
.home .section-share-story-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.home .section-share-story-content p {
    margin: 0 0 34px;
}

.home .section-share-story .section-action {
    margin: 46px 0 75px;
}
.home .section-event {
    background-color: #FBD304;
    padding: 57px 0 71px;
}

.home .section-event .section-subtitle {
    margin: 0 0 2px;
}

.home .section-event .section-header {
    margin: 0 0 37px;
}

.home .section-event .entry-thumbnail {
    border: 11px solid #fff;
    z-index: 0;
    cursor: pointer;
}

.home .section-event .entry-content .post-date {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.98px;
    font-family: Avenir-Heavy;
}

.home .section-event .entry-content * {
    color: #fff;
}
.home .section-event .entry-content {
    background-color: #26B6B2;
    position: relative;
    height: auto;
    width: 85%;
    max-width: 283px;
    z-index: 1;
    text-align: center;
    border-radius: 4px;
    padding: 9px 5px;
    margin: -18px auto;
}
.home .section-event .event-inner {
    position: relative;
    width: 100%;
}
.home .section-event .entry-content h3 a {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: Avenir-Black;
}
.home .section-event .entry-content h3 a:hover{
    text-decoration: none;
}
.home .section-event .entry-content h3 {
    margin: 0;
    font-size: 0;

}
.home .section-event .entry-content h3 a{
    max-height: 108px;
    overflow: hidden;
    display: block;
}
.home .section-event .entry-content .entry-title {
    margin: 0 auto;
    max-width: none !important;
    width: 100% !important;
}
.home .section-event-list{
    max-width: 1155px;
    margin: 0 auto;
}
.home .section-event-list-mobile {
    overflow: hidden;
}
.home .section-event-list-mobile .owl-stage::after{
   content: ''; 
}
.home .section-event-list .event{
    padding-right: 10px;
    padding-left: 10px;
    z-index: 1;
    margin-bottom: 50px;
}
.home .section-event-list .event:hover {
    z-index: 2;
}
/*.fade-element,
.fade-element *{
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.fade-out-element,
.fade-out-element *{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    opacity: 0 !important;
    border: none !important;
    pointer-events: none;
}
.fade-out-element *{
    height: 0 !important;
}*/
.fade-element{
    display: none;
}
.filter-mobile{
    display: none;
}
.resource-filter-items {
    width:100vw;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    overflow: hidden;
}
.resource-page .categories-filter-list-items {
    background: #26B6B2;
    
}
.resource-page .categories-filter-list-items {
    padding: 27px 0 30px;
    margin-bottom: 51px;
}
.resource-page .tags-filter-list-items {
    background: #FFD913;
}
.resource-page {
    background: #f2fbfe;
    position: relative;
}
.resource-page .resource-filtered-tag{
    background: #fff;
    border-bottom: 1px solid #FFD913;
    
}
.resource-page .tags-filter-container.has-filtered{
    margin-bottom: 2px;
}
.resource-page .tags-filter-container{
    margin-bottom: 51px;
}
.resource-page .resource-filtered-tag{
    padding: 12px 0;
    /*margin-bottom: 26px;*/
}
.resource-page .page-subtitle {
    font-family: Avenir-Heavy;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.1px;
    color: #26B6B2;
    margin-bottom: 3px;
}

.resource-page .page-title {
    font-family: DIN-Medium;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0;
}


.resource-page .resource-filter-button * {
    font-family: Avenir-Heavy;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1.1px;
}
.resource-page .resource-filter-button .filter-tags span,
.resource-page .resource-filter-button .filter-categories .selected-item {
    cursor: pointer;
}
.resource-page .resource-filter-button .selected-item {
    color: #26B6B2;
}

.resource-page .resource-filter-button .filter-categories .selected-item:after,
.resource-page .resource-filter-button .filter-tags .select-lable:after {
    content: '+';
    color: #000;
    display: inline-block;
    vertical-align: top;
}
.resource-filter-button .filter-categories .selected-item.active:after,
.resource-filter-button .filter-tags .select-lable.active:after {
    content: '-';
    margin: 0 9.5px
}
.resource-page .container {
    padding-top: 84px;
    padding-bottom: 15px;
}
.resource-page .section-head {
    margin: 0 0 26px;
}
.resource-page .resource-filter-button {
    padding: 0 23.5px;
    margin: 0 auto 24px;
}
.resource-page .filter-categories {
    margin-right: 47px;
}
.resource-page .resource-filter-button .filter-categories .selected-item:after,
.resource-page .resource-filter-button .filter-tags .select-lable:after {
    margin: 0 6px;
}

.resource-page .resource-list-post .resource-post {
    padding: 0 19px;
    margin-bottom: 58px;
}
.resource-page .resource-list-post .resource-post-sizer,
.resource-page .resource-list-post .resource-post {
    width: 25%;
    /*float: left;*/
    /*overflow: hidden;*/
}
.resource-page .section-resource-list{
    /*overflow: hidden;*/
    position: relative;
}
.resource-page .resource-list-post {
    margin-left: auto;
    margin-right: auto;
    max-width: 1156px;
    margin-top: 24px;
}
.resource-page .resource-list-post .entry-content h4 { 
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1.22px;
    margin: 0 0 9px;
}
.resource-page .resource-list-post .entry-content h4.entry-title {
    font-family: Avenir-Heavy;
}
.resource-page .resource-list-post .entry-content h4.entry-subtitle {
    font-family: Avenir-Medium;
}
.resource-page .resource-list-post .entry-content h4.entry-title:hover a {
    color: #000;
    text-decoration: none;
}
.resource-page .resource-list-post .entry-content h4.entry-title a:hover,
.resource-page .resource-list-post .entry-content h4.entry-title a:focus,
.resource-page .resource-list-post .entry-content h4.entry-title a:active {
    color: #000;
}
.entry-subtitle a{
    color: #000;
}
.resource-page .resource-list-post .entry-thumbnail {
    margin: 0 0 20px;
}
.resource-page .resource-list-post .entry-meta ul {
    margin: 0 0 0 -1px;
    list-style-type: none;
}
.resource-page .resource-list-post .entry-meta ul li {
    margin: 0;
    display: inline-block;
    margin-right: 4px;
}
.resource-page .resource-list-post .entry-meta ul li a{
    font-family: Avenir-Medium;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.86px;
    color:#0E7371;
    text-decoration: none;
}
.resource-page .resource-list-post .entry-meta ul li a:hover,
.resource-page .resource-list-post .entry-meta ul li a:focus,
.resource-page .resource-list-post .entry-meta ul li a:active{
    cursor: pointer;
    text-decoration: underline;
}
.resource-page .resource-list-post .entry-content {
    margin: 0 0 11px;
}
.resource-page .resource-filter .filter-actions ul{
    list-style-type: none;
}
.resource-page .nav-links{
    margin: 0 0 58px;
}
/*.resource-page .nav-links li {
    font-size: 0;
    position: relative;
}*/
.resource-article .article-inner-top:hover .layer-background{
    transform: scale(1.2);
}
.resource-article .layer-background{
    transition-duration: 0.5s;
}
.singular .relates-post .entry-content .post-subtitle h5 a{
    color: #000 !important;
}
.resource-page .nav-links li a:before {
    top: 50%;
    transform: translateY(-50%);
}
.resource-page .resource-filter .filter-actions ul li{
    margin: 0;
    display: inline-block;
    font-family: Avenir-Heavy;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.98px;
    margin-right: 44px;
    cursor: pointer;
}
.resource-page .resource-filter-items .remove{
    display: none;
}
.resource-page .resource-filter-items .tags-filter-list-items {
    padding: 27px 0 30px;
}
.resource-page .resource-filter-items .tags-filter-list-items.has-filtered {
    margin-bottom: 0;
}

.resource-page .resource-filter-items .topic-list-container,
.resource-page .resource-filtered-tag .filtered-tags,
.resource-page .categories-filter-list-items .resource-filter-list-items  {
    max-width: 1102px;
    margin: 0 auto;
    padding: 0 15px;
}
.resource-page .resource-filter .filtered-tags li {
    margin-right: 11px;
    color: #1C7B79;
}
.resource-page .resource-filter .filtered-tags li:hover{
    color: #000;
}
.resource-page .resource-filter-items .topic-list-container li.selected,
.resource-page .resource-filter-items .topic-list-container li:hover{
    color: #1C7B79;
}
.resource-page .resource-filter .filtered-tags li .remove {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 7px 6px;
    vertical-align: top;
    background: url('../images/icon-remove.svg') no-repeat;
    background-size: cover;
    /*background-position: center;*/
    content: ' ';
}
.resource-page .categories-filter-list-items .resource-filter-list-items li {
    margin-right: 43px;
    color: #fff;
}
.resource-page .categories-filter-list-items .resource-filter-list-items li.selected,
.resource-page .categories-filter-list-items .resource-filter-list-items li:hover{
    color: #FFD913;
}
.resource-page .no-post {
    margin: 73px;
    margin-bottom: 73px;
    padding: 0 15px;
    text-align: center;
}
@media(min-width: 1400px){
    /*.resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items{
        max-width: 1400px;
        padding: 0 24px;
    }*/
    .resource-page .resource-list-post{
        max-width: none;
    }
}
@media(min-width: 1200px){
    /*.cursor {
        width: 6.25VW;
        height: 6.25VW;
        padding: 0.78125VW;
        font-size: 1.09375VW;
    }
    #cookie-law-info-bar {
        padding: 1.015625VW 0.625VW 1.171875VW 1.7968749999999998VW !important;
        border-radius: 0.390625VW;
        box-shadow: 0 0 0.78125VW rgba(0,0,0,0.5);
        min-width: 23.4375VW;
        line-height: 1.484375VW;
        font-size: 1.171875VW;
        letter-spacing: 0.027343749999999997VW;
    }
    #cookie-law-info-bar .cli-plugin-main-button {
        width: 1.015625VW;
        height: 1.015625VW;
        margin: 0.3125VW 0.9375VW 0.3125VW 1.171875VW !important;
    }
    #cookie-law-info-bar .cookie-inner {
        width: calc(100% - 3.125VW);
    }
    .home .section-hero .slider-title {
        font-size: 3.515625VW;
        line-height: 4.6875VW; 
    }
    .home .section-hero .slider-content {
        padding: 0 1.5625VW;
    }
    .home .section-hero .slick-dots li {
        margin: 0 1.015625VW;
    }
    .home .section-hero .slick-dots li.slick-active {
        margin: 0 0.72265625VW;
    }
    .home .section-hero .slick-dots li button {
        width: 1.171875VW;
        height: 1.171875VW;
    }
    .home .section-hero .slick-dots li.slick-active button {
        width: 1.7968749999999998VW;
        height: 1.7968749999999998VW;
    }
    .home .section-subtitle {
        font-size: 1.40625VW;
        line-height: 1.875VW;
        letter-spacing: 0.08593750000000001VW;
    }
    

    .home .section-about .container {
        max-width: 86.71875VW;
        padding: 4.6875VW 1.171875VW 6.015625VW;
    }
    .home .section-title {
        font-size: 3.515625VW;
        line-height: 4.6875VW;
    }
    .home .section-emotion-list .content-right {
        padding: 0 0 0 2.109375VW;
    }
    .home .section-emotion-list .tab-pane {
        padding: 2.8125VW 2.734375VW 4.375VW 4.765625VW;
        border-radius: 0.3125VW;
    }
    .home .section-emotion-list .content-left img {
        width: 10.15625VW;
        height: 10VW;
    }
    .home .section-emotion-list .content-right ul li a {
        font-size: 1.25VW;
        line-height: 1.875VW;
    }
    .home .section-emotion-list .content-right ul li:before {
        height: 0.625VW;
        width: 0.625VW;
        top: 0.9375VW;
        left: 0.15625VW;
    }
    .home .section-emotion-list .content-right ul li {
        padding-left: 1.5625VW;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        margin: 0 2% 2.109375VW;
    }
    .home .section-emotion-list .nav-pills .nav-link {
        font-size: 1.7187500000000002VW;
        line-height: 2.265625VW;
        padding: 0.390625VW 0.390625VW 0.078125VW;
        height: 2.734375VW;
    }
    
    .home .section-emotion-list .emotion-title {
        font-size: 2.34375VW;
        line-height: 3.125VW;
        margin: 0.3125VW 0 0.9375VW;
    }

    .home .section-emotion .content-action a {
        width: 13.750000000000002VW;
        height: 2.734375VW;
        border: 2px solid #FBD304;
        border-radius: 0.15625VW;
        font-size: 1.40625VW;
        line-height: 1.875VW;
        margin: 0px 0.42968750000000006VW;
        padding: 0.42968750000000006VW 0;
    }
    
    
    .home .section-emotion .content-action {
        bottom: -1.3671875VW;
        padding-left: 1.875VW;
    }
    .home .section-emotion .container {
        padding: 4.296875VW 0 6.875000000000001VW;
    }
    .home .section-emotion .section-title {
        margin: 0 0 3.125VW;
    }
    .home .section-emotion .section-subtitle {
        margin: 0 0 0.3125VW;
    }
    .home .section-emotion .section-emotion-list {
        max-width: 85.15625VW;
    }
    .home .section-about .section-title {
        margin: 0 0 1.328125VW;
    }
    .home .section-about .section-about-content {
        font-size: 1.25VW;
        letter-spacing: 0.0765625VW;
        max-width: 28.281250000000004VW;
    }
    .home .section-about .section-action a,
    .home .section-share-story .section-action a {
        width: 13.69296875VW;
        height: 2.34375VW;
        font-size: 1.40625VW;
        line-height: 1.875VW;
        padding: 0.1953125VW 0.3515625VW;
        border-radius: 0.3125VW;
        
    }
    .home .section-about .section-about-content * {
        line-height: 1.7968749999999998VW;
    }
    .home .section-about .section-action {
        margin: 2.265625VW 0 0;
    }
    .home .section-about .section-title span:after {
        height: 2.65625VW;
        width: 3.515625VW;
        bottom: 1.015625VW;
        right: -4.375VW;
    }
    .home .section-resource .section-header {
        padding: 5.78125VW 0 2.03125VW;
    }
    .home .section-resource .section-subtitle {
        margin: 0 0 0.078125VW;
    }
    .home .section-resource .container {
        max-width: 100VW;
    }
    .home .section-resource .resource-slider {
        margin: 0 auto 7.109375VW;
    }
    .home .section-resource .resource-slider .slick-list,
    .home .section-resource .resource-slider .owl-stage-outer {
        padding: 0.8593750000000001VW 0;
    }
    .home .section-resource .resource-slider .entry-content{
        padding: 1.015625VW;
    }
   
    .home .section-resource .resource-slider .owl-item .item .item-icon img{
        height: 3.125VW;
    }
    .home .section-resource .resource-slider .entry-content .item-icon {
        margin-bottom: 0.625VW;
    }
    .home .section-resource .resource-slider .entry-content * {
        letter-spacing: 0.08593750000000001VW;
        line-height: 1.875VW;
        font-size: 1.40625VW;
    }
    .section-blog .section-subtitle {
        margin: 0 0 -0.3125VW;
    }
    .section-blog .section-title {
        font-size: 3.90625VW;
        line-height: 5.234375VW;
        letter-spacing: 0.15625VW;
    }
    .section-blog-list .article {
        padding: 0 1.3671875VW;
    }
    .home .section-blog-list .article:nth-child(1) {
        padding: 0 1.953125VW 0 0.8593750000000001VW;
    }
    .home .section-blog-list .article:nth-child(3) {
        padding: 0 0.9375VW 0 1.875VW;
    }
    .section-blog .section-header {
        padding: 4.53125VW 0 2.265625VW;
    }
    .section-blog .section-blog-list .article .article-inner {
        padding: 2.1875VW 2.109375VW;
        margin: 0 0 1.25VW;
        border-radius: 0.3125VW;
    }
    .section-blog .entry-info .post-date {
        padding-left: 0.390625VW;
        font-size: 1.25VW;
        line-height: 1.640625VW;
        letter-spacing: 0.0765625VW;
    }
    .section-blog .entry-info {
        margin: 0.9375VW 0 !important;
    }
    .section-blog .entry-title * {
        font-size: 1.7187500000000002VW;
        line-height: 2.265625VW;
        word-spacing: 0.234375VW;
    }
    .section-blog .entry-info .post-author {
        font-size: 1.25VW;
        line-height: 1.640625VW;
        padding-right: 0;
    }
    .section-blog .entry-title h3 {
        margin: 1.40625VW 0px 1.40625VW 0.390625VW;
    }
    .section-blog .entry-meta a {
        font-size: 1.09375VW;
        line-height: 1.484375VW;
        letter-spacing: 0.0671875VW;
        margin-right: 0.390625VW;
    }
    .section-blog-list {
        margin: 0 0 6.5625VW;
    }
    .home .section-blog .container {
        max-width: 93.90625VW;
    }
    .section-blog .entry-action a {
        width: 13.750000000000002VW;
        height: 2.421875VW;
        font-size: 1.40625VW;
        line-height: 1.875VW;
        padding: 0.234375VW 0.390625VW;
        border-radius: 0.1953125VW;
        border-width: 0.15625VW;
    }
    .home .section-title .mark-text:after {
        width: 13.359375000000002VW;
        height: 1.015625VW;
        bottom: -0.9375VW;
        right: 0.3125VW;
    }
    .home .section-share-story-content .mark-text:after {
        height: 3.28125VW;
        bottom: -0.3125VW;
        right: -1.640625VW;
        width: 9.609375VW;
        pointer-events: none;
    }
    .home .section-share-story-content .mark-text-outside:after {
        width: 14.765624999999998VW;
        height: 3.28125VW;
        right: -0.8593750000000001VW;
        bottom: -0.234375VW;
    }
    .home .section-share-story .section-inner {
        padding: 7.109375VW 0 0;
    }
    .home .section-share-story-content * {
        font-size: 1.5625VW;
        line-height: 2.65625VW;
        letter-spacing: 0.0953125VW;
    }
    .home .section-share-story .section-title {
        margin: 0 0 2.890625VW;
    }
    .home .section-share-story-content {
        max-width: 62.5VW;
        padding: 0 1.171875VW;
    }
    .home .section-share-story-content p {
        margin: 0 0 2.65625VW;
    }
    .home .section-share-story .section-action {
        margin: 3.5937499999999996VW 0 5.859375VW;
    }
    .home .section-event {
        padding: 4.453125VW 0 5.546875VW;
    }
    .home .section-event .section-subtitle {
        margin: 0 0 0.15625VW;
    }
    .home .section-event .section-header {
        margin: 0 0 2.890625VW;
    }
    .home .section-event .entry-content .post-date {
        font-size: 1.25VW;
        line-height: 1.640625VW;
        letter-spacing: 0.0765625VW;
    }
    .home .section-event .entry-content {
        max-width: 22.109375VW;
        border-radius: 0.3125VW;
        padding: 0.703125VW 0.390625VW;
        margin: -1.40625VW auto;
    }
    .home .section-event .entry-content h3 a {
        font-size: 1.5625VW;
        line-height: 2.109375VW;
        letter-spacing: 0.078125VW;
    }
    .home .section-event-list{
        max-width: 90.234375VW;
    }
    .home .section-event-list .event{
        padding-right: 0.78125VW;
        padding-left: 0.78125VW;
        margin-bottom: 3.90625VW;
    }
    .resource-page .categories-filter-list-items {
        padding: 2.109375VW 0 2.34375VW;
        margin-bottom: 3.9843749999999996VW;
    }
    .resource-page .resource-filtered-tag{
        background: #fff;
        border-bottom: 0.078125VW solid #FFD913; 
    }
    .resource-page .resource-filtered-tag{
        padding: 0.9375VW 0;
    }
    .resource-page .page-subtitle {
        font-size: 1.40625VW;
        line-height: 1.640625VW;
        letter-spacing: 0.08593750000000001VW;
        margin-bottom: 0.234375VW;
    }
    .resource-page .page-title {
        font-size: 3.515625VW;
        line-height: 4.6875VW;
    }
    .resource-page .resource-filter-button * {
        font-size: 1.40625VW;
        line-height: 1.7968749999999998VW;
        letter-spacing: 0.08593750000000001VW;
    }
    .resource-page .container {
        padding-top: 6.5625VW;
        padding-bottom: 1.171875VW;
    }
    .resource-page .section-head {
        margin: 0 0 2.03125VW;
    }
    .resource-page .resource-filter-button {
        padding: 0 1.8359375VW;
        margin: 0 auto 1.875VW;
    }
    .resource-page .filter-categories {
        margin-right: 3.671875VW;
    }
    .resource-page .resource-filter-button .filter-categories .selected-item:after,
    .resource-page .resource-filter-button .filter-tags .select-lable:after {
        margin: 0 0.46875VW;
    }
    .resource-filter-button .filter-categories .selected-item.active:after,
    .resource-filter-button .filter-tags .select-lable.active:after{
        margin: 0 0.7421875VW;
    }
    .resource-page .resource-list-post .resource-post {
        padding: 0 1.484375VW;
        margin-bottom: 4.53125VW;
    }
    .resource-page .resource-list-post {
        max-width: 90.3125VW;
        margin-top: 1.875VW;
    }
    .resource-page .resource-list-post .entry-content h4 {
        font-size: 1.5625VW;
        line-height: 1.7968749999999998VW;
        letter-spacing: 0.0953125VW;
        margin: 0 0 0.703125VW;
    }
    .resource-page .resource-list-post .entry-thumbnail {
        margin: 0 0 1.5625VW;
    }
    .resource-page .resource-list-post .entry-meta ul {
        margin: 0 0 0 -0.078125VW;
    }
    .resource-page .resource-list-post .entry-meta ul li {
        margin-right: 0.3125VW;
    }
    .resource-page .resource-list-post .entry-meta ul li a{
        font-size: 1.09375VW;
        line-height: 1.7968749999999998VW;
        letter-spacing: 0.0671875VW;
    }
   
    .resource-page .resource-list-post .entry-content {
        margin: 0 0 0.8593750000000001VW;
    }
   
    .resource-page .resource-filter .filter-actions ul li{
      
        font-size: 1.25VW;
        line-height: 1.7968749999999998VW;
        letter-spacing: 0.0765625VW;
        margin-right: 3.4375000000000004VW;
    }
    
    .resource-page .resource-filter-items .tags-filter-list-items {
        padding: 2.109375VW 0 2.34375VW;
    }
    .resource-page .tags-filter-container.has-filtered{
        margin-bottom: 0.15625VW;
    }
    .resource-page .tags-filter-container{
        margin-bottom: 3.9843749999999996VW;
    }
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items  {
        max-width: 90.078125VW;
        margin: 0 auto;
        padding: 0 1.171875VW;
    }
    .resource-page .resource-filter .filtered-tags li {
        margin-right: 0.8593750000000001VW;
    }
    .resource-page .resource-filter-items .topic-list-container li.selected{
        color: #1C7B79;
    }
    .resource-page .resource-filter .filtered-tags li .remove {
        width: 0.78125VW;
        height: 0.78125VW;
        margin: 0.546875VW 0.46875VW;
    }
    .resource-page .categories-filter-list-items .resource-filter-list-items li {
        margin-right: 3.359375VW;
    }
    .resource-page .nav-links{
        margin: 0 0 4.53125VW;
    }
    .resource-page .no-post {
        margin: 5.703125VW 0;
    }*/


    /* Before apply vw*/
    /*.home .section-about .col-right {
        padding: 4.765625VW 0px 0 6.171875VW;
    }
    .home .section-about .section-image-container {
        margin-right: -1.171875VW;
    }
    .home .section-about .col-left {
        padding: 0 0 0 5.15625VW;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        max-width: 13.750000000000002VW;
    }
    .home .section-emotion .section-emotion-list .tab-content {
        padding: 0 0 0 6.171875VW;
    }
    .home .section-emotion .nav {
        padding: 2.65625VW 0 0 3.671875VW;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        margin: 0 0.6640625VW 2.109375VW;
        width: 100%;
    }
    .home .section-resource .section-title{
        margin: 0 0 0.3125VW;
    }*/

    .home .section-about .col-right {
        padding: 61px 0px 0 79px;
    }
    .home .section-about .section-image-container {
        margin-right: -15px;
    }
    .home .section-about .col-left {
        padding: 0 0 0 66px;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        max-width: 176px;
    }
    .home .section-emotion .section-emotion-list .tab-content {
        padding: 0 0 0 79px;
    }
    .home .section-emotion .nav {
        padding: 34px 0 0 47px;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        margin: 0 8.5px 27px;
        width: 100%;
    }
    .home .section-resource .section-title{
        margin: 0 0 4px;
    }
}

/*@media(min-width: 1440px){
    .home .section-about .section-image-container {
        border: 3px solid #26B6B2;
    }
}*/
@media(max-width: 1199px){
    .home .section-emotion .nav{
        margin: 0;
    }
    .home .section-about .section-about-content,
    .home .section-event-list{
        max-width: none;
    }

    .home .section-about .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items{
        max-width: 960px;
        padding: 0 49px;
    }

}

@media(max-width: 1199px) and (min-width: 992px){
    
}
@media (max-width: 1024px){
    .section-blog .article.post .entry-action,
    .section-blog .entry-action,
    .section-blog .article-inner:hover .entry-action,
    .home .section-blog .entry-action {
        display: none;
    }
}
@media(max-width: 991px){
    .home .section-about .container{
        padding:40px 0;
    }
    .section-blog .section-blog-list .article .article-inner{
        margin: 0 0 30px;
    }
    .home .section-emotion .nav{
        margin: 0;
        padding: 0;
    }
    .home .section-emotion-list .tab-pane{
        padding: 30px 20px;
    }
    .home .section-emotion-list .content-left img {
        display: inline-block;
    }
    .home .section-emotion-list .content-left {
        text-align: center;
    }
    .home .section-emotion-list .emotion-title {
        text-align: center;
    }
    .home .section-emotion-list .content-right {
        padding: 0 15px;
    }
    .home .section-emotion-list .content-right ul {
        max-width: 75%;
        margin: 0 auto;
    }
    .home .section-about .section-title{
        margin: 0 0 10px;
    }
    .home .section-about .section-action {
        margin: 19px 0 0;
    }

    .home .section-blog-list .article,
    .home .section-blog-list .article:nth-child(1),
    .home .section-blog-list .article:nth-child(3) {
        padding: 0 !important;
    }
    .home .section-blog .container {
        padding: 0 45px 15px;
        max-width: 100%;
    }
    .home .section-event .owl-theme .owl-dots .owl-dot span {
        background: #fff;
    }
    .home .section-event .owl-theme .owl-dots .owl-dot.active span {
        background: #26B6B2;
    }
    .cursor{
        width: 60px;
        height: 60px;
        padding: 8px;
        font-size: 10px;
    }
    .resource-page .resource-list-post .resource-post-sizer,
    .resource-page .resource-list-post .resource-post {
        width: 33%;
    }
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items{
        max-width: 720px;
    }
    .resource-page .resource-filter-button{
        padding: 0 19px;
    }
    .resource-page .no-post {
        margin: 20vw 0;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .home .section-about .section-title{
        padding-right: 45px;
    }
}
@media(max-width: 767px){
    
    .home .section-hero .slider-title {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 15px;
    }

    .home .section-hero .slick-dotted.slick-slider {
        height: 357px;
    }

    .home .section-hero .slick-list {
        height: 100%;
    }

    .home .section-hero .slick-slider .slick-track {
        height: 100%;
    }

    .home .section-hero .hero-slider .item {
        height: 100%;
    }

    .home .section-hero .hero-slider .slider-background {
        height: 100%;
        object-fit: cover;
    }
    .home .section-hero .slick-dots {
        bottom: 10px;
    }
    .home .section-hero .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
    }
    .home .section-hero .slick-dots li button {
        width: 7px;
        height: 7px;
    }
    .home .section-hero .slick-dots li {
        margin: 0 5px;
    }
    .home .section-hero .slick-dots li.slick-active {
        margin: 0 3px;
    }
    .home .section-emotion .nav {
        margin: 0 auto 8px;
    }
    .home .section-emotion .container {
        padding: 30px 30px 74px;
        max-width: none;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        width: calc(50% - 30px);
        margin: 0px 15px 27px;
    }
    .home .section-emotion .section-subtitle {
        margin: 0 0 -1px;
    }
    .home .section-emotion .section-title {
        font-size: 18px;
        line-height: 40px;
        letter-spacing: 0;
        margin: 0 0 19px;
    }
    .home .section-emotion-list .nav-pills .nav-link {
        height: 31px;
        font-size: 18px;
        line-height: 24px;
    }
    
    .home .section-emotion-list .content-left img {
        width: 85px;
        height: 85px;
    }

    .home .section-emotion-list .content-right ul {
        max-width: 100%;
    }
    .home .section-emotion-list .tab-pane {
        padding: 18px 15px 42px;
        border-radius: 0;
    }
    .home .section-emotion-list .tab-pane.has-button {
        padding: 18px 15px 10px;
    }

    .home .section-emotion-list .emotion-title {
        font-size: 20px;
        margin: 4px 0 6px;
    }

    .home .section-emotion-list .content-right ul {
        padding: 0 14px 0;
    }

    .home .section-emotion-list .content-right ul li a {
        text-decoration: underline;
        line-height: 20px;
    }

    .home .section-emotion .content-action {
        position: relative;
        transform: none;
        left: auto;
        bottom: -27px;
        padding-left: 0;
        font-size: 0;
        padding-right: 0;
    }

    .home .section-emotion .content-action a {
        width: 41.4492753623%;
        max-width: 143px;
        display: inline-block;
        vertical-align: top;
        margin: 0 4.05797101449%;
        font-size: 14px;
        line-height: 19px;
        height: 32px;
    }
    .home .section-about .col-left {
        padding: 0px 30px 0;
        margin: -94px 0 0;
    }
    .home .section-about .container{
        padding: 0px 15px 30px;
        margin: 94px 0 15px;
        max-width: none;
    }
    .home .section-title {
        font-size: 20px;
        line-height: 40px;
        margin: 0 0 15px;
    }
    .home .section-subtitle{
        font-size: 14px;
        line-height: 19px;
    }
    .home .section-about .section-title span:after{
        display: none;
    }
    .home .section-about .section-title:before {
        position: relative;
        content: '';
        display: inline-block;
        height: 25px;
        width: 100%;
        background: url(../images/about-title-icon.png) no-repeat;
        background-size: contain;
        background-position: center;
        margin: 14px 0 -10px;
    }
    .home .section-about .section-title{
        line-height: 39px;
        margin: 0 0 6px;
        text-align: center;
    }
    .home .section-about .section-about-content {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0 auto;
    }
    .home .section-about .section-about-content *{
        line-height: 20px;
    }
    .home .section-about .col-right{
        padding: 0 32px;
    }
    .home .section-about .section-action{   
        margin: 15px 0 0;   
        position: absolute; 
        bottom: -45px;  
        left: 50%;  
        transform: translateX(-50%);
    }
    .home .section-resource .section-header{    
        padding: 61px 10px 10px;
    }
    .home .section-resource .container{
        padding: 0 0 71px;
    }
    .home .section-resource .section-subtitle{
        margin: 0 0 -5px;
    }
    .home .section-resource .resource-slider {
        margin: 0 0 49px;
        max-width:210px;
        margin: 0 auto;
        overflow: visible;
    }
    .home .section-resource .resource-slider .slick-list,
    .home .section-resource .resource-slider .owl-stage-outer{
        overflow: visible;
        padding: 0;
    }
    .home .section-resource .slick-slide .entry-thumbnail,
    .home .section-resource .resource-slider .owl-item.center{
        padding: 0;
        margin-top: 0;
    }
    .home .section-resource .resource-slider .entry-content {
        padding: 6px;
    }
    .home .section-resource .resource-slider .entry-content .item-icon img{
        height: 35px;
    }
    .home .section-resource .resource-slider .entry-content .item-icon{
        margin-bottom: 6px;
    }
    .section-blog .section-header {
        padding: 34px 0 4px;
    }
    .section-blog .section-blog-list .article .article-inner{
        margin: 0 0 17px;
    }
    .section-blog .section-title {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .section-blog-list {
        width: 100%;
        padding: 0 31px;
        margin: 0 0 12px;
    }
    
    
    .section-blog .entry-action a{
        width: 175px
    }
    .section-blog .section-blog-list .article .article-inner {
        padding: 21px 24px 22px;
    }
    .section-blog .entry-info {
        margin: 10px 0 !important;
    }
    .section-blog .entry-info .post-date {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.86px;
        padding-left: 0;
    }
    .section-blog .entry-info .post-author {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.86px;
        padding-left: 0;
    }
    .section-blog .entry-title h3 {
        margin: 16px 0px 0;
    }

    .section-blog .entry-title a {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: -0.5px;
    }
    .section-blog .owl-theme .owl-dots {
        margin-top: 12px;
        padding-left: 4px;
    }
    .section-blog .owl-theme .owl-dots .owl-dot.active span,
    .section-blog .owl-theme .owl-dots .owl-dot:hover span {
        background: #FBD304;
    }
    .section-blog .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        background: #fff;
        margin: 5px 5.5px;
    }
    .section-blog .owl-theme .owl-dots .owl-dot.active span {
        height: 10px;
        width: 10px;
        background: #FBD304;
        margin: 5px 2.5px;
    }
    .section-blog-list{
        padding: 0;
    }
    .home .section-share-story .section-inner {
        padding: 57px 0 0;
    }
    .home .section-title .mark-text:after {
        /* bottom: -85%;
        right: -40%; */
    }
    .home .section-share-story-content * {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .home .section-share-story-content {
        max-width: 90%;
        padding: 0 10px;
    }
    .home .section-share-story .section-title {
        margin: 0;
        padding: 0 0 40px;
    }
    .home .section-share-story-content p {
        margin: 0 0 20px;
    }
    .home .section-share-story-content .mark-text:after {
        width: 76px;
        height: 26px;
        bottom: -3px;
        background-size: contain;
        right: -7px;
    }
    .home .section-share-story .section-share-story-content .mark-text {
        display: inline-block;
    }
    /*.home .section-share-story-content .mark-text-outside svg {
        width: 152px;
        height: 35px;
        background-size: contain;
        bottom: -8px;
        right: -15px;
    }*/
    .home .section-share-story-content .mark-text.mark-text-outside .hover-brush {
        width: 137px;
        top: -13px;
    }

    .home .section-share-story-content .mark-text .hover-brush {
        width: 78px;
        height: 30px;
        top: -4px;
        left: -5px;
    }
    .home .section-share-story .section-action {
        margin: 35px 0 61px;
    }
    .home .section-event {
        padding: 34px 0 17px;
    }

    .home .section-event .section-subtitle {
        margin: 0 0 -5px;
    }

    .home .section-event .section-header {
        margin: 0 0 4px;
    }

    .home .section-event .entry-thumbnail {
        border-width: 9px;
    }

    .home .section-event-list .event {
        padding-right: 3px;
        padding-left: 0px;
        margin-bottom: 0;
    }

    .home .section-event .event-inner {
        margin: 0 0 0px;
    }

    .home .section-event .entry-content .post-date {
        margin: -1px 0 2px;
    }

    .home .section-event .entry-content h3 a {
        letter-spacing: 0;
    }
    .home .section-event .entry-content {
        max-width: 249px;
        padding: 9px 0 18px;
    }

    .home .section-event .entry-content .entry-title {
        padding: 0 0 3px;
    }
    .home .section-event .section-event-list.owl-theme .owl-dots {
        margin-top: 6px;
    }
    .home .section-event .owl-theme .owl-dots .owl-dot.active span,
    .home .section-event .owl-theme .owl-dots .owl-dot:hover span {
         background: #26B6B2;
    }
    .home .section-event .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
        margin: 5px 5.5px;
    }
    .home .section-event .owl-theme .owl-dots .owl-dot.active span {
        height: 10px;
        width: 10px;
        margin: 5px 2.5px;
    }
    .home .section-event .entry-content{
        margin: -17px auto 0;
    }
    .home .section-event .entry-thumbnail{
        border: 9px solid #fff;
    }
    .home .section-event .container{
        max-width: 100%;
    }
    

    .filter-mobile{
        display: block;
    }
     .resource-page .page-subtitle {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
    .resource-page .container {
        padding-top: 37px;
        padding-left:12px;
        padding-right: 12px;
    }
    .resource-page .page-title {
        font-size: 30px;
        line-height: 40px;
    }
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .categories-filter-list-items .resource-filter-list-items {
        max-width: 100%;
    }
    .resource-page .resource-filter-button > div {
        width: 50%;
        margin: 0;
    }
    .resource-page .resource-list-post .entry-thumbnail {
        margin-bottom: 20px;
    }
    .resource-page .resource-list-post .entry-content h4 {
        margin: 0 0 15px;
    }
    .resource-page .resource-list-post .entry-content {
        margin: 0 0 -5px;
        padding: 0 2px;
    }
    .resource-page .resource-list-post .entry-meta ul {
        padding: 0 1px;
    }
    .resource-page .resource-list-post .resource-post {
        margin-bottom: 45px;
    }
    .resource-page .resource-list-post {
        margin-top: 0px;
    }
    .resource-page .resource-filter-button {
        margin: 0 auto 20px;
        padding: 0 19px;
    }
    
    .resource-page .categories-filter-list-items .resource-filter-list-items li {
        line-height: 36px;
        width: 100%;
        margin-right: 0;
    }
    .resource-page .categories-filter-list-items {
        padding: 17px 0 14px;
        margin: 0 0 0;
        width: 100%;
    }
    .resource-page .resource-filter-items .tags-filter-list-items {
        padding: 18px 0 16px;
    }
    /*.resource-page .resource-filter-items .topic-list-container {
        padding: 0 34px;
    }*/
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items {
        padding: 0 15px;
    }
    .resource-page .resource-filter .filter-actions ul li {
        line-height: 36px;
        margin-right: 24px;
    }
    .resource-page .resource-filtered-tag {
        padding: 3px 0 0;
    }
    /*.resource-page .resource-filtered-tag .filtered-tags {
        padding: 0 31px;
    }*/
    .resource-page .resource-filter .filtered-tags li {
        margin-right: 9px;
    }
    .resource-page .resource-filter .filtered-tags li .remove {
        margin: 13px 5px;
    }
    .resource-filter-items{
        margin: -11px 0;
        z-index: 4;
        position: absolute;
    }
    .resource-filtered-tag.filter-mobile{
        z-index: 1;
    }
    .resource-page .resource-filtered-tag.filter-mobile {
        border-top: 1px solid #FFD913;
        width: 100vw;
        transform: translateX(-50%);
        left: 50%;
        margin: -11px 0 22px;
        position: relative;
        z-index: 2;
    }
    .resource-list-post .no-post{
        padding: 0 19px;

    }

    .resource-page .nav-links{
        margin: 0 0 29px
    }
    .resource-page .resource-list-post .resource-post-sizer,
    .resource-page .resource-list-post .resource-post {
        width: 50%;
    }
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items{
        max-width: none;
        padding: 0px 31px;
    }
    .resource-page .no-post {
        margin: 30vw 0;
    }
    .home .section-hero .slider-content .learn-more {
        min-width: 143px;
        font-size: 14px;
        line-height: 24px;
        height: auto;
    }
}
@media (max-width: 575px){
    #cookie-law-info-bar {
        width: calc(100% - 30px) !important;
    }
    .hero-slider .image-placeholder {
        height: 355px;
    }
    .resource-page .resource-list-post .resource-post-sizer,
    .resource-page .resource-list-post .resource-post {
        width: 100%;
    }
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags,
    .resource-page .categories-filter-list-items .resource-filter-list-items{
        max-width: 100%;
    }
    .resource-page .categories-filter-list-items .resource-filter-list-items {
        padding: 0 47px;
    }
    .resource-page .resource-filter-items .topic-list-container{
        padding: 0 31px;
    }
    .resource-page .resource-filtered-tag .filtered-tags{
        padding: 0 31px;
    }
    .resource-page .no-post {
        margin: 40vw 0;
    }
}
@media (max-width: 425px){
    .section-blog-list{
        max-width: 313px;
        margin: 0 auto;
    } 
}
@media(max-width: 375px){
    .home .section-emotion .nav{
        max-width: 332px;
        text-align: center;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        margin: 0 7.5px 22px;
        max-width: 151px;
        width: 50%;
    }
    .home .section-emotion .container{
        padding: 31px 0 74px;
    }
}
@media (max-width: 374px){
    .home .section-emotion-list .nav{
        max-width: 300px;
    }
    .home .section-emotion .nav{
        text-align: center;
    }
    .home .section-emotion-list .nav-pills .nav-item {
        margin: 0 0 22px;
        padding: 0 5px;
        max-width: 50%;
    }
    .home .section-share-story .section-title{
        font-size: 19px; 
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; 
        width: 100%;
    }
    .home .section-share-story-content *{
        font-size: 13px
    }
    .resource-page .container{
        padding-left: 0;
        padding-right: 0;
    }
    .resource-page .resource-filter-button,
    .resource-page .resource-filter-items .topic-list-container,
    .resource-page .resource-filtered-tag .filtered-tags{
        padding: 0 19px;
    }
}