html {
	font-size: 62.5%;
}

html body {
	font-family: 'Oracle Sans';
	font-size: 1.4rem;
	color: #000000;
	background: #FFF8F1;
}

body,
div,
section,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

html body strong {
	font-weight: normal;
	font-family: 'Oracle Sans Bold';
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.wrap{
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  padding: 67px 0 45px;
  background-color: #FFF8F1;
}
.container{
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
header .ons-logo{
  width: 177px;
  max-width: 100%;
  margin-bottom: 30px;
}
header{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
header h1{
  font-family: 'Oracle Sans Semi Bold';
  font-size: 3.4rem;
  margin-bottom: 13px;
}
header p{
  font-size: 1.6rem;
  padding-bottom: 30px;
  line-height: 1.4em;
}
header .header-left{
  padding-right: 20px;
}
header .header-left p strong{
  font-family: 'Oracle Sans Semi Bold';
}
header .header-right img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
main.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
main .main-left{
  padding-top: 40px;
  padding-right: 57px;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 1.4em;
}
main .main-left h2{
  font-size: 2.3rem;
  font-family: 'Oracle Sans Semi Bold';
  line-height: 1.3em;
	color: #F36E44;
	margin-bottom: 20px;
}
main .main-left .divider{
  background: #EAC462;
  width: 72px;
  height: 7px;
  margin: 30px 0;
  display: none;
}
main .main-left p{
  margin-bottom: 20px;
}
main .main-left ul{
  margin-left: 30px;
  margin-bottom: 20px;
}
main .main-left ul ul{
  margin-bottom: 0;
}
main .main-left a{
  color: #135149;
  text-decoration: underline;
}
main .main-left h3{
  font-family: 'Oracle Sans Semi Bold';
  font-size: 1.7rem;
  margin-bottom: 25px;
}
main .main-left .speaker{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  min-height: 1px;
}
main .main-left .speaker p strong{
	display: block;
}
main .main-left .speaker p{
	margin: 0;
}
.speaker-wrap{
	margin-top: 25px;
}
.speaker-count-0{
	display: none;
}
.speaker-count-1 .speaker:nth-child(n+3){
	display: none;
}
.speaker-count-2 .speaker:nth-child(n+4){
	display: none;
}
.speaker-count-3 .speaker:nth-child(n+5){
	display: none;
}
.speaker-count-4 .speaker:nth-child(n+6){
	display: none;
}
main .main-left .agenda{
  width: 458px;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
main .main-left .agenda tr td{
  padding: 8px 0;
}
main .main-left .agenda tr:nth-child(odd) td:nth-child(odd){
  background: #13514924;
}
main .main-left .agenda tr:nth-child(odd) td:nth-child(even){
  background: #1351490a;
}
main .main-left .agenda tr td:nth-child(1){
  text-align: center;
}
main .main-left .agenda tr td:nth-child(n+1){
  padding-left: 10px;
  padding-right: 10px;
}

main .main-right{
  background-color: #135149;
  padding: 30px;
}
main .main-right form .flex{
  font-size: 1.7rem;
  font-family: 'Oracle Sans Semi Bold';
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
main .main-right form .form-group{
  width: 47%;
  margin-bottom: 15px;
}
main .main-right form label{
  font-size: 1.7rem;
  font-family: 'Oracle Sans Semi Bold';
  /* display: block; */
  margin-bottom: 7px;
}
main .main-right form #page-table{
	max-width: 100%;
	margin: 0 auto;
}
main .main-right form input[type="text"],main .main-right form select{
  width: 100%;
  border: 0;
  background: #ffffff;
  font-size: 1.5rem;
  padding: 8px 20px;
  height: 34px;
  color: #000000;
}
main .main-right form input[type="submit"]{
  font-family: 'Oracle Sans Semi Bold';
  font-size: 1.8rem;
  background: #F36E44;
  color: #ffffff;
  padding: 12px 16px;
  border: none;
  display: block;
  margin: 20px auto 0;
}
footer.container{
  background: #312D2A;
  font-size: 1.3rem;
  color: #ffffff;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 17px;
}
footer p{
  margin-bottom: 15px;
}
footer a{
  color: inherit;
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {
  .wrap{
	  padding-top: 20px;
  }
  header.container{
	  padding: 0;
  }
  header .header-left{
	  padding: 10px 30px;
  }
  header .header-right img{
	  border-top-left-radius: 0px;
      border-top-right-radius: 0px;
  }
  header .header-right{
	position: relative;
	z-index: 1;
  }
  main.container{
	  margin-top: -10px;
	  position: relative;
	  z-index: 2;
	  padding-left: 0px;
	  padding-right: 0px;
	  padding-bottom: 0;
  }
	main .main-left{
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 40px;
	}
	main .main-left .agenda{
		width: 100%;
	}
	main .main-right form .form-group{
		width: 100%;
	}
}

.main-right table,.main-right tbody, .main-right tr, .main-right td{
	display: block;
}
.main-right #crtn-tbl-profile tbody{
	display: grid;
	width: 100%;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	align-items:end;
}
.main-right #crtn-tbl-profile tbody tr:nth-child(even){
	margin-bottom: 5px;
}
.main-right #crtn-tbl-profile tbody tr{
	width: 100%;
	grid-column: span 2;
}
.main-right table .rule_show tr td{
	width: auto !important;
}
.main-right .form-table tbody tr input[type=text],.main-right .form-table tbody tr select{
	margin-bottom: 10px;
}


main .main-right form .opt-in-section  label {
	font-size: 14px;
	line-height: 1.25em;
	font-family: 'Oracle Sans';
}

main .main-right form .opt-in-section .optInBlock,
main .main-right form .opt-in-section p {
	font-size: 14px;
    margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: 'Oracle Sans';
}
main .main-right form .opt-in-section .optInBlock a{
	text-decoration: underline;
}
.ty-page header{
	align-items: center;
}
.ty-page .header-left p{
	display: none;
}
.ty-page .main-copy{
	display: none;
}
.ty-page .form-wrap{
	display: none;
}
.ty-copy{
	display: none;
}
.ty-page .ty-copy{
	display: block;
}
.ty-page main .main-right{
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
main .main-right iframe{
	display: none;
}
.ty-page main .main-right iframe{
	display: block;
  width: 100%;
  max-width: 100%;
}
.add-to-calendar-label{
	background-color: #F36E44 !important;
	background-image: none !important;
	color: #ffffff !important;
	padding: 12px 16px !important;
	border-radius: 0px !important;
	font-size: 1.8rem !important;
	border: none !important;
}
.ty-page main .main-left h2{
	margin-bottom: 20px;
}

#errorStack li{
	color: #E35D5D;
	margin-left: 20px;
	margin-top: 10px;
}

.form-wrap form{
	background-color: #135149;
	color: #fff;
}