/*BR Assets edits*/
@font-face {
    font-family: "Noto Sans Light";
    src: local(""), url("fonts/noto-sans-light.woff") format("woff"), url("fonts/noto-sans-light.woff2") format("woff2"), url("fonts/noto-sans-light.ttf") format("opentype");
    font-style: normal;
    font-stretch: normal;
    font-weight: 300; 
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Bold";
    src: local(""), url("fonts/noto-sans-bold.woff") format("woff"), url("fonts/noto-sans-bold.woff2") format("woff2"), url("fonts/noto-sans-bold.ttf") format("opentype");
    font-style: normal;
    font-stretch: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans Regular";
    src: local(""), url("fonts/noto-sans-regular.woff") format("woff"), url("fonts/noto-sans-regular.woff2") format("woff2"), url("fonts/noto-sans-regular.ttf") format("opentype");
    font-style: normal;
    font-stretch: normal;
    font-weight: 400; 
    font-display: swap;
}
/*BR Assets edits*/
body{
    font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    background-color: #FBF4EC;
}
a, button{
    transition: all ease-in-out 300ms;
}
a:hover, button:hover{
    text-decoration: none;
}
a:focus, button:focus{
    outline: none;
}
a{
    border-bottom: 1px solid transparent;
}
a:hover{
    border-color: #FB002C;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #005EB8;
}

ul, ol {
  padding-left: 20px
}

.gray-bg p{
    color: #000;
}
.gray-bg figcaption{
    color: #000;
}
#header{
    background-color: #005EB8;
    position: relative;
    z-index: 991;
}
.ul-black li {
  color:#000000;
	
}
.dtm-link{
    position: relative;
}
.f-light{
    font-weight: 300;  font-family: "Noto Sans Light", Arial, Helvetica, sans-serif;
    font-style: normal;
}
.f-semi-bold{
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    font-style: normal;
}
.f-bold, strong, b {
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    font-style: normal;
}

