html body {
	font-family: 'Oracle Sans';
	font-weight: normal;
	background-color: #ffffff;
	font-size: 18px;
	margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

img {
	max-width: 100%;
}

.main-container {
	width: 100%;
	margin: 0 auto;
	/* background: #ffffff; */
	/* z-index: 1; */
}

.wrap {
	padding: 0 40px;
	width: 1140px;
	margin: 0 auto;
	max-width: 100%;
}
header {
  background-color: #0B171F;
  background-image:
    linear-gradient(
      to bottom,
      rgba(253, 168, 133, 0.18) 0px,
      rgba(253, 168, 133, 0.13) 6px,
      rgba(253, 168, 133, 0.08) 11px,
      rgba(253, 168, 133, 0.03) 20px,
      rgba(253, 168, 133, 0) 28px
    ),
    url('https://6262239.app.netsuite.com/c.6262239/portal/common/form/landing_pages/template_assets/MC-81208/images/top-bg2.png');

  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 100% 28px, auto;
	padding-top: 75px;
	padding-bottom: 40px;
	color: #ffffff;
}
header .logo {
	height: 17px;
	margin-bottom: 37px;
}

header .header-left>img {
	margin-bottom: 30px;
	height: 45px;
}

header .hero {
	display: block;
	margin: 0 auto;
}

header h3 {
	font-family: 'Oracle Sans Semi Bold';
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 10px;
}

header h1 {
	font-family: 'Oracle Sans Bold';
	font-size: 36px;
	margin-bottom: 15px;
}

header p {
	font-size: 24px;
	font-family: 'Oracle Sans Semi Bold';
}

main {
	padding-top: 40px;
	padding-bottom: 40px;
	/* width: 1140px; */
	/* margin: 0 auto; */
}

main h2 {
	font-family: 'Oracle Sans Bold';
	font-size: 24px;
	margin-bottom: 20px;
}

main p,
main li {
	font-size: 18px;
	line-height: 1.5em;
}

main ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 0;
	/* Remove default bullets */
}

main ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #427E96;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

main p {
	margin-bottom: 20px;
}

main .speakers {
	margin-top: 40px;
}

main .speakers .flex-row {
	align-items: center;
}

main .speaker .flex-col-50 {
	margin-bottom: 25px;
}

main .speakers img {
	width: 100px;
	height: 100px;
}

main .speaker p {
	font-size: 14px;
	line-height: 19px;
	width: 130px;
	max-width: 100%;
	padding-left: 10px;
	margin: 00;
}

.form-wrap {
	background: #E7F2F5;
	width: 505px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px;
	position: relative;
	background-clip: padding-box;
	border: solid 7px transparent;
	border-radius: 15px;
}
.form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: 15px;
  background: linear-gradient(to bottom right, #386980, #4f677b, #6b5e6f, #ae7467, #c58789);
  z-index: -1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);
}
.form-wrap .flex-row {
	justify-content: space-between;
}

.form-group {
	width: 47%;
	margin-bottom: 15px;
}

.flex-col-100 {
	width: 100%;
}

.form-group label {
	color: #5C5651;
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
}

.form-group input[type="text"],
.form-group select,
.form-group textarea {
	background: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	width: 100%;
	padding: 8px 15px;
	height: auto;
}

.form-wrap input[type="submit"] {
	display: block;
	margin: 25px auto 0;
	border: none;
	color: #000000;
	background: #FFB947;
	font-family: 'Oracle Sans Semi Bold';
	font-size: 18px;
	border-radius: 7px;
	padding: .75em 1em;
}

.form-wrap .privacy,
.form-wrap .optInBlock {
	color: #ffffff;
	font-size: 14px;
}

.form-wrap .privacy {
	margin-bottom: 20px;
}

.form-wrap .privacy * {
  font-size: 14px;
  line-height: 1.3em;
  color: #5C5651;
}

.form-wrap #prvJP.optInBlock {
  margin-top: 1em;
}

footer {
	color: #ffffff;
	background: #13212C;
	padding: 15px 0;
}

footer div {
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

footer img {
	height: 10px;
}

footer p {
	display: block;
	font-size: 11px;
}

footer a {
	color: inherit;
	text-decoration: none;
}

@media only screen and (max-width : 1000px) {
	.speaker .flex-col-50 {
		width: 100%;
	}

	main .speaker p {
		width: auto;
	}

}

@media only screen and (max-width : 767px) {
	header .hero {
		margin-top: 20px;
	}
	header{
		padding-top: 135px;
	}
	.speaker .flex-col-50 {
		width: 50%;
	}

	main .speaker p {
		width: 130px;
	}

	.form-wrap {
		margin-top: 20px;
	}
}

@media only screen and (max-width : 541px) {
	.speaker .flex-row {
		justify-content: center;
	}

	.speaker .flex-col-50 {
		width: 100%;
	}

	.form-group {
		width: 100%;
	}

	main .speaker p {
		width: auto;
	}

	main .speakers .flex-row {
		justify-content: flex-start;
	}
}
.flex-col-60.cta-button .add-to-calendar-label {
  margin: 25px auto 0;
  border: none;
  color: #ffffff;
  background: #E35D5D;
  font-family: 'Oracle Sans Semi Bold';
  font-size: 18px;
  border-radius: 7px;
  padding: .75em 1em;
}

.flex-display {
  display: flex;

}
.title-text {
  display:flex;
}

.description-text {
  display:flex;
}

.description-text p{
  padding-left:5px;
}
  .ty-note{
      margin-bottom: 10px;
  }
  .ty-note2{
      margin-top: 10px;
  }
  main a{
      color: #427E96;
  }

 .btm-btn{

    padding-top: 20px;

 a {
    border-radius: 7px;
    background: #E1BF6B;
    padding: 11px 21px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
 }
