/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */
@font-face {
	font-family: Segoe UI;
	src: url(../fonts/latest.eot);
	src: local("Segoe UI"), url(../fonts/latest.eot#iefix) format("embedded-opentype"), url(../fonts/latest.woff) format("woff"), url(../fonts/latest.ttf) format("truetype"), url(../fonts/latest.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Segoe UI Semibold;
	src: url(../fonts/latestsemibold.eot);
	src: local("Segoe UI Semibold"), url(../fonts/latestsemibold.eot#iefix) format("embedded-opentype"), url(../fonts/latestsemibold.woff) format("woff"), url(../fonts/latestsemibold.ttf) format("truetype"), url(../fonts/latestsemibold.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Segoe UI Semilight;
	src: url(../fonts/latestsemilight.eot);
	src: local("Segoe UI Semilight"), url(../fonts/latestsemilight.eot#iefix) format("embedded-opentype"), url(../fonts/latestsemilight.woff) format("woff"), url(../fonts/latestsemilight.ttf) format("truetype"), url(../fonts/latestsemilight.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Segoe UI Light;
	src: url(../fonts/latestlight.eot);
	src: local("Segoe UI Semilight"), url(../fonts/latestlight.eot#iefix) format("embedded-opentype"), url(../fonts/latestlight.woff) format("woff"), url(../fonts/latestlight.ttf) format("truetype"), url(../fonts/latestlight.svg#web) format("svg");
	font-weight: 400;
	font-style: normal
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
	color: #000;
	font-weight: 400
}

html {
	overflow: hidden
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: scrollbar;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	margin: 0 auto;
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 27px;
}
.container-fluid{
	max-width:1400px;
}
.body-text {
	margin-right: 15px;
	margin-left: 15px;
	clear: both
}
.reletedContentWrapper{
	clear: both;
}

.component {
	margin-top: 60px;
	margin-bottom: 60px
}

.nowrap {
	white-space: nowrap
}

.clearfix {
	clear: both
}
.subhead,
h2 {
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 35px;
	font-weight: 400;
	color: #444
}


a {
	text-decoration: underline
}

a.block-link {
	text-decoration: none
}

a.block-link:active,
a.block-link:focus,
a.block-link:hover,
a:active,
a:focus,
a:hover {
	text-decoration: underline
}
.White{
	background:#FFFFFF !important;
}
.header{
    background:#FFFFFF;
    height:60px;
	padding:0 33px;
  }
 
  .header .headerIcon img{
    margin-top: 18px;
  }
  .footer{
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
    background:#EBEBEB;
    display: block;
    clear: both;
    margin: 0 -35px;
    margin-top: 20px;
	padding: 15px 33px;
  }
  footer #footerlinks{
	  display:inline-block;
  }
  footer li {
		list-style: none;
		display: inline-block;
		font-size: 12px;
	}
  .footer a{
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #3C3C41;
  }
  .footer a:after {
    content: "|";
    margin-left: 10px;
	margin-right: 6px;
}
body[dir="rtl"] .footer a:after{
	margin-right: 10px;
}
body[dir="rtl"] footer #footerlinks{
	margin-left: -20px;
}
.read-more-wrapper {
	height: auto
}

.read-more-wrapper.is-active {
	overflow: hidden;
	border-bottom-width: 40px;
	border-bottom-color: transparent;
	border-bottom-style: solid
}

.read-more-link {
	display: none;
	position: absolute;
	bottom: -11px;
	left: 0;
	font-size: 16px;
	line-height: 30px;
	padding: 15px
}

body[dir=rtl] .pull-right {
	float: left!important
}
.cardwrapper {
	position: relative;
    border: 1px solid #d2d2d2;
	padding: 48px 0;
	margin: 48px 0;
}
.card-icon {
	text-align: center;
	margin-bottom: 24px;
}
.card-content {
	font-size: 16px;
    padding: 0 24px;
    height: auto;
}
.carditemwrapper{
	border: 1px solid #d2d2d2;
    margin-top: 48px;
}
.carditem-icon img{
	width: 100%;
}
.carditem-title{
	padding: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.video{
    padding: 72px 48px 0px;
}
.vidwrapper{
	margin: 0 -15px;
}
.vidwrapper h1,.vidwrapper p{
	color:#ffffff;
	margin-bottom: 24px;
}
h1.product-headline{
	font-size:37px;
	font-weight:600;
	font-weight: 600;
    color: #000;
	margin-top: 0;
}
.prodwrapper, .eventwrapper{
	margin: 48px 35px;
	overflow: auto;
}
.proditem-details{
	margin-top: 48px;
}
.prod-image img{
	width: 100%;
	margin-top: 0px !important;
}
section h1{
font-weight: 600;	
}
section h2{
	font-size: 29px;
	font-weight: 600;
	color:#000;
	margin-bottom: 12px;
}
.proditem-details a{
	color: #0067b8;
}
.event-headline{
	color:#000;
	margin: 30px 0 10px;
	font-weight:bold;
}
.event-details{
	padding:24px;
	margin-bottom: 20px;
    background: #f9f9f9;
}
.event-date{
	font-weight: bold;
	font-size: 37px;
	color:#000000;
    line-height: 36px;
}
.event-time{
	margin: 24px 0;
}
.event-title{
	font-size:18px;
    font-weight: 600;
    margin-bottom: 60px;
}
.event-details a{
    border: 1px solid;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 30px;
	color: #FFFFFF;
	display: inline;
    background: #046abb;
}
.event-status{
	margin-left: -6px;
}
.carousel-control.left{
	margin-left:0px;
  }
  
  .carousel-control.right{
	margin-right:0px;
  }
  .speakerSection h2, .carouselSpeakerSection h2{
	font-family: Segoe UI Semibold;  
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #000000;
	margin-bottom: 20px;
  }
  
  .speaker_carousel h3{
	font-family: Segoe UI Semibold;  
	font-size: 18px;
	color: #000000;
	margin-top: 21px;
  }
  
  .speaker_carousel p{
	font-size: 16px;
	color: #000000;
  }
  
  .speaker{
	width: 297px;
	height: 359px;
	background: #FFFFFF;
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.13), 0px 1px 4px rgba(0, 0, 0, 0.108);
	text-align: center;
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: -15px;
  }
  
  .speaker h2{
	padding-top:42px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin:0;
  }
  
  .speaker img{
	padding-top:20px;
  }
  .speaker_carousel img{
	width: 120px;
    display: block;
    height: 120px;
    text-align: center;
	border-radius: 60px;
    margin: 0 auto;
  }
  
  .speaker h3{
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	color: #000000;
  }
  .speaker p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	padding-left: 31px;
	padding-right: 30px;
  }
  .speakerWrapper{
	margin-bottom: 60px;
  }
  .divider{
    height: 0;
    margin: 50px;
    border-bottom: 1px solid #e2e2e2;
  }


@media (min-width:768px) {
	.pull-right-sm,
	body[dir=rtl] .col-sm-1,
	body[dir=rtl] .col-sm-2,
	body[dir=rtl] .col-sm-3,
	body[dir=rtl] .col-sm-4,
	body[dir=rtl] .col-sm-5,
	body[dir=rtl] .col-sm-6,
	body[dir=rtl] .col-sm-7,
	body[dir=rtl] .col-sm-8,
	body[dir=rtl] .col-sm-9,
	body[dir=rtl] .col-sm-10,
	body[dir=rtl] .col-sm-11,
	body[dir=rtl] .col-sm-12 {
		float: right
	}
}

@media (min-width:992px) {
	.pull-right-sm {
		float: right
	}
	.body-text {
		clear: left
	}
	body[dir=rtl] .col-md-1,
	body[dir=rtl] .col-md-2,
	body[dir=rtl] .col-md-3,
	body[dir=rtl] .col-md-4,
	body[dir=rtl] .col-md-5,
	body[dir=rtl] .col-md-6,
	body[dir=rtl] .col-md-7,
	body[dir=rtl] .col-md-8,
	body[dir=rtl] .col-md-9,
	body[dir=rtl] .col-md-10,
	body[dir=rtl] .col-md-11,
	body[dir=rtl] .col-md-12 {
		float: right
	}
	body[dir=rtl] .body-text {
		clear: right
	}
}


body[dir=rtl] .title-area-background {
	left: auto;
	right: 0
}
.title-area{
	margin:-1px -15px;
}
.title-area-background{
    background-image: url(../images/1px.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	min-height: 300px;
	background-color: #0078D7;
}

.title-area-desc{
    vertical-align: middle;
    height: 300px;
    display: table-cell;
	padding: 0 48px;
	text-align: left;
}
.title-area-desc h1, .title-area-desc p, .title-area-desc div{
	color:#FFFFFF;
}
.content-wrapper{
    padding :0 33px;
	margin-top:24px;
}
.fullbanner{
	margin: 24px -15px 24px;
}
.fullbanner img{
    width: 100%;
    height: auto;
}
.halfbanner{
    margin-bottom: 48px;
}
.halfbanner img{
    width:100%;
	height: 370px;
}
section #mainBodyCopy{
    margin-left:48px;
}
section h1,section p, section ol, section ul{
    margin-bottom:24px;
	margin-top:0;
}
section img{
	margin-top: 24px;
}
section p, section a, section ol li,section ul li{
    font-size:16px;
}
section ul li a{display: inline !important;}
section p a{display: inline;}
.contentbannerwrapper{
	padding: 0;
	overflow:auto;
	background: #f2f2f2;
	margin:0 -15px;
}
.cbimg{
    padding: 48px;
}
.cbimg img{
    width: 100%;
    height: 250px;
}
.cbwrapper{
    padding-top: 8%;
    margin: 0 48px;
}
.col3wrapper h1{
    text-align: center;
    margin: 0;
}
.read-more, .read-less {
    cursor: pointer;
    color: #1735cc;
    position: absolute;
    bottom: -6px;
    right: 9px;
    font-size: 12px;
    font-weight: bold;
  }
  .contentoverbannerwrapper .webinartitle, .contentoverbannerwrapper .cbheadline, .contentoverbannerwrapper .cbdatewrapper .cbdesc{
	color:#000;
  }
.webinartitle{
	font-size: 16px;
    font-weight: bold;
    display: table-cell;
    background: #989898;
    padding: 2px 10px;
    word-spacing: 10px;
    color: #000000 !important;
}
.cbheadline{
	width:100%;
	color: #000;
	font-size:50px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 24px;
}
.cbdatewrapper{
	font-size:24px;
	line-height: 1.4em;
}
.cbdatewrapper span{
	font-weight: 600;
}
.fullcontentbannerwrapper{
	display: block;
    background: #7d7fb7;
    margin: 0 -15px;
    overflow: auto;
}
.fullcontentbannerwrapper .cbwrapper{
    color: #FFFFFF;
    padding: 0;
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 33px;
}
.fullcontentbannerwrapper .webinartitle {
    font-weight: bold;
    display: table-cell;
    background: #6163a5;
    padding: 2px 10px;
    margin-bottom: 18px;
    word-spacing: 10px;
    color: #FFFFFF;
}
.fullcontentbannerwrapper .cbheadline{
    color:#FFFFFF;
}
.col3cardwrapper h1{
	font-weight:600;
    margin: 0 auto;
    width: 70%;
    text-align: center;
}
.title-area-desc{
	display: table-cell;
}
.title-area-mob{
	display: none;
}
.vidwrapper{
	background:#000000;
}
.vidwrapper .vidyard_player {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
	background:#000000;
    padding:72px 48px 0 48px;
}

.vidwrapper .vidyard_player span {
	width: 100%!important;
	height: 0!important;
	padding-bottom: 56.25%
}
.video-desc{
	padding: 0 48px 72px 48px;
	color:#ffffff;
}

.vidwrapper .vidyard_player span .vidyard_iframe {
	height: 100%;
	width: 100%
}

.button{
	background: #0e5dbb;
    color: #fff;
}
.btn-thanku{
	padding: 10px 30px;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
a.button:hover{
	text-decoration: none;
	color:#FFFFFF;
}
.thankyouwrapper{
	margin: -32px -29px;
}
.tyheadline{
	font-size:37px;
	font-weight: 600;
	line-height: 45px;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;	
}
.tytext{
	font-size:18px;
	font-weight: 400;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;	
}

@media (max-width:992px) {
	#mainBodyCopy{
		padding:0 !important;
	}
	#mainBodyCopy > h1{
        margin: 0px -15px 20px;
        padding: 20px 20px 40px;
        background-color: #f2f2f2;
	}
	.txt-center{
		text-align:center;
	}
	section img,.proditem-details{
		margin-top: 20px;
	}
	section h2,section a{
		display: block;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.cardwrapper{
		margin:0 0 20px;
		padding: 40px;
	}
	.col3wrapper{
        margin: 24px 0;
	}
	h1{
        font-size: 29px;
       }
       .content-wrapper{
		padding: 0px;
		margin-top:0;
	   }
	.form-wrapper{
		margin: 0 15px;
	}
	.fullcontentbannerwrapper .cbwrapper{
		display: block;
		height: auto;
		padding: 20px 0 40px;
		margin: 0 -15px;
	} 
	.title-area-background{
		height: 200px;
	} 
	.contentbannerwrapper{
		margin:0px;
	} 
    .fullbanner{
        margin: -1px -15px;
     }   
    .halfbanner{
		padding: 0;
		margin: -1px -15px;
	} 
	.fullbanner img{
		width: 100%;
		height: auto;
	}
	.halfbanner img{
		width:100%;
		height: auto;
	}
	h1.product-headline{
		font-size:29px;
		margin-bottom: 20px;
	}
	.proditem-details h2{
		font-size:18px;	
	} 
    .col3wrapper h1{
        margin: 40px 0;
    }
    .cbimg {
        padding: 0;
        margin: 0 -15px;
    }
    .cbwrapper {
        padding: 20px 0 40px;
        margin: 0;
	}
	.cbheadline{
		margin:20px 0;
		font-size:29px;
	}
	.cbdatewrapper{
		font-size:18px;
	}
	.cbdatewrapper span{
		font-weight: 600;
	}
    .card-content{
        height: auto;
	}
	.col3cardwrapper{
		margin-bottom: 20px;
	}
    .carditemwrapper{
        margin:0 0 20px;
    }
    .col3cardwrapper h1{
		width: 100%;
        margin:40px 0;
    }
	.speakerSection h2, .carouselSpeakerSection h2{
		font-family: Segoe UI Semibold;  
		font-size: 24px;
	}
	.video{
		padding: 0;
	}
	.vidwrapper .vidyard_player {
		padding:0;
	}
	.video-desc {
		padding: 20px 30px;
	}
	.event-headline{
		margin: 40px 0 20px;
	}	
	.prodwrapper, .eventwrapper{
		margin: 40px 15px; 
	}
	.event-title{
		margin-bottom: 30px;
	}
	.title-area-desc{
		display: none;
	}
	.title-area-mob{
		display: block;
		padding: 20px 15px 40px;
		margin-bottom: 20px;
		background: #f2f2f2;
		text-align: left;
	}
	.thankyouwrapper{
		margin: 20px 0px;
	}
	.tyheadline{
		font-size:29px;
		font-weight: 600;
		line-height: 34px;
		font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	}
	.tytext{
		font-size:16px;
		font-weight: 400;
		font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;	
	}
	.footer {
		margin: 0 -20px;
	}
}
@media (max-width:767px) {	     
   section #mainBodyCopy{
       margin-left:0
    }
   section h1, section p{
       margin-bottom:20px;
	   margin-top:0;
   }
    .video-desc{
        padding: 0 30px 40px;
	}
	.vidwrapper h1, .vidwrapper p{
		margin-bottom: 20px;
	}
}

