.fadeAnimation {
    opacity: 0;
    -webkit-transition: all 1.5s linear;
    -o-transition: all 1.5s linear;
    transition: all 1.5s linear;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.fadeAnimation.in-view {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


#landing-main{
    padding-top:9.2rem;
    padding-bottom:60px;
}
.top-promo #exp-site {
    padding-top:2.5rem;
}
video {
    max-width:100%;
}
.desktop_only {
    display:block;
}
div#landing-main.hide {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#landing-main.hide .c2019-subheader, #landing-main.hide .c2019_hero_wrapper, #landing-main.hide .c2019_chapter_wrapper{
    opacity: 0;
}
/* top banner */

.c2019-subheader {
    margin:30px auto;
    width:100%;
    position:absolute;
    z-index:25;
}
.c2019-subheader-inner {
    position:relative;
    width:100%;
    height:auto;
    padding:0 32px;
}
.c2019-subheader .backhero{
    padding: 0 2%;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    font-family: 'Gotham SSm A', Georgia, serif;
}

.c2019-subheader .backhero a{
    color: #fff;
    display: inline-block;
    padding-left: 20px;
    border:none;
    position: relative;
    font-size:12px;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}
.c2019-subheader .backhero a:before {
    background: url(../img/c2019arrowsx.png) no-repeat center;
    position:absolute;
    content: " ";
    display: block;
    top: 6px;
    left: -5px;
    height: 11px;
    width: 20px;
    background-size: contain;
}
.c2019-subheader .backhero a:hover,
.c2019-subheader .backhero a:focus{
    color:#fff !important;
    -webkit-transition:none;
    -o-transition:none;
    transition:none;
}

/* menu */

.c2019_menu_wrapper{
    display:inline-block;
    list-style-type: none;
    position:absolute;
    top:0;
    /*
    remove comment for second ambassador
    left:50%;
     transform: translateX(-50%);
     white-space: nowrap;*/
    right: 32px;
    min-width:420px;
    text-align: right;
    padding:0 2%;


}
.c2019_menu_list {
    position:relative;
}
.c2019_menu_item_submenu {
    padding-left: 0 !important;
}
.c2019_menu_wrapper .c2019_menu_item {
    display:inline-block;
    list-style-type: none;

}
.c2019_menu_wrapper .c2019_menu_item .c2019_menu_item_inner {
    text-transform: uppercase;
    padding: 0 20px;
    border-left:1px solid #fff;
}
.c2019_menu_wrapper .c2019_menu_item.disabled .c2019_menu_item_inner{
    color:#666666;
    border-left:1px solid #666666;
}
.c2019_menu_wrapper .c2019_menu_item:first-of-type .c2019_menu_item_inner{
    border-left:none;
}
.c2019_menu_wrapper li a {
    border-bottom: none;
    position:relative;
    font-size: 12px;
    -webkit-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
    font-family: 'Gotham SSm A', Georgia, serif;
}
.c2019_menu_wrapper .c2019_menu_item .c2019_menu_item_link {
    font-weight:500;
    -webkit-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
    font-family: 'Gotham SSm A', Georgia, serif;
}
.c2019_menu_wrapper li span {
    font-size:12px;
}
.c2019_menu_wrapper li a:hover,
.c2019_menu_wrapper li a:focus{
    color:#fff;
    -webkit-transition:none !important;
    -o-transition:none !important;
    transition:none !important;

}.c2019_menu_item.has_submenu {
    padding:0 20px;
    position: relative;
}

.c2019_menu_wrapper .c2019_menu_item.has_submenu .c2019_menu_item_link:after {
    content:" ";
    display:inline-block;
    position:absolute;
    right: -25px;
    top: 1px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height:15px;
    width:12px;
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition: rotate 0.2s linear;
    -o-transition: rotate 0.2s linear;
    transition: rotate 0.2s linear;
    background-image:url(../img/c2019arrowdn.png);
}


.c2019_menu_wrapper .c2019_menu_item.current_page_item .c2019_menu_item_link {
    /*  border-bottom: 1px solid #fff;*/
}
.c2019_menu_item_submenu {
    position:absolute;
    display:none;
    opacity:0;
    bottom:0;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    right:0;
    z-index:15;
    z-index: 99;
    padding: 0 20px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    white-space: normal;
}
.c2019_submenu_list {
    padding-right:20px;
}

.c2019_menu_item_submenu .c2019_submenu_item {
    width:100%;
    display:inline-block;
    list-style-type: none;
    padding: 10px 0;
    white-space: nowrap;
}
.c2019_menu_item_submenu .c2019_submenu_item:first-of-type {
    padding-top: 20px;
}
.c2019_menu_item_submenu .c2019_submenu_item.disabled {
    color:#666;
}

/* NEW DESKTOP MENU */
.c2019-subheader .button_container {
    position: fixed;
    top: 115px;
    right: 4rem;
    height: 36px;
    width: 70px;
    cursor: pointer;
    z-index: 100;
    background-color:#1A1A1A;
    transition: background-color 0.2s ease;
    /*transition-delay: 0.6s;*/
    transition-delay: 0.4s;
}

