/*debug*/


/*helper*/

.hidden {
    display: none;
}

.top-buffer-lg {
    margin-top: 3rem;
}

.top-buffer {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .top-buffer {
        margin-top: 4rem;
        /* margin-bottom: 1.5rem; */
    }
}

.bottom-buffer-lg {
    margin-bottom: 3rem;
}

.bottom-buffer {
    margin-bottom: 2rem;
}

.upper {
    text-transform: uppercase;
}

hr {
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0;
}










/*color*/


/*font-size*/


/*typo*/

header .desktop-only {
    max-width: 1000px;
    margin: 0 auto;
}

main {
    max-width: 1000px;
    margin: 0 auto;
}

.max-width-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
p{
    line-height: 1.9rem;
    letter-spacing: 0.06rem;
}
main p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #646464;

    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    main p {
        color: black;
    }
}

p.attachments{
    margin: 0;
}








/* by component */

a {
    color: #646464;
}

footer a{
    color:white;
}

footer a:hover{
    color:white !important;
}

.headline_wrapper {
    text-align: center;
}

.headline_wrapper .headline {
    text-align: center;
    border: solid 0.2rem #646464;
    min-width: 15rem;
    display: inline-block;
}

.headline_wrapper .headline p {
    margin-bottom: 0;
    white-space: nowrap;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 1.2rem;
    color: #646464;
    font-weight: 400;
    line-height: 1.6rem;
    padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
    .headline_wrapper .headline p {
        font-size: 1.4rem;
        color: #646464;
    }
}

.block_items .block_item img {}

.block_items .block_item .photo img {
    max-width: 100%;
    /* padding-left: 1rem; */
    /* padding-right: 1rem; */
}

video.video-js {
    width: 100%;
    height: 100%;
}

.block_items .block_item video-js {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 767px) {
    .block_items .block_item .photo img {
        width: 100%;
    }
    .block_items .block_item video-js {
        padding-left: 0rem;
        padding-right: 0rem;
        width: 100%;
    }
}
.block_items>div{
/*     display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}
.block_items .block_item .photo,
.block_items .block_item .content_wrapper {
    float: left;
    
}
.block_items .block_item .photo{/* background-color: rgba(0, 128, 0, 0.2); */padding: 0;}
.block_items .block_item .content_wrapper {/* background-color: rgba(0, 0, 255, 0.2); */}

.block_items .block_item .responsive_image{
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}

.block_items .block_item .content_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media only screen and (max-width: 767px) {
    .block_items .block_item .content_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.block_items .block_item .title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #646464;
    font-weight: 400;
    line-height: 2rem;
}

@media only screen and (max-width: 767px) {
    .block_items .block_item .title {
        font-family: 'Roboto', sans-serif;
        font-size: 1.2rem;
        color: #646464;
        font-weight: 400;
        line-height: 1.6rem;
        margin-top: 1rem;
    }
}

.block_items .block_item .title:after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    margin-right: -100%;
    margin-top: 0.8rem;
    border-bottom: 0.3rem solid #ec2127;
}

@media only screen and (max-width: 767px) {
    .block_items .block_item .title:after {
        content: '';
        display: block;
        width: 10%;
        height: 100%;
        margin-right: -100%;
        margin-top: 0.8rem;
        border-bottom: 0.3rem solid #ec2127;
    }
}

.block_items .block_item .content {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #646464;
    font-weight: 300;
    line-height: 1.8rem;
}

