/******[ ALL FORMS ]*****************************************************/
	section.section { 
		/*calculate min-height so footer doesn't float up*/
		min-height: calc(100vh - 123px);
		max-width:unset;
	}
	@media only screen and (max-width: 1023px) {
		min-height: unset;
	}
	.container {

	}
	.form .container {
		/* content won't display until javascript hides loader & shows container */
		display:none;
		/* set width of form */
		width:800px;
		padding-top:50px;
	}
	.entry .container {	
		padding: 10px 10vw;
		width: 100em;
		margin: auto;
	}
	
	@media only screen and (max-width: 767px) {	
		.form .container {
			padding-top:20px;
		}
	}
	


	/***Fix Custom Question Checkboxes {{{NEEDS UPDATING?!?!}}}*/
	#crtn-tbl-que_reg_ans_field06 td:first-child,
	#crtn-tbl-que_reg_ans_field10 td:first-child,
	#crtn-tbl-que_reg_ans_field11 td:first-child,
	#crtn-tbl-que_reg_ans_field12 td:first-child {
		width:30px;
	}
	
	
	

/***ReqQ: Custom State & Country */
	#pro_addr_state_wrapper,
	#pro_addr_country_wrapper {
		display:none;
	}
/***ReqQ: Additional Email */
	#pro_asst_email_wrapper {
		margin-left: 35px;
	}
	#pro_add_email_wrapper {
		margin-left: 35px;
	}



/******[ HEADER ]*************************************************/

body.ra-global-nav__body {
	padding-top:0 !important;
}
.hidenav ra-header {
    display: none;
}
.hidenav .hero-banner__subtitle-container img {
    visibility: visible;
}
.hero-banner__subtitle-container img {
    visibility: hidden;
}

.hero-banner__container {
    background: linear-gradient(270deg, #FFFFFF 0.02%, #EFEFEF 99.99%);
    grid-template-columns: 65% 35%;
    min-height: 325px;
}
.hero-banner__text-container {
    padding: 24px 5vw;
}
.hero-banner__subtitle-container img {
	height:4rem;
	margin-bottom:10px;
}
.hero-banner__title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3rem;
}
.hero-banner__media-container {
	min-height:450px;
}
.form .hero-banner__media-wrapper {
	display:none;
}
#newRegButton{
	display:none;
}
.entry #newRegButton {
	display:block;
	margin-left:2.4rem;
	visibility:hidden;
}
.entry .hidenav #newRegButton {
	visibility:visible;
}
ra-header .RegFormNewUserButton {
	margin:20px;
}


/******[ EVENT INFO ]*************************************************/

.event-info {
	gap: 12px;
    display: flex;
    flex-flow: column nowrap;
    padding-top: 14px;
}
.event-info__item {
    font-size: 1.25rem;
	font-weight: 400;
	position: relative;
    display: flex;
	flex-direction:row;
	gap: 8px;
	justify-content:middle;
    margin-bottom: 0.7rem;
	line-height:1.75rem;
}
.event-info__item > span.icon {
    background: linear-gradient(120deg, #cd163f 0%, #f58025 100%);
    content: '';
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    vertical-align: -6px;
    width: 24px;
}
.event-info__item span.startDate {
    mask: url(/accounts/register123/Rockwell/SimpleEvents/event.svg);
}
.event-info__item span.startTime {
    mask: url(/accounts/register123/Rockwell/SimpleEvents/time.svg);
}
.event-info__item span.location {
    mask: url(/accounts/register123/Rockwell/SimpleEvents/map.svg);
}



/******[ IMAGE- HEADER ]*************************************************/

html[data-headerimg]:not([data-headerimg='']) .hero-banner__media-wrapper {
	display:block;
}
html[data-headerimg]:not([data-headerimg='']) .hero-banner__image {
    display: block;
    max-height: 26.75rem;
    width: 100%;
    aspect-ratio: 2;
    object-fit: cover;
}
html[data-headerimg]:not([data-headerimg='']) .hero-banner__container {
	width: 100%;
    min-height: 28.125rem;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
}


@media only screen and (min-width: 1700px) {
	.hero-banner__text-container {
		padding-left: 10vw;
	}
}
@media only screen and (max-width: 63.9375em) {
	.hero-banner__container {
        grid-template-columns: 100% !important;
    }
	.hero-banner__media-container {
        display: none;
	}
	.hero-banner__text-container {
		transform:none !important;
	}	
}

@media only screen and (max-width: 767px) {
	.hero-banner__text-container  .event-info__item {
		font-size:1rem;
		line-height:1.5rem;
	}
	.hero-banner__title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.hero-banner__media-container {
		min-height:unset;
	}
}


/******[ LOCATION-HEADER ]***************************************/
#location_address,#location_city,#location_state { display:none; }

body:not([data-address=""]) #location_address,
body:not([data-city=""]) #location_city,
body:not([data-state=""]) #location_state {
	display:inline;
}