.c2019-subheader .button_container div {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.6px;
    padding: 7px 0;
    text-align: center;
    height:auto;
    visibility: visible;
    /*transition-delay: 0.6s;*/
    transition-delay: 0.4s;
}


.c2019-subheader .button_container.active div {
     height:0;
    visibility:hidden;
    transition-delay: 0s;
}

.c2019-subheader .button_container.active {
    background-color:transparent;
    transition-delay: 0s;
}

.c2019-subheader .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
    visibility:visible;
    opacity:1;
}
.c2019-subheader .button_container.active .middle {
    opacity: 0;
    background: #fff;
    visibility:visible;
}
.c2019-subheader .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
    visibility:visible;
    opacity:1;
}
.c2019-subheader .button_container span {
    background: #fff;
    border: none;
    height: 1px;
    width: 26px;
    position: absolute;
    top: 5px;
    left: 20px;
    transition: all 0.35s ease;
    cursor: pointer;
    visibility:hidden;
    opacity:0;
}
.c2019-subheader .button_container span:nth-of-type(2) {
    top: 16px;
}
.c2019-subheader .button_container span:nth-of-type(3) {
    top: 27px;
}



.c2019_menu_overlay_wrapper {
    position: fixed;
    background: rgba(26, 26, 26, 0.94);
    top: 9.2rem;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    transition-delay: 0.3s;
}


/*animation when we close menu default*/
.c2019_menu_overlay_wrapper .c2019_menu_overlay li {
    animation: fadeOutMenu 0.4s ease forwards;
     animation-delay: 0.35s;
}
.c2019_menu_overlay_wrapper .c2019_menu_overlay li:nth-of-type(2) {
    animation-delay: 0.3s;
}
.c2019_menu_overlay_wrapper .c2019_menu_overlay li:nth-of-type(3) {
    animation-delay: 0.25s;
}
.c2019_menu_overlay_wrapper .c2019_menu_overlay li:nth-of-type(4) {
    animation-delay: 0.2s;
}

.c2019_menu_overlay_wrapper .c2019_menu_overlay li:nth-of-type(5) {
    animation-delay: 0.15s;
}

.c2019_menu_overlay_wrapper .c2019_menu_overlay li:nth-of-type(6) {
   animation-delay: 0.1s;
}

.c2019_menu_overlay_wrapper.open {
    opacity:1;
    visibility: visible;
    height:300px;
    /*transition: opacity 0.35s, visibility 0.35s, height 0.35s;*/
    /*transition: opacity 0.35s, visibility 0.35s, height 0s;*/
    transition: opacity 0.25s, visibility 0.25s, height 0s;
    -webkit-transition: opacity 0.25s, visibility 0.25s, height 0s;
    transition-delay: 0s;
}




.c2019_menu_overlay_wrapper.open li {
    animation: fadeInRight 0.4s ease forwards;
    animation-delay: 0.35s;
}
.c2019_menu_overlay_wrapper.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}
.c2019_menu_overlay_wrapper.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}
.c2019_menu_overlay_wrapper.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.c2019_menu_overlay_wrapper.open li:nth-of-type(5) {
    animation-delay: 0.55s;
}

.c2019_menu_overlay_wrapper.open li:nth-of-type(6) {
    animation-delay: 0.6s;
}


.c2019_menu_overlay_wrapper nav {
    position: relative;
    height: 45%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.c2019_menu_overlay_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    text-align: left;
    margin:0 55px;
    vertical-align: top;
}
.c2019_menu_overlay_wrapper .c2019_menu_overlay.opacity ul li {
   opacity: 0;
}


.c2019_menu_overlay_wrapper ul li {
    height: auto;
    min-height: 40px;
    position: relative;

}


.c2019_menu_overlay_wrapper ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    border:none;
    font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size:12px;
    line-height:15px;

}


.c2019_menu_overlay_wrapper ul li a.c2019_menu_item_link {
    font-weight:bold;
    font-size:14px;
    letter-spacing: 0.76px;
}
.top-promo .c2019_menu_overlay_wrapper {
    top: calc(9.2rem + 2.5rem);
}
.top-promo .c2019-subheader .button_container {
    top: calc(115px + 2.5rem);
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        top: 20%;
    }
    100% {
       opacity: 1;
        top: 0;
    }
}

@keyframes fadeOutMenu {
    0% {
       opacity: 1;
      top:0;
    }
    100% {
       opacity: 0;
      top: 0%;

    }
}

/* hero banner */
.hero-wrapper-outer {
    background: #000;
    max-width: 1090px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.hero-wrapper-outer.fullwidth {
    max-width: 100%;

}
.hero-wrapper-outer a {
    border-bottom: none;
}
.simple-video-wrapper-inner {
    width:100%;
    position:relative;
}
.hero-img-wrapper{
    position:relative;
}
.simple-video-wrapper-inner:after {
    content:" ";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    opacity:0.9;
    width:100%;
    height:90%;
    background: -o-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,238,238,0)), to(rgba(0,0,0,0.52)));
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
}
.hero-wrapper-outer .grid-info{
    padding-top:15px;
}
.hero-overlay-wrapper {
    position: absolute;
    display: block;
    bottom: 9.5%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:3;
}
#hero-wrapper .hero-desc {
    color: #fff;
    font-size: 13px;
    margin-top: 8px;
    line-height: 16px;
    font-family: 'Gotham', Georgia, serif;
    background: transparent;
    padding: 0;
    padding-left: 10px;

}

