@import url("https://use.typekit.net/myh7thm.css");
body {
    font-family: "proxima-nova", sans-serif;
    padding-top: 105px;
    width: 100%;
}
.mtsnb,
#mtsnb-44209 {
    display: none;
}
img{
    max-width: 100%;
}
h1 {
    font-size: 70px;
    font-weight: bold;
    color: #005380;
    line-height: 72px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    color: #005380;
    line-height: 38px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
h3 {
    font-size: 32px;
    font-weight: bold;
    color: #005380;
    line-height: 34px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
p {
    font-size: 16px;
    color: #121E44;
    line-height: 22px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal;
}
.btn {
    border: 0;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding: 23px 32px 21px;
    background-color: #005380;
    transition: all ease 0.6s;
}
.btn:hover,
.btn:focus,
.btn:active {
    background-color: #005380;
    color: #fff;
}
.btn-primary {
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.btn-primary:hover {
    background-position: 300px;
}
.container {
    max-width: 1230px
}
#page-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #005380;
    background-image: url(../img/header-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    z-index: 9999;
    position: fixed;
    padding: 18px 0;
    transition: all ease 0.4s;
}
#page-header .dropdown-toggle::after{
    display: none;
}
#page-header .navbar {
    padding: 0;
}
#page-header .container {
    position: relative;
}
#page-header .insightec {
    margin-left: auto;
    padding-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 9px;
    transition: all ease 0.4s;
}
#page-header .navbar-brand {
    transition: all ease 0.4s;
    display: inline-block;
    width: 141px;
    transition: all ease 0.4s;
}
#page-header .navbar-brand img{
    width: 100%;
}
#page-header.darkHeader {
    padding: 8px 0;
}
#page-header.darkHeader .navbar-brand {
    width: 120px;
}
#page-header .navbar-toggler {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
#page-header .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/CLOSE.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
}
#page-header .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../img/bars.svg);
    background-size: 23px auto;
}
#page-header .navbar-collapse {
    position: absolute;
    top: 89px;
    background-color: #005C90;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
#page-header .navbar-collapse ul.navbar-nav {
    max-width: 1235px;
    margin: auto;
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 35px 15px;
    justify-content: space-between;
    transition: all ease 0.4s;
}
#page-header .navbar-collapse ul.navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    transition: all ease 0.4s;
}
#page-header .navbar-collapse ul.navbar-nav .nav-item .nav-link:hover {
    color: #1fb9ef;
}
#page-header .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 0;
    padding: 0;
}

#page-header .navbar-collapse ul.navbar-nav .nav-item .dropdown-menu {
    border: 1px solid #cfcfcf;
}
#page-header .navbar-collapse ul.navbar-nav .nav-item .dropdown-menu li a {
    padding: 8px 15px;
    color: #005380;
    transition: all ease 0.4s;
}
#page-header .navbar-collapse ul.navbar-nav .nav-item .dropdown-menu li a:hover {
    background-color: #fff;
    color: #1fb9ef;
}
#page-header.darkHeader .navbar-collapse {
    top: 70px;
}
#page-header.darkHeader .navbar-collapse ul.navbar-nav {
    padding: 15px 15px;
}
.hero-section {
    padding: 107px 0 70px;
}
.hero-section .h-content {
    padding-right: 60px;
}
.hero-section p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 30px;
    padding-right: 40px;
}
.hero-section .bot-content {
    padding-top: 30px;
    border-top: 1px solid rgba(18, 30, 68, 0.2);
    text-align: center;
    padding-right: 40px;
}
.hero-section .bot-content img {
    margin-bottom: 30px;
}
.hero-section .bot-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    padding: 0;
}
.hero-section .starburst {
    margin-top: -216px;
    margin-left: -60px;
}
.upcoming-section {
    padding: 60px 0;
    background-color: #F0FAFE;
}
.upcoming-section .row {
    padding: 50px 0;
}
.upcoming-section .row:first-of-type {
    padding: 0;
}
.upcoming-section h2 {
    margin: 0;
}
.upcoming-section p {
    font-size: 28px;
    color: #005380;
    line-height: 42px;
    margin-bottom: 30px;
}
.upcoming-section .event-content {
    padding-left: 40px;
}
#page-footer {
    background-color: #005380;
    background-image: url(../img/header-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 37px 0;
    background-repeat: repeat-y;
}
#page-content{
    width: 100%;
    overflow: hidden;
}

