body {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.d-flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.p-25 {
	padding: 25px;
}

.p-10 {
	padding: 10px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pl-40 {
	padding-left: 40px;
}

.pr-40 {
	padding-right: 40px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-35 {
	margin-top: 35px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-5 {
	margin-left: 5px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mr-7 {
	margin-right: 7px;
}

.mr5 {
	margin-right: 5%;
}

.pb-35 {
	padding-bottom: 35px;
}

.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}

.pb-15 {
	padding-bottom: 15px;
}

.pt-15 {
	padding-top: 15px;
}

.align-center {
	align-items: center;
}

.clr-green {
	color: #009245 !important;
}

.bg-green {
	background-color: #009245 !important;
}

.bg-grey {
	background: #f4f4f4;
}

.txt-upp {
	text-transform: uppercase;
}

.clr-red {
	color: #ff6d6d
}

.bb-1 {
	border-bottom: 1px dotted #e0e0e0;
}

.bt-1 {
	border-top: 1px dotted #e0e0e0;
}

.f-sm {
	font-size: 14px;
}

.f-lg {
	font-size: 20px;
}

.table-inner .f-lg {
	font-size: 18px;
	font-weight: bold;
}

.fw-600 {
	font-weight: 600;
}

.fw-nrml {
	font-weight: normal;
}

.hide {
	display: none;
}

.hidden {
	display: none;
}

.clr-light {
	color: #7d7d7d;
}

body {
	/* background-image: url("../assets/images/bg-light.png"); */
	color: #3f484d;
}

.arcis-players-logos img{
    margin:auto;
	width: auto;
    height: 112px;
  }
.inpt-box {
	line-height: 18px;
	letter-spacing: 1px;
	box-sizing: border-box;
	background: #d5d3cc;
	color: #3f484d;
	border: 1px solid transparent;
	padding: 15px 15px 12px 15px;
	height: 45px;
	font-size: 16px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	display: block;
}

.inpt-box:-internal-autofill-selected {
	background: #d5d3cc !important;
}

select.inpt-box {
	width: 100%;
}

.i-bx {
	width: calc(33.33% - 10px);
}

.i-bx input {
	width: 100%;
}

.inpt-outer {
	flex-wrap: wrap;
}

.gender-sec {
	min-width: 100px;
}

.form-control {
	background: #d5d3cc;
	color: #3f484d;
	border: 0;
	padding: 15px;
	height: 45px;
	font-size: 16px;
}

.prnt-btn {
	padding: 1px 6px;
}

.instr-box {
	overflow-x: scroll;
	overflow-x: auto;
	height: 200px;
	width: 100%;
	background-color: white;
	padding: 15px;
	border: 1px solid black
}

.subi-btn {
	background: #231f20;
	border-radius: 4px;
	border: 2px solid transparent;
	line-height: 18px;
	padding: 12px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

blockquote {
	font-size: inherit;
	border-left: 0;
}

input[type=checkbox],
input[type=radio] {
	margin-top: 0px;
}

.padonia-container {
	max-width: 1030px;
	margin: auto;
}

.site-content {
	margin-top: -20px;
}

.site-title {
	padding-bottom: 30px;
}

.site-title p {
	font-size: 22px;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 500;
	margin-top: 35px;
}

.step1_form_details h1 {
	background-color: #009245;
	color: #fff;
	text-transform: uppercase;
	padding: 22px 35px 20px 35px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 20px;
	align-items: center;
	border-radius: 3px 3px 0px 0px;
	font-weight: bold;
}

.step1_form_details h1 img {
	margin-right: 15px;
}

.step1_form_details_inner {
	padding: 0px 45px;
}

.primary_members {
	flex-wrap: wrap;
}

.pri-label {
	width: 100%;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.subi-btn:hover {
	opacity: 0.9;
}

.reqstar {
	color: #ff6d6d;
	font-family: 'open_sanssemibold';
	font-size: 18px;
	font-weight: 600;
	margin-right: 4px;
	font-style: normal;
}

input:disabled+label {
	color: gray;
}

.step1_last_section {
	padding: 55px 15px 40px 15px;
}

.loading-img img {
	height: 50px;
}

input:focus-visible,
select:focus-visible {
	outline: 1px solid #cad3df;
}

.end {
	background-color: #ebfefe !important;
}

audio,
canvas,
progress,
video {
	width: 100%;
	height: 100%;
}

@media all and (max-width:1023px) {
	.i-bx {
		width: calc(50% - 10px);
	}
}

@media all and (max-width:1024px) {
	.step1_form_details_inner {
		padding: 0px 15px;
	}

	.step1_last_section {
		display: block;
	}
}

@media all and (max-width:768px) {

	.padonia-application-bottom,
	.padonia-application-started {
		padding: 0px;
	}
}

@media all and (max-width:600px) {
	.i-bx {
		width: calc(100% - 0px);
		margin-right: 0px !important;
	}

	.fsSectionHeading h2 {
		font-size: 25px !important;
	}

	.s-logo {
		margin-right: auto;
		margin-bottom: 20px;
	}

	.site-title {
		text-align: center;
	}

	.referred_by {
		display: block;
	}

	.referred_by_member {
		margin-bottom: 20px;
		margin-right: 0px;
	}

	.referred_by_membership_number {
		margin-right: 0px;
	}

	.subi-btn {
		width: 100%;
	}

	.step1_last_section {
		padding: 20px 0px;
	}

	.step1_form_details h1 {
		font-size: 18px;
	}

	.loading-img img {
		margin: auto;
	}

	.step1_form_details h1 {
		padding: 15px 10px;
	}
}

.reqstar {
	font-size: 12px !important;
}

.error-msg p {
	font-size: 16px;
}

@keyframes load {
	0% {
		width: 0;
		opacity: 1;
	}

	99% {
		width: 100%;
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.site-title a {
	color: #1a1a1a;
}

.site-title a:hover {
	color: #007acc;
}

.arcis-membership-sale .email_address label,
.arcis-membership-sale .preferred_email_confirmed_address label {
	display: block;
}

.arcis-membership-sale .subi-btn {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.arcis-membership-sale .step1_last_section {
	padding: 20px 15px 40px 15px;
}

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

.fsSectionHeading h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
}

@media all and (max-width:980px) {
	.instr-box {
		width: 100% !important;
	}
}

.instr-box ul {
	border-bottom: none;
}

select option:first-child {
	display: none !important;
}