.hero-overlay-wrapper .scroll-down-wrapper {
    color:#fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 15px;
    text-align: center;
    font-family: 'Gotham', Georgia, serif;

}
.hero-overlay-wrapper .scroll-down-wrapper p {
    display:none;
}
.hero-overlay-wrapper .scroll-down-wrapper .arrow_down {
    height:22px;
    width:15px;
    margin:10px auto;
    display:block;
    background-image:url(../img/c2019arr_dn2.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size:contain;
}
.simple_video_html5_outer {
    width:100%;
    height:auto;
    position:relative;
}
.hero_video_html5_container video {
    width:100%;
    height:auto;
    position:relative;
}

.simple_html5_video_ctrls_wrapper {
    margin: 0 auto;
    width: auto;
    position: absolute;
    bottom: 20px;
    z-index: 23;
    height: auto;
    left: 40px;
}
.simple_html5_video_ctrls_inner {
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    min-width:210px;
    text-align: left;
}
.simple_html5_video_ctrl_btn {
    height: 35px;
    width: 35px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    cursor: pointer;
    background: inherit;
    padding: 0;
    border-radius: 50%;
    margin-right:20px;
    background-color:transparent;
}

.simple_html5_video_ctrl_btn .playpauseicon,
.simple_html5_video_ctrl_btn .volumeicon{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    z-index: 9;
    background-color: inherit;
    border: 0;
    padding: 0;
}
.simple_html5_video_ctrl_btn .icon-play {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Play.svg);
}
.simple_html5_video_ctrl_btn .icon-pause {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Pause.svg);
}
.simple_html5_video_ctrl_btn .icon-mute {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Sound-off-white.svg);
}
.simple_html5_video_ctrl_btn .icon-unmuted{
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Volume_on.svg);
}
.simple_html5_vid_cover {
    display:none;
    position:absolute;
    height:100%;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    top:0;
    left:0;
}
.hero_video_html5_img_placeholder {
    position:absolute;
    top:0;
    visibility: hidden;
}
.simple_html5_video_share_wrapper{
    position: absolute;
    cursor: pointer;
    bottom: 26px;
    text-align: center;
    right: 90px;
    margin-right: 0;
    width: 20px;
    height: 20px;
    z-index: 20;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.simple_html5_video_share_text_container {
    margin-bottom: 0;
    display: block;
    border: 0;
    background: 0;
}
.simple_html5_video_share_text_container span {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}
.simple_html5_video_share_text_container span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 2px;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-image: url(../img/video_html5_and_images/Icon_share.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.simple_html5_video_share_text_container span:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 2px;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-image: url(../img/video_html5_and_images/Icon_close.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.simple_html5_video_share_text_container.hide_share span:before {
    opacity:0;
}
.simple_html5_video_share_text_container.hide_share span:after {
    opacity:1;
}
.simple_html5_video_share_text_container p {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 52px;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    display: none;
}
.simple_html5_video_share_icon_container {
    font-size: 0;
    width: 200px;
    display: none;
    position: absolute;
    right: 60%;
    opacity: 0;
    visibility: hidden;
    top: -5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.simple_html5_video_share_icon_container.open_share {
    display:block;
    right: 100%;
    opacity: 1;
    visibility: visible;
}
.simple_html5_video_share_icon_container span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.simple_html5_video_share_icon_container span a {
    display: block;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_fb a {
    background-image: url(../img/video_html5_and_images/facebook.png);
    background-size: 10px;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_tw a {
    background-image: url(../img/video_html5_and_images/twitter.png);
    background-size: 19px;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_wa a {
    background-image: url(../img/video_html5_and_images/whatapp.png);
    background-size: 17px;
}
.simple_html5_video_share_icon_container .simple_html5_video_share_wb a {
    background-image: url(../img/video_html5_and_images/weibo.png);
    background-size: 21px;
}

.c2019_divider {
    height:2px;
    width:30px;
    background-color:#FFFFFF;
    display:block;
    text-align: center;
    margin:20px auto;

}

.c2019_headline,
.c2019_header{
    font-size: 60px;
    line-height: 1.1;
    text-align: center;
    font-family: 'HelveticaNeueLTStd-BdCn';
    color:#fff;
    padding:10px 0 20px;
}
.c2019_header {
    padding:10px 0;
}
.c2019_headline2 {
    font-family: 'HelveticaNeueLTStd-BdCn';
    font-size: 40px;
    letter-spacing: 0.6px;
    line-height: 46px;
    color:#fff;
    padding-bottom: 10px;
    text-align: center;
}
.c2019_sub {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color:#fff;
    padding-bottom: 20px;
}

/* hero */
.c2019_hero_wrapper {
    text-align: center;
}
.c2019_hero_wrapper .hero_desc {
    color:#FFFFFF;
    max-width:680px;
    width:85%;
    padding:50px 0;
    margin:0 auto;
    line-height:2;
    font-size: 16px;

}
.hero-overlay-wrapper .c2019_sub{
    text-transform: uppercase;
    padding-bottom: 0;
}

.c2019_latest_wrapper {
    max-width: 1080px;
    margin:0 auto 70px auto;
}
.c2019_hero_wrapper .hero-overlay-wrapper {
    width:100%;
    left:0;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    padding: 30px 0;
}
/* chapter 1 */
.c2019_latest_header  {
    text-align: center;
    padding-top:30px;
}
.c2019_latest_header .c2019_sub{
    text-transform: uppercase;
    padding-top:10px;
}

.c2019_img_full,
c2019_img_full img{
    width:100%;
}
.c2019_img_full {
    margin:0 auto;
    padding:40px 0;
}
.c2019_content_section {
    width:100%;
    margin-bottom:60px;

}
.c2019_accordion_with_animation .c2019_content_section{
    position:relative;
    opacity:0;
    transform: translate3d(0px, 50px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, 50px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
.c2019_accordion_with_animation.open_accordion_animation .c2019_content_section{
    opacity:1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}
.c2019_copy_full {
    text-align: center;
    padding:60px 0;
}
.c2019_video_full {
    padding:20px 0 40px 0;
}
.c2019_copy_full_inner {
    margin:0 auto;
    max-width: 680px;
}
.c2019_row {
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 70px 0;
}
.c2019_row_half {
    width:50%;
    min-width:500px;
    position:relative;
}

.c2019_row_large {
    width:64%;
}

.c2019_row_gif {
    width:36%;
    height:auto;
}
.c2019_row_gif_inner {
    position:relative;
    width:100%;
    height:auto;
    padding-top:calc(1280 / 720 * 100%);
}
.c2019_row_gif_inner img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
}


.c2019_row_video:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
    height: 90%;
    background: -o-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,238,238,0)), to(rgba(0,0,0,0.52)));
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
}
.c2019_copy_full p,
.c2019_row_text p {
    color: #999999;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    font-family: 'Gotham', Georgia, serif;
}
.c2019_row_text h4 {
    color:#fff;
    font-size: 40px;
    letter-spacing: 0.6px;
    line-height: 1.1;
    font-family: 'HelveticaNeueLTStd-BdCn';
    position:relative;
    padding-bottom:40px;
}
.c2019_row_text h4:after {
    content: " ";
    display:block;
    position:absolute;
    left:0;
    bottom: 20px;
    height:2px;
    width:30px;
    background-color: #fff;
}
.c2019_row_text {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}
.c2019_row_text .c2019_row_text_inner {
    max-width:350px;
}

/* accordion */


.c2019_pre_accordion {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 2;
    text-align: center;
}
.c2019_accordion_item {
    min-height: 180px;
}
.c2019_accordion_item:first-child {
    padding-top: 15px;
}
.c2019_accordion_item.paddingtop {
    padding-top: 15px;
    margin-top:15px;
}
.c2019_accordion_item_divider {
    content: " ";
    display: block;
    height:2px;
    width: 100%;
    max-width: 400px;
    margin:30px auto;
    background-color: #2B2B2B;
}

.c2019_accordion_item.inactive .c2019_headline {
    color:#2B2B2B;
}
.c2019_accordion_item.inactive .c2019_sub {
    color:#666;
}
.c2019_accordion_item.inactive .c2019_sub:first-of-type {
    padding-top:40px;
    padding-bottom: 10px;
}
.c2019_accordion_item.active .c2019_sub {
    text-transform: uppercase;
}
.c2019_accordion_toggle {
    text-align: center;
    padding-bottom: 30px;
    padding-top:30px;
    font-size:14px;
}
.c2019_accordion_panel {
    display:none;
    max-width: 1080px;
    margin:0 auto;
}
.c2019_accordion_icon span {
    display:block;
    margin:0 auto;
}
.accordion-opened .c2019_accordion_icon span {
    padding-top:10px;
}
.c2019_accordion_icon .icon {
    height:20px;
    width:20px;
    background-position:center;
    background-size:100%;
    background-repeat: no-repeat;
    background-image: url(../img/c2019arrowdn.png);
}
.accordion-opened .c2019_accordion_icon .icon {
    background-image: url(../img/c2019close2.png);
}

.c2019_accordion_icon button{
    background: 0;
    padding: 13px 35px 12px;
    font-family: 'Gotham SSm A','Gotham SSm B';
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
}
.accordion-opened .c2019_accordion_icon button{
    border: none;
}

.c2019_accordion_icon .c2019_accordion_toggle_opened{
    display:none;
}
.accordion-opened .c2019_accordion_icon .c2019_accordion_toggle_opened {
    display:block;
}

.accordion-opened .c2019_accordion_icon .c2019_accordion_toggle_closed{
    display:none;
}

.c2019_accordion_panel .c2019_content_section:last-child {
    margin-bottom: 0;
}

.c2019_mob_menu_btn,
.c2019_header_mob_wrapper{
    display:none;
}
#hero-wrapper.no_ctrls .simple_html5_video_ctrls_wrapper {
    display: none !important;
}
#hero-wrapper {
    margin-top:-3%;
}

.c2019_img_zoom_cont,
.c2019_img_hdzoom_cont {
    position:relative;
    cursor:pointer;
}


/* yoyoka */

.campaign2019_single .c2019_headline {
    padding-bottom: 40px;
}
/* modal */
body.popup_is_active #header {
    z-index: 0;
}
body.popup_is_active {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.c2019_modal {
    display:none;
    background-color:#000;
    position:absolute;
    z-index:999;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
}
.c2019_modal_content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;

}
.c2019_modal_inner {
    width: 100%;
    height: 100%;
    position: relative;
    /* display: table; */
}

.c2019_modal_inner #c2019_modal_close {
    position:absolute;
    top: 15px;
    right:15px;
    height: 25px;
    width:25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
    background-color:transparent;
    background-image: url(../img/c2019close2.png);
    z-index:10;
    cursor:pointer;
}

