* {
    margin: 0; 
    padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}


html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    box-sizing: border-box;  
}

img {
    border: 0 !important;
    outline: 0 !important;
    vertical-align: middle !important;
}

label {
    margin: 0 !important;
}

a {
    text-decoration: none !important; 
    border: 0;
    outline: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none !important; 
    outline: 0 !important;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:hover, :active, :focus {
    text-decoration: none !important; 
    outline: 0 !important;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea, input, checkbox, radio {
    border: 0 !important;
    outline: 0 !important;
}

::selection {
    background: #0a9ad7;
}

::-moz-selection {
    background: #0a9ad7; 
}

.sky-blue {
    color: #0a9ad7;
}

.green {
    color: #60a63c;
}



/*********************************************************************************************************
    FONTS
*********************************************************************************************************/
@font-face {
    font-family: 'Regular';
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Regular.eot');
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Regular.woff2') format('woff2'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Regular.woff') format('woff'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Regular.ttf') format('truetype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SemiBold';
    src: url('https://images.forbesindia.com/media/fonts/Poppins-SemiBold.eot');
    src: url('https://images.forbesindia.com/media/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('https://images.forbesindia.com/media/fonts/Poppins-SemiBold.woff') format('woff'),
         url('https://images.forbesindia.com/media/fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Bold';
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Bold.eot');
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Bold.woff2') format('woff2'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Bold.woff') format('woff'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Bold.ttf') format('truetype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Light';
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Light.eot');
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Light.woff2') format('woff2'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Light.woff') format('woff'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Light.ttf') format('truetype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Medium';
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Medium.eot');
    src: url('https://images.forbesindia.com/media/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Medium.woff2') format('woff2'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Medium.woff') format('woff'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Medium.ttf') format('truetype'),
         url('https://images.forbesindia.com/media/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}





/*********************************************************************************************************
    Desktop
*********************************************************************************************************/
.content {
    width: 1280px;
    margin: 0px auto;
    display: block;
}

.banner {
    width: 100%;
    height: 0;
    margin: 0px auto;
    display: block;
    background: url(../images/banner.png);
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 47.58%; /* (img-height / img-width * container-width) */
                         /* (650 / 1366 * 100) */
}

    .banner > img {
        width: 100%;
    }


.banner2 {
    width: 100%;
    height: 0;
    margin: 0px auto;
    display: block;
    background: url(../images/banner3.png);
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 47.58%; /* (img-height / img-width * container-width) */
                         /* (650 / 1366 * 100) */
}

    .banner2 > img {
        width: 100%;
    }


/******************* Header *******************/
.header {
    width: 100%;
    background-color: #9db785;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 100px;
}

.header_forbes_logo {
    float: left;
}

.header_barclays_logo {
    float: right;
}

.header-links {
    display: inline-block;
    margin: 0 auto;
}

.link {
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 21px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0px 20px;
}

    .link a {color: #d5f5b7;}
    .link a:hover {color: #fff;}



/******* About Event *******/
.about-event {
    width: 100%;
    display: block;
    color: white;
    
    background: url(../images/blue_bg.png);
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: bottom center;
    
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-event-2 {
    width: 100%;
    display: block;
    color: #000;
    
    background-color: #7aba3f;
    /*background: url(../images/green_bg.png);
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: bottom center;
    */
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-title {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 27px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.about-text {
    width: 80%;
    margin: 0px auto;
    display: block;
    font-family: 'Regular', Helvetica, Arial, sans-serif; 
    font-size: 19px;
    line-height: 23px;
    color: #fff;
}




/******************* Event Details *******************/
.event-bg {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #e8ebe4;
    padding: 5% 10%;
}

.event-title {
    width: 100%;
    font-family: 'Light', Helvetica, Arial, sans-serif; 
    font-size: 30px;
    line-height: 37px;
    color: #3356b9;
    text-align: center;
    margin-bottom: 50px;
}

.event-text {
    font-size: 21px;
    line-height: 29px;
}




/******************* Nested Tabs*******************/
.webinar-bg {
    width: 100%;
    display: block;
    color: white;
    background-color: #fff;
    /*
    background: url(../images/black_bg.png);
    background-size: cover;                     
    background-repeat: no-repeat;
    background-position: bottom center;
    */
    padding-top: 50px;
    padding-bottom: 140px;
}

.webinar-title {
    width: 100%;
    font-family: 'Light', Helvetica, Arial, sans-serif; 
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}



/***** Tabs *****/
.nested-tabs {
    width: 100%;
    padding-top: 0px;
    display: block;
    background-color: #e8ebe4;
}


@-webkit-keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showTab {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.tabsy {
    display: -webkit-box;   
	display: -moz-box; 
	display: -ms-flexbox;  
	display: -webkit-flex;
	display: flex;  
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
    -moz-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabsy > button {
    width: 100%;
    margin: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}

.tabsy > .tabButton {
    display: block;
    margin-top: 1px;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 25px;
    line-height: 25px;
    padding: 20px 40px 20px 40px;
    background: #fff;
    color: #60a63c;
    text-align: center;
    border-right: 2px solid #e8ebe4;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.tabButton-time {
    font-family: 'Regular', Helvetica, Arial, sans-serif; 
    font-size: 16px;
    
}

.tabsy > input {
    display: none;
}

.tabsy > input:checked + label + .tab {
    display: block; 
    /* margin-top: 60px; */
}

.tabsy > input:checked + label + .tab > .webinar-content {
    -webkit-animation: showTab 250ms ease-in-out;
    animation: showTab 250ms ease-in-out;
}

.tabsy > .tab {
    background: #e8ebe4;
    padding: 75px 120px 50px 120px;
    display: none;
}
.tabsy > .tab .webinar-content {
    max-width: 1280px;
    padding-left: 12px;
    padding-right: 12px;
}

.webinar-left-colummn {
    width: 57%;
    float: left;
}

.webinar-left-colummn-full {
    width: 100%;
    float: left;
}

.webinar-right-colummn {
    width: 38%;
    float: right;
}

.webinar-details {
    width: 100%;
    font-family: 'Regular', Helvetica, Arial, sans-serif; 
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 50px;
}

.webinar-details-post-event {
    width: 100%;
    font-family: 'Regular', Helvetica, Arial, sans-serif; 
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}

.date {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #192988;
    margin-bottom: 15px;
}

    .date > img {
        margin-right: 15px;   
    }


.video-container {
    width: 100%;
    height: 500px;
    float: left;
    text-align: center;
}

iframe {
  width: auto !important;
  height: 100% !important;
    aspect-ratio: 16 / 9;
}



.register {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    text-decoration: underline;
    font-size: 24px;
    color: #192988;
    margin-top: 40px;
}

    .register > img {
        margin-left: 15px;   
    }



/***** Form *****/
.form-container {
    width: 100%;
    background-color: #192988;
    padding: 30px 40px; 
}

.form-title {
    width: 100%;
    font-family: 'Bold', Helvetica, Arial, sans-serif;
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.form-subheadline {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.form-field {    
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 15px 18px;
    color: #555;
    font-size: 15px;
    margin-bottom:10px;
}


.form-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.form-btn {
    background-color: #000;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #fff;
    padding: 15px 80px;
    cursor: pointer;
    border: 0;
    display: flex;
    align-self: center;
    text-align: center;
    text-transform: uppercase;
}

    .form-btn:hover, .form-btn:focus {
        color: #fff;
        background-color: #0a9ad7;
        outline: 0;
    }

.form-disclaimer {
    width: 100%;
    padding: 0px 30px;
    font-size: 11px;
    color: #0a9ad7;
    text-align: center;
    margin-top: 15px;
}

    .form-disclaimer a {
        color: #0a9ad7;
        text-decoration: underline !important;
    }

    .form-disclaimer a:hover {
        color: #fff;
    }


.checkbox {
    display: block;
}

.checkbox-label {
    float: left;
    margin-left: 10px;
}

    .checkbox-label a {
        color: white;
        font-size: 12px;
    }
    
    .checkbox-label a:hover {
        text-decoration: underline !important;
    }


.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
    color: #fff;
    font-size: 12px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #0a9ad7;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #0a9ad7;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}




@media screen and (min-width: 768px) {
    .tabsy {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabsy > .tabButton {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
    }

    .tabsy > input:checked + label {
        background: #60a63c;
        color: #fff
    }

    .tabsy > .tab {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}



/**** Panelist ****/
.panelist-bg {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    text-align: center;
    display: inline-block;
    background-color: #e8ebe4;
}

.panelist-container {
    width: 1280px;
    margin: 0px auto;
    display: inline-block;
}

.panelist-title-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.panelist-title {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 27px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.panelist-title_old {
    background-color: #0a9ad7;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #fff;
    padding: 15px 50px;
}


.panelist-wrapper {
    width: 1280px;
    float: left;
    text-align: center;
}

.panelist {
    width: auto;
    min-height: 350px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
}

.panelist-pic {
    margin-bottom: 30px
}

.panelist-name {
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #3356b9;
    margin-bottom: 5px;
}

.panelist-name-2 {
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #508321;
    margin-bottom: 5px;
}

.panelist-designation {
    font-size: 14px;
    color: #333;
}



/**** Articles ****/
.articles-bg {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(135deg, #e5d9d3, #b2d8e8);
}

.articles-bg2 {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    display: inline-block;
    background: linear-gradient(135deg, #b2d8e8, #c0e99a);
}

.articles-title {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}

.articles-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 auto;
}

.articles {
    width: 400px;
    min-height: 420px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px;
}

.articles-pic {
    width: 100%;
    height: 278px;
    display: block;
}

.articles-pic a > img {
    width: auto;
    height: 278px;
}

.articles-text {
    display: block;
    font-size: 17px;
    text-align: left;
    margin-top: 15px;
    white-space: normal;
}

    .articles-text a {
        color: #111;
    }

        .articles-text a:hover {
            color: #3356b9;
        }



.barclays-bg {
    width: 100%;
    padding: 100px 0px;
    text-align: center;
    display: inline-block;
    background: #b3d9e6;
}

.barclays-title {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}

.barclays-details {
    width: 100%;
    font-family: 'Regular', Helvetica, Arial, sans-serif; 
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 50px;
}


/**** Podcast ****/
.podcast-bg {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
    display: inline-block;
    background: #fff;;
}

.podcast-title {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif; 
    font-size: 27px;
    text-align: center;
    margin-bottom: 30px;
}

.podcast-container {
    width: 1280px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
}

.podcast {
    width: 400px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #e8ebe4;
    padding: 10px;
}

.video-thumbnail {
    position: relative;
    display: block;
    cursor: pointer;
}

.video-thumbnail > img {
    width: 100%;
    height: auto;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "";
    font-family: FontAwesome;
    font-size: 60px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
    color: #fff;
    opacity: 1;
}


.source-reference {
    width: 100%;
    background-color: #333;
    padding: 30px 50px;
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #bababa;
}


/**** Footer ****/
.footer {
    width: 100%;
    background-color: #111;
    padding: 30px 50px;
}

.footer-links {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

    .footer-links a {
        color: #fff;
    }

    .footer-links a:hover {
        color: #fff;
        text-decoration: underline !important;
    }

.footer-right {
    width: 45%;
    float: right;
    color: #fff;
    text-align: right;
    font-size: 13px;
}



.terms {
    width: 100%;
    background-color: #cecece;
    padding: 100px;
}

.terms-title {
    width: 100%;
    font-family: 'SemiBold', Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 30px;
}

.terms-text {
    width: 100%;
    font-family: 'Regular', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
}



/*********************************************************************************************************
    Mobile Responsive
*********************************************************************************************************/


@media screen and (max-width: 768px) {
    
    .content {
        width: 100%;
    }
    
    .banner {
        background: url(../images/banner_mobile.png);
        background-size: cover;                     
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-top: 173.67%; /* (img-height / img-width * container-width) */
                             /* (720 / 414 * 100) */
    }
    
    .banner2 {
        background: url(../images/banner_mobile2.png);
        background-size: cover;                     
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-top: 173.67%; /* (img-height / img-width * container-width) */
                             /* (720 / 414 * 100) */
    }
    
    
    
        .header {
            display: inline-block;
            padding: 0px;
                margin-bottom: -10px;
        }

        .header_forbes_logo {
            display: block;
            width: 100%;
            margin: 20px 0;
        }

        .header_barclays_logo {
            display: none;
        }

        .header-links {
            width: 100%;
            float: left;
            background-color: #111;
            padding: 10px 0;
        }    
    
    
    .about-event {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    about-title {
        margin-bottom: 30px;
    }
    
    .about-text {
        width: 90%;
    }
    
    .webinar-bg {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .nested-tabs {
        margin-top: 0px;
    }
    
    .webinar-title {
        width: 100%;
        font-family: 'Light', Helvetica, Arial, sans-serif; 
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }

    .tabsy {display: block;}
    
    .tabsy > .tabButton {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #e8ebe4;
        color: #fff;
        background-color: #60a63c;
    }
    
    .tabsy > .tab {
        padding: 30px 20px 30px 20px;
    }
    .tabsy > .tab .webinar-content {
        width: 100%;
        padding: 0;
    }
    .webinar-left-colummn {
        width: 100%;
        float: left;
    }
    
    .webinar-right-colummn {
        width: 100%;
        float: left;
    }
    
    .webinar-details {
        width: 100%;
        font-family: 'Regular', Helvetica, Arial, sans-serif; 
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 30px;
    }
    
    .webinar-details-post-event {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 30px;
    }
    
    .date {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .register {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .register > img {display: none;}
    
    .form-container {
        width: 100%;
        background-color: #333;
        padding: 15px 20px; 
    }
    
    .form-subheadline {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .form-btn {
        background-color: #0a9ad7;
        font-size: 20px;
    }

    .form-btn:hover, .form-btn:focus {
        color: #fff;
        background-color: #000;
    }

    .form-disclaimer {
        padding: 0px 0px;
        font-size: 10px;
        line-height: 15px;
    }
    
    .video-container {
        width: 100%;
        height: auto;
    }

    iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
    
    .event-bg {
        padding: 50px 15px;
    }
    
    .event-title {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .event-text {
        font-size: 21px;
        line-height: 29px;
    }
    
    
    .panelist-container {
        width: 100%;
        padding-top: 20px;
    }

    .panelist-title-container {
        width: 100%;
        margin-bottom: 0px;
    }

    .panelist-title {
        font-size: 20px;
        padding: 15px 30px;
    }


    .panelist-wrapper {
        width: 100%;
        float: none;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .panelist {
        min-height: 0px;
        margin-bottom: 30px;
    }

    .panelist-pic {
        margin-bottom: 10px
    }

    .panelist-name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .panelist-designation {
        font-size: 14px;
    }
    
    
    .articles-container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .articles-pic1 > img,
    .articles-pic a > img {
        width: 100%;
        height: auto;
    }

    .articles {
        width: 80%;
        min-width: 80%;
        min-height: auto;
        display: inline-block;
        margin-left: 15px;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .articles:first-child {
        margin-left: 0;
    }

    .articles-pic {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    
        .articles-pic > img {
            width: 100%;
            height: auto;
        }
    
    .articles-text {
        margin-bottom: 10px;
    }
    
    
    
    .barclays-details {
        width: 90%;
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto;
    }
    

    .podcast-container {
        width: 90%;
    }

    .podcast {
        width: 80%;
        min-height: auto;
        display: inline-block;
        margin-left: 15px;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 10px;
    }
    .podcast:first-child {
        margin-left: 0;
    }
    
    .video-thumbnail {
        width: 100%;
    }
    
    .video-thumbnail:before {
        font-size: 70px;
    }
    
    
    .footer {
        padding: 25px 0px 20px 0px;
        float: left;
        display: block;
        justify-content:flex-start;
        align-items: flex-start;
    }

    .footer-links {        
        width: 100%;
        float: left;
        color: #fff;
        text-align: center;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .footer-right {        
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .terms {
        padding: 50px 20px;
    }

    .terms-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .terms-text {
        font-size: 12px;
        line-height: 16px;
    }
    
}