.mt-0{
    margin-top: 0;
}
.mt-60{
    margin-top: 60px;
}
.mt-40{
    margin-top: 40px;
}
.form_container_row_left, .form_container_row_right{
    flex: 1 0 50%;
}
#ihaveprinter{
    list-style: none;
    padding: 0;
    border: 1px solid #eee;
    max-height: 360px;
    overflow-y: scroll;
}
#ihaveprinter li a{
    display: flex;
    padding: 10px 20px 10px 110px;
    color: #575755;
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #eee;
}
#ihaveprinter img{
    display: block;
    max-height: 40px;
    max-width: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
#ihaveprinter .p-title{
    padding-left: 10px;
    align-self: center;
}
#ihaveprinter .p-title b{
    font-weight: bolder;
    color: black;
}
#ihaveprinter li a:hover{
    background: #f6f6f6;
}
#ihaveprinter .sresults-title{
    margin: 0;
    font-weight: normal;
    color: #10218b;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    border-bottom: 1px solid #eee;
} 

#newsletter-signup-box label.error {
    color: red;
    font-size: 13px;
}
#newsletter-signup-box .sort__select {
	width: 100%;
}
#newsletter-signup-box  .form_container_row_input_field{
    width: 100%;
    height: 34px;
    padding: 6px 20px 5px 7px;
    border-radius: 0;
    color: #555;
    border: 1px solid #ccc;
    display: inline-block;
}
#newsletter-signup-box .checkbox {
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}

#newsletter-signup-box .checkbox > input {
    cursor: pointer;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    z-index: 1;
}

#newsletter-signup-box .checkbox > [disabled] {
    cursor: default;
}

#newsletter-signup-box .checkbox_render {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(229, 229, 229) -3px 3px 5px inset;
    cursor: pointer;
    height: 100%;
    position: relative;
}

#newsletter-signup-box .checkbox-radio > .checkbox_render {
    border-radius: 50%;
}

#newsletter-signup-box :focus + .checkbox_render,
#newsletter-signup-box :hover > .checkbox_render,
#newsletter-signup-box .is-hover + .checkbox_render {
    border-color: rgb(0, 186, 242);
}

#newsletter-signup-box .form_container_row {
    margin-bottom: 20px;
}
#newsletter-signup-box .is-error + .checkbox_render {
    border-color: rgb(255, 0, 0);
}

#newsletter-signup-box [disabled] + .checkbox_render {
    background-color: rgb(245, 245, 245);
    border-color: rgb(225, 225, 225);
}

#newsletter-signup-box .checkbox_render::after {
    transform: translate(-50%, -50%);
    color: rgb(102, 102, 102);
    content: "✔";
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
}

#newsletter-signup-box :checked + .checkbox_render::after {
    display: block;
}

#newsletter-signup-box .checkbox-radio > .checkbox_render::after {
    border-radius: 50%;
    border-style: solid;
    content: "";
}

#newsletter-signup-box :focus + .checkbox_render::after,
#newsletter-signup-box :hover > .checkbox_render::after,
#newsletter-signup-box .is-hover + .checkbox_render::after {
    color: rgb(0, 186, 242);
}

#newsletter-signup-box .is-error + .checkbox_render::after {
    color: rgb(255, 0, 0);
}

#newsletter-signup-box [disabled] + .checkbox_render::after {
    color: rgb(153, 153, 153);
}

.overlay {
    transition: all 0.3s ease;
    background-color: rgba(0,0,0,0.4);
    z-index: 1003;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible
}

body > .overlay:not(.is-invisible) {
    display: block;
}

.overlay.is-invisible,
.overlay.xigen-hidden-popup {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0);
    height: 100% !important;
    width: 100% !important;
    position: fixed !important
}

.overlay:hover {
    cursor: pointer
}

#newsletter-signup-box .popup {
    transition: all 0.3s ease;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    left: 50%;
    max-height: 95%;
    outline: none;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 100%;
    max-width: 940px;
    z-index: 1004;
    opacity: 1;
    color: #575755;
    background: #fff;
    visibility: visible;
    text-align: left;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