/******[ ENTRY ]*************************************************/

	.entry .form-table .a-typeBody,
	.entry .form-table .a-typeBody b,
	.entry .agenda-table tr>td {
		font-size: 1.25rem;
		line-height: 2rem;		
	}
	.entry .a-typeTitle5 hr {
		margin: 25px 0;
	}
	.entry #eventContact .a-typeTitle5,
	.entry .page-table .a-typeTitle5,
	.entry .page-table h5 {
		display:block;
		/* font-size: 1.75rem; */
		/* font-weight: 500; */
		font-size: 1.55rem;
		font-weight: 700;
		line-height: 1.2;
		margin: 0px 0 16px 0;
	}
	.entry h6 {
		font-size: 1.3rem;
		font-weight: 700;
		line-height: 1.2;
		margin: 0px 0 16px 0;
	}
	
	.entry .agenda-table {
		
	}
	.entry .agenda-table tr>td {
		font-weight:500;
		border-top: 1px solid var(--raGrey8);
		padding-top:14px;
		padding-bottom:14px;
	}
	.entry .agenda-table tr:first-child>td {
		border-top:none;
	}
	.entry .agenda-table tr>td:first-child {
		font-weight:700;
		padding-right:4rem;
		vertical-align:top;
	}
	
	.entry .section-header>td {
		padding-top:30px;
	}
	:not(.entry .section-header>td) + .entry .section-header>td {
		padding-top:0;
	}
	
	.author-details__title,
	.author-details__description,
	.author-details__social	{
		font-size:1rem;
		line-height:1.5rem;
	}
	

	
@media only screen and (max-width: 767px) {
	.entry .form-table .a-typeBody,
	.entry .agenda-table tr>td {
		font-size: 1.1rem;
		line-height: 1.5rem;		
	}
}

	#countdown {
		box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
		width: 100%;
		margin: 25px auto;
		border-radius: 4px;
		padding: 16px 1rem;
		background-color: #fff;
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		position:relative;
    }
	#countdown .begins {
		flex-grow:1;
		text-align: right;
		line-height: 1.4 !important;
		padding-right: 1rem;
		white-space: nowrap;
		font-weight:600;
	}
	#countdown ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-end;
		align-items: center;
		width: auto;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#countdown ul>li {
		margin-left: 1em;
		position: relative;
	}
	#countdown ul>li:first-child {
		margin-left: 0;
	}
	#countdown ul>li>p{
		text-align: center;
		font-size: 0.75rem;
		line-height: 1;
		margin: 7px 0 0 0;
		color: #665f5b;
	}
	#countdown ul>li div.countdown {
		width: 3vw;
		max-width: 100px;
		min-width: 2em;
		font-size: 1.75rem;
		font-weight: 700;
		text-align: center;
		line-height: 1;
		box-sizing: border-box;
		padding: 0;
	}
	#countdown ul>li span {
		font-size: 1.5rem;
		position: absolute;
		top: -3px;
		left: -12px;
		font-weight: 700;
	}
	
@media only screen and (max-width: 1200px) {
	#countdown {
		gap: 25px;
		flex-direction:column;
	}
	#countdown .c_btn_register_for_event {
		order:3;
		margin-top:1rem;
	}
	
}