.inner-hero-section{
    padding: 50px 0;
    position: relative;
}
.inner-hero-section::after{
    content: '';
    border-bottom: 1px solid rgba(18, 30, 68, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
    width: 100%;
    height: 1px;
}

.inner-hero-section .headquarters{
    text-align: right;
}
.inner-hero-section .headquarters img{
    float: right
}
.inner-hero-section .h-content img{
    margin-bottom: 30px;
}
.inner-hero-section .h-content .bot-content img{
    display: none;
}
.inner-hero-section .h-content h1{
    font-size: 58px;
    line-height: 60px;
    margin-bottom: 25px;
}
.inner-hero-section .h-content h2{
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 30px;
}
.inner-hero-section .h-content p{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}
.agenda-section{
    padding: 50px 0;
}
.agenda-section .agenda-box{
    background-color: #f0fafe;
    padding: 100px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.agenda-box ul{
    margin: 0;
    padding: 0;    
   width: 50%;
    float: left;
}
.agenda-box ul:nth-of-type(2){
    padding-left: 40px;
}
.agenda-box ul li{
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.agenda-box ul li h2{
    font-size: 30px;
    width: 100%;
    margin-bottom: 30px;
}
.agenda-box ul li:last-of-type{
    margin: 0;
}
.agenda-box ul li .time{
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #306599;
}
.agenda-box ul li .content{
    width: calc(100% - 100px);
    font-size: 24px;
    font-weight: normal;
}
.agenda-box ul li .content p{
    font-size: 24px;
    line-height: 26px;
    color: #121E44;    
}
.agenda-box ul li .content h3{
    font-weight: bold;
    color: #121E44;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}
.agenda-box ul li ul{
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}
.agenda-box ul li ul li{
    font-size: 22px;
    line-height: 26px;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.agenda-box ul li ul li strong{
    width: 100%;
    display: inline-block;
}
.agenda-box ul li ul li::before{
    content: '•';
    color: #0091E0;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 20px;
}

.participants-section {
    padding: 0 0 127px;
}
.participants-section ul{
    margin: 0 -10px;
    padding: 0;    
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.participants-section ul li{    
    margin: 10px;
    background-color: #f0fafe;
    padding: 50px;
    text-align: center;    
    width: calc(33.333% - 20px);
    list-style: none;    
}
.participants-section ul li .image{
    position: relative;
    width: 77.5%;    
    border-radius: 100%;
    border: 10px solid #fff;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 30px;
}
.participants-section ul li .image::after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.participants-section ul li .image img{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.participants-section ul li h3{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.participants-section ul li p{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #121E44;
}


@media screen and (min-width: 1200px){
    #page-header .navbar-collapse ul.navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }
}
@media screen and (max-width: 1350px){
    .hero-section{
        padding: 67px 0 50px
    }
    .hero-section .starburst{
        margin-top: -160px;
    }
    .hero-section .starburst img{
        width: 100%;
    }
    .upcoming-section .event-content{
        padding-left: 20px;
    }
}
@media screen and (max-width: 1100px){
    h1{
        font-size: 55px;
        line-height: 55px;
    }
    h2{
        font-size: 32px;
        line-height: 36px;
    }
    h3{
        font-size: 28px;
        line-height: 32px;
    }
    .upcoming-section p{
        font-size: 24px;
        line-height: 36px;
    }
    .hero-section p{
        padding: 0;
        line-height: 25px;
    }
    .upcoming-section img{
        max-width: 100%;
    }
    .btn{
        padding: 19px 32px 18px;
    }
    #page-header .navbar-collapse ul.navbar-nav .nav-item .nav-link{
        font-size: 16px;
    }
    #page-header .navbar-collapse ul.navbar-nav{
        padding: 15px;
    }
    .inner-hero-section .h-content h1{
        font-size: 48px;
        line-height: 50px;
    }
    .inner-hero-section .h-content h2{
        font-size: 34px;
    }
    .agenda-section .agenda-box{
        padding: 50px;
    }
    .participants-section ul li h3{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .participants-section ul li p{
        font-size: 20px;
        line-height: 24px;
    }
    .participants-section{
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 991px){
    #page-header{
        background-size: 233% 100%;
    }
    #page-header .navbar-collapse ul.navbar-nav{
        flex-direction: column;
    }
    #page-header .dropdown-menu{
        width: 100%;
        position: static;
    }
    #page-header .navbar-collapse ul.navbar-nav,
    #page-header.darkHeader .navbar-collapse ul.navbar-nav{
        padding: 0;
        margin: 0!important;
    }
    #page-header .navbar-collapse ul.navbar-nav .nav-item .nav-link{
        padding: 27px 20px 25px; 
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #page-header .navbar-collapse ul.navbar-nav .nav-item .dropdown-menu{
        margin: 0!important;
    }    
    #page-header .dropdown-toggle::after{
        display: inline-block;
        float: right;
        width: 19px;
        height: 15px;
        background-image: url(../img/chevron-down.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        border: 0;
        margin-top: 5px;
        transition: all ease .4s;
    }
    #page-header .dropdown-toggle.show::after{
        transform: rotate(180deg);
    }
    #page-header .navbar-toggler{
        padding-right: 5px;
    }
    .container{
        padding: 0 30px;
    }
    .hero-section{
        padding: 45px 0 30px;
    }
    .hero-section .h-content{
        padding: 0;
    }
    .hero-section .starburst{
        margin-left: 0;
        margin-top: -120px;
    }
    h1{
        font-size: 45px;
        line-height: 45px;
    }
    h3{
        font-size: 20px;
        line-height: 24px;
    }
    .upcoming-section p{
        font-size: 20px;
        line-height: 24px;
    }
    .hero-section p{
        font-size: 18px;
        line-height: 24px;
    }
    .hero-section .bot-content{
        padding-right: 0;
    }
    .hero-section .starburst{
        margin-top: -90px;
    }
    .upcoming-section{
        padding: 40px 0;
    }
    .upcoming-section .row{
        padding: 30px 0;
    }
    .upcoming-section .event-content{
        padding-left: 10px;
    }
    .btn{
        font-size: 12px;
        padding: 14px 25px;
        letter-spacing: 0.5px;
    }
    #page-footer{
        padding: 20px 0;
    }
    .inner-hero-section .headquarters{
        display: none;
    }
    .inner-hero-section .h-content .bot-content .mob-hero{
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(18, 30, 68, 0.2);
        margin-bottom: 40px;        
    }
    .inner-hero-section .h-content .bot-content img{
        display: block;
        width: 100%;
        margin: 0;
    }
    .inner-hero-section::after{
        width: calc(100% - 60px)
    }
    .inner-hero-section{
        padding: 35px 0;
    }
    .agenda-box ul{
        width: 100%;
        margin-bottom: 30px;
    }
    .agenda-box ul:last-of-type{
        margin: 0;
    }
    .participants-section ul li{
        padding: 15px;
    }
    .participants-section ul li h3{
        font-size: 23px;
        line-height: 26px;
    }
    .participants-section ul li p{
        font-size: 16px;
        line-height: 20px;
    }
    .agenda-box ul:last-of-type{
        padding: 0;
    }
}

