.event-timedate {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
}
.event-timedate .center-container {
  float: left;
  width: 100%;
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  justify-content: space-around;
  font-weight: 600;
  color: #777;
  font-size: 16px;
}
.event-timedate .countdown {
margin-bottom: 0;
}


.landing {
float: left;
width: 100%;
}

.event-landing .center {
max-width: 700px;
}


.training-content {
float: left;
width: 100%;
}
.content-section {
float: left;
width: 100%;
}
.content-section.section1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.section1 > .content-section-text {
float: left;
width: calc(100% - 320px);
}
.section1 > .content-section-text {
	width: 100%;
	margin-top: 20px;
}
.section1 > .content-section-text > p {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #FFF;
}
.section1 > .content-section-text:nth-child(2n+1) > p {
	background-color: #3598db;
	padding: 30px;
	margin: 0;
	border-radius: 10px 10px 10px 0;
	width: calc(90% - 60px);
	margin-right: auto;
    color: #FFF;
}
.section1 > .content-section-text:nth-child(2n+1) > i {
	border-top-color: #3598db;
}

.section1 > .content-section-text:nth-child(2n+2) > p {
	background-color: #3598db80;
	padding: 30px;
	margin: 0;
	border-radius: 10px 10px 0 10px;
	width: calc(90% - 60px);
	margin-left: auto;
	text-align: right;
	color: #215374;
}
.section1 > .content-section-text:nth-child(2n+2) > i {
	border-top-color: #3598db80;
	float: right;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.section1 > .content-section-img {
	float: left;
	width: 300px;
	height: auto;
	display: none;
}
.section1 > .content-section-img > img {
width: 100%;
height: auto;
}

.wrapper {
float: left;
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.wrapper-line {
float: left;
width: 100%;
border-bottom: 1px dashed #ffa90c;
margin: 50px 0;
}
.wrapper h2 {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 20px;
	margin-top: -75px;
	background-color: #f8f8f8;
	border-radius: 20px;
	font-weight: 400;
	font-size: 16px;
	box-shadow: 0 0 5px #3598db;
}

.section-training-title {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.section-training-title h1, .section-training-title h2 {
margin: 0;
float: left;
width: 100%;
text-align: center;
}
.section-training-title h2 {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 20px;
	margin-top: -47px;
	background-color: #f8f8f8;
	border-radius: 20px;
	font-weight: 400;
	font-size: 16px;
	box-shadow: 0 0 5px #3598db;
}
.section-training-title h1 {
	font-size: 30px;
	font-weight: 500;
	color: #215374;
	margin-top: 20px;
}
.landing-cover {
float: left;
width: 100%;
display: flex;
justify-content: center;
margin: 20px 0;
}
.landing-cover img {
float: left;
width: 100%;
}
.landing-training-description {
float: left;
width: 100%;
}
.landing-training-description > p {
float: left;
width: 100%;
margin: 0;
text-align: justify;
line-height: 25px;
font-size: 14px;
font-weight: 400;
}

.event-landing .center-container.event-time > .datetime {
width: auto;
}
.event-landing .center-container.event-time > .datetime > h2 {
text-align: left;
font-size: 20px;
}
.event-landing .center-container.event-time > .countdown {
width: auto;
}
#countdown > div {
	width: 65px;
}
#countdown > div span:nth-child(1) {
	font-size: 30px;
}
.content-section.section3 {
	display: flex;
	justify-content: space-between;
}
.content-section.section3 > div {
	float: left;
	width: calc(47% - 40px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: baseline;
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 5px #3598db;
}
.content-section.section3 > div > i {
font-size: 30px;
color: #3598db;
}
.content-section.section3 > div > strong {
float: left;
width: 100%;
text-align: center;
margin: 10px 0;
font-size: 16px;
font-weight: 600;
color: #215374;
}
.content-section.section3 > div > p {
float: left;
width: 100%;
margin: 0;
text-align: center;
line-height: 25px;
font-size: 14px;
font-weight: 400;
}



.sub-section-container {
float: left;
width: 100%;
}
.section4 .sub-section-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.section4 .sub-section-container .ssc-title {
float: left;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
align-items: center;
}
.section4 .sub-section-container .ssc-title > i {
font-size: 30px;
color: #3598db;
}
.section4 .sub-section-container .ssc-title > strong {
font-size: 16px;
margin-left: 10px;
color: #215374;
font-weight: 600;
}
.ssc-text {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	width: 100%;
	line-height: 25px;
	float: left;
}
.ssc-text > ul {
	font-weight: 600;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	box-shadow: 0 0 5px #3598db;
	border-radius: 15px;
	overflow: hidden;
}
.ssc-text > ul > li {
    float: left;
    width: calc(33.33% - 40px);
    background-color: #3598db80;
    padding: 20px;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 5px #CCC; */
    margin-top: 5%;
    font-weight: 600;
    font-size: 18px;
    color: #FFF;
    margin-top: 0;
    text-align: center;
    color: #215374;
}
.ssc-text > ul > li:nth-child(2n+2) {
    background-color: #3598db;
    color: #FFF;
}
.ssc-text > ul > li:nth-child(4) {
	width: 100%;
	display: none;
}

.ssc-text > ol {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ssc-text > ol > li {
	float: left;
	width: 45%;
}

.content-section.expert-profile {
display: flex;
justify-content: space-between;
}
.content-section.expert-profile > .expert-img {
float: left;
width: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.content-section.expert-profile > .expert-img > img {
float: left;
width: 300px;
}
.expert-description > strong {
font-size: 16px;
font-weight: 600;
color: #215374;
}
.content-section.expert-profile > .expert-description {
float: left;
width: 350px;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: center;
}
.content-section.expert-profile > .expert-description > p {
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
}
.form-container {
float: left;
width: 100%;
}
.event-landing .form-elements {
margin-top: 0;
}

.form-title {
background: linear-gradient(#3598db, #215374);
}
.form-title p {
color: #FFF;
}


.convo-triangle {
	width: 0;
	height: 0;
	border-top: 20px solid #000;
	border-right: 20px solid transparent;
	float: left;
}


.event-timedate {
	background-color: unset;
  }
  .event-timedate .center {
	float: left;
	width: 100%;
  }
  .ssc-text p {
	float: left;
	width: 100%;
	text-align: center;
}
.f-wrap {
	flex-wrap: wrap;
}
.ssc-text > a, .btn-open-reg-form {
	padding: 10px 20px;
	background-color: orange;
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
	margin-top: 20px;
	border-radius: 5px;
	cursor: pointer;
  }
.ssc-text > a:hover {
	background-color: #3598db;
}
.form-row-check {
	float: left;
	width: 100%;
	min-height: 35px;
	display: flex;
	align-items: center;
}

#form_workshops {
	float: left;
	width: 0px;
	height: 0px;
}

.main.event-landing {
	background-image: url(/forms-assets/img/logo.png);
	background-attachment: fixed;
	background-position: center center;
	background-size: 50%;
	background-repeat: no-repeat;
}
.content {
	float: left;
	width: 100%;
	margin-top: 60px;
	background-color: rgba(255,255,255,0.9);
}

.landing-options {
	float: left;
	width: 100%;
	/*background-color: #f8f8f8;*/
	padding: 50px 0;
	margin-top: 50px;
}

.landing-options > .content-section.section4:nth-child(1) {
	float: left;
	width: 100%;
  }
  .landing-options > .content-section.section4:nth-child(3) {
	border-left: 1px solid #CCC;
	width: calc(50% - 1px) !important;
}
  .landing-options > .content-section.section4:nth-child(2), .landing-options > .content-section.section4:nth-child(3) {
	float: left;
	width: 50%;
	margin-top: 40px;
  }
  .landing-options .datetime {
	width: 100% !important;
	margin-top: 15px;
  }
  .landing-options .datetime > h2 {
	text-align: center !important;
  }
  .landing-options .countdown {
	text-align: center !important;
	width: 100% !important;
  }
  .landing-options #countdown {
	margin-top: 15px;
}
.section4 .sub-section-container .ssc-title:nth-child(2) {
	margin-top: 64px;
}
.section4 .sub-section-container .ssc-title p {
	font-size: 14px;
}
.event-time-date-container {
	float: left;
	width: 100%;
  }
  .event-time-date-container .finished {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
  }

  .form-row > button:hover {
		background-color: #215374;
  }
  .form-row > i {
	  background-color: #215374;
  }

  
  .landing-options-container {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	background-color: #CCCCCC95;
	/* box-shadow: 0 0 5px #444; */
	border-radius: 10px;
	padding-bottom: 30px;
}
  .landing-options-container .content-section.section4:nth-child(1) {
	width: 100%;
	min-height: auto;
	background: linear-gradient(#3598db, #215374);
	margin-bottom: 40px;
	height: 50px;
	border-radius: 10px 10px 46px 46px;
  }
/*
  .landing-options-container .content-section.section4 {
	width: 40%;
	background-color: #f8f8f8;
	box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #3598db;
	border-radius: 10px;
	min-height: 150px;
	display: flex;
	align-items: center;
}
 */
.li-ic-container > .section4:nth-child(1) .ssc-title {
	height: 50px;
}
.btn-open-reg-form {
	margin-top: -30px;
	float: left;
	display: block;
	margin-bottom: 20px;
}
.box-container {
	width: 40%;
	background-color: #f8f8f8;
	box-shadow: 0 0 5px #3598db;
	border-radius: 10px;
	min-height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box-container .ssc-title strong {
	color: #333 !important;
}
.landing-options-container .box-container .content-section.section4 {
	width: 100%;
	background-color: #f8f8f8 !important;
	box-shadow: unset !important;
	min-height: 150px;
	display: flex;
	background: unset;
}
.landing-options-container > .section4:nth-child(1) .ssc-title {
	height: 50px;
}
  .landing-options-container .content-section.section4 strong {
	margin-left: 0;
	color: #333;
  }
  .landing-options-container .content-section.section4:nth-child(1) strong {
	color: #FFF;
  }

  .landing-options-container .content-section.section4.in-company {
	align-items: baseline;
	padding: 30px 0;
}
.landing-options-container > .content-section.section4:nth-child(2), .landing-options-container > .content-section.section4:nth-child(3) {
	width: 40%;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 30px 0;
	box-shadow: 0 0 5px #3598db;
}

.li-container {
	float: left;
	max-width: 500px;
	background-color: #CCCCCC95;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	background-color: #3598db50;
}

.ic-landing-info .event-timedate {
	background-color: #f8f8f8;
	border-radius: 10px;
	/* margin-top: 30px; */
	padding: 40px 0;
	max-width: 80%;
	box-shadow: 0 0 5px #444;
	margin-bottom: 50px;
}
.ic-landing-info .center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
  .ic-landing-info .event-timedate .center-container {
	justify-content: center;
  }

  .ic-landing-info .datetime {
	  width: 100% !important;
  }
  .ic-landing-info .datetime h2 {
	  text-align: center !important;
  }

  .ic-landing-info .countdown {
	  width: 100%;
  }

  .ic-landing-info #countdown {
	margin: 20px 0;
  }
  .ic-landing-info .section4 {
	width: 100%;
	min-height: auto;
	background: linear-gradient(#3598db, #215374);
	margin-bottom: 40px;
	height: 50px;
	border-radius: 10px 10px 46px 46px;
}
.ic-landing-info .sub-section-container {
	height: 50px;
}

  .ic-landing-info .section4 strong {
	color: #FFF !important;
	margin-left: 0 !important;
}

.li-ic-container {
	background-color: #3598db50;
}
.li-ic-container .section4 {
	box-shadow: 0 0 5px #444 !important;
}

@media screen and (max-width: 650px) {
	.event-timedate .center-container {
		flex-wrap: wrap;
		margin: 20px 0;
		}
		.event-landing .center-container.event-time > .datetime {
		width: 100%;
		margin-bottom: 10px;
		}
		.event-landing .center-container.event-time > .datetime > h2 {
		text-align: center;
		}
		.event-landing .center-container.event-time > .countdown {
		width: 100%;
		}
.content-section.expert-profile {
  flex-wrap: wrap;
  justify-content: center;
}
.content-section.expert-profile > .expert-img > img {
  width: 200px;
}
.content-section.expert-profile > .expert-description {
  width: 100%;
  justify-content: center;
}
.expert-description > strong {
  margin-top: 20px;
}

}
@media screen and (max-width: 550px) {

.content-section.section1 {
flex-wrap: wrap;
}
.section1 > .content-section-text {
width: 100%;
text-align: center;
}
.section1 > .content-section-img {
width: 100%;
}
.content-section.section3 {
flex-wrap: wrap;
}
.content-section.section3 > div {
width: 100%;
}
.content-section.section3 > div:nth-child(1) {
margin-bottom: 30px;
}

.event-landing .form-title {
border-radius: 0 0 10px 10px;
border-radius: 10px;
}

.event-landing .form-box > form {
width: 100%;
margin-bottom: 0;
}
.event-landing .form-box {
background-color: transparent;
}

.ssc-text > ul > li {
	width: 100%;
	padding: 40px 20px;
}
.ssc-text > ol > li {
	width: 100%;
}
.event-landing .center-container.event-time > .datetime > h2 {
	font-size: 16px;
}
#countdown > div span:nth-child(1) {
	font-size: 25px;
}
.section1 > .content-section-text > p {
	font-size: 16px;
}
.wrapper h2 {
	font-size: 14px;
	font-size: 12px;
	margin-top: -57px;
}
.wrapper-line {
	margin: 30px 0;
}

.li-ic-container > h4 {
	width: 90% !important;
  }
  .box-container {
	width: 85%;
	margin-bottom: 30px;
  }
  .box-container:nth-child(4) {
	margin-bottom: 0;
  }
  .landing-options-container > .content-section.section4:nth-child(2) {
	margin-bottom: 40px;
}
.landing-options-container > .content-section.section4:nth-child(2), .landing-options-container > .content-section.section4:nth-child(3) {
	width: 80%;
}

}