.home-link{
    display: block;
    border-bottom: 0;
}
.top-nav-wrapper{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top-nav{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-nav a{
    border-bottom: 0;
}
.top-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    position: relative;
}
.icon-home{
    display: block;
    background: url("../img/icon-home.svg") no-repeat center;
    background-size: auto;
    width: 21px;
    height: 19px;
}
.nav-cta{
    display: flex;
    flex-flow: row wrap;
}
.nav-cta a{
    display: block;
    padding: 6px 15px;   
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
}
.nav-cta .cta-1{
    border-color: #FB002C;
    margin-right: 30px;
}
.nav-cta .cta-2{
    border-color: #FB002C;
    background: #FB002C;
}

#footer{
    padding-top: 50px;
    padding-bottom: 26px;
    background: #EFEFEF;
}
.social-media{
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.social-media a{
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-bottom: 0;
}
.social-media a img{
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 180%;
    border: 4px solid #fff;
    background-color: #fff;
    text-align: center;
    transition: all ease-in-out 300ms;
}
.social-media a:hover img{
    border-color: #004585;
}
.footer-links{
    list-style: none;
    padding: 0;
    margin-bottom: 14px;
    display: flex;
    flex-flow: row wrap;
}
.footer-links a{
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #0084FF;
}
.copyright{
    font-size: 12px;
    line-height: 24px;
    color: #000000;
}

.home-banner .item{
    display: block;
}

.top-bg{
    height: 450px;
    width: 100%;
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.page-banner{
    position: relative;
    color: #004585;
}
.page-banner .top{
    padding-top: 60px;
    background: url("../img/bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 290px;
}
.page-banner .page-banner-image{
    position: relative;
    z-index: 2;
    margin-top: -290px;
}
.page-banner .banner-top{
    border-bottom: 1px solid #002469;
    margin-bottom: 20px;
}
.page-banner .cat{
    font-size: 16px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
}
.page-banner .meta{
    font-size: 16px;
    margin-bottom: 5px;
}
.narrow-wrapper{
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page-banner .title h1{
    font-size: 22px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
    color: #004585;
}
.page-banner-image{
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
.page-banner-image img{
    display: block;
    width: 100%;
    height: auto;
}
.article p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1rem;
}
.article .lead{
    color: #B9561A;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}
.article h2{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1rem;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #00466D;
}
.article figure{
    margin-bottom: 1rem;
}
.article figure img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 11px;
}
.article figcaption{
    font-size: 12px;
    color: #B9561A;
}
picture{
    display: block;
}
.article a{
    color: #00466D;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
}
.article .action{
    padding-top: 26px;
}

.button{
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.2;
    border: 4px solid transparent;
    border-radius: 10px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    min-width: 174px;
}
.button-primary{
    background-color: #FB002C;
    box-shadow: 0 15px 20px rgba(255, 0, 0, 0.3);
    color: #fff !important;
    font-size: 16px;
}

.button-secondary{
    background-color: #fff;
    color: #00466D !important;
    font-size: 16px;
    border-color: #FB002C;
}

.icon-btn-download:before{
    content: '';
    background: url("../img/download.svg") no-repeat top left;
    width: 14px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-size: auto;
    transition: all ease-in-out 300ms;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-btn-download:after{
    content: '';
    background: url("../img/download-hover.svg") no-repeat top left;
    width: 14px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background-size: auto;
    transition: all ease-in-out 300ms;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.button:hover .icon-btn-download:before{
    opacity: 0;
}
.button:hover .icon-btn-download:after{
    opacity: 1;
}

.button img{
    display: inline-block;
    vertical-align: baseline;
    margin-left: 6px;
}
.action-button{
    border-color: #707070;
    color: #707070;
    font-size: 16px;
}
.action-button:hover{
    border-color: #00466D;
    background-color: #00466D;
    color: #fff;
}
.article .button-primary{
    margin-right: 25px;
    margin-bottom: 15px;
}

.article.single-article{
    padding-bottom: 70px;
}
.single-article .action .button span{
    position: relative;
    display: inline-block;
    vertical-align: 2px;
    width: 18px;
    height: 14px;
}

.ftop{
    background-image: url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 64px;
    padding-bottom: 64px;
}
.ftop h2{
    font-size: 40px;
    line-height: 1.25;
}
.ftop h3{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.arrow-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.arrow-links li{
    display: block;
}
.arrow-links li a{
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 15px 10px 0;
    font-size: 18px;
    color: #004585;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
}
.arrow-links li a:after{
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    background: url('../img/icon-arrow-right-red.svg') no-repeat center;
    background-size: auto;
    width: 15px;
    height: 15px;
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.arrow-links li a:hover:after{
    opacity: 1;
}

.home-banner{
    position: relative;
}
.home-banner-content{
    padding-top: 115px;
    padding-bottom: 115px;
    position: relative;
    z-index: 9;
    height: 670px;
    color: #002469;
}
.video-banner-content h3,
.home-banner-content h3 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-shadow: 0 0 10px #333, 2px 2px 2px rgba(206,89,55,0);

}
.video-banner-content h1,
.home-banner-content h1{
    font-size: 52px;
	line-height: 1.1;
    color:#ffffff; 
    font-weight: 400; 
    font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif; 
    text-shadow: 0 0 10px #333, 2px 2px 2px rgba(206,89,55,0); 
}

@media (max-width: 991px) {
    .video-banner-content .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.banner-carousel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.banner-carousel .item{
    display: block;
}
.banner-carousel .item img{
    display: block;
    width: 100%;
    height: 670px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.banner-cta-btn{
    display: inline-block;
    flex-flow: row nowrap;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #fff !important;
    overflow: hidden;
    padding-right: 65px;
    border: 0;
}
.banner-cta-btn>*{
    display: block;
    height: 50px;
    line-height: 50px;
}
.banner-cta-btn span{
    min-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background-color: #FB002C;
    border: 4px solid transparent;
    transition: all ease-in-out 300ms;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 40px;
    border-right: 0;
}
.banner-cta-btn i{
    width: 65px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #005fb8;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.banner-cta-btn:hover span{
    background-color: #fff;
    border-color: #005fb8;
    color: #005fb8;
}
.banner-cta-btn:hover i{
    color: #FB002C;
}

.icon-angle-right:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../img/angle-right-white.svg') no-repeat center;
    background-size: auto;
    width: 10px;
    height: 16px;
    position: relative;
    top: -3px;
    transition: all ease-in-out 300ms;
}
.banner-cta-btn:hover .icon-angle-right:before{
    background-image: url('../img/angle-right-red.svg');
}


.counter-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
    background-color: #004585;
}
#counter{
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 24px;
    background-color: #004585;
    color: #fff;
}
#counter div{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1.1;
    padding-left: 8px;
    padding-right: 8px;
}
#counter div span{
    display: block;
    font-size: 12px;
    line-height: 1.1;
}

.message-banner{
    background-color: #D8D1C9;
    padding-top: 30px;
    padding-bottom: 30px;
}
.message-carousel{
    font-size: 12px;
    color: #000;
}
.message-carousel a{
    color: #000;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
}

.message-carousel-dots ul{
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
.message-carousel-dots li{
    display: inline-block;
    vertical-align: middle;
}
.message-carousel-dots li button{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.50);
    margin-left: 7px;
    margin-right: 7px;
}
.message-carousel-dots li.slick-active button{
    background-color: #fff;
}

.hs-1{
    background-color: #FBF4EC;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-title h2{
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color: #005EB8;
}
.section-title h3{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #005EB8;
}
.hs-1 .section-title{
    margin-bottom: 25px;
}
.hs-2-carousel{
    margin-bottom: 45px;
}
.hs-2-carousel .item{
    display: block;
    padding: 15px;
    margin-bottom: 15px;

}
.hs-2-carousel .slick-list{
    padding-left: 5%;
    padding-right: 5%;
}
.hs-2-carousel .inner{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    transition: all ease-in-out 300ms;
	
}

.hs-2-carousel .slick-track{
    display: flex;
}
.hs-2-carousel .slick-slide{
        display: flex;
        height: auto;
        align-items: stretch;
        justify-content: center;
}

.hs-2-carousel .image img{
    display: block;
    width: 100%;
    height: 100%;
}
.hs-2-carousel .content {
    padding: 25px;
    color: #004585;
}
.hs-2-carousel .content a div {
    color: #004585;
}
.hs-2-carousel .date{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}
.hs-2-carousel .title{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.hs-2-carousel .name{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}
.hs-2-carousel .more{
    display: block;
    font-size: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
    border-radius: 10px;
    border: 2px solid #A9A8A9;
    color: #A9A8A9;
    width: 68px;
    text-align: center;
    text-transform: uppercase;
}
.hs-2-carousel .item:hover .more{
    background: #fff;
    border-color: #fff;
    color: #002469;
}

.slick-arrow{
    font-size: 0;
    line-height: 0;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
}
.slick-arrow.slick-prev{
    background-image: url('../img/left-arrow-carousel.svg');
    left: 40px;
}
.slick-arrow.slick-next{
    background-image: url('../img/right-arrow-carousel.svg');
    right: 40px;
}

.hs-2{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #005EB8;
    color: #fff;
}
.hs-2 h2{
    font-size: 72px;
    line-height: 86px;
    margin-bottom: 30px;
    font-weight: 300;  font-family: "Noto Sans Light", Arial, Helvetica, sans-serif;
    color: #fff;
}
.hs-2-tab-nav{
    justify-content: center;
    margin-bottom: 57px;
}
.hs-2-tab-nav li{
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
}
.hs-2-tab-nav a{
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #fff;
    position: relative;
    border-radius: 10px;
    border: 0;
}
.hs-2-tab-nav a:hover{
    color: #FB002C;
}
.hs-2-tab-nav a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.hs-2-tab-nav a.active{
    background-color: #FB002C;
}
.hs-2-tab-nav a.active:after{
    background-color: #005EB8;
    border-radius: 0;
}
.hs-2-tab-nav a.active:before{
    display: block !important;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #005EB8;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}
.hs-2-tab-nav a.active:hover{
    color: #fff;
}
.hs-2-tab-nav li:last-child a:after{
    display: none;
}

.hs-2-box{
    display: block;
    position: relative;
    margin-bottom: 80px;
}
.hs-2-box .image{
    margin-bottom: 15px;
}
.hs-2-box .image img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    transition: all ease-in-out 300ms;
}
.hs-2-box:hover .image img{
    box-shadow: 0 0 10px rgba(161, 220, 237, 0.5);
}
.hs-2-box .title{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
}
.hs-2-box .body{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.hs-2-box .more{
    display: block;
    font-size: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    width: 68px;
    text-align: center;
    text-transform: uppercase;
}
.hs-2-box .more:hover{
    background: #fff;
    border-color: #fff;
    color: #0084FF;
}

.hs-3{
    padding-top: 75px;
    padding-bottom: 75px;
}
.map-bg{
    position: relative;
}
.map{
    display: block;
    width: 100%;
    height: auto;
}
.map-bg .inner{
    text-align: center;
}
.map-bg h2{
    font-size: 72px;
    line-height: 82px;
    font-weight: 300;  font-family: "Noto Sans Light", Arial, Helvetica, sans-serif;
    margin-bottom: 37px;
    color: #005EB8;
}
.map-bg ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.map-bg ul li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    padding-left: 12px;
    padding-right: 12px;
}
.map-bg ul a{
    display: block;
    height: 50px;
    line-height: 42px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #999;
    padding: 0 20px;
    min-width: 162px;
    color: #FB002C;
    font-size: 16px;
    font-weight: 700;
    font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    border: 4px solid transparent;
    background-color: #fff;
}
.map-bg ul a:hover{
    border-color: #FB002C;
    color: #002469;
    box-shadow: 0 15px 20px rgba(255, 0, 0, 0.3);
}

.map-bg ul.map-no-link li{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
	height: 50px;
    line-height: 42px;
    border-radius: 25px;
    box-shadow: 0 5px 10px #DCDCDC;
    padding: 0 20px;
    min-width: 162px;
    color: #FB002C;
    font-size: 16px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    border: 4px solid transparent;
    background-color: #fff;
	margin-right: 20px;
}

.sc-banner {
  position: relative;
  color: #fff;
  background: #18183e;
}

.sc-banner .bg-image {
  width: 100%;
  height: auto;
}

.sc-banner .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /*Start Gill */
  padding-top: 50px;
  /*End Gill */
  color: #fff;
}
.sc-banner h1{
    font-size: 36px;
    margin-bottom: 5px;
    color: #fff;
}
.sc-banner p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color:  #fff;
}
.img-fw{
    display: block;
    width: 100%;
    height: auto;
}
.gray-bg{
    background-color: #EFEFEF;
}
.sc-banner .dropdown{
    display: inline-block;
}
.sc-banner .button{
    min-width: 230px;
    font-size: 18px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
}
.sc-banner .dropdown-menu{
    min-width: 270px;
    top: 100% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate3d(-50%, 0, 0) !important;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 15px 20px rgba(255, 0, 0, 0.3);
    border: 0;
    margin-top: 10px;
}
.sc-banner .dropdown-menu a{
    color: #002469;
    font-size: 18px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding: 9px 15px;
    position: relative;
    border-bottom: 1px solid #D4D4D4;
    border-radius: 0;
}
.sc-banner .dropdown-menu a:hover{
    border-radius: 4px;
}
.sc-banner .dropdown-menu a:last-child{
    border-bottom: 0;
}
.sc-banner .dropdown-menu a:after{
    content: '';
    background: url('../img/showcase-dropdown-right-arrow.svg') no-repeat center;
    background-size: 100% auto;
    width: 10px;
    height: 19px;
    position: absolute;
    top: 16px;
    right: 8px;
}
.sc-banner .dropdown-menu a:hover:after{
    width: 10px;
    height: 19px;
    background-image: url('../img/showcase-dropdown-right-arrow-hover.svg');
}
.sc-banner .dropdown-menu a:hover{
    background-color: #FB002C;
    color: #fff;
}

.sc-banner .dropdown-toggle:after{
    border: 0;
    width: 18px;
    height: 9px;
    background: url('../img/showcase-dropdown-down-arrow.svg') no-repeat center;
    background-size: 100% auto;
    vertical-align: 0.1em;
}

.sc-banner #animation_container {
  margin: auto;
}

.sc-article p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.sc-article h2{
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 13px;
}
.sc-article h3{
    font-size: 24px;
    line-height: 34px;
}
.sc-article h4{
    font-size: 20px;
    line-height: 30px;
}
.sc-article h5{
    font-size: 18px;
    line-height: 27px;
}
.sc-article .action{
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .sc-article .action{
        margin-bottom: 45px;
    }
}
.sc-article .action .button{
    min-width: 280px;
}
.inner-heading{
    margin-bottom: 30px;
}
.sc-article h3{
    font-size: 24px;
    line-height: 34px;
}
.sc-article ul li, .sc-article ol li {
  margin-bottom: 10px
}

.r-10{
    border-radius: 10px;
}
.r-6{
    border-radius: 6px;
}
.mb30{
    margin-bottom: 30px;
}
.mb80{
    margin-bottom: 80px;
}

.thumb-article{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.thumb-article img{
    display: block;
    width: 100%;
    height: auto;
}
.thumb-article .ta-content{
    padding: 30px 25px;
}
.ta-content a{
    color: #0084FF !important;
}
.ta-content a img{
    display: inline-block;
    width: 8px;
    height: auto;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.thumb-article p{
    margin-bottom: 20px;
}
.thumb-article a{
    font-size: 16px;
    color: #0084FF;
    letter-spacing: 1px;
}
.thumb-article a i{
    display: inline-block;
    margin-left: 9px;
}
.thumb-article h5{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
}
.mb40{
    margin-bottom: 40px;
}
.fig img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.fig figcaption{
    font-size: 16px;
}

.ft-box{
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}
.ft-box .icon{
    position: absolute;
    top: 0;
    left: 0;
}
.ft-box .icon img {
  width:45px;
  height:45px;
}
.ft-box .icon img.rect {
  width:50px; height: auto;
}
 /* .ft-box h5{
  font-size: 20px;
    line-height: 28px; 
}*/
.mb60{
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .mb60{
        margin-bottom: 60px;
    }
}



.yt-box{
    margin-bottom: 70px;
}
.video-thumb{
    display: block;
    position: relative;
    border: 0;
    margin-bottom: 30px;
}
.video-thumb img{
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
}
.video-thumb:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: url('../img/play.svg') no-repeat center;
    background-size: auto;
    width: 70px;
    height: 70px;
    opacity: .6;
    transition: all ease-in-out 300ms;
}
.video-thumb:hover:after{
    opacity: 1;
}
.yt-box h5{
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0;
}
.yt-box p{
    font-size: 16px;
}

.sc-cta{
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #C7C6C6;
    border-bottom: 1px solid #C7C6C6;
    margin-bottom: 70px;
}
.sc-cta h2{
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 30px;
}
.sc-cta .button{
    min-width: 280px;
}

.sc-cta .social-media-area a {
  transition: none;
}

.sc-cta .social-media-area a:hover {
  border: 0;
  color: transparent;
}

.sc-cta .social-media-area a img {
  border: 4px solid transparent;
  border-radius:50%;
}

.sc-cta .social-media-area a:hover img {
  border-color: #002469;
}


#igniting-sessions {
    background-image: url('../img/sessions/bg.jpeg');
    background-size: cover;
    padding: 60px 0;
}

#igniting-sessions .heading {
    margin-bottom: 55px;
    text-align: center;
}

#igniting-sessions .heading h2 {
    color: #004585;
    font-size: 72px;
    font-weight: 400;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
}