/* ie fix */
.c2019_modal_content img:first-child {
    /* max-height: 100%;*/
    width: auto;
    height: auto;
}



.simple_html5_video_fullscreen_cta{
    position: absolute;
    cursor: pointer;
    bottom: 22px;
    text-align: center;
    right: 40px;
    margin-right: 0;
    width: 22px;
    height: 22px;
    z-index: 32;
    background: red;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../img/Open_pic.svg);
}

.fullscreenVideoCampaign {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: #000;}

.fullscreenVideoCampaign .inner_fullscreenVideoCampaign{position: relative;height: 100%;width: 100%;overflow: hidden;}
.fullscreenVideoCampaign .overlay-shadow-wrapper {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.fullscreenVideoCampaign .overlay-shadow {
    position:relative;
    height:100%;
    width:100%;
}
.fullscreenVideoCampaign .overlay-shadow:after{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
    height: 90%;
    z-index:40;
    background: -o-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,238,238,0)), to(rgba(0,0,0,0.52)));
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(0,0,0,0.52) 100%);
}


.fullscreenVideoCampaign .container_fullscreenVideoCampaign{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.fullscreenVideoCampaign .container_fullscreenVideoCampaign video{
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreenVideoCampaign .close_fullscreenVideoCampaign{
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: red;
    z-index: 50;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../img/c2019close2.png);
}

.fullscreen_html5_video_ctrls_wrapper {
    margin: 0 auto;
    width: auto;
    position: absolute;
    bottom: 20px;
    z-index: 50;
    height: auto;
    left: 40px;
}
.fullscreen_html5_video_ctrls_inner {
    width: auto;
    height: auto;
    position: relative;
    bottom: 0;
    left: 0;
    min-width: 210px;
    white-space: nowrap;
}
.fullscreen_html5_video_ctrl_btn {
    height: 35px;
    width: 35px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    cursor: pointer;
    background: inherit;
    padding: 0;
    border-radius: 50%;
    margin-right:20px;
    background-color:transparent;
}

.fullscreen_html5_video_ctrl_btn .playpauseicon,
.fullscreen_html5_video_ctrl_btn .volumeicon{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    z-index: 9;
    background-color: inherit;
    border: 0;
    padding: 0;
}
.fullscreen_html5_video_ctrl_btn .icon-play {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Play.svg);
}
.fullscreen_html5_video_ctrl_btn .icon-pause {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Pause.svg);
}
.fullscreen_html5_video_ctrl_btn .icon-mute {
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Sound-off-white.svg);
}
.fullscreen_html5_video_ctrl_btn .icon-unmuted{
    background-image: url(../img/video_html5_and_images/videoControlBarIcon/white/Volume_on.svg);
}
/* ch 3 */