#newsletter-signup-box .popup.is-invisible,
#newsletter-signup-box .popup.xigen-hidden-popup {
    visibility: hidden;
    top: 45%;
    opacity: 0;
    height: auto !important;
    width: auto !important;
    position: fixed !important
}

@media only screen and (max-width: 767px) {
    #newsletter-signup-box .popup.is-invisible,
    #newsletter-signup-box .popup.xigen-hidden-popup {
        height:100% !important
    }
}

#newsletter-signup-box .popup.is-invisible object,
#newsletter-signup-box .popup.xigen-hidden-popup object {
    visibility: hidden !important
}

@media only screen and (max-width: 767px) {
    #newsletter-signup-box .popup {
        top:0;
        left: 0;
        -ms-transform: none;
        transform: none;
        height: 100% !important;
        max-height: 100%;
        width: 100% !important;
        max-width: 100% !important
    }
}

#newsletter-signup-box .popup form.is-validating:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5)
}

#newsletter-signup-box .popup form.is-validating:after {
    content: " ";
    display: block;
    position: absolute;
    z-index: 5;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_search-loading") center center no-repeat;
    background-size: 100% 100%;
    -ms-transform-origin: center center;
    transform-origin: center center;
    animation: spinner-rotation 2s infinite linear
}

#newsletter-signup-box .popup form .error-msg {
    font-size: 13px;
    color: red
}

#newsletter-signup-box .popup .consumableForm button {
    min-width: 0;
    font-size: 13px;
    padding: 10px 15px
}

#newsletter-signup-box .popup_content {
    background: #fff;
    outline: none;
    padding: 30px
}

@media only screen and (max-width: 767px) {
    #newsletter-signup-box .popup_content {
        padding:40px 15px 15px
    }
}

#newsletter-signup-box .popup_close {
    z-index: 2;
    position: absolute;
    top: 24px;
    right: 22px
}

@media only screen and (max-width: 767px) {
    #newsletter-signup-box .popup_close {
        top:15px;
        right: 15px
    }
}

#newsletter-signup-box .popup_close a {
    display: block;
    width: 35px;
    height: 35px;
    background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_popup-close-icon") center center no-repeat;
    cursor: pointer;
    font-size: 0;
    text-indent: -999em;
    -ms-transform: opacity 0.2s ease;
    transform: opacity 0.2s ease
}

#newsletter-signup-box .popup_close a:after {
    display: none
}

#newsletter-signup-box .popup_close a:hover {
    opacity: 0.8
}

#newsletter-signup-box .popup h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: normal;
    padding-right: 40px
}

#newsletter-signup-box .popup h3.blue {
    color: #10218b
}

#newsletter-signup-box .popup ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#newsletter-signup-box .popup li {
    display: block
}

#newsletter-signup-box .popup a {
    font-size: 13px
}

#newsletter-signup-box .popup label,
#newsletter-signup-box .popup .header {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 20px 0 10px
}

#newsletter-signup-box .popup .header {
    margin-bottom: 15px
}

#newsletter-signup-box .popup input[type="checkbox"] {
    clip: rect(1px,1px,1px,1px);
    outline: none;
    position: absolute
}

#newsletter-signup-box .popup input[type="checkbox"]+label {
    position: relative;
    display: block;
    padding: 5px 0 5px 30px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0
}

#newsletter-signup-box .popup input[type="checkbox"]+label:hover {
    cursor: pointer
}

#newsletter-signup-box .popup input[type="checkbox"] + label .checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 5px
}

#newsletter-signup-box .popup input[type="checkbox"] + label .checkbox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -ms-transform: translate(2px,-2px);
    transform: translate(2px,-2px);
    background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_checkbox-tick") center center no-repeat
}

#newsletter-signup-box .popup input[type="checkbox"]:focus + label .checkbox {
    border-color: #575755
}

#newsletter-signup-box .popup input[type="checkbox"]:checked + label .checkbox:after {
    display: block
}

#newsletter-signup-box .popup input[type="radio"] {
    clip: rect(1px,1px,1px,1px);
    outline: none;
    position: absolute
}

#newsletter-signup-box .popup input[type="radio"]+label {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin: 0
}

