.btn:hover,
.bth:focus {
	color: #fff;
}

hr {
	border-top: 1px solid #CFCFCF;
}
.af-gp1-btn {
	margin-top: 0px;
}
.container-form {
	font-family: Source Sans Pro, Arial, sans-serif; 
}
.container-form h1 {
	font-size: 30px !important;
}
.af-form-container h1 {
	font-size: 24px !important;
	font-weight: bold;
	margin: 0px;
}
.container-form h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-left: -15px;
	text-align: left;
}
h3.af-form-cancellation-date {
	color: #000000;
	margin-bottom:0px;
}
#effective-disclaimer {
	font-size: 16px;
}
.container-form p, .container-form li {
	font-size: 18px;
}
.af-form-container {
	border: 2px solid #E9E9E9;
	margin-top: 24px;
}
.af-form-title {
	padding: 20px;
}
.af-form-container h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.af-form-box {
	background-color: #E9E9E9;
	padding: 20px;
}

/* CANCELLATION DATES */
.af-date-cancel {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
}
.af-date-cancel-mobile {
	margin-bottom: 0px;
}

/* FORM BUTTONS */
.af-cancel-form-buttons {
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.af-form-button{
	font-size: 16px;
	font-family: Source Sans Pro, nissanReg, 'Verdana', Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 16px;
}
.af-form-button-text{
	display: inline-block;
	vertical-align: super;
	padding: 0 0 0 5px;
}
.af-form-back {
	border: 2px solid #000 !important;
	background-color: #FFFFFF !important;
	color: #000 !important;
	padding-top: 8px;
}
.af-form-next{
	background-color: #000;
	color: #FFFFFF;
	border-bottom: none !important;
}

#af-form-description {
	font-size: 16px;
	font-weight: bold;
}
#af-form-cancellation-agreement {
	font-size: 16px;
	font-weight: ighter;
}
.af-product-details{
	display: inline-block;
	vertical-align: top;
} 
.af-product-remove h2{
    margin-top: 0px;
    margin-bottom: -10px;
}
.af-product-remove .af-form-button-text {
	font-size: 14px;
	color: #000000;
}
.af-product-remove svg {
	width: 12px;
	height: 12px;
	fill: rgb(0,0,0);
	margin-bottom: 3px;
}
.af-form-stepnum {
	background-color: #000000 !important;
	border-radius: 15px;
	width: 24px;
	height: 24px;
	color: #ffffff;
	font-size: 16px;
	display: block;
	float: left;
	padding-left: 8px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

input[type="checkbox"].understand-checkbox {
	display: none;
}
label.understand {
	cursor:pointer;
	position: relative;
}
input[type=checkbox].understand-checkbox + label.understand svg {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

input[type=checkbox].understand-checkbox + label.understand svg.af-understand-unchecked-checkmark {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 6px;
	top: 6px;
	overflow: visible;
}

input[type=checkbox].understand-checkbox:not(:checked) + label.understand svg.af-understand-checked {
	display: none;
}

input[type=checkbox].understand-checkbox:checked + label.understand svg.af-understand-unchecked-circle,
input[type=checkbox].understand-checkbox:checked + label.understand svg.af-understand-unchecked-checkmark
{
	display: none;
}
input[type="file"] {
	position: fixed;
	right: 100%;
	bottom: 100%;
}

.af-ref-num {
	word-break: break-word;
}

.af-panda-form .container {
	padding: 0;
}

.af-panda-form .container > div {
	overflow: auto;
	padding: 0;
}

.af-panda-form iframe {
	border: 0;
	height: 800px;
	min-width: 800px;
	width: 100%;
}

@media (max-width: 767px) {
.af-form-container {
	margin-left: auto;
	margin-right: auto;
}
}

@media (min-width: 768px) {
.af-form-container{
	max-width: 565px;
}
}

@media (min-width: 768px) and (max-width: 991px){
	.af-product-details .col-xs-12 {
		float: none;
		max-width: 290px;
	}
}

@media (min-width: 992px) and (max-width: 1119px){
	.af-product-details .col-xs-12 {
		float: none;
		max-width: 425px;
	}
}

@media (min-width: 1120px){
	.af-product-details .col-xs-12 {
		float: none;
		max-width: 500px;
	}
}