@media only screen and (max-width: 767px) {
    .block_items .block_item .content {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        color: #646464;
        font-weight: 200;
        line-height: 1.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .block_items> :nth-child(even) .photo,
    .block_items> :nth-child(even) .content_wrapper {
        float: right;
    }
}

.editor {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    color: #646464;
    font-weight: 300;
    line-height: 2rem;
}

.editor p {
    margin-top: 0;
    /* margin-bottom: 0; */
}

.editor p:last-child {
    margin: 0;
}
.editor p strong, .content p strong, .editor a, .content a{
    font-weight: 400;
}
.editor a, .content a, main.our-leadership .stories .story .title{
    color: #5b92a1;
}

@media only screen and (max-width: 767px) {
    .editor {
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        color: #646464;
        font-weight: 300;
        line-height: 1.8rem;
    }
}

.responsive_image .mobile {
    width: 100%;
}

.responsive_image .tablet {
    width: 100%;
}

.responsive_image .desktop {
    width: 100%;
}

.gallery-slick {
    padding-left: 0px;
    padding-right: 0px;
}

.gallery-slick .slick-slide {
    padding: 0px 4px;
}

.gallery-slick img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .gallery-slick {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.home .slick-list .slick-slide{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.5;
    /*transform: scale(0.95);*/
}
.home .slick-list .slick-slide.slick-center{
    opacity: 1;
    /*transform: scale(1);*/
}



/* by page */

header a {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    letter-spacing: 0.1rem;
    width: 100%;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

header .logo a {
    padding: 0;
    display: inline;
}

header .mobile-only .head-wrapper {
    display: flex;
    justify-content: space-between;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    background: white;
    position: relative;
    height: 50px;
}

header .mobile-only .head-wrapper .logo {
    /* margin: 0 auto; */
    /* position: absolute; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    text-align: center;
}

header .mobile-only .head-wrapper .logo img{
    width:150px;
}

header .mobile-only .head-wrapper .search {
    padding-left: 1rem;
    font-size: 1.5rem;
    margin-top: -0.2rem;
}
header .mobile-only .head-wrapper table.table_burger{
    width: 50px;
    left: inherit;
    right: 0px;
    text-align: center;
}
header .mobile-only .head-wrapper .burger {
    /* right: 1rem; */
    font-size: 1.5rem;
    /* position: absolute; */
    /* top: 6px; */
    cursor: default;
}

header .mobile-only .overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(244, 244, 244, 0.98);
    z-index: 1;
}

header .mobile-only .overlay .expander {
    width: 100%;
}

header .mobile-only .overlay .display_item {

    border-bottom: solid 2px #ffffff;
    text-align: center;
}

header .mobile-only .overlay .display_item a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
}

header .mobile-only a:hover {
    color: #ec2127;
}

header .mobile-only .overlay .display_item:last-child {
    border-bottom: 0px;
}

header .mobile-only .overlay .item {
    border-bottom: solid 1px #868686;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 100%); */
}

header .mobile-only .overlay .item:last-child {
    border: none;
}

header .mobile-only .overlay .item a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
}

header .mobile-only .expander a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

header .mobile-only .lang_switcher a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ec2127;
}

header .desktop-only {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #646464;
    position: relative;
}

header .desktop-only .logo {
    text-align: center;
}

header .desktop-only .logo img{
    width:300px;
}

header .desktop-only .search {
    padding-right: 5rem;
}

