@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
/*
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MyriadPro-Regular.woff') format('woff'),
		url('../fonts/MyriadPro-Regular.ttf')  format('truetype'),
		url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

body {
    font-family: 'Lato', sans-serif;
	color: #000000;
	font-size: 1.125rem;
    line-height: 1.5rem;
	font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
.main-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
section.banner {
    background-position: left center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 8%;
    padding-bottom: 40px;
}
section.banner .banner-image {
    position: absolute;
    width: 36.6%;
    top: 0;
    right: 0;
    height: 100%;
}
section.banner .banner-image img {
    display: none;
}
section.banner .banner-image .wrap {
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.main-site {
    padding-bottom: 58px;
    position: relative;
}
section h2.title {
    color: #4cc1e2;
    font-size: 32px;
    margin-bottom: 20px;
}
.virtual-briefing h2.title {
    margin-bottom: 32px;
}
.speakers h2.title {
    text-align: center;
    margin-bottom: 48px;
}
section.speakers .container {
    max-width: 1190px;
}
.speakers .item-speaker p {
    padding: 0 15px;
}
.speakers h4 {
    font-size: 24px;
}
.speakers .item-speaker {
    text-align: center;
}
.speakers .item-speaker .avatar {
    margin-bottom: 30px;
}
.virtual-briefing .wrapper {
    background-size: cover;
    background-position: center;
    padding: 6.5% 20px;
}
.virtual-briefing {
    position: relative;
    width: 100%;
    padding-top: 70px;
}
.virtual-briefing p {
    margin-bottom: 0;
    color: #fff;
}
.btn:focus {
    box-shadow: none;
}
.btn {
    background-color: #6EBE4C;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 11.5px 30px;
	border-radius: 2px;
}
.btn-green {
    background-color: #6EBE4C;
}
.btn-blue {
    background-color: #4CC1E2;
}
.btn-green:hover {
	color: #fff;
    background-color: #479725;
}
.btn-blue:hover {
	color: #fff;
    background-color: #229ABB;
}
.virtual-briefing .btn-right {
    padding: 2% 0;
}
.about {
    position: relative;
    width: 100%;
    padding-top: 4.6%;
    padding-bottom: 4.5%;
}
.main-site ul {
    list-style: none;
    padding-left: 0;
}
.main-site ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
	font-weight: bold;
}
.main-site ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
	top: 0;
	color: #4cc1e2;
	font-size: 20px;
}
.about .left-content {
    padding-left: 7%;
}
.about h5 {
    color: #4cc1e2;
    font-size: 32px;
    margin-bottom: 15px;
}
section.banner p {
    color: #fff;
}
.about .col-md-8 {
    padding-right: 8%;
}
footer.main-footer {
    background-color: #DAD8D6;
    position: relative;
    padding-top: 62px;
    padding-bottom: 72px;
}
footer.main-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer.main-footer ul li {
    display: inline-block;
    padding-right: 5px;
}
footer.main-footer ul li:last-child {
    padding-right: 0;
}
.social {
    margin-top: 14px;
    display: inline-block;
    width: 100%;
}
section.banner .entry-banner a {
    color: #4cc1e2;
}
.top-footer p {
    color: #6f7170;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
section.banner h2.title {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 52px;
	margin-bottom: 20px;
}
section.banner p.sub-title {
    font-size: 24px;
    text-transform: uppercase;
	margin-bottom: 8px;
}
section.banner .entry-banner {
    padding-right: 5%;
}
section.banner h2.title span {
    color: #4cc1e2;
}
section.banner .btn.btn-blue {
    margin-bottom: 6%;
    margin-top: 25px;
	color: #fff;
}
section.banner .list-logo .logo-image:nth-child(1) img {
	max-width: 129px;
}
section.banner .list-logo .logo-image img {
	max-width: 175px;
}
section.banner .list-logo .logo-image:nth-child(1) {
    margin-right: 5.8%;
}

.about p {
    margin-bottom: 25px;
}
.about h5 {
    padding-top: 5%;
}
.about .left-content .wrap-border:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4CC1E2;
}
.about .left-content .wrap-border {
    position: relative;
    padding-left: 34px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.about .left-content .wrap-border p {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 37px;
    font-family: myriad-pro,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.thanks-you-page section.banner .btn.btn-blue {
    margin-top: 16px;
    margin-bottom: 0;
}
.thanks-you-page section.banner p {
    margin-bottom: 70px;
}
section.upcoming {
    text-align: center;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5.5%;
    z-index: 2;
}
section.upcoming .container {
    max-width: 840px;
	    z-index: 2;
}
section.upcoming p {
    margin-bottom: 50px;
}
section.upcoming .btn.btn-green {
    width: 100%;
    max-width: 290px;
}
section.upcoming:before {
    content: "";
    background-image: url(../images/left-image.png);
    position: absolute;
    left: 0;
    bottom: -340px;
    width: 337px;
    height: 458px;
    background-repeat: no-repeat;
}
section.speakers:before {
    content: "";
    background-image: url(../images/left-image.png);
    position: absolute;
    left: 0;
    bottom: -340px;
    width: 337px;
    height: 458px;
    background-repeat: no-repeat;
}
section.upcoming:after {
    content: "";
    background-image: url(../images/right-image.png);
    position: absolute;
    right: 0;
    bottom: -243px;
    width: 742px;
    height: 458px;
    background-repeat: no-repeat;
	z-index: -1;
}
section.about:after {
    content: "";
    background-image: url(../images/right-image.png);
    position: absolute;
    right: 0;
    bottom: -110px;
    width: 742px;
    height: 458px;
    background-repeat: no-repeat;
	z-index: -1;
}
.top-footer {
    position: relative;
    z-index: 2;
}
section.speakers {
    position: relative;
}
.thanks-you-page section.banner .btn {
    width: 100%;
    max-width: 540px;
}
.register-form-now {
    position: relative;
    width: 100%;
    padding-top: 85px;
}
.register-form-now .lpeCElement{position: relative;}
.register-form-now .top-form {
    display: inline-block;
    width: 100%;
    position: relative;
}
.register-form-now .wrapper {
    background-color: #F6FCFE;
    padding: 87px 8.5% 7.5%;
}
.register-form-now .top-form .row-form {
    margin: 0 -8px;
}
.register-form-now .top-form .col2 {
    padding: 0 8px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.register-form-now label {
    display: block;
    color: #585757;
    font-size: 16px;
	margin-bottom: 8px;
	position: relative;
}
.register-form-mar .mktoForm .mktoRadioList > label,
.register-form-mar .mktoForm .mktoCheckboxList > label {
	padding-left: 24px;
}
.register-form .form-middle .item-form {
    margin-bottom: 22px;
}
.register-form-now input {
    width: 100%;
    border: 1px solid #717272;
    background-color: #A5A8AA;
    color: #fff;
    padding: 0 15px;
    height: 62px;
}
.main-register-form .form-middle p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
}
.main-register-form .submit-form {
    text-align: center;
    margin-top: 34px;
}
section.banner .entry-banner .btn {
    color: #fff;
}
.main-register-form .submit-form .btn-submit:hover {color: #fff;background-color: #229ABB;}
.main-register-form .submit-form .btn-submit {
    background-color: #4cc1e2;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    padding: 18px 35px;
    border: none;
    width: 100%;
    max-width: 285px;
}
.main-header .logo img {
    width: 200px;
    height: auto;
}
.register-form-now h2.title {
    text-align: center;
    margin-bottom: 12px;
}
.register-form-now p.sub-title {
    text-align: center;
    margin: 0 auto;
    max-width: 820px;
}
.main-register-form {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.register-form .form-middle {
    width: 100%;
    display: inline-block;
    position: relative;
    border-top: 1px solid #9C9E9F;
    margin-top: 27px;
    padding-top: 47px;
}
input[type=checkbox] {
     display:none;
 }
 /* to hide the checkbox itself */
 input[type=checkbox] + label:before {
     font-family: FontAwesome;
     display: inline-block;
 }