#igniting-sessions .heading p {
    color: #004585;
    font-size: 24px;
    font-weight: 300;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    line-height: 32px;
}

#igniting-sessions .hs-2-carousel{
    margin-bottom: 0;
}
.iginiting-sessions-slide .slick-slide {
    padding: 0 15px;
}

.iginiting-sessions-slide .item {
    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.iginiting-sessions-slide .item .details {
    padding: 30px 50px;
}

.iginiting-sessions-slide .item .details>div {
    margin-bottom: 30px;
}

.iginiting-sessions-slide .item .details h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 10px;
}

.iginiting-sessions-slide .item .details .date {
    margin-bottom: 5px;
}

.iginiting-sessions-slide .item .details .author {
    color: #002469;
    font-size: 16px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
}

.iginiting-sessions-slide .item .details a {
    border: 2px solid #A9A8A9;
    display: inline-block;
    border-radius: 15px;
    color: #A9A8A9;
    font-size: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding: 0 13px;
    text-transform: uppercase;
}

.iginiting-sessions-slide .slick-arrow {
    background: #ffffff;
    border: 2px solid #A1DCED;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height:0;
    text-align: center;
    z-index: 10;
    margin-top: -30px;
    text-indent: -999px;
    text-align: center;
}

.iginiting-sessions-slide .slick-prev {
    left: 40px;
}