.c2019_latest_wrapper .c2019_video_full_inner.paddingtop{
    padding-top:80px;
}


.c2019_gallery {
    padding:100px 0;
    text-align: center;
    width:100%;
    opacity:0;
}

.c2019_gallery_wrapper {
    width:100%;
    position:relative;
    max-width:870px;
    margin:0 auto;


}
.c2019_gallery.active {
    opacity:1;
}
.c2019_gallery_single {
    width:100%;
    padding:0 2px;
}
.c2019_gallery_single_inner {
    width:100%;

}

.c2019_gallery_item  {
    position:relative;
    height:auto;
    padding-top: calc(853 / 1280 * 100%);
    width:100%;
}
.c2019_gallery_item .c2019_gallery_img_wrapper {
    position:absolute;
    height:100%;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    width:100%;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    cursor:pointer;
}
.c2019_gallery_item img{
    height:100%;
    width:auto;
}

.c2019_gallery .slick-slider button {
    position:absolute;
    height:40px;
    width:40px;
    background-color:transparent;

    cursor:pointer;
    z-index:20;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c2019_gallery .slick-slider button.slick-prev {
    left:-60px !important;
    background-image:url(../img/c2019_left_d.png);
}
.c2019_gallery .slick-slider button.slick-next{
    right:-60px !important;
    background-image:url(../img/c2019_right_d.png);
}

#c2019_gallery_showLess,
#c2019_gallery_loadMore {
    display:none;
    width:100%;
    text-align: center;
    padding:40px 0;
}
#c2019_gallery_showLess button,
#c2019_gallery_loadMore button {
    width:200px;
    margin:0 auto;
    border:1px solid #fff;
    font-size: 14px;
    color:#fff;
    background-color:transparent;
    line-height:42px;
    height:42px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Gotham SSm A', Georgia, serif;
}