#newsletter-signup-box .popup input[type="radio"] + label .radio {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 50%
}

#newsletter-signup-box .popup input[type="radio"] + label .radio:before {
    display: none;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #10218b;
    border-radius: 50%
}

#newsletter-signup-box .popup input[type="radio"]+label:hover {
    cursor: pointer
}

#newsletter-signup-box .popup input[type="radio"]+label.radio-label-bc {
    display: inline-block;
    width: 80px;
    margin: 10px 0 0
}

#newsletter-signup-box .popup input[type="radio"]:focus + label .radio {
    border-color: #575755
}

#newsletter-signup-box .popup input[type="radio"]:checked + label .radio:before {
    display: block
}

#newsletter-signup-box .popup input[type="text"],
#newsletter-signup-box .popup input[type="email"],
#newsletter-signup-box .popup input[type="password"] {
    display: block;
    width: 100%;
    height: 31px;
    border: 1px solid #eee;
    margin: 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0 10px;
    color: #000
}

#newsletter-signup-box .popup input[type="text"]:focus,
#newsletter-signup-box .popup input[type="email"]:focus,
#newsletter-signup-box .popup input[type="password"]:focus {
    border-color: #575755
}

#newsletter-signup-box .popup .select {
    font-size: 14px;
    color: #000
}

#newsletter-signup-box .popup textarea {
    border: 1px solid #eee;
    margin: 0;
    font-size: 14px;
    line-height: 31px;
    padding: 0 10px;
    color: #000;
    min-height: 100px;
    resize: vertical
}

#newsletter-signup-box .popup textarea:focus {
    border-color: #575755
}

#newsletter-signup-box .popup .error {
    margin: 10px 0 0;
    font-size: 13px;
    color: red
}

#newsletter-signup-box .popup .label-checkbox {
    position: relative;
    font-size: 13px;
    margin: 10px 0 20px;
    color: #000;
    padding-left: 30px
}

#newsletter-signup-box .popup .label-checkbox:hover {
    cursor: pointer
}

#newsletter-signup-box .popup .label-checkbox .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 10px
}

#newsletter-signup-box .popup .label-checkbox .checkbox:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    -ms-transform: translate(2px,-2px);
    transform: translate(2px,-2px);
    background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_checkbox-tick") center center no-repeat
}

#newsletter-signup-box .popup .label-checkbox.remember-me {
    color: #575755;
    margin-top: 20px
}

#newsletter-signup-box .popup .label-radio {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 13px;
    margin: 0 0 20px;
    color: #000
}

#newsletter-signup-box .popup .label-radio:hover {
    cursor: pointer
}

#newsletter-signup-box .popup .label-radio .radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 10px
}

#newsletter-signup-box .popup .label-radio .radio:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    background: #10218b
}

.section-content {
	padding-top: 60px;
	padding-bottom: 60px
}

.section-content h2 {
	color: #10218b;
	font-size: 28px;
	line-height: 33.6px;
	margin: 0 0 30px
}

.section-content p {
	font-size: 16px;
	line-height: 24px
}
.find-product-toggle{
    display: none;
}
#newsletter-signup-box .apply_intro {
	margin-bottom: 20px
}

#newsletter-signup-box .apply_intro h2 {
	color: #10218b
}

#newsletter-signup-box .apply_intro p {
	font-size: 16px;
	line-height: 22px;
	color: #575756
}

#newsletter-signup-box .apply_intro p span {
	font-size: 14px;
	line-height: 20px
}

@media only screen and (max-width:599px) {
	#newsletter-signup-box .apply_intro {
		height: auto!important
	}
}

#newsletter-signup-box .apply_container {
	display: inline-block;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	max-width: 100%
}

#newsletter-signup-box .apply_container .form {
	width: 50%;
	float: left
}

#newsletter-signup-box .apply_container .form .form_container_row {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block
}

#newsletter-signup-box .apply_container .form .form_container_row.form_container_row_inline {
	display: inline-block
}

