/*** Start Vanilla CSS 1.0.2 */
pre,code,tt{font:1em/1.2 monospace;}h1,h2,h3,h4,h5,h6,b,strong{font-weight:bold;}em,i,dfn{font-style:italic;}dfn{font-weight:bold;}p,code,pre,kbd{margin:0.5em 0 0.5em 0;}blockquote{margin:0 1.5em 1.5em 1.5em;}cite{font-style:italic;}li ul,li ol{margin:0 1.5em;}ul,ol{margin:0 1.5em 1.5em 1.5em;}ul{list-style-type:disc;}ol{list-style-type:decimal;}ol ol{list-style:upper-alpha;}ol ol ol{list-style:lower-roman;}ol ol ol ol{list-style:lower-alpha;}dl{margin:0 0 0.5em 0;}dl dt{font-weight:bold;}dd{margin-left:1.5em;}table{margin-bottom:1.4em;width:100%;}th{font-weight:bold;}th,td,caption{padding:4px 10px 4px 5px;}tfoot{font-style:italic;}sup,sub{line-height:0;}abbr,acronym{border-bottom:1px dotted;}address{margin:0 0 1.5em;font-style:italic;}del{text-decoration:line-through;}pre{margin:1.5em 0;white-space:pre;}img.centered,.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}img.alignright{display:inline;}img.alignleft{display:inline;}.alignright{float:right;margin-left:10px;}.alignleft{float:left;margin-right:10px;}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
    background: #EFEFEF url(/assets/texture.png) center center repeat;
    color: #222;
}
body.editing {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
body .dev {
	display: none;
}
body.dev .dev {
	display: revert;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* meta */
:focus, :active, :hover {
	outline: none;
}
/* END RESETS */
.wrapper {
	margin-left: auto;
	margin-right: auto;
}
.header {
	background-color: #1A2A58;
}
.header h1 {
    margin-top: 45px;
    text-align: center;
}
.header .content {
    padding: 18px 18px 18px 180px;
    min-height: 180px;
    background: url(/assets/acllogo_white.png) 18px center no-repeat;
    background-size: 144px auto;
}
.header span {
	text-wrap: nowrap;
}
.content {
	max-width: 1280px;
	padding: 18px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
    font-size: 36px;
    color: #EFEFEF;
}
h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
}
h3 {
	font-size: 16px;
	color: #555;
}
p {
	margin-bottom: 1em;
}
a {
	color: #21438a;
}
a:hover {
	color: #e0401d;
}
.error {
	color: #E00;
}
p.error, h2.error, h3.error, h4.error {
	text-align: center;
	margin-top: 12px;
}
#sizeBox {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	z-index: 9999;
}
form {
	background-color: rgba( 250, 250, 250, 0.3);
	border-top: 2px solid #444;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-radius: 4px;
	margin-bottom: 1em;
}
form h3 {
	padding: 12px;
	border-bottom: 1px solid #DDD;
}
fieldset {
	padding: 18px 12px;
}
fieldset.fsflex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	background-color: #FFF;
}
fieldset.fsflex div, fieldset.fsflex input, fieldset.fsflex label, fieldset.fsflex select {
	vertical-align: middle;
}
fieldset.fsflex div {
	padding: 9px 0;
}
label {
	font-weight: bold;
}
input[type=text], select {
	display: inline-block;
	padding: 4px 18px;
	height: 32px;
	background-color: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-left: 0;
}
fieldset.fsflex span {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: auto 18px;
	vertical-align: middle;
	border: 1px solid #DDD;
	border-radius: 6px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
span.user {
	background: #EEE url(/assets/user.svg) center center no-repeat;
}
span.type {
	background: #EEE url(/assets/filter.svg) center center no-repeat;
}
span.state {
	background: #EEE url(/assets/flag.svg) center center no-repeat;
}
#formsList {
	border-top: 3px solid #21438a;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 1em;
	border-radius: 6px;
}
table {
	background-color: #F8F8F8;
	border-radius: 6px;
}
caption {
	text-align: left;
	font-weight: bold;
	padding: 9px 8px;
	border-bottom: 1px solid #ccc;
}
th {
	text-align: left;
	padding: 12px 8px;
	font-size: 16px;
	border: 1px dashed #ccc;
	border-top: 0;
}
td {
	padding: 18px 8px;
	font-size: 14px;
	border: 1px dashed #ccc;
	vertical-align: middle;
}
input[type=checkbox], input[type=radio] {
	appearance: none;
	width: 24px;
	height: 24px;
	border: 1px solid #666;
	border-radius: 6px;
}
input[type=radio] {
	border-radius: 12px;
}
input[type=checkbox]:checked {
	background: url(/assets/check.svg) center center no-repeat;
}
input[type=checkbox]:disabled {
	opacity: 0.2;
}
td.disabled {
	position: relative;
}
td.disabled::after {
	display: block;
	position: absolute;
	content: " ";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
input[type=radio]:checked {
	background: url(/assets/circle.svg) center center no-repeat;
	background-size: 60% 60%;
}
input#USER + label + br + input, input#USER + label + br {
	display: none;
}
input#USER:checked + label + br + input {
	display: inline;
}
.lineup {
	text-align: center;
	line-height: 2.5;
}
.lineup input, .lineup label {
	vertical-align: middle;
}
.lineup span {
	text-wrap: nowrap;
}
tr:last-child td {
	border-bottom: 0;
}
tr:nth-child(even) {
	background-color: #eee;
}
.order {
	text-align: center;
}
.state {
	text-wrap: nowrap;
}
.pdfs {
	text-align: center;
	line-height: 2;
}
.pdfs * {
	vertical-align: middle;
	text-decoration: none;
}
.pdfs span {
	font-weight: bold;
}
img.email, img.download {
	max-width: 24px;
	height: auto;
}
p.smallprint {
	font-size: 12px;
}
button {
	appearance: none;
	font-size: 14px;
	padding: 9px 18px 9px 42px;
	border: 1px solid #21438a;
	border-radius: 6px;
	color: #F8F8F8;
	background: #21438a url(/assets/send.svg) 9px center no-repeat;
	background-size: 22px;
}
.page-footer {
	background-color: #1A2A58;
}
.page-footer h2 {
	display: inline-block;
	position: relative;
	left: calc( ( ( 100vw - 1280px ) / 2 ) + 24px );
	color: #F8F8F8;
	text-transform: uppercase;
	margin: 1em auto;
	padding: 24px 0;
	border-bottom: 1px solid #124487;
}
#orderContainer {
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	height: 0;
	transition: opacity 500ms;
}
#orderContainer.active {
	height: 100vh;
	opacity: 1;
	transition: opacity 500ms;
}
#orderForm {
	position: relative;
	max-width: 700px;
	margin: 30px auto;
	background-color: #F8F8F8;
	border: 5px solid rgba(0, 0, 0, 0.2);
	max-height: calc( 75vh );
	overflow: scroll;
}
#orderForm>div {
	padding: 12px;
}
#orderForm tr>*:first-child, #orderForm tr>*:last-child {
	width: 11%;
}
#orderForm table {
	border: 1px solid #DDD;
}
#orderForm table th, #orderForm table td {
	font-size: 14px;
}
#orderForm table td label {
	font-weight: normal;
}
#orderForm table td a {
	color: #a94442;
}
#orderForm table td a:hover {
	color: #e0401d;
}
#orderForm table input[type=text] {
	border: 1px solid #DDD;
	border-radius: 6px;
	width: 100%;
}
div#shipping {
	padding: 0;
}
#shipping>div {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 1px dashed #DDD;
}
#shipping>div:last-child {
	display: block;
	text-align: right;
	padding: 9px
}
#shipping>div>div {
	flex: 1 1 66.6666%;
	display: inline-block;
	width: 66.6666%;
	padding: 9px;
}
#shipping div.pair>div {
	display: inline-block;
	width: 48%;
	float: left;
}
#shipping div.pair>div:nth-child(2) {
	float: right;
}
#shipping label {
	flex: 1 1 33.3333%;
	display: inline-block;
	width: 33.3333%;
	font-size: 14px;
	text-align: right;
	border-right: 1px dashed #DDD;
	padding: 18px 9px 18px 0;
}
#shipping input[type=text], #shipping select {
	border: 1px solid #DDD;
	border-radius: 6px;
	width: 100%;
}
#shipping textarea {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	border: 1px solid #DDD;
	border-radius: 6px;
	width: 100%;
	height: 64px;
}
#shipping input[type=text], textarea {
	background-color: #FFF;
}
button.ex {
	position: absolute;
	right: 0;
	top: 0;
	background-color: transparent;
	border: none;
}
button.ex span {
	color: #222;
	font-size: 21px;
	font-weight: bold;
}
#shipping button {
	background-image: none;
	padding: 9px 18px;
}
#orderForm button.close:hover {
	color: #e0401d;
}
#orderForm button.order:hover {
	color: #e8e811;
}
#order-items:hover {
	color: #e8e811;
}
@media screen and ( max-width: 1280px ) {
	.page-footer h2 {
		left: 24px;
	}
}
.columns {
	padding: 12px;
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #F8F8F8;
	line-height: 1.4;
}
.columns>div {
	flex: 1 1 33%;
	padding: 0 12px;
}
.columns a {
	color: #F8F8F8;
	text-decoration: none;
}
.columns a:hover {
	color: #e0401d;
}
.columns h3 {
	color: #AAA;
	text-transform: uppercase;
	margin: 1em 0;
}
.columns img {
	width: 18px;
	height: auto;
	margin-right: 9px;
}
.links a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contacts {
	line-height: 1.4;
}
.footerlast {
	padding: 24px 12px;
	color: #F8F8F8;
	background-color:#21438a;
}
.footerlast>* {
	font-size: 14px;
	max-width: 1280px;
	margin: 0 auto;
}
@media screen and ( max-width: 940px ) {
	.header h1 {
		margin-top: 27px;
	}
	fieldset.fsflex {
		display: block;
	}
	fieldset.fsflex>div {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		max-width: 80%;
		margin: 0 auto;
	}
	fieldset.fsflex input, fieldset.fsflex select {
		flex: 1 1 auto;
	}
	fieldset.fsflex label {
		flex: 0 0 auto;
		width: 108px;
	}
	fieldset.fsflex span {
		flex: 0 0 auto;
	}
}
@media screen and ( max-width: 767px ) {
	.columns {
		display: block;
	}
	tr {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: stretch;
		vertical-align: middle;
	}
	td, th {
		flex: 0 0 30%;
		border: none;
		text-align: center;
	}
	td:nth-child(4), th:nth-child(4) {
		flex: 0 0 100%;
		text-align: center;
		border-top: 1px dashed rgba(0,0,0,0.3);
		border-bottom: 2px solid #444;
	}
	.state {
		white-space: wrap;
	}
}
@media screen and ( max-width: 564px ) {
	.header span {
		text-wrap: wrap;
	}
	.header h1 {
		font-size: 30px;
		margin-top: 12px;
	}
	#formsList {
		overflow-x: auto;
	}
}
@media screen and ( max-width: 425px ) {
	.header h1 {
		font-size: 18px;
		margin-top: 12px;
	}
	.header .content {
	    min-height: 114px;
	    background-size: 96px auto;
	    background-position-x: 9px;
	    padding: 9px 9px 9px 117px;
	}
	fieldset.fsflex>div {
		max-width: 100%;
	}
	fieldset.fsflex label, fieldset.fsflex input, fieldset.fsflex select {
		font-size: 14px;
	}
	fieldset.fsflex label {
		width: 72px;
	}
	input#PRODUCT_FORMS_EMAIL_SOURCE_USER:checked + label + br {
		display: inline;
	}
}

@media screen and ( max-width: 375px ) {
	fieldset.fsflex>div {
		flex-flow: row wrap;
	}
	fieldset.fsflex label {
		flex: 0 0 100%;
		padding-bottom: 6px;
	}
}