header .desktop-only .menu {
    width: 35rem;
    /* width: 100%; */
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

header .desktop-only .menu .nav {
    /* display: flex; */
    /* justify-content: space-evenly; */
}

header .desktop-only a {
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #646464;
    font-weight: 200;
}
header .desktop-only a.display_name:hover{
    color:#646464 !important;
}
header .desktop-only a.display_name{
    cursor: default;
}

header .desktop-only .display_name.active {
    color: #ec2127;
}

header .desktop-only a:hover {
    color: #ec2127;
}

header .desktop-only .expander {
    position: relative;
    /* padding-bottom: 1rem; */
    padding: 0px 20px;
}

header .display_item.current a,
header .expander .item_list .item.current a {
    color: #ec2127;
}

header .desktop-only .expander .item_list {
    z-index: 1;
    position: absolute;
    text-align: center;
    left: 0;
    /*handle by JS to align center*/
    /* top: 2rem; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* opacity: 0; */
    /* -webkit-transition: opacity 0.3s; */
    /* transition: opacity 0.3s; */
    display: block;
    /* height: 0px; */
    overflow: hidden;
}

header .desktop-only .expander .item_list .item {
    border-bottom: solid 1px #fff;
    /* padding-top: 0.5rem; */
    /* padding-bottom: 0.5rem; */
}

header .desktop-only .expander .item_list .item a {
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
}



header .desktop-only .expander .item_list .item:last-child {
    border-bottom: 0px;
}

header .desktop-only .lang_switcher{
    position: absolute;
    right: 0;
    top: 1rem;
}
header .desktop-only .lang_switcher .display_item{
    float: right;
    position: relative;
    /* display: inline-block; */
}
header .desktop-only .lang_switcher .display_item a{
    padding: 0 0.5rem;
}

footer .line-1-wrapper {
    width: 100%;
    background-color: #c4c4c4;
}

footer .line-1 {
    background-color: #c4c4c4;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 0.9rem;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .line-1 .item {
    border-right: solid 1px #000;
    text-align: center;
    font-size: 0.8rem;
}

footer .line-1 .item:last-child {
    border: none;
}

@media only screen and (max-width: 767px) {
    footer .line-1 .item{
        border:none;
        /* font-size: 0.8rem; */
    }
    footer .line-1 .item:nth-child(1),
    footer .line-1 .item:nth-child(2),
    footer .line-1 .item:nth-child(3) {
        margin: 0 0 4px 0;
    }
    footer .line-1 .item:nth-child(2) {
        border: none;
    }
}

footer .line-1 .divider {
    width: 1px;
    background-color: #000;
}

footer .line-1 a {
    color: #000;
}

footer .line-2 {
    font-size: 0.6rem;
    text-align: center;
    background-color: #e30917;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .line-2 p{
    margin:0
}

footer .mobile-only .line-1 {
    max-width: 450px;
}

footer .mobile-only .line-1.up {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
}

footer .mobile-only .line-1.bottom {
    max-width: 350px;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

footer .mobile-only .item {
    font-size: 0.8rem;
    white-space: nowrap;
}

.red-rectangle:after {
    content: '';
    display: block;
    width: 5%;
    height: 100%;
    margin-left: 1rem;
    margin-top: 20px;
    border-bottom: 0.3rem solid #ec2127;
}










/*by page*/

.bg_video {
    position: relative;
}
.bg_video>img{
    width:100%;
}

.bg_video video {
    width: 100%;
}

.bg_video .video_title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    /* font-size: 50px; */
    color: #fff;
    font-weight: 500;
    max-width: 80%;
    margin: 0 auto;
}
.bg_video .video_title p{
    margin:0;
}
.bg_video .video_title p {
    /* margin-bottom: 1rem; */
}

.bg_video .subtitle {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

.bg_video .subtitle p {
    background-color: #ec2127;
    color: #fff;
    display: inline;
    padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
    .bg_video .video_title {
        font-size: 2rem;
    }
    .bg_video .subtitle {
        font-size: 1rem;
    }

    .bg_video .video_title {}
}

main.home {
    max-width: inherit;
}

main.home .paragraph_1 {
    background-color: #2d7396;
    text-align: center;
    padding: 0px 20px;
}

main.home .paragraph_1 p {color: #fff;max-width: 800px;margin: 0 auto;}

main.home .gallery-desktop {
    max-width: 1000px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

main.home .gallery-desktop .slide:nth-child(3n+1) {
    padding: 0px 13px 0px 0px;
}

main.home .gallery-desktop .slide:nth-child(1), main.home .gallery-desktop .slide:nth-child(2), main.home .gallery-desktop .slide:nth-child(3) {
    margin-bottom: 10px;
}

main.home .gallery-desktop .slide:nth-child(3n+2) {
    padding: 0px 7px 0px 7px;
}

main.home .gallery-desktop .slide:nth-child(3n+3) {
    padding: 0px 0px 0px 13px;
}

@media only screen and (min-width: 768px) {
    main.home .gallery-desktop {
        /* margin-top: 0.8rem; */
    }
    main.home .gallery-desktop .slide {
        text-align: center;
        float: left;
    }
    main.home .gallery-desktop .slide p {
        margin-top: 0.2rem;
        font-family: 'Roboto', sans-serif;
        font-size: 1.1rem;
        color: #646464;
        font-weight: 400;
    }
    main.home .gallery-desktop .slide img {
        width: 100%;
    }
    main.home .gallery-desktop .metaslider {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    main.home .gallery-desktop {
        display: none;
    }
}

main.home .gallery-mobile {
    width: 100%;
}

main.home .gallery-mobile .slide {
    text-align: center;
}

@media only screen and (min-width: 576px) {
    main.home .gallery-mobile .slide img {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    main.home .gallery-mobile .slide img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    main.home .gallery-mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    main.home .gallery-mobile {
        display: block;
    }
}

main.home .section_2 {
    background-color: #d7d7d7;
    padding: 0px 20px;
}

main.home .section_2 .paragraph_2 p {margin: 0 auto;text-align: center;max-width: 800px;}

main.home .section_2 .headline_wrapper {}

main.home .headline_wrapper .headline {
    border-color: #fff;
    max-width: 80%;
}

main.home .headline_wrapper .headline .upper {
    color: #fff;
    white-space: inherit;
}

main.home .section_2 .headline_wrapper .headline .upper {
    color: #fff;
    white-space: inherit;
    background-color: rgba(0,0,0, 0.3);
}


@media only screen and (max-width: 767px) {
    main.home .headline_wrapper .headline .upper {
        background-color: rgba(0,0,0, 0.3);
    }
    
}

main.home .headline_wrapper {position: absolute;top: 0px;left: 0;width: 100%;height: 100%;z-index: 18;}

.drop_selector {
    position: relative;
}








@media only screen and (max-width: 767px) {
    .drop_selector {
        width: 18rem;
        margin-left: auto;
        margin-right: auto;
        /* margin-top: 2rem; */
        /* margin-bottom: 2rem; */
    }

    main.home .col:nth-child(1) {
        padding-bottom: 20px;
    }

    .drop_selector .picker {
        margin-right: 2rem;
    }
}

.drop_selector .browse_by {
    margin-left: 1rem;
    float: left;
}

.drop_selector .picker {
    float: left;
    cursor: pointer;
    position: relative;
    /* padding-bottom: 1rem; */
    margin-right: 1rem;
}

.drop_selector .picker .display_wrapper {
    position: relative;
}

.drop_selector .picker .display_wrapper .fa-angle-down {
    color: #ec2127;
    position: absolute;
    right: 0;
    top: 0rem;
    font-size: 1.5rem;
}

.drop_selector .picker .display_wrapper .display_item {
    /* padding-left: 0.5rem; */
    /* padding-right: 0.5rem; */
    width: 8rem;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin: 0px 20px;
}

.drop_selector .picker .item_list {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    text-align: center;
    right: 0rem;
    top: 2rem;
    overflow-y: scroll;
    padding: 10px 10px;
    /* opacity:0; */
    /* -webkit-transition: opacity 0.3s; */
    /* transition: opacity 0.3s; */
    /* display: none; */
    height: 200px;
}

.drop_selector .picker .item_list.active {
    opacity: 1;
    height: 150px;
}

.drop_selector .picker .item_list.hidden {}

.drop_selector .picker .item_list .item {
    min-width: 6rem;
    padding: 5px 10px;
    color: #646464;
}

.drop_selector .picker .item_list .item a {
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: nowrap;
}

.drop_selector .picker .item_list .item:last-child {
    /*     margin-bottom: 0.5rem; */
}

.drop_selector .picker .item_list .item:first-child {
    /* margin-top: 0.5rem; */
}

.drop_selector .picker .item_list .item:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.mobile_picker {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

main.news {}

main.news .newses {
    background-repeat: no-repeat;
    background-position: top;
    padding-left: 20px;
    padding-right: 20px;
}

main.news .newses .news-item:last-child hr{
    display:none;
}

@media only screen and (max-width: 767px) {
    main.news .newses {
        background-image: none !important;
    }
}

main.news .newses .date {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #646464;
    font-weight: 300;
    margin-bottom: 0rem;
}

main.news .newses .title {
    width: 100%;
    float: left;
}

main.news .newses .title p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #646464;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.5rem;
}

main.news .newses .content {
    width: 100%;
    /* margin-right: 10%; */
    float: left;
}

main.news .newses .content p:last-child{
    margin:0px;
}

main.news .newses .attachment {
    /* float: left; */
    margin-top: 10px;
}

main.news .newses .attachment a{
    font-size:0.8rem;
}
main.news .newses .attachment img{
    margin-top: -2px;
    margin-right: 2px;
}


main.news .picker {
    float: left;
}
main.news #desktop_picker{
    margin-left: 15px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    main.news #desktop_picker{
        width:100%;
        text-align:center;
        margin: 0 0 20px 0;
    }
    main.news #desktop_picker .browse_by_year{
        float:none;
    }
    main.news #desktop_picker .picker{
        float:none;
        text-align: center;
    }
    .drop_selector .picker .display_wrapper .display_item{
        margin: 0 20%;
        width: 60%;
    }
}

main.news .browse_by_year {
    float: left;
    margin-top: -4px;
    margin-bottom: 0px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    main.news .browse_by_year {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        color: #646464;
        font-weight: 400;
    }


}

main.companies .drop_selector .browse_by {
    margin-left: 20px;
    margin-bottom: 0rem;
    margin-top: -5px;
}

main.companies .drop_selector .browse_by p{
    margin: 0;
}

@media only screen and (max-width: 767px) {
    main.companies .drop_selector {
        width: 100%;
    }
    main.companies .drop_selector .browse_by {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    main.companies .drop_selector .primary_wrapper,
    main.companies .drop_selector .secondary_wrapper {
        width: 100%;
    }
    main.companies .drop_selector .primary_wrapper .picker,
    main.companies .drop_selector .secondary_wrapper .picker {
        margin: 0 auto;
        float: none;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    main.companies .drop_selector .browse_by {
        margin-top: 0px;
    }
}


main.companies .primary_wrapper {
    float: left;
    position: relative;
    width: 15rem;
}

main.companies .secondary_wrapper {
    float: left;
    position: relative;
    width: 15rem;
    display: none;
}

main.companies .picker {
    width: 15rem;
}

main.companies .picker .display_wrapper .display_item {
    width: auto;
}

main.companies .picker .item_list .item {
    min-width: 10rem;
}


main.our-leadership .stories {
    padding-left: 20px;
    padding-right: 20px;
}
main.our-leadership .stories .story{
    padding:0;
    margin: 0 0 10px 0;
    padding-right: 30px;
}
main.our-leadership .stories .story p{
    font-size:0.8rem;
    line-height: 1.2rem;
}
main.our-leadership .stories .story .title {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

main.our-leadership .stories .story .arrow {
    display: none;
}

@media only screen and (max-width: 767px) {
    main.our-leadership .stories .story .arrow {
        display: block;
        float: right;
    }
    main.our-leadership .stories .story .arrow a {
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        color: #ec2127;
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px) {
    main.our-leadership .stories .story {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #cacaca;
    }
    main.our-leadership .stories .story:last-child {
        border-bottom: none;
    }
}

main.books-and-case-studies {}
main.companies .company
main.books-and-case-studies .books, main.companies .company .books {
    background-repeat: no-repeat;
    background-position: top;
    padding-left: 20px;
    padding-right: 20px;
}

main.books-and-case-studies .books .book:last-child hr{
    display: none;
}


@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books, main.companies .company {
        background-image: none !important;
    }
}

main.books-and-case-studies .books .cover, main.companies .company .cover {
    float: left;
    /* width: 10rem; */
    text-align: center;
    margin-bottom: 2rem;
}

main.companies .company .cover{
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books .cover, main.companies .company .cover {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

main.books-and-case-studies .books .wrapper, main.companies .company .wrapper {
    float: left;
    width: 45rem;
}

@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books .wrapper, main.companies .company .wrapper {
        float: none;
        width: auto;
    }
}

main.books-and-case-studies .books .wrapper .title, main.companies .company .wrapper .title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: #646464;
    font-weight: 400;
    line-height: 1.5rem;
    /* margin-bottom: 0.8rem; */
}

@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books .wrapper .title, main.companies .company .wrapper .title {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        color: #646464;
        font-weight: 500;
        margin-top: 20px;
    }
}

main.books-and-case-studies .books .wrapper .author, main.companies .company .wrapper .author {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #646464;
    font-weight: 300;
    /* margin-top: -0.8rem; */
    /* margin-bottom: 0.8rem; */
    line-height: inherit;
}
main.books-and-case-studies .books .wrapper .red_line, main.companies .company .wrapper .red_line{
    width: 40px;
    height: 5px;
    /* margin-right: -100%; */
    /* margin-top: 0.8rem; */
    border-bottom: 0.3rem solid #ec2127;
    margin-bottom: 0.8rem;
}

main.books-and-case-studies .books .wrapper .author:after, main.companies .company .wrapper .author:after {
    /*content: '';
    display: block;
    width: 40px;
    height: 100%;
    margin-right: -100%;
    margin-top: 0.8rem;
    border-bottom: 0.3rem solid #ec2127;*/
}

@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books .wrapper .author:after, main.companies .company .wrapper .author:after {
        width: 6%;
    }
}

main.books-and-case-studies .books .wrapper .description p, main.companies .company .wrapper .description p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #646464;
    font-weight: 300;
}
main.companies .company .wrapper .attachments p{
    line-height: initial;
    margin-bottom: 0px;
}
main.books-and-case-studies .books .wrapper p, main.companies .company .wrapper p{
    /* margin-bottom:0.8rem; */
}
@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books .wrapper .description p, main.companies .company .wrapper .description p {
        font-family: 'Roboto', sans-serif;
        /* font-size: 0.9rem; */
        color: #646464;
        font-weight: 300;
    }
}

main.books-and-case-studies .books .wrapper .attachment, main.companies .company .wrapper .attachment {
    padding-right: 2rem;
}

main.books-and-case-studies .books .wrapper .attachment a, main.companies .company .wrapper .attachment a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    color: #646464;
    font-weight: 400;
}