.iginiting-sessions-slide .slick-next {
    right: 40px;
}

.iginiting-sessions-slide .slick-prev:after {
    content: "";
    background-image: url('../img/icon-arrow2.svg');
    display: block;
    height: 8px;
    width: 13px;
    margin: auto;
    transform: scale(1.4) rotate(90deg);
}

.iginiting-sessions-slide .slick-next:after {
    content: "";
    background-image: url('../img/icon-arrow2.svg');
    display: block;
    height: 8px;
    width: 13px;
    margin: auto;
    transform:  scale(1.4) rotate(-90deg);
}


#workshops {
    background: #fbf4ec;
    padding: 80px 0 50px;
}

#workshops .container {
    max-width: 1000px;
}

#workshops .heading {
    margin-bottom: 65px;
}

#workshops .heading h2 {
    color: #002469;
    font-size: 32px;
    line-height: 1;
}


.workshops-items {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.workshops-items .item:before,
.workshops-items .item:after {
    content: "";
    display: table;
    clear: both;
}

.workshops-items .item  {
    position: relative;
    border-radius: 10px;
    margin-top: 50px;

}

.workshops-items .item > div {
    float: left;
}

.workshops-items .item > div.date {
    background: #B9561A;
    color: #ffffff;
    font-size: 18px;
    width: 100px;
    line-height: 1.1;
    min-height: 157px;
    position: relative;
    bottom: 1px;
    z-index: 1;
    padding: 30px 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
}

.workshops-items .item > div.date>span:first-child {
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
}

.workshops-items .item > div.media {
    width: 319px;
    margin-top: -20px;
    display: block !important;
}

.workshops-items .item > div.details {
    cursor: pointer;
    background: #ffffff;
    max-width: 550px;
    padding: 30px 40px;
    min-height: 157px;
    width: 100%;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.workshops-items .item > div.details h3 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}

.workshops-items .item > div.details .author {
    color: #002469;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
}

.workshops-items .item > div.details .author img {
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

.workshops-items .item .arrow {
    content: "";
    background-image: url('../img/icon-arrow2.svg');
    display: block;
    height: 8px;
    width: 13px;
    margin: auto;
    transform: scale(1.4);
    position: absolute;
    right: 45px;
    top: 80px;
    z-index: 991;
    cursor: pointer;
}

.workshops-items .item.open .arrow {
    transform: scale(1.4) rotate(180deg);
}

.workshops-items .item .btn-watch {
    box-shadow: 0 15px 15px rgba(225, 9, 29, .21);
    border-radius: 30px;
    color: #ffffff;
    background: #FB002C;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    padding: 12px;
    max-width: 250px;
    text-align: center;
}

.workshops-items .item > div.details .more {
    margin-top: 30px;
    display: none;
    color: #002469;
}

.workshops-items .item > div.details .btn-more{
    display: block;
    font-size: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    height: 24px;
    line-height: 18px;
    border-radius: 50px;
    border: 2px solid #A9A8A9;
    color: #A9A8A9;
    width: 67px;
    text-align: center;
    text-transform: uppercase;
}

.popup-wrapper {
    background: rgba(0, 0, 0, .41);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999999;
}

.popup-wrapper.open {
    display: flex !important;
}

.popup-wrapper .popup-inner {
    background: #FBF4EC;
    border-radius: 10px;
    max-width: 770px;
    width: 100%;
    margin: auto;
    padding: 50px 100px;
    position: relative;
}

.popup-wrapper .popup-inner h3 {
    font-size: 28px !important;
    color: #002469 !important;
}

.popup-wrapper .popup-inner .author img {
    float: left;
}

.popup-wrapper .popup-inner .author>div {
    margin-left: 60px;
    line-height: 1.2;
}

.popup-wrapper .popup-inner .author a {
    border: 2px solid #A9A8A9;
    display: inline-block;
    border-radius: 15px;
    color: #A9A8A9;
    font-size: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding: 0 13px;
    text-transform: uppercase;
    margin-top: 5px;
}

.popup-wrapper .popup-inner .btn-watch {
    float: right;
    min-width: 232px;
    margin-top: -50px;
}

.popup-wrapper .popup-inner .close {
    position: absolute;
    border-radius: 50%;
    top: -62px;
    right: 0;
    font-weight: 300;
    font-family: "Noto Sans Light", Arial, Helvetica, sans-serif;
    font-size: 26px;
    background: #FBF4EC;
    height: 45px;
    width: 45px;
    color: #000;
    line-height: 40px;
    text-align: center;
    opacity: 1;
}


#conferences {
    background: #00466D;
    font-size: 18px;
    padding: 35px 0;
}

#conferences .heading {
    margin-bottom: 30px;
}