/******[ CONFIRMATION ]*************************************************/
  
    .confirm .thank-you { 
		text-align:center;
	}
    .confirm .thank-you {
		margin-bottom:35px;
		display:flex;
		flex-direction:column;
		align-items: center;
	}
    #crtn-tbl-verify .section-header,
    #crtn-tbl-confirmation .section-header {
		text-align:left;
	}
    #crtn-tbl-verify .section-header font,
    #crtn-tbl-confirmation .section-header font {
		font-size:24px;
		margin-bottom:0!important;
		display:block;
	}

    .confirm .confirm-options #crtn-tbl-content-block-logic,
    .verify .confirm-options #crtn-tbl-content-block-shell {
		background: var(--af-23-main-gradient, linear-gradient(37deg, #EC8026 0.07%, #D74733 39.86%, #B11145 64.24%, #780156 100%));
		margin:15px;
		overflow:hidden;
		padding:26px;
		border-radius:4px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
		width:100%;
		display:flex;
		justify-content:center;
		text-align:center;
	}
	@media only screen and (max-width: 767px) {
		.confirm .confirm-options #crtn-tbl-content-block-logic,
		.verify .confirm-options #crtn-tbl-content-block-shell {
			margin-left:0;
			margin-right:0;
		}
	}
	.verify .confirm-options  #crtn-tbl-content-block-shell div,
    .verify .confirm-options #crtn-tbl-content-block-shell p,
	.confirm .confirm-options  #crtn-tbl-content-block-logic div,
    .confirm .confirm-options #crtn-tbl-content-block-logic p {
		color:#ffffff;
	}
	.verify  #crtn-tbl-content-block-shell .rok100info div,
    .verify #crtn-tbl-content-block-shell .rok100info p,
	.confirm  #crtn-tbl-content-block-logic .rok100info div,
    .confirm #crtn-tbl-content-block-logic .rok100info p {
		color:var(--raGrey2);
	}
	.confirm-options {
		display:flex;
		justify-content:space-between;
		padding-bottom:20px;
		border-bottom:1px solid #E5E6E9;
	}
	@media only screen and (max-width: 767px) {
		.confirm-options{flex-direction:column;}
	}

	.confirm .confirmTable {
		margin-bottom:40px;
	}
	.confirm .confirmTable>tr,
	.confirm .confirmTable>tr>td {
		display:block;
		width:100%;
	}
	.confirm .confirmTable table tr {
		border-top: 1px solid var(--raGrey8);
	}
	.confirm .confirmTable table tr:last-child {
		border-bottom: 1px solid var(--raGrey8);
	}
	.confirm .confirmTable table tr:first-child {
		border-top: none;
	}

    .verify #crtn-tbl-verify .confirmTable table:not([data]) tr td,
    .confirm #crtn-tbl-confirmation .confirmTable table:not([data]) tr td {
		padding:4px;
	}
	@media only screen and (max-width: 767px) {
		.verify #crtn-tbl-verify .confirmTable table:not([data]) tr td,
		.confirm #crtn-tbl-confirmation .confirmTable table:not([data]) tr td {
			display:block;
		}
	}
	
    .confirm .confirmTable table:not([data]) tr td {
		line-height:1.75rem;
		vertical-align:middle;
		display:inline-block;
		width:auto !important;
	}

	.confirm .confirmTable table:not([data]) tr td:first-child font.subheader:after {
		content: ":";
	}
	.confirm .confirmTable table:not([data]) tr td.emptyTD:first-child font.subheader:after {
		content:unset;
	}

	.confirm .confirmTable table:not([data]) tr td:first-child {
		width:315px !important;
		font-weight:500;
		text-align:right;
	}
	
	@media only screen and (max-width: 767px) {
		.confirm .confirmTable table:not([data]) tr td:first-child {
			padding-top:10px !important;
			text-align:left;
		}
	}

	.confirm .confirmTable table tr td[colspan="2"]{
		display:initial;
		width:initial;
	}
	.confirm .confirmTable table tr td[colspan="2"].emptyTD {
		display:none;
	}

	.confirm #regDetailsHeader {
		display:flex;
		align-items:flex-end;
		position:relative;
	}
	.confirm #regDetailsHeader #QRcode {
		position:absolute;
		right:0;
		top:0;
		font-size:12px;
		text-align: center;
		padding-top: 10px;
	}
	.confirm .a-typeTitle5 {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	.confirm .section-header.first .a-typeTitle5 {
		padding: 1rem 0;
	}
	.confirm .o-infoPanel {
		margin-top:20px;
	}

	.confirm .addeventatc {
		background-color: var(--raBlue);
		border-color: var(--raBlue);
		color: #fff;
		fill: #fff;
		padding: 7px 20px;
		min-height: 36px;
		align-items: center;
		border-radius: 4px;
		border-style: solid;
		border: 2px solid transparent;
		line-height: 1;
		font-size: 16px !important;
		box-shadow: none !important;
		text-transform: uppercase;
	}
	.confirm .addeventatc span.text {
		color:white;
	}
	.confirm .addeventatc span.text:before {
		color: white;
		content: "\f073 ";
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-size-adjust: none;
		font-kerning: auto;
		font-optical-sizing: auto;
		font-feature-settings: normal;
		font-variation-settings: normal;
		font-weight: normal;
		font-stretch: normal;
		line-height: 1;
		font-family: FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		padding-right:5px;
	}
	.confirm .addeventatc img.atc_node {
		display:none;
	}
	.confirm .addeventatc_dropdown {
		margin-top:23px;
	}
	.confirm p {
		font-size: 1.25rem;
		line-height: 2rem;
	}
	
	
	
/******[ CANCELLATION ]*************************************************/
	.form.readonlyregdetails #crtn-tbl-profile .clsFormfieldTd label::after {
		content:":";
	}
	.form.readonlyregdetails #crtn-tbl-profile .clsFormfieldTd label {
		font-weight:bold;
		display:block;
		text-align:right;
		width:100%;
	}
	.form.readonlyregdetails  #crtn-tbl-profile {
		width:auto;
		margin-left:20px;
	}
	.form.readonlyregdetails  #crtn-tbl-profile tr td {
		padding:0;
	}
	.form.readonlyregdetails  #crtn-tbl-profile tr td:first-child,
	.form.readonlyregdetails  #crtn-tbl-profile tr td:last-child {
		padding: 5px;
	}