input[type=checkbox] + label:before {
    content: "\f10c";
    position: absolute;
    left: 0;
    top: 0;
}
 /* space between checkbox and label */
 input[type=checkbox]:checked + label:before {
     content:"\f05d";
 }
 /* unchecked icon */
 input[type=checkbox] + label:before {
     letter-spacing: 10px;
 }
 /* checked icon */
 input[type=checkbox]:checked + label:before {
     letter-spacing: 5px;
 }
.register-form-now label.error {
    color: red;
    font-size: 16px;
}
.register-form-now label[for="agree"] {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}
.virtual-briefing .content-left {
    padding-left: 8.1%;
}
.thanks-you-page .banner h2.title {
    text-transform: unset;
    padding-top: 5.2%;
    margin-bottom: 28px;
}
.thanks-you-page .banner .entry-banner {
    padding-right: 11%;
}
.thanks-you-page section.banner .btn {
    width: 100%;
    max-width: 350px;
    padding: 12.5px 30px;
    text-align: left;
    text-transform: unset;
    display: block;
}
.thanks-you-page section.banner .btn i {
    padding-right: 32px;
}
.thanks-you-page .banner {
    padding-bottom: 7.2%;
}
section.upcoming h2.title {
    margin-bottom: 10px;
}
section.upcoming p {
    margin-bottom: 58px;
}
.register-form-now select {
    border: 1px solid #717272;
    background: #A5A8AA;
    height: 62px;
    color: #fff;
    padding: 0 15px;
    width: 100%;
}

