body {
	overflow: auto !important;
}

.pagewrap {
	background:#fff;
	display:block;
	padding: 10px 0 50px 0;
    border-top: solid #332a86 2px;
}

h1 {
	color: #332a86;
    font-weight: bold;
    margin: 0;
	padding-top: 45px;
    padding-bottom: 50px;
}

.topmenu nav a.myaccount {
	border-radius:4px !important;
}

.topmenu, .topmenu nav {
    position: relative;
    top: 2px;
}


.btn, .btn:visited {

}

.btn:hover {

}

.chip_formlabel{
	font-weight:700;
}

.chip_customcheckbox_big {
	padding-bottom:40px;
}

.chip_customcheckbox_big  label {
	position: relative !important;
	xleft:30px;
}

.chip_customcheckbox_big .chip_checkbox {
	
}

.btn {

}

.btn:focus {

}

input[type=checkbox]+label::before {
	margin-left:-30px;
	top:-10px;
}

input[type=checkbox]:focus+label::before{
    box-shadow: 0 0 0 3px #d68600 !important;
    outline: none !important;
}

input[type=checkbox]:checked+label::before, input:checked+label::before {
	box-shadow: none;
	outline: none;
}

input[type=checkbox]+label::after {
	margin-left:-34px;
	top:5px;
}

.chip_customcheckbox_big .chip_formlabel_checkbox {
	top:9px;
}

.chip_formfieldbuttonwrapper {
	margin:10px 0 10px 0;
}

.chip_optionsstarthere .chip_formfieldbuttonwrapper .btn-primary .chip_chevronright {
	xbackground-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBkPSJNOTYgNDgwYy04LjE4OCAwLTE2LjM4LTMuMTI1LTIyLjYyLTkuMzc1Yy0xMi41LTEyLjUtMTIuNS0zMi43NSAwLTQ1LjI1TDI0Mi44IDI1Nkw3My4zOCA4Ni42M2MtMTIuNS0xMi41LTEyLjUtMzIuNzUgMC00NS4yNXMzMi43NS0xMi41IDQ1LjI1IDBsMTkyIDE5MmMxMi41IDEyLjUgMTIuNSAzMi43NSAwIDQ1LjI1bC0xOTIgMTkyQzExMi40IDQ3Ni45IDEwNC4yIDQ4MCA5NiA0ODB6IiBmaWxsLW9wYWNpdHk9IjAuNyIvPjwvc3ZnPg=="); 
	xopacity:.5;
	background-size: 11px;
    background-position: center 50%;
    width: 10px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 12px);
    right: 8px;
}

.chip_permitaddresslist {
	padding-top:0.5rem !important;
	padding-bottom:0.5rem !important;
}

.chip_formselect, .chip_forminput {
	margin-bottom:10px;
	padding:5px 10px !important;
}

.chip_paragraphs a {
	text-decoration: underline;
}

/* Input widths  */
.chip_form_width_5 {
	width:5em;
}

.chip_form_width_10 {
	width:10em;
}

.chip_form_width_15 {
	width:15em;
}

.chip_form_width_20 {
	width:20em;
}

.chip_form_width_25 {
	width:25em;
}

.chip_form_width_35 {
	width:35em;
}

.chip_form_width_50 {
	width:100%;
}

.chip_form_width_50p {
	width:50%;
}

.chip_form_width_100 {
	width:100%;
}


@media (max-width: 610px) {
	
	.chip_form_width_5, .chip_form_width_10, .chip_form_width_15, .chip_form_width_20, .chip_form_width_25, .chip_form_width_35, .chip_form_width_50 {
		width:100%;
	}
}

.chip_detailstable th {

}

input[type="radio"] {

}

.chip_optionradiolabelcell_sub {
	padding-bottom:14px;
}