#conferences h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color: #00466D;
}

#conferences .conferences-inner {
    border-radius: 10px;
    background: #A1DCED;
    /*padding: 80px 100px;*/
    padding-top: 60px;
    padding-bottom: 60px;
}


#conferences table tr td {
    padding: 20px 0;
    vertical-align: top;
}
#conferences table tr td a{
    color: #000;
    border: 0 !important;
}
#conferences table tr td:first-child {
    color: #000;
    width: 140px;
}

#conferences table tr td:last-child {
    border-bottom: 1px solid #fff;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #000000;
}

.popup{
    max-width: 850px;
    width: 100%;
    margin: 20px auto;
    padding-top: 50px;
    background: none;
    position: relative;
}
.popup .inner{
    background: #FBF4EC;
    border-radius: 10px;
    padding: 60px 15px;
}
.popup p{
    font-size: 16px;
    color: #000;
}
.popup h2{
    font-size: 22px;
    margin-bottom: 20px;
}
.popup .content{
    max-width: 610px;
    margin: 0 auto;
}
.fancybox-slide {
    padding:44px 0;
}
.fancybox-button{
    background: #fff;
    border-radius: 80px;
    width: 45px;
    height: 45px;
    padding: 10px;
    right: 0 !important;
}
.fancybox-button.fancybox-close-small{
    right: 43px !important;
    margin-right: 0;
    margin-top: 0;
}
.fancybox-button svg{
    width: 24px;
    height: 24px;
    border-radius: 80px;
    padding: 2px;
    border: 1px solid #FB002C;
    display: none;
}
.fancybox-button svg path{
    fill: #FB002C;
}
.fancybox-button{
    background: transparent url("../img/modal-close.svg") no-repeat center;
    background-size: 100% auto;
    opacity: 1 !important;
    margin-right: 15px;
    margin-top: 15px;
}


.popup .profile-box-more{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}
.profile-box{
    display: flex;
    align-items: flex-start;
}
.profile-box .avatar{
    width: 64px;
}
.profile-box .ctn{
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width:991px) {
    .profile-box .ctn{
        width: 80%;
    }
}
.profile-box .name{
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
}
.profile-box .position{
    font-size: 12px;
}

.button-more, .button-more2, .button-more3 {
    display: inline-block;
    padding: 2px 5px 0;
    margin: 0;
    border: 2px solid #A9A8A9;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    color: #A9A8A9;
    background: none;
    
}
.button-more:hover, .button-more2:hover, .button-more3:hover{
    border-color: #0084FF;
    background: #0084FF;
    color: #fff;
}

.profile-box-more{
    display: none;
}
.popup.more-open .profile-box-more,
.speaker1.more-open .profile-box-more,
.speaker2.more-open .profile-box-more,
.speaker3.more-open .profile-box-more
{
    display: block;
}
.profile-box-more .name{
    font-size: 24px;
    line-height: 16px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}