@media screen and (max-width: 767px){
    body{
         padding-top: 77px;   
    }
    #page-header{
         background-size: 192% 100%;
        padding: 11px 0;
        background-position: 45% 50%;
        
    }
    #page-header .navbar-brand{
        width: 105px;
    }
    #page-header.darkHeader .navbar-brand{
        width: 95px;
    }
    #page-header .insightec{
        width: 100px;
        padding-right: 10px;
        margin-right: 0;
        border: 0;
    }
    #page-header .insightec img{
        width: 100%;
    }
    #page-header .navbar-toggler{
        padding-right: 0;
    }
    #page-header .navbar-collapse{
        top: 65px;    
    }
    #page-header.darkHeader .navbar-collapse{
        top: 58px;
    }
    
    h1{
        font-size: 48px;
        line-height: 48px;
    }
    h2{
        font-size: 26px;
        line-height: 30px;
    }
    h3{
        margin-bottom: 10px;
    }
    .hero-section .row{
        flex-direction: column-reverse;
    }
    .hero-section .starburst{
        margin-right: -70px;
        width: 254px;
        float: right;
        margin-top: -80px;
    }
    
    .hero-section p{
        font-size: 16px;
        line-height: 22px;
    }
    .hero-section .bot-content{
        padding-top: 20px;
    }
    .hero-section .bot-content img{
        width: 80%;        
    }
    .upcoming-section img{
        margin-bottom: 20px;
    }
    .upcoming-section .event-content{
        padding-left: 0;
    }
    .upcoming-section p{
        margin-bottom: 10px;
    }
    #page-footer a{
        width: 105px;
        display: inline-block;
    }
    #page-footer a img{
        width: 100%;
    }
    #page-footer{
        padding: 15px 0;
        background-size: 220%;
    }
    .upcoming-section{
        padding: 40px 0 30px;
    }
    #page-header .navbar-toggler.collapsed .navbar-toggler-icon{
        width: 18px;
        background-size: 18px;
    }
    #page-header .navbar-toggler .navbar-toggler-icon{
        width: 18px;
        background-size: 18px;
    }
    .inner-hero-section .h-content h2{
        font-size: 26px;
        line-height: 28px;
    }
    .inner-hero-section .h-content p{
        font-size: 16px;
        line-height: 20px;
    }
    .inner-hero-section .h-content .bot-content .mob-hero{
        margin-bottom: 30px;
    }
    .inner-hero-section{
        padding: 50px 0 20px;
    }
    .agenda-section{
        padding: 30px 0 40px; 
    }
    .agenda-section .agenda-box{
        margin-top: 10px;
        padding: 30px 15px;
    }
    .agenda-box ul li {
        flex-wrap: wrap;
    }
    .agenda-box ul li .time{
        width: 100%;
        margin-bottom: 10px;
    }
    .agenda-box ul li .content{
        width: 100%;
    }
    .agenda-box ul li .content h3{
        font-size: 20px;
        line-height: 24px;
    }
    .agenda-box ul li h3{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .agenda-box ul li p{
        font-size: 20px;
        line-height: 24px;
    }
    .participants-section ul li{
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        padding: 20px;
    }
    .participants-section ul{
        margin-top: 0;
    }
    .participants-section ul li .image{
        width: 85px;
        border-width: 4px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .participants-section ul li h3{
        font-size: 20px;
        text-align: left;
        margin-bottom: 5px;
    }
    .participants-section ul li .content{
        width: calc(100% - 100px);
    }
    .participants-section ul li p{
        font-size: 16px;
        text-align: left;
        margin: 0;
    }
    .participants-section{
        padding-bottom: 40px;
    }
    .inner-hero-section .h-content img{
        margin-bottom: 40px;
    }
    .agenda-box ul li .content p br,
    .agenda-box ul li ul li br{
        display: none;
    }
    .agenda-box ul li h2{
        font-size: 23px;
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width: 390px){
    #page-header{
       background-size: 211% 100%;
        padding: 11px 0;
        background-position: 49.5% 50%;
    }
    #page-header .navbar-collapse ul.navbar-nav .nav-item .nav-link{
        padding: 19px 20px 17px;
    }
}