.c2019_mob_modal {
    display:none;
    background-color:#000;
    position:absolute;
    z-index:999;
    height:100vh;
    width:100vw;
    top:0;
    left:0;
    text-align:center;
}
.c2019_mob_modal_content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.c2019_mob_modal_inner {
    width: 100%;
    height: 100%;
    position: relative;
    /* display: table; */
}
.c2019_mob_modal_inner .c2019_mob_modal_close_wrapper {
    position:absolute;
    bottom: 8vh;
    text-align: center;
    padding: 10px;
    width: 100%;
}
.c2019_mob_modal_inner #c2019_mob_modal_close {
    background-color:transparent;
    color:#999;
    font-size:14px;
    font-weight:300;
    text-decoration:underline;
    cursor:pointer;

}
.c2019_slider_title {
    width:100%;
    display:block;
    padding:40px 0 0;
    text-align: center;
    position:absolute;
    top:0;
}
.c2019_slider_title p {
    font-size: 14px;
    font-weight: 300;
    color: #999;
}
.c2019_overlay_slider_wrapper,
.c2019_overlay_slide_inner {
    width:100%;
    height:100%;
}
.c2019_overlay_slide_img_wrapper {
    max-width:100%;
    max-height:100%;
}
.c2019_overlay_slide {
    width:100%;
    text-align: center;
    background-color:#000;
}
.c2019_overlay_slide_inner img {
    max-height:100%;
    width:auto;
    height:100%;
}

.c2019_overlay_slider_wrapper.slick-slider button.slick-prev,
.c2019_overlay_slider_wrapper.slick-slider button.slick-next {
    height: 40px;
    width:40px;
    z-index:30;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
}


.c2019_overlay_slider_wrapper.slick-slider .slick-dots {
    padding-top: 7px;
}
.c2019_overlay_slider_wrapper.slick-slider .slick-dots li {
    margin:0 3px !important;
}