.profile-box-more .position{
    font-size: 16px;
    line-height: 24px;
}
.profile-box-more .pb-cnt{
    padding-top: 19px;
    font-size: 16px;
    line-height: 24px;
}
.screenshot-container {
  padding: 80px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
/* Jquery appear */
.hiding {
	opacity: 0;
}


.overflow-x-hidden {
  overflow-x: hidden
}


.text-blue { color:#005EB8 }
.sc-article .accordion-box .card { background: none; border: none }
.sc-article .accordion-box .card .card-header { background: none;  }

.sc-article .accordion-box h2 button { font-size: 20px; font-weight: 700}
.sc-article .accordion-box h2 button:hover,
.sc-article .accordion-box h2 button[aria-expanded=true] { color:#004585 }
.sc-article .accordion-box h2 button:hover,
.sc-article .accordion-box h2 button:focus {  text-decoration: none; outline: none; box-shadow: none}

.sc-article .accordion-box h2 button .arrow {
    content: "";
    background-image: url('../img/icon-arrow2.svg');
    display: block;
    height: 8px;
    width: 13px;
    margin: auto;
    position: absolute;
    right: 20px;
    top:35px;
    z-index: 991;
    cursor: pointer;
	transform: scale(1.4) rotate(180deg);
}

.sc-article .accordion-box h2 button.collapsed .arrow {
    transform: scale(1.4) rotate(0deg);
}

.sc-article .accordion-box-child h2 button { font-size:1.25rem }

.sc-article .accordion-box-child h2 button .arrow {
	top:20px;
}

@media (min-width: 1250px) {
    .container{
        max-width: 1200px;
    }
}

@media(min-width: 1200px){
    
    .map-bg .inner{
        position: absolute;
        width: 100%;
        z-index: 9;
        left: 0;
        top: 30%;
        transform: translateY(-50%);
    }
}    

@media(min-width: 992px){
    .hide-large{
        display: none !important;
    }
    #header{
        position: relative;
        z-index: 991;
    }
    .top-nav .content{
        display: flex;
        flex-flow: row wrap;
        flex-basis: calc(100% - 120px);
    }

    .nav-cta{
        margin-left: auto;
        margin-right: 0;
    }
    .top-nav .menu-nav{
        margin-left: 50px;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        order: -1;
    }
    .top-nav .menu-nav a{
        display: block;
        font-size: 16px;
        font-weight: 700;
        font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
        line-height: 22px;
        letter-spacing: 0.02em;
    }
    .top-nav .menu-nav a img{
        line-height: 22px;
        display: inline-block;
        vertical-align: baseline;
    }
    .top-nav .menu-nav>li{
        margin-left: 12px;
        margin-right: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .top-nav .menu-nav>li>a{
        display: block;
        color: #fff;
    }
    .top-nav .menu-nav>li>a:hover{
        color: #A1DCED;
    }
    .top-nav .menu-nav .sub-menu{
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        z-index: 991;
        background-color: #A1DCED;
        border-radius: 6px;
        height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 300ms;
    }
    .top-nav .menu-nav .sub-menu.first-level-sub-menu{
        width: 280px;
    }  
    .top-nav .menu-nav>.has-sub-menu>.sub-menu:hover{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .top-nav .menu-nav .has-sub-menu:hover>.sub-menu{
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .top-nav .menu-nav .sub-menu .sub-menu{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 1px solid #fff;
    }

    .top-nav .menu-nav .sub-menu .sub-menu{
        left: 100%;
        top: 0;
    }
    .top-nav .menu-nav .sub-menu>li:first-child{
        padding-top: 7px;
    }
    .top-nav .menu-nav .sub-menu>li:last-child{
        padding-bottom: 7px;
    }
    .top-nav .menu-nav .sub-menu li a{
        padding: 10px 25px 10px 15px;
        color: #004585;
        border-left: 5px solid transparent;
    }
    .top-nav .menu-nav .sub-menu li{
        position: static;
    }
    .top-nav .menu-nav .sub-menu li:hover>a{
        border-color: #FB002C;
        background-color: #fff;
    }
    .top-nav .menu-nav>.has-sub-menu>a:after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        background-image: url("../img/icon-arrow.svg");
        width: 13px;
        height: 8px;
    }
    .top-nav .menu-nav .sub-menu .has-sub-menu>a:after{
        content: '' !important;
        display: block;
        position: absolute;
        top: 14px;
        right: 15px;
        margin-left: 5px;
        background-image: url("../img/icon-arrow-right.svg");
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 9px;
        height: 15px;
    }
    .nav-cta .cta-1:hover{
        border-color: #fff;
    }
    .nav-cta .cta-2:hover{
        background: #fff;
        color: #002469;
    }
    .social-media{
        justify-content: flex-end;
    }
    .social-media a:last-child{
        margin-right: 0;
    }
    .footer-links a:first-child{
        margin-left: 0;
    }
    .message-carousel-dots{
        text-align: right;
    }
    .map-bg{
        transform-style: preserve-3d;
    }
    .lg-text-right{
        text-align: right;
    }
    .hs-2-carousel .item:hover .inner{
        background: #A1DCED;
    }
    .article .action .button{
        margin-right: 25px;
    }
    .button-primary:hover{
        background-color: #fff;
        border-color: #FB002C;
        color: #002469 !important;
    }
    .button-secondary:hover{
        background-color: #FB002C;
        border-color: #FB002C;
        color: #fff !important;
        box-shadow: 0 15px 20px rgba(255, 0, 0, 0.3);
    }
    .sc-banner .dropdown-toggle:hover:after{
        background-image: url('../img/showcase-dropdown-down-arrow-hover.svg');
    }

}

@media(max-width: 1199px){
    .map-bg .map{
        position: absolute;
    }
}

@media(max-width: 991px){
    .hide-small{
        display: none !important;
    }
    .icon-home{
        background-image: url('../img/icon-home-blue.svg');
    }

    .top-nav .content{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #A1DCED;
        height: calc( 100vh - 65px );
        z-index: 991;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all ease-in-out 300ms;
    }
    body.mobile-nav-open .top-nav .content{
        overflow: auto;
        max-height: 100vh;
        visibility: visible;
        opacity: 1;
    }
    .nav-cta{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .nav-cta a{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 375px;
        width: 100%;
    }

    .top-nav .menu-nav .sub-menu{
        transition: all ease-in-out 300ms;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        border-left: 1px solid #fff;
        padding-left: 20px;
        position: relative;
    }
    .top-nav .has-sub-menu{
        position: relative;
    }
    .top-nav .has-sub-menu:before{
        content: '';
        position: absolute;
        top: 40px;
        left: -1px;
        width: 2px;
        height: 20px;
        background: #A1DCED;
        z-index: 9;
    }
    .top-nav .has-sub-menu:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: -1px;
        width: 2px;
        height: 20px;
        background: #A1DCED;
        z-index: 9;
    }
    .top-nav .menu-nav .has-sub-menu.open>.sub-menu{
        max-height: 100vh;
        opacity: 1;
        visibility: visible;
    }
    .top-nav .menu-nav a{
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        position: relative;
        padding-right: 15px;
        font-size: 16px;
        line-height: 22px;
        color: #002469;
        font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
        letter-spacing: 0.02em;
    }
    .top-nav .has-sub-menu>a:after{
        content: '';
        display: inline-block;
        background: url("../img/icon-arrow-blue.svg") no-repeat center;
        background-size: cover;
        width: 13px;
        height: 8px;
        position: absolute;
        top: 16px;
        right: 0;
        transition: all ease-in-out 300ms;
    }
    .top-nav .has-sub-menu.open>a:after{
        background-image: url('../img/icon-arrow.svg');
        transform: rotate(180deg);
    }

    .top-nav-wrapper{
        padding-left: 30px;
        padding-right: 30px;
    }
    .toggle-mobile-nav{
        display: block;
        width: 24px;
        height: 24px;
        border: 0;
        background-color: transparent;
        background-image: url('../img/nav-bars.svg');
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 20px;
        right: 30px;
        z-index: 9;
        outline: none !important;
        transition: none !important;
    }
    body.mobile-nav-open .toggle-mobile-nav{
        background-image: url("../img/menu-close.svg");
    }
	.home-banner-content .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-links{
        justify-content: center;
    }
    .copyright{
        text-align: center;
    }
    .page-banner .top{
        padding-bottom: 15px;
        padding-top: 25px;
    }
    .page-banner .page-banner-image{
        margin-top: 0;
    }

    #conferences .conferences-inner {
        padding: 40px;
    }

    #igniting-sessions .heading h2,
    #conferences h2 {
        font-size: 40px;
    }

    #igniting-sessions .heading p {
        font-size: 18px;
        line-height: 1.2;
    }

    .workshops-items .item > div.date {
        position: absolute;
        left: 0;
        top: 0;
        min-height: 115px;
        height: 115px;
    }

    .workshops-items .item > div.media {
        margin-top: 0;
        margin-left: 100px;
    }

    .workshops-items .item > div.details {
        margin-left: 100px;
        max-width: 90%;
        width: 71%;
    }

    .workshops-items .item .arrow {
        top: 270px;
    }

    .workshops-items .item > div.media,
    .workshops-items .item > div.media img {
        width: 84%;
    }

    .workshops-items .item .arrow {
        bottom: 50px;
        top: auto;
        right: 70px;
    }

    .workshops-items {
        max-width: 500px;
        overflow: hidden;
    }
    #workshops .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    #conferences h2{
        color: #000;
    }
	.banner-carousel .item img{
        height: 1100px;
        -o-object-position: bottom center;
           object-position: bottom center;
    }
	.home-banner-content {
			padding-top: 50px;
		    height: 960px;
	}
    .hs-3{
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media(max-width: 767px){
    figure.xs-expand{
        margin-left: -30px;
        margin-right: -30px;
    }
    figure.xs-expand figcaption{
        padding-left: 30px;
        padding-right: 30px;
    }
    .article .button-primary{
        min-width: 146px;
        margin-right: 15px;
    }
    .article .button-primary:last-child{
        margin-right: 0;
    }
    .ftop h2{
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .ftop h3{
        margin-bottom: 10px;
    }
    .message-carousel-dots li{
        display: block;
        margin-bottom: 7px;
    }
    .message-carousel-dots li button{
        margin-left: 0;
        margin-right: 0;
    }
    .hs-2-carousel .slick-list{
        padding-left: 30px;
        padding-right: 30px;
    }
    .hs-2-carousel .item{
        padding-left: 8px;
        padding-right: 8px;
    }
    .hs-2-carousel .content{
        padding: 20px;
    }
    .hs-2-carousel .title {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .home-banner-content{
        padding-top: 35px;
    }
/*
    .banner-carousel .item img{
        height: 563px;
        -o-object-position: bottom center;
           object-position: bottom center;
    }
    .home-banner-content{
        height: 563px;
    }
*/
    .video-banner-content h3,
	.home-banner-content h3{
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .video-banner-content h2,
    .home-banner-content h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .video-banner-content h1,
    .home-banner-content h1 {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
	.home-banner-content .date {
		font-size: 16px;
		line-height: 1.1;
	}
    .home-banner-content p{
        font-size: 12px;
    }
    .hs-2 h2 {
        font-size: 32px;
        line-height: 1.2;
    }
    .map-bg h2{
        font-size: 32px;
        line-height: 1.2;
    }
    .counter-wrapper {
        background-color: #004585;
    }
    #counter{
        background-color: #004585;
    }

    .sc-cta h2{
        font-size: 22px;
        line-height: 32px;
    }
    .sc-banner .inner{
        padding-top: 41px;
    }
    .sc-banner h1{
        font-size: 28px;
        line-height: 38px;
    }
    .section-title h2{
        font-size: 32px;
    }
    .section-title h3 {
        font-size: 19px;
    }
    .hs-1{
        padding-top: 50px;
    }
    .hs-2-tab-nav {
        justify-content: start;
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
    }
    .hs-2-tab-nav::-webkit-scrollbar{
        display: none;
    }
    .profile-pop-action{
        padding-bottom: 35px;
    }
    .profile-pop-action .button{
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .fancybox-button.fancybox-close-small {
        right: 10px !important;
    }
    .popup{
        padding-left: 10px;
        padding-right: 10px;
    }
    .profile-box-more .col-lg-7{
        margin-bottom: 15px;
    }
    .popup .profile-box-more{
        padding-left: 15px;
        padding-right: 15px;
    }
    .arrow-links li a:after{
        opacity: 1;
    }
    .ftop {
        background-image: url('../img/mobile-footer-bg.png');
        background-position: top left;
    }

}
@media (max-width: 467px) {
    .iginiting-sessions-slide .slick-slide {
        padding: 0 5px;
    }

    .iginiting-sessions-slide .item .details {
        padding: 15px;
    }

    .workshops-items .item > div.details {
        padding: 15px;
    }

    .workshops-items .item .arrow {
        right: 30px;
        bottom: 45px;
    }

    .workshops-items .item.open .arrow {
        right: 30px;
        bottom: 80px;
    }


    #conferences {
        background: #A1DCED;
    }

    #conferences .conferences-inner {
        background: none;
        padding: 0;
    }

    #conferences .conferences-inner table tr,
    #conferences .conferences-inner table tr td {
        display: block;
        padding: 0;
    }

    #conferences .conferences-inner table tr td:first-child {
        padding-top: 10px;
    }

    #conferences .heading {
        margin-bottom: 20px;
    }

    #conferences .conferences-inner table tr td:last-child {
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
    }

   
    #igniting-sessions{
        padding-top: 60px;
    }
    .hs-2-tab-nav-wrapper{
        margin-right: -30px;
        margin-left: -30px;
    }
    .hs-2-carousel .item:hover .more {
        border: 2px solid #A9A8A9;
        color: #A9A8A9;
    }
    #workshops{
        padding-top: 40px;
    }
    #workshops .heading{
        margin-bottom: 14px;
    }
    .workshops-items .item:first-child{
        margin-top: 0;
    }
    .workshops-items .item > div.details .author{
        position: relative;
        padding-right: 30px;
    }
    .workshops-items .item > div.details .author:after{
        content: '';
        position: absolute;
        top: 5px;
        right: 10px;
        background: url('../img/icon-arrow-blue.svg') no-repeat center;
        background-size: 100% auto;
        width: 13px;
        height: 13px;
    }
    .workshops-items .item.open > div.details .author:after{
        transform: rotate(180deg);
    }
    .article .action .button{
        margin-bottom: 15px;
    }
    .dropdown.show .button-primary{
        background-color: #fff;
        border-color: #FB002C;
        color: #002469 !important;
    }
    .sc-banner .dropdown.show .dropdown-toggle:after {
        background-image: url('../img/showcase-dropdown-down-arrow-hover.svg');
    }
}
@media (max-width:576px) {
    .banner-carousel .item img{
        height: 563px;
        -o-object-position: bottom center;
           object-position: bottom center;
   }

	.home-banner-content {
    height: 563px;
	}
    /*.banner-cta-wrapper{
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 9;
    }*/


}