/* carousel start */
.carousel-control { 
	width: 8%;
	width: 0px;
  }
  .carousel-control.left,
  .carousel-control.right {
	background-image: none;
	opacity: 1;
  }
  .carousel-control > a > span {
	color: #000000;
	font-size: 29px !important;
  }
  
  .carousel-col { 
	position: relative; 
	min-height: 1px; 
	padding: 5px; 
	float: left;
  }
  
   .active > div { display:none; }
   .active > div:first-child { display:block; }
  
/*KOREA CONSENT*/
span.enhance-consent {
	font-size: 20px;
	font-weight: bold;
}
span.korea-consent {
	line-height: 1.5em;
}
ul.koreaSubConsent {
	margin-top: 14px;
}
.koreaReqCheckbox .mktoError{
	right: auto !important;
	bottom: auto !important;
	top: 25px;
}
.customFieldCode {
    width: 100%;
    margin-bottom: 0 !important;
}
.customFieldCode .mktoFieldWrap {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 24px;
}
.form-wrapper form.mktoForm .mktoFormRow .customFieldCode .mktoFieldWrap .mktoCheckboxList label, .form-wrapper form.mktoForm .mktoFormRow .customFieldCode .mktoFieldWrap label {
	font-size: 16px;
    font-weight: 400;
    color: #000;
    width: auto!important;
    margin-bottom: 5px;
}
.mktoForm .mktoFormRow .customFieldCode .mktoFieldWrap .consentLabel {
    margin-left: 25px;
    color: #000;
}
.form-wrapper form.mktoForm .mktoFormRow .customFieldCode .mktoFieldWrap input[for=marketo2Marketo], .form-wrapper form.mktoForm .mktoFormRow .customFieldCode .mktoFieldWrap input[type=checkbox] {
    -webkit-appearance: checkbox;
    width: 20px!important;
    height: 20px!important;
    margin-top: 2px!important;
    opacity: 1;
}
.customFieldCode .mktoLogicalField {
	width: 150px;
    vertical-align: bottom !important;
    position: absolute;
    left: 0;
    top: -5px;
	padding-left: 0px !important;
}
.koreaConstRow .mktoError{
	right: 0px !important;
}
body.rtl .mktoForm .mktoFormRow .customFieldCode .mktoFieldWrap .consentLabel {
    margin-right: 31px;
}
body.rtl .mktoForm .mktoFormRow .mktoFieldWrap .korea-consent {
    margin-right: 26px;
};
body.rtl .customFieldCode .mktoLogicalField {
    right: 0px !important;
}
.education-unsupported-consent a.consent-btn {
    width: 100%;
    margin: 30px auto !important;
    display: block !important;
    font-family: inherit;
    text-align: center;
    text-decoration: none !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    border-radius: 4px;
    word-break: break-word;
    background-color: #0e5dbb !important;
    white-space: normal;
    color: #fff !important;
}
.form-wrapper form.mktoForm .mktoFormCol a.consent-btn {
    color: #FFFFFF !important;
}