#newsletter-signup-box .apply_container .form .form_container_row.hidden {
	display: none
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_left {
	width: 50%;
	float: left;
	padding-right: 20px;
	position: relative
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_right {
	width: 50%;
	float: left;
	padding-right: 20px;
	position: relative
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_label {
	width: 100%;
	display: block;
	float: left;
	vertical-align: middle
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_label label {
	font-weight: normal;
	font-size: 16px;
	line-height: 41px
}

@media only screen and (max-width:959px) {
	#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_label {
		width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:959px) {
	#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_label {
		margin-bottom: 5px
	}
	#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_label label {
		line-height: 20px
	}
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_input {
	width: 100%;
	display: block;
	float: left
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_input input[type=text] {
	padding: 7px;
	width: 100%;
	height: 41px
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_input .select {
	margin-bottom: 0px
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_input .select .select_display {
	min-height: 41px;
	padding: 10px 7px
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_input select.error+.select .select_display+.select_arrow {
	border-top: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red
}

@media only screen and (max-width:959px) {
	#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_input {
		width: 100%
	}
}

#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_btn {
	text-align: right
}

#newsletter-signup-box .apply_container .form .form_container_row label.error {
	display: block;
	color: #ED1C24;
	position: absolute;
	top: 85px;
	width: 100%;
	padding-right: 20px;
	font-size: 11px
}

@media only screen and (min-width:768px) and (max-width:959px) {
	#newsletter-signup-box .apply_container .form .form_container_row label.error {
		top: 68px;
		line-height: 12px
	}
}

@media only screen and (min-width:768px) and (max-width:959px) {
	#newsletter-signup-box .apply_container .form .form_container_row {
		margin-bottom: 30px
	}
}

#newsletter-signup-box .apply_container .form.disabled .form_container_row:not(:first-child) {
	opacity: 0.3;
	pointer-events: none
}

#newsletter-signup-box .apply_container .tables {
	width: 50%;
	float: left
}

#newsletter-signup-box .apply_container .tables>p {
	font-size: 16px;
	line-height: 22px;
	color: #575756;
	margin-top: 40px;
	margin-bottom: 0
}

#newsletter-signup-box .apply_container .tables>p span {
	font-size: 14px;
	line-height: 20px
}

@media only screen and (max-width:599px) {
	#newsletter-signup-box .apply_container .tables .tables_intro {
		height: auto!important
	}
}

#newsletter-signup-box .apply_container .tables .tables_container .table {
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
	margin-top: 20px;
	margin-bottom: 0;
	border-top: 0
}

#newsletter-signup-box .apply_container .tables .tables_container .table:not(:first-child) {
	border-top: 0
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_title {
	cursor: pointer;
	background: #10218b
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_title h3 {
	margin: 0;
	color: white;
	padding: 12px 15px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase
}

#newsletter-signup-box .apply_container .tables .tables_container .table.open .tables_container_inner_title h3 {
    background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_close-dropdown") center right no-repeat
	/* background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_close-dropdown-2") center right no-repeat */
}

#newsletter-signup-box .apply_container .tables .tables_container .table.closed .tables_container_inner_title h3 {
    background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_open-dropdown") center right no-repeat
	/* background: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_open-dropdown-2") center right no-repeat */
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table {
	border: 1px solid #e1e1e1;
	margin-bottom: 20px;
	/* border-top: 0; */
	overflow: auto
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table table {
	width: 100%
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table table thead tr th {
	padding: 15px 15px 5px 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	line-height: 18px;
	background: #ffffff;
    color: #565657;
    text-transform: none;
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table table tbody tr td {
	padding: 5px 15px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	width: 50%;
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table table tbody tr td a {
	font-weight: normal
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table table tbody tr:nth-child(2n) td {
	background-color: #f2f2f2
}

#newsletter-signup-box .apply_container .tables .tables_container .table .tables_container_inner_table table tbody tr:nth-child(odd) td {
	background-color: #ffffff
}

#newsletter-signup-box .apply_container .tables.disabled .tables_container {
	opacity: 0.3;
	pointer-events: none
}

#newsletter-signup-box .apply_container .tables.disabled .tables_container .table .tables_container_inner_title {
	cursor: default
}

@media only screen and (max-width:599px) {
	#newsletter-signup-box .apply_container .tables {
		margin-bottom: 20px!important
	}
}

#newsletter-signup-box .apply_container .products {
	width: 100%;
	float: left
}

