@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,600;0,700;1,400&display=swap');

body,
html {
  width: 100%;
  margin: 0%;
  padding: 0%;
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Barlow", sans-serif;
  background-image:url('https://ops.marketing.rockwellautomation.com/virtual-events/roklive/assets/AF2021/background.png');
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position: 50% 150%;
}
/* Global Header */

.header-content {
  padding-top: 67px;
  padding-left: 140px;
  color: #ffffff;
}
.header-content h1 {
  font-family: "Barlow", sans-serif;
  font-size: 3.2em;
}

@media only screen and (max-width: 720px) {
	.header-content h1 {
		font-size: 2.8em;
	}
}

h1{font-weight:600!important;
}

#footerMob{display:none;}


.header-content p {
  font-size: 1.75rem;
  font-weight:300;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
}

@media only screen and (max-width: 1335px) {
  header {
    min-height: auto;
  }
  .header-content {
    padding: 5%;
  }
}
/* Logo and date */

.logo2AndDateContent h2{
font-weight:600;
}
.logo2AndDate {
  margin-top: 56px;
}
.logoDate {
  margin-bottom: 8px;
  font-size: 24px;
}
.logoDesc {
  font-size: 18px;
}



.orangeFooter {
  background: url("https://ops.marketing.rockwellautomation.com/virtual-events/roklive/assets/AF2021/footer.png") no-repeat;

  background-repeat: no-repeat;
  background-position: 50% 50%;
line-height:1.25;
  min-height: 69px;
  color:#fff;
}

.whiteText{color:#fff; padding-left:15px;}

.orangeBack {
  background: rgb(2,0,36);
  background: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgba(245,128,37,1) 0%, rgba(205,22,63,1) 100%);
}

.blue{color:#003E7E; font-weight:600;
}