.ft-box-2 {
    display: flex;
    align-items: center;
}
.ft-box-2 .icon {
    margin-right: 15px;
}
.ft-box-2 .icon img {
  width:45px;
  height:45px;
}

@media (max-width:767px) and (max-height:800px) {
    .home-video-section {
    height: 75vh;
    position: relative;
    }

}
@media (min-width:768px) {
.home-video-section {
    height: 90vh;
    position: relative;
  }
}
  
  #home-video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -100;
  }
  
  video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
  }

.new-sessions-carousel .col-lg-4 {
    margin-bottom: 2.5rem;
}
.new-sessions-carousel .col-lg-4.slick-slide {
    height: 520px;
}
.new-sessions-carousel .card {
    border-radius: 10px;
    border:0;
    color: #005EB8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.new-sessions-carousel .card:hover {
    background: #A1DCED;
    border:0;
}
.new-sessions-carousel .card .card-img, .new-sessions-carousel .card .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.new-sessions-carousel .card-body {
    padding-bottom: 0;
}

.new-sessions-carousel .card-footer {
    border:none;
    background: none;
    padding: 0 1.25rem 1.5rem 1.25rem;
}
.new-sessions-carousel .card-footer .more {
    display: block;
    font-size: 12px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 18px;
    border-radius: 10px;
    border: 2px solid #A9A8A9;
    color: #A9A8A9;
    width: 68px;
    text-align: center;
    text-transform: uppercase;
}
.new-sessions-carousel .card:hover .card-footer .more {
    background: #ffffff;
    color: #0084FF;
    border-color: transparent;
}