.register-form-mar .mktoForm{
	min-width: 100%;
	max-width: 100%;
	display: flex;
    flex-wrap: wrap;
}
.register-form-mar .mktoForm .mktoRequiredField label.mktoLabel, .mktoForm.mktoLayoutAbove .mktoLabel{
	font-weight: normal;
	display: inline-block;
	width: auto !important;
}
.register-form-mar .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix{
    color: #585757;
	float: right;
}
.register-form-mar .mktoForm .mktoFormRow{
	width: 100%;
	padding: 0 8px;
	clear: none;
	float: left
}
.register-form-mar .mktoForm .mktoFormRow:nth-child(1), .register-form-mar .mktoForm .mktoFormRow:nth-child(2), .register-form-mar .mktoForm .mktoFormRow:nth-child(3), .register-form-mar .mktoForm .mktoFormRow:nth-child(4), .register-form-mar .mktoForm .mktoFormRow:nth-child(5), .register-form-mar .mktoForm .mktoFormRow:nth-child(6), .register-form-mar .mktoForm .mktoFormRow:nth-child(7){
    width: 50%;
}
.register-form-mar .mktoNoJS .mktoLabel{
	margin-top: 15px;
}
.register-form-mar .mktoForm .mktoFieldWrap, .mktoForm .mktoFormCol, .register-form-mar .mktoNoJS .mktoLabel, .register-form-mar .mktoNoJS input[type=text]{
	width: 100% !important;
	text-align: left;
}
.register-form-mar .mktoForm.mktoLayoutAbove .mktoField , .register-form-mar .mktoNoJS input[type=text]{
	width: 100% !important;
	padding: 0 15px;
    font-size: 18px;
}
.register-form-mar .mktoButtonRow, .register-form-mar .mktoButtonWrap{
	width: 100%;
    text-align: center;
	margin-top: 34px;
}
.register-form-mar .mktoButtonRow span{
	margin-left: 0 !important;
}
.register-form-mar .mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton, .register-form-mar .mktoForm button.mktoButton{
	background-color: #4cc1e2;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding: 14px 15px;
    border: none;
    width: 100%;
    max-width: 200px;
    height: auto;
}
.register-form-mar a{
	padding: 0;
}
@media screen and (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}
@media screen and (max-width: 1399px) {
	.virtual-briefing .btn-right .btn {
		font-size: 22px;
	}
	.virtual-briefing .content-left {
		padding-left: 6%;
		padding-right: 4%;
	}
	.virtual-briefing .btn-right {
		padding: 5% 15px 0;
	}
	section.banner h2.title {
		font-size: 52px;
	}
	.about .left-content {
		padding-left: 1%;
	}
}
@media screen and (max-width: 1199px) {
	section.banner h2.title {
		font-size: 45px;
	}
	.about .left-content {
		padding-left: 15px;
	}
	.virtual-briefing .content-left {
		padding-left: 15px;
		padding-right: 15px;
	}
	.virtual-briefing .btn-right {
		padding: 5% 15px 0;
	}
	section h2.title {
		font-size: 30px;
	}
	body {
		font-size: 20px;
		line-height: 28px;
	}
	.virtual-briefing .content-left,
	.virtual-briefing .btn-right {
		max-width: 100%;
		flex: 100%;
		-ms-flex: 100%;
	}
	.virtual-briefing {
		text-align: center;
	}
	section.about:after {
		background-size: 100%;
		width: 470px;
		height: 258px;
		bottom: -60px;
	}
	section.speakers:before {
		bottom: -240px;
		background-size: 100%;
		width: 237px;
		height: 358px;
	}
	section.upcoming:after {
		background-size: 100%;
		width: 450px;
		height: 380px;
	}
	section.upcoming:before {
		width: 200px;
		background-size: 100%;
		height: 380px;
	}
}
@media screen and (max-width: 991px) {
	.btn {
		font-size: 24px;
	}
	section.banner p.sub-title {
		font-size: 20px;
	}
	section.banner h2.title {
		font-size: 32px;
		line-height: 40px;
	}
	section.banner p {
		font-size: 18px;
	}
	section.banner .btn.btn-blue {
		margin-bottom: 9%;
		margin-top: 7%;
	}
	.about .left-content,
	.about .col-md-8{
		max-width: 100%;
		flex: 100%;
		-ms-flex: 100%;
	}
	.about h5 {
		padding-top: 0;
		font-size: 30px;
	}
	.about .left-content {
		padding-top: 30px;
	}
	.speakers h4 {
		font-size: 20px;
	}
	.about .col-md-8 {
		padding-right: 15px;
	}
	section.speakers .container {
		max-width: 720px;
	}
	.speakers .item-speaker p {
		padding: 0;
		font-size: 18px;
	}
	.register-form-now .wrapper {
		padding: 7% 30px 7%;
	}
	.register-form-now .top-form .col2 {
		width: 100%;
	}
	.register-form-now select,
	.register-form-now input {
		height: 45px;
	}
	.register-form-now label {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.main-register-form .submit-form .btn-submit {
		font-size: 24px;
		padding: 12px;
	}
	section.speakers .container {
		max-width: 540px;
	}
	.speakers .item-speaker {
		margin-bottom: 20px;
	}
	.register-form-now {
		padding-top: 5%;
	}
	.about .left-content .wrap-border p {
		font-size: 24px;
	}
	section.banner .banner-image {
		position: absolute;
		width: 15%;
	}
	section.banner .banner-image .wrap {
		background-position: left center;
	}
	.thanks-you-page .banner .entry-banner {
		padding-right: 0;
	}
	section.upcoming:after {
		width: 310px;
		height: 300px;
	}
	section.upcoming:before {
		width: 155px;
		height: 370px;
	}
	.thanks-you-page section.banner .btn i {
		padding-right: 10px;
	}
	.thanks-you-page section.banner .btn {
		padding: 12.5px 20px;
	}
}
@media screen and (max-width: 768px) {
	section.banner {
		padding-top: 120px;
		padding-bottom: 50px;
	}
	section.banner .entry-banner {
		padding-right: 0;
		max-width: 80%;
	}
	.about {
		padding-top: 50px;
	}
}
@media screen and (max-width: 767px) {
    section.banner .list-logo .logo-image:nth-child(1) img {
        max-width: 91px;
        height: auto;
    }
    .main-header .logo img {
        width: 145px;
        height: auto;
    }
	.register-form-mar .mktoForm .mktoFormRow:nth-child(1), .register-form-mar .mktoForm .mktoFormRow:nth-child(2), .register-form-mar .mktoForm .mktoFormRow:nth-child(3), .register-form-mar .mktoForm .mktoFormRow:nth-child(4), .register-form-mar .mktoForm .mktoFormRow:nth-child(5), .register-form-mar .mktoForm .mktoFormRow:nth-child(6), .register-form-mar .mktoForm .mktoFormRow:nth-child(7){
		width: 100%;
	}
	.register-form-mar .mktoForm .mktoRequiredField label.mktoLabel, .mktoForm.mktoLayoutAbove .mktoLabel{
		max-width: 100%;
		font-size: 16px;
	}
	.register-form-mar a{
		padding: 0;
		font-size: 16px;
	}
}
@media screen and (max-width: 655px) {
	section.banner .entry-banner {
		max-width: 85%;
	}
	section.banner h2.title {
		font-size: 30px;
		line-height: 38px;
	}
	section.banner p {
		font-size: 16px;
	}
	section.banner .btn.btn-blue {
		margin-bottom: 25px;
		margin-top: 10px;
	}
	section.about:after {
		background-size: 100%;
		width: 300px;
		height: 210px;
		bottom: -63px;
	}
	section.speakers:before {
		bottom: -240px;
		background-size: 100%;
		width: 170px;
		height: 313px;
	}
	.register-form-now label[for="agree"] {
		word-wrap: break-word;
	}
	section.upcoming:after {
		width: 250px;
		height: 280px;
		bottom: auto;
		top: 20%;
	}
	section.upcoming:before {
		width: 130px;
		height: 356px;
	}
	section.upcoming {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.thanks-you-page section.banner .btn {
		padding: 12px 15px;
	}
	.thanks-you-page section.banner .btn i {
		padding-right: 5px;
	}
	.thanks-you-page section.banner p {
		margin-bottom: 30px;
	}
	.thanks-you-page .banner {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 499px) {
	section.banner .list-logo .logo-image{
		display: inline-block;
		width: 57%;
	}
	section.banner .list-logo .logo-image:nth-child(1) {
		width: 32%;
		margin-right: 8%;
	}
	section.banner .list-logo .logo-image img {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.register-form-now .wrapper {
		padding: 30px 15px 30px;
	}
	.register-form .form-middle {
		margin-top: 0;
		padding-top: 20px;
	}
	.btn,
	.virtual-briefing .btn-right .btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.virtual-briefing h2.title {
		margin-bottom: 25px;
	}
	section h2.title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.main-header .logo {
		max-width: 170px;
	}
	section.banner {
		padding-top: 95px;
		padding-bottom: 30px;
	}
	section.banner .btn.btn-blue {
		margin-bottom: 25px;
		margin-top: 10px;
		font-size: 20px;
		padding: 10px 30px;
	}
	section.banner h2.title {
		font-size: 25px;
		line-height: 30px;
	}
	section.banner p.sub-title {
		font-size: 18px;
	}
	body {
		font-size: 18px;
		line-height: 24px;
	}
	.about h5 {
		padding-top: 0;
		font-size: 25px;
	}
	.main-site ul li:before{font-size: 20px;}
	.about .left-content .wrap-border p {
		font-size: 22px;
		line-height: 30px;
	}
	section.speakers {
		margin-top: 20px;
	}
	.btn {
		font-size: 20px;
	}
	.thanks-you-page section.banner .btn.btn-blue,
	.thanks-you-page section.banner .btn {
		padding: 12px 15px;
		font-size: 14px;
	}
	section.upcoming p {
		margin-bottom: 30px;
	}
}