.actionBox h4{color:#00AEEF; font-weight:600; font-size:1.2em;}

.copyrightAF{font-size:.8em; line-height:1.4em;text-align: right;}

.copyrightAF a{color:#fff!important;}


h3.actionBoxTitle{color:#00AEEF; font-size:1.3em;}

.shadow {
  box-shadow: none!important;
}

@media only screen and (max-width: 991px) {
  .logo2AndDate {
    padding: 0;
  }
  .logo2AndDateContent {
    margin-right: 0;
  }
  .logo2AndDateContent,
  .logoAndDateImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Registration Type */
.registrationType {
  margin-top: 63px;
}

.registrationTitle {
  font-size: 20px;
  font-weight: 600;
}

/* Colored In perosn/online boxes */

.regBox {
  display: flex;
  flex-direction: column;
  background:#fff;
  box-shadow: 0px 0px 15px #0000001a;
  border-radius: 5px;

}


.actionBox {
  display: flex;
  flex-direction: column;
  background:#fff;
  box-shadow: 0px 0px 15px #0000001a;
  border-radius: 5px;
  padding:30px;

}

.regType {
  margin-top: 54px;
}

.regTypeTitle {
  margin-bottom: 18px;
  font-size: 22px;
  color: #000000;
}

.regTitle {
  border-radius: 5px 5px 0px 0px;
  padding: 31px 0px 31px 47px;
  display: flex;
  align-items: center;
}

.regBlue {
  background: transparent linear-gradient(90deg, #00aeef 0%, #003e7e 100%) 0% 0%
    no-repeat padding-box;
}

.regGold {
  background: transparent linear-gradient(90deg, #f58025 0%, #f9c20a 100%) 0% 0%
    no-repeat padding-box;
}

.nopad{padding:0!important;}

.regTitle p {
  margin: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
}

.regBody {
  display: grid;
  font-size: 18px;
  line-height: 24px;
  padding: 35px 35px 43px 34px;
}

.regButton {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 0;
	border-radius: 5px;
	color: #ffffff;
	height: 50px;
	cursor: pointer;
	text-transform:uppercase;
}

.regButtonOutline {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 0;
	border-radius: 5px;
	color: #00aeef;
	background:#fff;
	height: 50px;
	cursor: pointer;
	text-transform:uppercase;
}




input[type="Password"] { width:100%; }


.btn-primary:hover, .btn-primaryOutline:focus, .btn-primaryOutline:active, .btn-primaryOutline.active {
  color: #00aeef!important;
  background: none;
  background-color: #fff!important;
  border: 1px solid!important; 
  border-color: #00aeef!important;
}


.btn-OOutline:hover, .btn-OOutline:focus, .btn-OOutline:active, .btn-OOutline.active {
  color: #f9c20a!important;
  background: none;
  background-color: #fff!important;
  border: 1px solid!important; 
  border-color: #f9c20a!important;
}


.btn-outline-primary{border-color: #00aeef!important;}

.btn-outline-primary:hover{background: transparent linear-gradient(90deg, #00aeef 0%, #003e7e 100%) 0% 0%
  no-repeat padding-box;}


.detailsAndMap {
  padding-left: 140px;
}

.registration-Date {
  font-size: 24px;
}

.map-text {
  color: #003e7e;
  font-weight: bold;
}

.attendee-type{
  padding: 5%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-left: 140px;
  margin-right: 140px;
  background-color: #F2F2F2;
}

.PrivacyDisclaimer{
  padding-left: 140px;
  padding-right: 140px;
}

.privacyDislaimerTitle{
  font-size: 22px;
}

.mt50{margin-top:50px;}
.mb100{margin-bottom:100px;}

.smallerCol {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.mr20{margin-right:20px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}

.mb50{margin-bottom:50px;}
.pt20{padding-top:20px;}
.padl30{padding-left:60px;}

.padprogright7{padding-right:7%;}
.padprogleft7{padding-left:7%;}

.padprogright8{padding-right:9%;}
.padprogleft8{padding-left:9%;}

/* Progress Bar */

.progressBar {
  background: url("https://ops.marketing.rockwellautomation.com/virtual-events/roklive/assets/AF2021/gray_line.png") no-repeat;
background-repeat: no-repeat;
  background-position: 50% 50%;
}
.progressBar.complete {

  background: url("https://ops.marketing.rockwellautomation.com/certain/progress-bar/green_line.png") no-repeat;

background-repeat: no-repeat;

  background-position: 50% 50%;
}

/* Form background */
.grayBox{background-color:#F2F2F2; padding:40px 25px;}

.grayBox h4 {font-weight:600}


input{display: inline-block;
  margin-bottom: .5rem!important;}

  input[type=text], select, textarea{
    width: 100%;
  }

@media (max-width: 576px) {

	#footerDesk{display:none;}
	#footerMob{display:block;}

	.regButton {
	  font-size: 16px;
	}

	.registrationTitle{padding-left:15px;}

	.mt40{margin-top:40px;}
	.mr20{margin-right:0;}

	.smallerCol {
	  -ms-flex: 0 0 100%!important;
	  flex: 0 0 100%!important;
	  max-width: 100%!important;
	}
	.copyrightAF{font-size:.6em; }
	.whiteRA{max-width:100px;}

	.padl30{padding-left:15px;}

	.mt20{margin-top:20px;}
	.mt40{margin-top:40px;}


	/* new table battling responsive */
	.grayBox {
	  display: inline-block;
	}

	.regTableHeader {
	  display: inline-block;
	}

	.form-table{
	  width:80%;
	}
	.pb20{margin-bottom:20px;}


}


/* Certain overrides */


.sites {
  background-color: #555;
  height: 40px;
  position: relative;
  display: none;
}

.brandbar {
  background-color: #808285;
  float: left;
  height: 40px;
  left: 55px;
  margin: -40px 0 0 0;
  overflow: hidden;
  padding: 0 0 0 261px;
  width: 100%;
  display: none;
}

.ra .navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px -3px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 3px 6px -3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 6px -3px rgb(0 0 0 / 25%);
  height: 88px;
  display: none!important;
}

.hero{display:none;}


@media (min-width: 993px){
  .ra .content.landing, .ra .content.detail {
    padding-top: 0px;
}

.brandbar-fixed-top {
    position: fixed;
    top: 0;
    display: none;
}
}

.ra footer {
  background-color: transparent;
  /* display: none; */
}

.r123FormSubmit {
  background: transparent linear-gradient(
    90deg, #00aeef 0%, #003e7e 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0;
  border-radius: 5px;
  color: #ffffff;
  height: 50px;
  cursor: pointer;
  border: 0;
  font-weight: 400;
}

.r123FormSubmit:hover {
  background: transparent linear-gradient(
    90deg, #00aeef 0%, #003e7e 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0;
  border-radius: 5px;
  color: #ffffff;
  height: 50px;
  cursor: pointer;
  border: 0;
  font-weight: 400;
}


h1, h2, h3, h4, h5{font-family: "Barlow", sans-serif!important;
font-weight:600;}

footer .container {
  padding-top: 20px!important;
}


@media (max-width: 768px) { 
.padprogright20{padding-right:0;}
.padprogleft20{padding-left:0;}
}



/********* BRAD MODIFIED STYLES */

.regGray {
  background: transparent linear-gradient(90deg, #E1EBF4 0%, #fdfdfd 100%) 0% 0%
    no-repeat padding-box;
}
.regGray .regTitle p {
	color:#003e7e;
}
.form-table select {
	margin-bottom:.5rem;
}

.regButton.btn-sm,
.regButtonOutline.btn-sm {
	height:35px;
	font-size:15px
}

#cardxpmonth, #pmt_cc_exp_date{
	width:200px !important;
}

#page-table {
	width:100%;
}

#event-details h5 ,
#event-details h4 {
	font-weight:500;
	line-weight:1.2;
	margin-bottom:.5rem;
}

#page-table[data-page="registration"] .r123formelement,
#page-table[data-page="additionalInfo"] .r123formelement {
    margin-bottom: 20px;
}

.form-table[data="transactionSummaryTable"] tr:first-child {
	font-weight:bold;
}
.form-table[data="transactionSummaryTable"] {
	background-color:white;
}

.payment-spacer{
	position:relative;
	width:calc(100% + 100px;);
	margin:20px -50px;
	height:40px;
	background-color:white;
}

#form_conf {
	padding:0 20px 20px 40px;
}
#form_conf h4 {
	text-transform:uppercase;
}

.regTableSection .highlight {
	font-weight:bold;
	color:#003e7e;
}

.regTableHeader  {
	vertical-align:top;
}
.regTableHeader h4, .regTableHeader h3, #privacyDisclaimer h4 {
	text-transform:uppercase;
	font-weight:600;
	line-height:1.2;
	font-size:1.5rem;
}
.grayBox>td:first-child {
	padding:40px 0 40px 25px;
	vertical-align:top;
}
.grayBox>td:last-child {
	padding:40px 25px 40px 0;
}
.grayBox.pt-0>td {
	padding-top:0;
}
.grayBox.pb-0>td {
	padding-bottom:0;
}
.grayBox-spacer: {
	display:block;
	height:50px;
}
.gdpr-text p { padding-left: 8px; }

.radio-label { display:inline-block; padding-left:5px; padding-right:10px; }
.confirm-label { width:30%; padding-right:8px; font-weight:500; line-height:1.45em;}

.investor-link {
	display:inline-block;
	font-size:16px;
	margin-top:15px;
	text-transform: none !important;
}


/* NOTE THIS IS CUSTOM FOR AF - NEED BETTER CODE */
#pro_ans_field08 label { padding-left:8px; }

/* NOTE NEED TO ADD RESPONSIVE */
.regTableHeader {
	width:400px;
}

/*responsive width */
@media (min-width: 768px) {
	.w-md-15 { width: 15% !important; }
	.w-md-25 { width:25%!important; }
	.w-md-33 { width: 33.3333% !important; }
	.w-md-40 { width:40%!important; }
	.w-md-45 { width:45%!important; }
	.w-md-50 { width:50%!important; }
	.w-md-60 { width:60%!important; }
	.w-md-66 { width: 66.6667% !important; }
	.w-md-85 { width: 85% !important; }
	.w-md-100 { width:100%!important; }
	.w-md-auto { width: auto !important; }
}
@media (min-width: 992px) {
	.w-lg-15 { width: 15% !important; }
	.w-lg-25 { width:25%!important; }
	.w-lg-33 { width: 33.3333% !important; }
	.w-lg-40 { width:40%!important; }
	.w-lg-45 { width:45%!important; }
	.w-lg-50 { width:50%!important; }
	.w-lg-60 { width:60%!important; }
	.w-lg-66 { width: 66.6667% !important; }
	.w-lg-85 { width: 85% !important; }
	.w-lg-100 { width:100%!important; }
	.w-lg-auto { width: auto !important; }
}
@media (min-width: 1200px) {
	.w-xl-15 { width: 15% !important; }
	.w-xl-25 { width:25%!important; }
	.w-xl-33 { width: 33.3333% !important; }
	.w-xl-40 { width:40%!important; }
	.w-xl-45 { width:45%!important; }
	.w-xl-50 { width:50%!important; }
	.w-xl-60 { width:60%!important; }
	.w-xl-66 { width: 66.6667% !important; }
	.w-xl-85 { width: 85% !important; }
	.w-xl-100 { width:100%!important; }
	.w-xl-auto { width: auto !important; }
}