#newsletter-signup-box .apply_container .products .products_list {
	display: none;
	width: 100%
}

#newsletter-signup-box .apply_container .products .products_list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

#newsletter-signup-box .apply_container .products .products_list ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 33%;
	float: left;
	position: relative;
	padding-left: 46px
}

@media (max-width: 767px) {
    #newsletter-signup-box .apply_container .products .products_list ul li {
        width: 100%;
    }
}

#newsletter-signup-box .apply_container .products .products_list ul li .delete {
	display: block;
	width: 31px;
	height: 31px;
	cursor: pointer;
	background-image: url("https://epsonemear.a.bigcontent.io/v1/static/extended-warranty_0122_delete-0817");
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (max-width:479px) {
	#newsletter-signup-box .apply_container .products .products_list ul li .delete {
		margin-right: 0px
	}
}

#newsletter-signup-box .apply_container .products .products_list ul li .number {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-family: Arial, "Helvetica", sans-serif;
	line-height: 1
}

#newsletter-signup-box .apply_container .products .products_list ul li p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 14px;
	width: 100%;
	margin-bottom: 6px
}

#newsletter-signup-box .apply_container .products .products_list ul li p span {
	font-size: 12px;
	text-transform: uppercase;
	color: #0d1a8d;
	font-weight: bold
}


#newsletter-signup-box button.btn.btn-primary.btn-primary--arrowless {
    width: auto;
    margin: 40px 0 60px;
}
#newsletter-signup-box .nf-interests-container .form_container_row {
    margin-bottom: 0;
}
#newsletter-signup-box .nf-interests-container h4 {
    margin: 40px 0 10px;
    font-size: 1rem;
}
#newsletter-signup-box .nf-interests-container .form_container_row {
	display: flex;
}

#newsletter-signup-box .nf-interests-container .form_container_row.form_container_row_inline {
	margin-top: 5px;
	margin-bottom: 0
}

#newsletter-signup-box .nf-interests-container .form_container_row .form_container_row_terms_checkbox {
	display: inline-block;
	height: 14px;
	position: relative;
	width: 14px;
	float: left;
	top: 4px;
    margin-top: 0;
}

#newsletter-signup-box .nf-interests-container .form_container_row .form_container_row_terms_checkbox .error+.checkbox_render {
	border-color: #F00
}

#newsletter-signup-box .nf-interests-container .form_container_row .form_container_row_terms_label {
	float: left;
	display: inline-block;
	padding-left: 8px;
	width: 95%
}

#newsletter-signup-box .nf-interests-container .form_container_row .form_container_row_terms_label label {
	font-size: 14px;
	line-height: 24px;
    padding-left: 2px;
}

#newsletter-signup-box .nf-interests-container .form_container_row #add-product {
	margin-right: 20px;
	display: inline-block
}

#newsletter-signup-box .nf-interests-container .form_container_row #add-product.hidden {
	display: none
}

#newsletter-signup-box .nf-interests-container .form_container_row #submit-form {
	display: inline-block
}

#newsletter-signup-box .nf-interests-container .form_container_row #submit-form.hidden {
	display: none
}

#newsletter-signup-box .nf-interests-container.disabled {
	opacity: 0.3;
	pointer-events: none
}

#newsletter-signup-box input.error,
#newsletter-signup-box select.error {
    border: 1px solid red;
}

@media only screen and (max-width:767px) {
	#newsletter-signup-box .apply_container .form {
		width: 100%
	}
	#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_left {
		padding-right: 10px
	}
	#newsletter-signup-box .apply_container .form .form_container_row .form_container_row_right {
		padding-left: 10px;
		padding-right: 0
	}
	#newsletter-signup-box .apply_container .tables {
		width: 100%
	}
	#newsletter-signup-box .apply_container .tables .tables_container .table {
		max-width: 100%
	}
	#newsletter-signup-box .apply_container .tables .tables_container .table:first-of-type {
		margin-top: 0
	}
}