.form-wrapper form.mktoForm .mktoFormCol a.consent-btn:focus, .form-wrapper form.mktoForm .mktoFormCol a.consent-btn:hover {
    text-decoration: none !important;
    background-color: #238ee2 !important;
}
  /*xs*/
  @media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .active.right { left: 100%; }
	  .carousel-inner .next        { left:  100%; }
	  .carousel-inner .prev            { left: -100%; }
	.carousel-col                { width: 100%; }
	  .active > div:first-child + div { display:block; }
	ul.koreaSubConsent {
		margin-left: 25px;
	}
  }
  
  /*sm*/
  @media (min-width: 768px) and (max-width: 991px) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .active.right { left: 50%; }
	  .carousel-inner .next        { left:  50%; }
	  .carousel-inner .prev            { left: -50%; }
	.carousel-col                { width: 50%; }
	  .active > div:first-child + div { display:block; }
  }
  
  /*md*/
  @media (min-width: 992px) and (max-width: 1199px) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .active.right { left: 50%; }
	  .carousel-inner .next        { left:  50%; }
	  .carousel-inner .prev            { left: -50%; }
	.carousel-col                { width: 50%; }
	  .active > div:first-child + div { display:block; }
	.active > div:first-child + div + div { display:block; }
  }
  @media (max-width: 1400px){
	.halfbanner img {
		height: auto;
	}
  }
  /*lg*/
  @media (min-width: 1200px) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .active.right{ left:  50%; }
	  .carousel-inner .next        { left:  50%; }
	  .carousel-inner .prev            { left: -50%; }
	.carousel-col                { width: 50%; }
	  .active > div:first-child + div { display:block; }
	.active > div:first-child + div + div { display:block; }
	  .active > div:first-child + div + div + div { display:block; }
  }