main.books-and-case-studies .books .wrapper .attachment img, main.companies .company .wrapper .attachment img {
    padding-right: 0.5rem;
    margin-top: -2px;
}

@media only screen and (max-width: 767px) {
    main.books-and-case-studies .books .wrapper .attachment, main.companies .company .wrapper .attachment {
        display: block;
    }
}

main.story .content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (max-width: 767px) {
    main.story .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

main.story .content p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #646464;
    font-weight: 300;
    line-height: 2rem;
}

main.home .section_3 .arrow_1 {
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 10;
    margin-left: -35px;
}

main.home .section_3 .arrow_2 {
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 10;
    margin-left: -35px;
}

main.home .section_2 .responsive_image {

    position: relative;
    margin: 0;
}

main.home .responsive_image>div {
    position: relative;
    height: 100%;
    width: 100%;
}

main.home .responsive_image {
    width: 100%;
}

main.home .responsive_image .background_image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: center center;
}

main.home .section_3 {
    margin: 0 20px;
}
main.home .section_3>.max-width-wrapper>div>div{
    padding:0;
}
main.home .section_3 .responsive_image img {
    width: 100%;
}

main.home .section_3 .desc_wrapper {
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

main.home .section_3>div {
    padding: 0;
}

main.home .section_3 table {
    width: 100%;
}

main.home .section_3 .paragraph_3 p:nth-child(2), main.home .section_3 .paragraph_4 p:nth-child(2){
    margin:0px;
    font-weight: bold;
}
main.home .section_3 .paragraph_3,
main.home .section_3 .paragraph_4 {}
main.home .section_3 img {
/*     width:17px; */
/*     margin-bottom: 2px; */
}


table.table-center {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

table.table-center td {
    vertical-align: middle;
}

.clear {
    clear: both;
}

main.home .row {
    margin: 0;
    padding: 0;
}

main.home .col {
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    main.home .section_3 .headline_wrapper {position: relative;padding-bottom: 20px;}
    main.home .section_3 .headline_wrapper .headline {
        max-width: 70%;
        width: auto;
        border-color: #646464;
    }

    main.home .section_3 .headline_wrapper .headline p {
        white-space: normal;
        word-wrap: initial;
        /* padding: 0px 10px; */
        color: #646464;
    }

    main.home .section_3 table td {width: 50%;/* position: relative; */}

    main.home .section_2 .max-width-wrapper>div.row>div.col:nth-child(1) {
        padding-right: 10px;
    }
    main.home .section_2 .max-width-wrapper>div.row>div.col:nth-child(2) {
        padding-left: 10px;
    }

    main.home .section_2 {
        padding: 0px 20px;
    }

    main.home .section_3 .desc_wrapper {
        padding: 50px 40px 40px;
    }
    main.home .section_3 {}
}

main.home .slick-arrow {
    width: 13px;
    height: 22px;
    color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 4px;
    z-index: 20;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

main.home .slick-prev {
    display: block;
    background-image: url(/wp-content/themes/lifung/assets/images/home/red_arrow_left.png);
    left: 10%;
}

main.home .slick-next {
    display: block;
    background-image: url(/wp-content/themes/lifung/assets/images/home/red_arrow_right.png);
    right: 10%;
}



main.home .slick-list.draggable {}

main.home .slick-slide img {

    width: 100%;
    background-size: cover;
}

main.home .slick-slide .img {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

main.home .slick-slide.slick-current p {
    color: #646464;
}

main.home .slick-slide p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    color: transparent;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
}

#primary .bg_video .desc_wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div:focus,
a:focus,
img:focus,
button:focus {
    outline: 0;
}

b {
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

main.home .gallery-desktop .slide p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-bottom: 0px;
}

main.home .gallery-desktop .slide a:hover p {
    color: #ec2127;
}

.spacer_50 {
    width: 100%;
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .spacer_50 {
 
        height: 30px;
    }
}
a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    word-break: break-word;
}
a:hover{
    color:red !important;
}

header .desktop-only .expander .item_list.hidden {
    display: none;
}

header .desktop-only .expander .item_list.active {
    opacity: 1;
    height: auto;
}
main.companies .company_list{
    position:relative;
}
main.companies .company_list .category{
    overflow:hidden;
}
main.companies .company_list .category .close_button {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity:0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
main.companies .company_list .category.active .close_button {
    top: 16px;
    opacity: 0.8;
}
main.companies .company_list .company .cover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

main.companies .company_list .company .cover img{
    width:100%;
}


main.companies .company_list .company .cover .overlay div {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

main.companies .company_list .company .cover .word {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}
main.companies .company_list .company .cover .word td{
    padding: 0px 20px;
    font-weight: 100;
}

main.companies .company_list .company .cover:hover .overlay div {
    background-color: rgba(0, 0, 0, 0.7);
}

main.companies .company_list .company .cover:hover .word {
    -webkit-transform: scale(1);
    transform: scale(1);
}

main.companies .company_list .company .cover:hover {
    opacity: 1;
    /* -webkit-transform: scale(1.2); */
    /* transform: scale(1.2); */
}

main.companies .company_list .company .cover .overlay {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

main.companies .company_list .company .cover:hover .overlay {
    padding: 0;
}

main.companies .company_list .company {}

main.companies .company_list .expander {}



main.companies .company .arrow {
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    bottom: -45px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    z-index: 23;
}

main.companies .company.active .arrow {
    bottom: -22px;
}

.item_list {
    background-color: rgba(200, 200, 200, 0.9);
    /* background-image: linear-gradient(rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.9) 20%); */
    /* margin-top: 10px; */
}

.lang_switcher .display_item a {
    display: inline;
}

header .mobile-only .overlay .lang_switcher {
    position: relative;
    /* margin: 0 auto; */
    width: 100%;
}

header .mobile-only .overlay .lang_switcher .wrapper {
    /* width: fit-content; */
    /* display: flex; */
    /* justify-content: space-evenly; */
    margin: 0 auto;
    text-align: center;
}

header .mobile-only .overlay .lang_switcher .display_item {
    position: relative;
    /* float: left; */
    /* width: 33%; */
    text-align: center;
    border: none;
    padding: 0 10px;
    display: inline-block;
}


.cd-top {
    background-color: rgba(227, 9, 23, 0.6);
    width: 50px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    line-height: 38px;
    font-size: 26px;
    color: white;
    position: fixed;
    right: 0px;
    bottom: 15%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top:hover{
    color: rgba(227, 9, 23, 0.6);;
    background-color:rgba(255,255,255,0.6)
}
.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

main.sitemap hr {
    width: 96%;
    margin-left: 2%;
}

main.sitemap hr:last-child{
    display:none;
}

a.admin_edit {
    z-index: 19;
    position: relative;
    /* bottom: 0px; */
    /* left: 0; */
    background-color: rgba(255,255,255,0.5);
    font-size: 18px;
    font-weight: 100;
    white-space: nowrap;
}

.section_3>.max-width-wrapper>.d-md-block table{
    position: relative;
    width: 100%;
    height: inherit;
}

.section_3>.max-width-wrapper>.d-md-block table tr{
    height:inherit;
}

.section_3>.max-width-wrapper>.d-md-block table tr .responsive_image{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    /* left: 0px; */
}
.row{
    margin: 0;
}



.block_item .video-js {
    width: 100%;
}

main.companies .category {
    /* height: 330px; */
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 0px;
    min-height: 130px;
}

main.companies .category .category_wrapper{
    padding: 10px;
}

main.companies .category .background_spacer{
    width: 100%;
    position: relative;
    z-index: 1;
    /*transition: all 0.3s;*/
    display: block;
    z-index: 1;
    /* border: solid blue 5px; */
    padding: 0;
    margin: 0;
}
main.companies .category .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    z-index: 2;
}

main.companies .company_list:hover .category.active .background {
    transform: scale(1);
}
main.companies .company_list:hover .category .background {
    transform: scale(1.2);
}

main.companies .category:nth-child(1) .background {
    background-image: url(../images/company_c.jpg);
}

main.companies .category:nth-child(2) .background {
    background-image: url(../images/company_d.jpg);
}

main.companies .category:nth-child(3) .background {
    background-image: url(../images/company_a.png);
}

main.companies .category:nth-child(4) .background {
    background-image: url(../images/company_b.png);
}

main.companies .category>.wrapper {
    z-index: 10;
    position: relative;
    /* opacity: 0; */
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    margin: 0px 10% 0px;
    /* padding-bottom: 20px; */
    /*height: 0px;*/
    z-index: 3;
    width: 80%;
    /*top: 200px;*/
    overflow: hidden;
    /* transform: scaleY(0); */
    /* transform-origin: top; */
    /* margin-top: 0px; */
}

main.companies .category .wrapper .subcategory {
    height: 100px;
    background-color: red;
    margin: 0px 0px 5px;
}

main.companies .category .dimmer {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 6px;
    /* margin: 10px; */
}

main.companies .category .dimmer .inner {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
    /* top: 2%; */
    /* left: 1%; */
}

main.companies .category>.title {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    color: white;
    text-align: center;
    top: 0px;
    transition: height 0.5s, opacity 0.3s;
    -webkit-transition: height 0.5s, opacity 0.3s;
    font-size: 1.5rem;
    z-index: 3;
    cursor: default;
}
@media only screen and (min-width: 768px) {
    main.companies .category>.title{
        font-size: 2rem;
    }
}

main.companies .category.active {
    /*height: auto;*/
    padding-bottom: 50px;
}
main.companies .category.active>.wrapper{
     /* opacity:1; */
     /* padding-bottom: 40px; */
     /* max-height: 1000px; */
     /* margin: 0px 100px 0px; */
     position: relative;
     /*top: 60px;*/
     /* transform: scaleY(1); */
     margin-top: 20px;
}
main.companies .category.active .background {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

main.companies .category.active .dimmer .inner {
    background-color: rgba(255, 255, 255, 0.6);
    /* background-color: rgba(255, 255, 255, 0); */
}



main.companies .category.active>.title {
    animation: ani_company_title 0.5s 1 normal both;
    -webkit-animation: ani_company_title 0.5s 1 normal both;
}


@keyframes ani_company_title {
  /* You could think of as "step 1" */
  0% {
    color: white;
    height:0%;
    top: 50px;
    opacity:0;
    transform: scale(0.6);
  }
  /* You could think of as "step 2" */
  100% {
    color: black;
    height:0%;
    top: 50px;
    opacity:1;
    transform: scale(1);
  }
}

@-webkit-keyframes ani_company_title {
  /* You could think of as "step 1" */
  0% {
    color: white;
    height:0%;
    top: 50px;
    opacity:0;
    transform: scale(0.6);
  }
  /* You could think of as "step 2" */
  100% {
    color: black;
    height:0%;
    top: 50px;
    opacity:1;
    transform: scale(1);
  }
}


@keyframes ani_company_title {
  /* You could think of as "step 1" */
  0% {
    color: white;
    height:0%;
    top: 50px;
    opacity:0;
    transform: scale(0.6);
  }
  /* You could think of as "step 2" */
  100% {
    color: black;
    height:0%;
    top: 50px;
    opacity:1;
    transform: scale(1);
  }
}

@-webkit-keyframes ani_company_title {
  /* You could think of as "step 1" */
  0% {
    color: white;
    height:0%;
    top: 50px;
    opacity:0;
    transform: scale(0.6);
  }
  /* You could think of as "step 2" */
  100% {
    color: black;
    height:0%;
    top: 50px;
    opacity:1;
    transform: scale(1);
  }
}
main.companies .category.active .background_spacer{
    /* height:0; */
}
main.companies .category .spacer{
    height:0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    /* background-color: rgba(0,255,0,0.1); */
    z-index: 3;
}
main.companies .category.active .spacer{
    height: 120px;
}

main.companies .category>.wrapper .company{
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 0rem;
    /* border: solid 1px red; */
}
main.companies .category>.wrapper .company .attachments p{font-weight: 400;}
main.companies .category>.wrapper .company .attachments strong{
    font-weight: inherit;
}

main.companies .category.active>.wrapper .company{
    opacity: 1;
    transform: scaleY(1);
}
main.companies .category.active>.wrapper .company:last-child hr{display:none;}

.leader_box .editor{
    font-size: 1rem;
}
    .leader_list{
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        /* padding-bottom: 80px; */
        height: 250px;
        overflow: hidden;
        margin-top: 30px;
    }
        .leader_list .btn_more{
            display: block;
            text-align: center;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,0.8253676470588236) 27%, rgba(255,255,255,1) 58%);
            transition: opacity 0.3s;
            -webkit-transition: opacity 0.3s;
            cursor: pointer;
        }
            .btn_more img{
                width: 50px;
            }
    .leader{
        padding: 0;
        margin: 0 0 10px 0;
        padding-right: 30px;
        color: #646464;
    }
        .leader p{
            line-height: 1.2rem;
            font-size: 0.8rem;
            margin-bottom: 0px;
        }

html{
    min-width:320px;
}

.contact_us_button {
    background-color: #e30917;
    position: relative;
    float: left;
    padding: 4px 14px;
    margin: 0 0 0 20px;
    border-radius: 6px;
    color: white;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

.contact_us_button:hover{
    color: white !important;
}

main.notfound {
    text-align: center;
    padding: 100px 0px;
}


.sitemap {
    text-align: center;
    text-transform: uppercase;
}

.sitemap h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ed1c24;
}

.sitemap h3 a {
    color: #ed1c24;
}

.sitemap ul {
    list-style: none;
    /* margin: 2rem auto 4rem; */
    padding: 0;
}

.sitemap ul .line {
    margin-top: 20px;
/*     border-bottom: 1px solid #646464; */
}

.sitemap ul .line:last-child {
    border: 0;
}

.sitemap a:hover {
    text-decoration: none;
}

.sitemap .line span {
    display: block;
}

.sitemap .line span:last-child {
    margin-bottom: 20px;
}

.sitemap span a {
    color: #646464;
}

.common_page .content_txt{
    margin: 40px 0 60px;
}

.editor img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    height: auto;
}