.c2019_overlay_slider_wrapper.slick-slider li.slick-active button{
    background-color:#999 !important;
    border:1px solid #999;
}
.mobile_only {
    display:none;
}
@media screen and (max-height: 730px) and (min-height:700px) and (orientation:landscape){
    .hero-overlay-wrapper {
        bottom: 12.5%;
    }
    h1.c2019_header {
        padding:8px 0;
        font-size:58px;
        line-height:1;
    }
}
@media screen and (min-width:1023px){
    .c2019_menu_wrapper .c2019_menu_item:hover .c2019_menu_item_link {
        font-weight:700;
        -webkit-transition:none;
        -o-transition:none;
        transition:none;
    }
    .c2019_menu_item.has_submenu:hover .c2019_menu_item_submenu,
    .c2019_menu_item.has_submenu:focus .c2019_menu_item_submenu{
        display:block;
        opacity:1;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
    .c2019_menu_wrapper .c2019_menu_item.has_submenu:hover .c2019_menu_item_link:after,
    .c2019_menu_wrapper .c2019_menu_item.has_submenu:focus .c2019_menu_item_link:after{
        -webkit-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        transform:rotate(-180deg);
        -webkit-transition: rotate 0.2s linear;
        -o-transition: rotate 0.2s linear;
        transition: rotate 0.2s linear;
    }
    .c2019_overlay_slide_inner .c2019_overlay_slide_img {
        max-height:100vh;
    }


    /* header dark */

    .c2019-subheader.dark-text .backhero,
    .c2019-subheader.dark-text .backhero a,
    .c2019-subheader.dark-text .c2019_menu_wrapper li a,
    .c2019-subheader.dark-text .backhero a:hover,
    .c2019-subheader.dark-text .backhero a:focus{
        color:#2b2b2b !important;
    }
    .c2019-subheader.dark-text .backhero a:before {
        background: url(../img/c2019arrowback_gray2.png) no-repeat center;
        background-size:contain;
    }
    .c2019-subheader.dark-text .c2019_menu_wrapper .c2019_menu_item .c2019_menu_item_inner {
        border-left: 1px solid #2b2b2b;
    }
    .c2019-subheader.dark-text .c2019_menu_wrapper .c2019_menu_item:first-of-type .c2019_menu_item_inner {
        border-left:none;
    }
    .c2019-subheader.dark-text .c2019_menu_wrapper .c2019_menu_item.has_submenu .c2019_menu_item_link:after {
        background-image: url(../img/c2019arrowdn_gray.png);
    }
    .c2019_overlay_slider_wrapper.slick-slider button.slick-prev {
        left:60px !important;
        background-image:url(../img/c2019_left_d.png);
    }
    .c2019_overlay_slider_wrapper.slick-slider button.slick-next {
        background-image:url(../img/c2019_right_d.png);
        right:60px !important;
    }

}
@media screen and (max-width:1150px) and (min-width:1020px){
    .hero-overlay-wrapper {
        bottom:2%;
    }
}
@media screen and (max-width:1024px){
    .simple_html5_video_fullscreen_cta {
        display:none !important;
    }

}
@media screen and (max-width:1023px){
    .mobile_only {
        display:block;
    }
    #hero-wrapper {
        margin-top:0;
    }

    #landing-main {
        padding-top: 6.5rem;

    }

    .desktop_only {
        display:none !important;
    }
    /* video */

    .simple_html5_video_ctrls_wrapper {
        left: 15px;
    }
    .simple_html5_video_ctrl_btn {
        margin-right:10px;

    }
    .simple_html5_video_share_wrapper {
        right:40px;
    }
    .c2019_header_desk,
    .hero-overlay-wrapper .scroll-down-wrapper{
        display:none;
    }
    .c2019_header_mob_wrapper {
        display:block;
    }
    .c2019_headline, .c2019_header{
        font-size: 40px;
    }
    h1.c2019_header {
        padding-left:30px;
        padding-right: 30px;
    }
    .c2019_headline2 {
        font-size:30px;

        padding:0 30px;

    }
    .c2019_sub {
        font-size:14px;
    }
    .c2019-subheader {
        background-color: #222;
        z-index: 30;
        padding: 11px 0;
        position: relative;
        margin:0;
        width:100%;
        font-size:12px;
    }

    .c2019-subheader-inner {
        padding:0;
    }
    .c2019-subheader a,
    .c2019-subheader span{
        font-size:12px;
    }
    .c2019_mob_menu_btn {
        display:inline-block;
        text-align: right;
        padding-right:15px;
        margin-left:32%;
        width: 68%;
    }

    .c2019_mob_menu_btn span {
        padding-right:20px;
        position:relative;
    }
    .c2019_mob_menu_btn span:after {
        content:" ";
        display:inline-block;
        position:absolute;
        right: 0px;
        top: 1px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height:15px;
        width:12px;
        -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transform:rotate(0deg);
        -webkit-transition: rotate 0.2s linear;
        -o-transition: rotate 0.2s linear;
        transition: rotate 0.2s linear;
        background-image:url(../img/c2019arrowdn.png);
    }
    .c2019_mob_menu_btn.accordion-opened span:after {
        -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        transform:rotate(180deg);
        -webkit-transition: rotate 0.2s linear;
        -o-transition: rotate 0.2s linear;
        transition: rotate 0.2s linear;
    }
    .c2019-subheader .backhero {
        margin-left:15px;
    }
    .c2019-subheader .back_btn_wrapper {
        display:inline-block;
        width:30%;
        position:absolute;
        z-index: 40;
    }
    .c2019_menu_wrapper {
        width:100%;
        display:none;
        position: absolute;
        left:0;
        bottom:0;
        top:auto;
        min-width: 0;
        background-color: #222;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        padding:0;
    }
    /*.c2019_menu_item_inner {
        text-align: right;
    }*/

    .c2019_menu_wrapper .c2019_menu_item.has_submenu .c2019_menu_item_link:after {
        content:none;
        display:none;
    }


    .c2019_menu_list {
        width:100%;
        background-color: #222;
        text-align: center;

        padding:15px 0 30px;
    }
    .c2019_menu_wrapper .c2019_menu_item .c2019_menu_item_link {
        font-weight:600;
    }
    .c2019_submenu_list {
        text-align: center;
        padding-right:0;
    }
    .c2019_menu_wrapper .c2019_menu_item {
        display:block;
        width:100%;
    }
    .c2019_menu_wrapper .c2019_menu_item .c2019_menu_item_inner,
    .c2019_menu_wrapper .c2019_menu_item.disabled .c2019_menu_item_inner {
        border-left: none;
    }
    .c2019_menu_wrapper .c2019_menu_item .c2019_menu_item_inner {
        padding:0 40px;
    }
    .c2019_menu_wrapper {
        white-space: normal;
    }
    .c2019_menu_item_submenu {
        display: none;
        opacity:1;
        position: relative;
        /* padding:20px 0 50px 0;*/
        padding:9px 0;
        background-color:#222;
        width:100%;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .c2019_menu_item_submenu .c2019_submenu_item:first-of-type {
        padding-top: 9px;
    }

    .c2019_menu_item.has_submenu.accordion-opened .c2019_menu_item_link {
        font-weight:600;
    }

    .c2019_menu_item.has_submenu.accordion-opened .c2019_menu_item_link:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .c2019_menu_item_submenu .c2019_submenu_item,
    .c2019_menu_wrapper .c2019_menu_item{
        font-size:1rem;
        padding:9px 0;
    }

    .c2019_menu_wrapper .c2019_menu_item.current_page_item .c2019_menu_item_link {
        border-bottom:none;
    }
    .c2019_menu_item_submenu .c2019_submenu_item:last-of-type,
    .c2019_menu_wrapper .c2019_menu_item:last-of-type {
        padding-bottom: 0;
    }
    .c2019_menu_item.has_submenu {
        padding-top:0;
        padding-bottom: 0;
    }
    .c2019_menu_item_link {
        font-weight:bold;
    }
    .c2019_submenu_item_link {
        font-weight: 300;
    }

    .hero-wrapper-outer {
        margin-bottom: 0;
    }
    .hero-overlay-wrapper {
        bottom:0;
    }

    .c2019_divider {
        margin-bottom: 0;
    }

    /* blocks */
    .c2019_hero_wrapper {
        padding-bottom: 10px;
    }
    .c2019_hero_wrapper .hero_desc {
        line-height:1.5;
        padding:0 30px 20px 30px;
        width:100%;

    }
    .c2019_headline,
    .c2019_sub{
        text-align: inherit;
    }
    .c2019_latest_header .c2019_sub {
        padding-bottom: 0;
    }


    .c2019_latest_header{
        text-align:center;
        padding:15px 20px 0;
    }
    .c2019_img_full,
    .c2019_video_full{
        padding:25px 0;
    }
    .c2019_copy_full {
        padding:25px;
    }
    .c2019_latest_wrapper,
    .c2019_content_section{
        margin-bottom: 50px;
    }



    /* q&a*/
    .c2019_row_half,
    .c2019_row_large,
    .c2019_row_gif{
        width:100%;
        min-width:0;
        padding: 40px 0;
    }
    .c2019_row_text h4 {
        font-size: 30px;
    }
    .c2019_row_text .c2019_row_text_inner {
        padding-bottom:40px;
    }
    .c2019_row_text,
    .c2019_row_gif{
        text-align: center;
        padding: 40px 30px;

    }
    .c2019_row_text h4:after {
        left:50%;
        -webkit-transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
    }

    .c2019_row {
        padding:0;
    }
    .c2019_row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /* accordion */
    .c2019_accordion_header, .c2019_accordion_item.inactive{
        padding: 0 30px;
        text-align: center;
    }

    .c2019_accordion_item_divider{
        width: calc(100% - 60px);
        margin:0 auto;
        height:1px;
    }
    .c2019_accordion_item:first-of-type {
        padding-top:30px;
    }

    .c2019_accordion_item .active .c2019_headline {
        padding: 0 0 10px 0;
        min-height:0;
    }
    .c2019_accordion_item .c2019_sub{
        padding-bottom: 10px;
    }
    .c2019_pre_accordion {
        padding-bottom: 5px;
    }
    .accordion-opened .c2019_accordion_toggle {
        padding-top:5px;
    }



    .c2019_img_zoom_cont:after {
        position:absolute;
        content: " ";
        display:none;
        height:30px;
        width:30px;
        right:20px;
        top:45px;
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/c2019_zoom.png);
    }
    /* ie fix */
    /*.c2019_modal_content img:first-child {
        width:100%;
        height:auto;
    }*/


    .campaign2019_single .c2019_content_section {
        margin-bottom: 10px;
    }
    .campaign2019_single .c2019_content_section:last-of-type {
        margin-bottom: 60px;
    }

    .c2019_latest_wrapper .c2019_video_full_inner.paddingtop{
        padding-top:60px;
    }
    .c2019_row_text .c2019_row_text_inner.nopaddingbottom {
        padding-bottom: 0;
    }

    .c2019_gallery {
        padding:40px 0 0 0;
        opacity:1;
    }


    .c2019_gallery_wrapper {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding:20px;

    }
    .c2019_gallery_single {
        width: 50%;
        padding:11px;
        display:none;
    }
    .c2019_gallery_item  {
        position:relative;
        height:auto;
        padding-top: calc(195 / 146 * 100%);
        width:100%;

    }
    #c2019_gallery_showLess{
        display:none;
    }
    #c2019_gallery_loadMore{
        display:block;
    }
    .c2019_overlay_slider_wrapper {
        width:100%;
        margin-top:-20px;
        position:relative;
        height:auto;
    }
    .c2019_overlay_slide {
        width:100%;
        height:100%;
        padding:0 35px;
    }
    .c2019_overlay_slide_inner {
        height:auto;
        width:100%;
        position:relative;
        padding-top: calc(1280 / 853 * 100%);
    }
    .c2019_overlay_slide_img_wrapper {
        height:auto;
        min-height:30%;
        width:100%;
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
    }
    .c2019_overlay_slide_inner img {
        max-width:100%;
    }
    .c2019_overlay_slider_wrapper.slick-slider button.slick-prev,
    .c2019_overlay_slider_wrapper.slick-slider button.slick-next {
        height:20px;
        width:20px;
    }
    .c2019_overlay_slider_wrapper.slick-slider button.slick-prev {
        left:7px !important;
        background-image:url(../img/c2019_prev.png);
    }
    .c2019_overlay_slider_wrapper.slick-slider button.slick-next {
        background-image:url(../img/c2019_next.png);
        right:7px !important;
    }

    /* yoyoka */

    .campaign2019_single h1.c2019_header {
        padding-top:15px;
        padding-bottom:0;
    }


    .campaign2019_single .c2019_latest_header,
    .campaign2019_single .c2019_latest_header .c2019_sub{
        padding-top:0;
    }
    .campaign2019_single .c2019_divider {
        margin-top:0;
        margin-bottom: 30px;
    }
    .campaign2019_single .c2019_headline {
        padding-bottom: 20px;
    }

    .desktop_only {
        display:none;
    }

}

@media screen and (max-width: 767px){
    #landing-main {
        padding-bottom: 40px;
        padding-top: 46px;
    }
    .c2019_hero_wrapper .hero_desc {
        padding: 0 15px 20px 15px;
    }

}
@media screen and (max-width:375px) {
    .c2019_overlay_slide {
        width:100%;
        height:100%;
        padding:0 35px;
    }
}
@media screen and (max-width: 374px){
    .simple_html5_video_share_icon_container  {
        width:170px;
    }
    .simple_html5_video_share_icon_container span {
        margin:0 3px;
    }
}



