.site-content .ast-container {
    width: 1240px !important;
    margin: auto !important;
}

.affwp-form legend {
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

.affwp-form fieldset {
    padding: 0;
  	width: 100%;
    margin-right: 50px;
}

.hero .heading {
	font-size: 2.375rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
  	text-transform: uppercase;
}

.hero .subheading {
	font-size: 1.125rem;
    text-align: center;
    color: #444D55;
    font-weight: 400;
    opacity: 0.9;
}

.affwp-form {
    background: #E3E7E9;
    border-radius: 25px;
  	display: flex;
  	padding: 50px;
}

#affwp-affiliate-dashboard-profile-form {
    flex-direction: column;
}

#affwp-payment-email {
    width: 100%;
}

a.register-image {
    height: fit-content;
    width: 300px;
}

.affwp-form label {
    margin-bottom: 10px;
    display: block;
  	font-size: 14px;
}

input {
    border: 0 none !important;
    border-radius: 10px !important;
}

.button {
    font-size: 14px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
    border-bottom: 1px dashed #ccc;
    margin: 0 -5px 0 0;
    padding: 0 20px 20px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
    border-bottom: 1px solid;
}

#affwp-affiliate-dashboard h4 {
    font-weight: 600;
    font-size: 20px;
}

#affwp-register-form {
    display: none;
}

input#affwp-login-user-login {
    background: antiquewhite;
}

article {
    padding: 0 !important;
    background: transparent !important;
}

.hero {
    margin-bottom: 50px;
}

.hero .left {
    background: #193847;
    border-radius: 25px;
    padding: 50px;
    color: white;
}

.hero_title {
  	font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero_image {
    height: 400px;
    border-radius: 25px;
    background-position: top;
    background-size: cover;
    margin-top: 2rem;
}

.panel {
    margin-bottom: 50px;
    background: #E3E7E9;
    border-radius: 25px;
    padding: 25px;
}

.panel-each {
    display: flex;
    align-items: center;
}

.panel_icon img {
    width: 50px;
    height: 50px;
}

.panel_icon {
    flex: none;
    margin-right: 15px;
}

.panel_title {
    font-weight: 600;
    font-size: 16px;
}

.panel_subtitle {
    color: #5e5f60;
    margin-top: 1px;
    font-size: 11px;
}

#affwp-affiliate-dashboard {
    padding: 50px;
    border-radius: 25px;
    background: #E3E7E9;
}

.handbook {
    margin-top: 50px;
}

.handbook_image {
    height: 300px;
    margin: auto;
    display: block;
}

.handbook_image {
    height: 350px;
    margin: auto;
    display: block;
}

.handbook_right {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.handbook_title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.handbook_subtitle {
    margin-bottom: 25px;
}

.handbook_download {
  	background: #193847;
    border-radius: 50px;
    padding: 15px 30px;
    color: white;
    font-size: .775rem;
    width: max-content;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.handbook_download:hover {
  	color: white;
  	opacity: 0.9;
}

.bff {
    background: #E3E7E9;
    border-radius: 25px;
    margin: 50px;
}

.bff-box {
    display: flex;
    align-items: center;
    padding: 50px 30px;
}

.avatar {
    border-right: 1px dashed #1938474a;
    margin-right: 25px;
    padding-right: 25px;
}

.avatar img {
    height: 200px;
    width: 200px;
}

.bff_title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.bff_content {
    font-size: 14px;
}

.bff_content p:last-child {
    margin-bottom: 0;
}

.bff_content p {
    margin-bottom: 15px;
}

.bff_email {
    background: #DDB239;
    display: flex;
    color: white;
    border-radius: 50px;
    width: max-content;
    padding: 5px 25px;
    align-items: center;
    margin-top: 25px;
    font-size: 14px;
}

.bff_email img {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.bff_email a {
    text-decoration: underline;
  	margin-left: 5px;
}

.associate_right {
    background: #DDB239;
    border-radius: 25px;
    padding: 25px;
    color: white;
}

.associate_image {
    height: 235px;
    border-radius: 25px;
    background-position: center;
    background-size: cover;
}

.associate {
    margin: 0 50px;
}

.associate_title {
	font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.associate_subtitle {
	font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.associate_link {
	background: #193847;
    border-radius: 50px;
    padding: 10px 30px;
    color: white;
    font-size: .775rem;
    width: max-content;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.associate_link:hover {
  	color: white;
  	opacity: 0.9;
}

@media screen and (max-width: 768px) {
	.hero {
    	margin-bottom: 25px;
	}
    .hero .left {
      	margin-bottom: 25px;
    }
  	.panel {
    	margin-bottom: 25px;
  	}	
  	.panel-each:nth-child(2) {
  		margin-top: 15px;
  	}
  	.panel-each:nth-child(3) {
  		margin: 15px 0;
  	}
    .handbook_right {
      	height: auto;
      	align-items: center;
  	}
  	.bff {
      	margin: 50px 0 25px;
  	}
  	.bff-box {
      	flex-direction: column;
      	text-align: center;
  	}
  	.avatar {
        border: 0;
        padding: 0;
        margin: 0 0 25px 0;
	}
  	.bff_email {
    	margin: 25px auto 0;
	}
  	.associate {
    	margin: 0;
	}
    .associate_right {
      margin: 25px 0;
  	}
  	.associate_subtitle {
  		margin-bottom: 25px;
  	}
  
  
  
  
  
}