.new-sessions-carousel .slick-arrow{
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    top: unset;
    bottom: -30px;
    z-index: 9;
    border: 0;
    transform: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
}

.home-sessions-tab-m .navbar-toggler-m {
    border: 2px solid #004585;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color: #004585;
}
.home-sessions-tab-m .navbar-toggler-m .navbar-toggler-m-arrow{
    transform: rotate(180deg);
    transition: all ease-in-out 300ms;
}
.home-sessions-tab-m .navbar-toggler-m.collapsed .navbar-toggler-m-arrow{
    transform: rotate(0deg);
    transition: all ease-in-out 300ms;
}

.home-sessions-tab-m ul li {
    width: 50%;
}
.home-sessions-tab-m ul li:last-child {
   margin-left: 25%;
}
.home-sessions-tab-m ul li a {
    font-size: 16px;
    text-align: center;
}

.home-sessions-tab-m  .home-sessions-tab {
    max-width: 100%;
}

.home-sessions-tab {
    max-width: 600px;
    margin: 0 auto 48px;
}

.home-sessions-tab  ul li {
    padding: 0 12px;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .home-sessions-tab  ul li:nth-child(6) {
        margin-left: 12px;
    }
}

.home-sessions-tab ul a {
    font-size: 18px;
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    color: #0084FF;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    line-height: 1.1;
    border-radius: 10px;
}

.home-sessions-tab ul a.active {
    color: #ffffff;
    background-color: #FB002C;
}

.home-sessions-tab ul a:before,
.home-sessions-tab ul a:after,
.home-sessions-tab ul a.active:before,
.home-sessions-tab ul a.active:after {
    background-color: transparent;
}

/* Back to top */
.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*Quotes*/
.sc-article .kr-blockquote{
    font-size: 1.25em;
    margin: 15px auto;
    padding:1.2em 30px 1.2em 60px;
    border-left:6px solid #004585 ;
    position: relative;
    background: #fff;
  }
  
.sc-article  .kr-blockquote::before{
    content: "\201C";
    color:#004585;
    font-size: 5.6em;
    position: absolute;
    left: 10px;
    top:-20px;
  }
  
.sc-article  .kr-blockquote::after{
    content: '';
  }
  
.sc-article  .kr-blockquote span{
    display:block;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
  }
  
 /*Video banner cta*/ 
.video-banner-cta-btn{
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;  font-family: "Noto Sans Bold", Arial, Helvetica, sans-serif;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    min-width: 200px;
    transition: all ease-in-out 300ms;
    border: 4px solid transparent;
    cursor: pointer;
}

.video-banner-cta-btn.red{
    color: #fff;
    background-color: #FB002C;
}

.video-banner-cta-btn.blue{
    color: #005EB8;
    background-color: #ffffff;
    border-color: #005EB8;
}

.video-icon-angle-right:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-size: auto;
    width: 10px;
    height: 16px;
    position: relative;
    top: -2px;
    margin-left: 3px;
    transition: all ease-in-out 300ms;
}

.video-banner-cta-btn.red .video-icon-angle-right:before{
    background: url('../img/angle-right-white.svg') no-repeat center;
} 

.video-banner-cta-btn.red:hover {
    background:#ffffff;
    color:#005EB8;
    border-color: #FB002C;
}

.video-banner-cta-btn.red:hover .video-icon-angle-right:before{
    background: url('../img/angle-right-red.svg') no-repeat center;
}

.video-banner-cta-btn.blue .video-icon-angle-right:before{
    background: url('../img/angle-right-red.svg') no-repeat center;
} 

.video-banner-cta-btn.blue:hover {
    background:#005EB8;
    color: #fff;
}

/*Decentralised Finance Cards*/
.card-sequence-box {
    margin-bottom: 60px;
}
.card-sequence-box .card-deck .card {
    margin-bottom: 30px;
   
    border-radius: 10px;
}
.card-sequence-box .card-deck .card  p {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

.card-sequence-box .card-deck .card .card-header {
    background: #A1DCED;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.card-sequence-box .card-deck .card .card-header .h1 {
    font-weight: 600;  font-family: "Noto Sans Regular", Arial, Helvetica, sans-serif;
    font-size: 44px;
}
.card-sequence-box .card-deck .slick-arrow{
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    top: unset;
    bottom: -30px;
    z-index: 9;
    border: 0;
    transform: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: transparent;
}

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.slick-dots li button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    
    border: 1px solid #0084FF;
    border-radius: 100%;
    background-color: #FFFFFF;
    
    text-indent: -9999px;
}

li.slick-active button {
    background-color:#004585;
}

