﻿/*#region main styles*/
body {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	color: #424140;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
}

a, a:active {
	color: #3287B1;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a:focus {
	-moz-outline-style: none;
}

a:visited {
	color: #7cafbf;
}

.main-accent-color {
	color: #3287B1;
}

.main-accent-background-color {
	background-color: #3287B1;
}

.secondary-accent-color {
	color: #8DCD49;
}

.secondary-accent-background-color {
	background-color: #8DCD49;
}

.call-to-action-color,
.Error,
.error {
	color: #C95B27;
}

.call-to-action-background-color {
	background-color: #C95B27;
}

.webfont-bold, b, strong {
	font-weight: bold;
	font-style: normal;
}

i, em {
	font-style: italic;
}

.responsive-image {
	max-width: 100%;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: normal;
}

h1 {
	font-size: 2.25em;
	padding-bottom: 15px;
}

h2 {
	font-weight: bold;
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
	font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 1;
}

ul {
	list-style: disc;
}

.rounded {
	border-radius: 4px;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
	src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("application/font-woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}

.glyphicon-chevron-up:before {
	content: "\e113";
}

.glyphicon-chevron-down:before {
	content: "\e114";
}

.glyphicon-plus-sign:before {
	content: "\e081";
}

.glyphicon-minus-sign:before {
	content: "\e082";
}

.main-page {
	max-width: 1400px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}

.wrap {
	position: relative;
}

.left-shadow {
	left: -15px;
	top: 0px;
	position: absolute;
	background-repeat: repeat-y;
	width: 15px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(71,71,71,0) 0%, rgba(71,71,71,0) 9%, rgba(71,71,71,0.25) 98%, rgba(71,71,71,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(71,71,71,0)), color-stop(9%,rgba(71,71,71,0)), color-stop(98%,rgba(71,71,71,0.25)), color-stop(100%,rgba(71,71,71,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(71,71,71,0) 0%,rgba(71,71,71,0) 9%,rgba(71,71,71,0.25) 98%,rgba(71,71,71,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(71,71,71,0) 0%,rgba(71,71,71,0) 9%,rgba(71,71,71,0.25) 98%,rgba(71,71,71,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(71,71,71,0) 0%,rgba(71,71,71,0) 9%,rgba(71,71,71,0.25) 98%,rgba(71,71,71,0.9) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(71,71,71,0) 0%,rgba(71,71,71,0) 9%,rgba(71,71,71,0.25) 98%,rgba(71,71,71,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00474747', endColorstr='#44474747',GradientType=1 ); /* IE6-8 */
}

.right-shadow {
	right: -15px;
	top: 0px;
	position: absolute;
	background-repeat: repeat-y;
	width: 15px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(71,71,71,0.9) 0%, rgba(71,71,71,0.25) 2%, rgba(71,71,71,0) 91%, rgba(71,71,71,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(71,71,71,0.9)), color-stop(2%,rgba(71,71,71,0.25)), color-stop(91%,rgba(71,71,71,0)), color-stop(100%,rgba(71,71,71,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(71,71,71,0.9) 0%,rgba(71,71,71,0.25) 2%,rgba(71,71,71,0) 91%,rgba(71,71,71,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(71,71,71,0.9) 0%,rgba(71,71,71,0.25) 2%,rgba(71,71,71,0) 91%,rgba(71,71,71,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(71,71,71,0.9) 0%,rgba(71,71,71,0.25) 2%,rgba(71,71,71,0) 91%,rgba(71,71,71,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(71,71,71,0.9) 0%,rgba(71,71,71,0.25) 2%,rgba(71,71,71,0) 91%,rgba(71,71,71,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44474747', endColorstr='#00474747',GradientType=1 ); /* IE6-8 */
}

.subpage-background {
	padding-top: 139px;
	background-color: #f1f2f2;
	margin-left: 3.5714%;
	margin-right: 3.5714%;
	padding-left: 3.5714%;
	padding-right: 3.5714%;
	padding-bottom: 50px;
}

.box-shadow {
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

*:first-child + html .group {
	zoom: 1;
}
/* IE7 */

.initiallyhidden {
	display: none;
}

.protolabs-logo {
	float: right;
	position: relative;
	top: -15px;
	right: -11px;
}

.protomold-logo {
	float: right;
	position: relative;
	top: -15px;
	right: -11px;
}
/*#endregion main styles*/


/*#region button styles*/
.button-wrapper {
	position: relative;
	z-index: 5;
	display: inline;
}

.button1,
.button1-flat {
	border: 0px none;
	background-color: #c95b27;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 12px 20px;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.button-shadow:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 80%;
	height: 25%;
	right: 10%;
	bottom: 0px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	box-shadow: 0px -3px 22px #2a2e31; /* IE and FF*/
	-moz-box-shadow: 0px -3px 22px #2a2e31;
	-webkit-box-shadow: 0px -3px 22px #2a2e31; /*Chrome, Safari*/
}

.button1:hover,
.button1-flat:hover,
.button1-large:hover {
	background-color: #f58220;
	text-decoration: none;
}

.button1.disabled {
	background-color: #F1F2F2;
	border: 1px solid #A7A9AC;
	color: #D1D3D4;
	cursor: default;
}

.button1-large {
	border: 0px none;
	background-color: #c95b27;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 15px 20px;
	color: #FFFFFF;
	font-size: 1.125em;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.button1-small {
	border: 0px none;
	background-color: #c95b27;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	letter-spacing: .5px;
	padding: 5px 10px 6px 10px;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.button1-small:hover {
	background-color: #f58220;
	text-decoration: none;
}

.button-arrow-small {
	background: transparent url('/images/arrow-for-sm-button.png') no-repeat 0px 0px;
	width: 10px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 12px;
}

.button-arrow-large {
	background: transparent url('/images/arrow-for-lg-button.png') no-repeat 0px 0px;
	width: 13px;
	height: 21px;
	position: absolute;
	right: 15px;
	top: 13px;
}

.button2 {
	border: 0px none;
	background-color: #3b6584;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 12px 20px;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.button2:hover,
.button2-large:hover {
	background-color: #4EA9D6;
	text-decoration: none;
}

.button2-small {
	border: 0px none;
	background-color: #3287B1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	letter-spacing: .5px;
	padding: 9px 10px 9px 10px;
	color: #FFFFFF;
	font-size: 11.5px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.button2-small:hover {
	background-color: #4EA9D6;
	text-decoration: none;
}

.button2-large {
	border: 0px none;
	background-color: #3b6584;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	letter-spacing: .5px;
	padding: 15px 20px;
	color: #FFFFFF;
	font-size: 1.125em;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.button1-small.disabled,
.button2-small.disabled {
	background-color: #F1F2F2;
	color: #d1d3d4;
	cursor: default;
	border: 1px solid #a7a9ac;
}

.button1:active,
.button2:active,
.button1-large:active,
.button2-large:active,
.button1-small:active,
.button2-small:active {
	position: relative;
	top: 0px;
	left: 0px;
}

a.button1,
a.button1-large:active,
a.button2-large:active,
button.button1-large:active,
button.button2-large:active {
	color: #FFFFFF;
}

a.button1-small:active,
a.button2-small:active,
button.button1-small:active,
button.button2-small:active {
	font-weight: normal !important;
	color: #FFFFFF;
}

a.button1-small.disabled:active,
a.button2-small.disabled:active,
button.button1-small.disabled:active,
button.button2-small.disabled:active {
	font-weight: normal !important;
	color: #d1d3d4;
}

a.button1:visited,
a.button2:visited,
a.button1-large:visited,
a.button2-large:visited,
a.button1-small:visited,
a.button2-small:visited,
a.button1:hover,
a.button2:hover,
a.button1-large:hover,
a.button2-large:hover,
a.button1-small:hover,
a.button2-small:hover,
a.button1:focus,
a.button2:focus,
a.button1-large:focus,
a.button2-large:focus,
a.button1-small:focus,
a.button2-small:focus {
	color: #FFFFFF;
	text-decoration: none;
}
/*#endregion button styles*/



/*#region linkControl styles*/
.linkcontrol-container {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.linkcontrol-label {
	background-color: #68696B;
	padding: 10px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	z-index: 99;
	text-align: center;
	font-size: 1em;
	line-height: 1;
	border-radius: 6px;
}

.linkcontrol-label:hover {
	background-color: #494A4B;
}

.linkcontrol-container a {
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: normal;
}

.linkcontrol-container a:hover {
	text-decoration: none;
}

.selected .linkcontrol-container a {
	color: #5b96b5 !important;
}

/*#endregion linkControl styles*/

/*#region tab styles*/
.general-tabs {
	border-bottom: solid 7px #3287B1;
	margin-top: 20px;
}

.general-tab {
	-moz-border-radius: 10px;
	-webkit-border-radius: 20px;
	border-radius: 6px 6px 0px 0px;
	padding: 15px 20px 15px 20px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	max-width: 200px;
	line-height: 13px;
	min-width: 100px;
	text-align: center;
	color: #58595b !important;
	background-color: #d1d3d4;
}

.general-tab.inactive {
	color: #58595b !important;
	background-color: #d1d3d4;
}

.general-tab:hover,
.general-tab.inactive:hover {
	cursor: pointer;
	color: #3287B1 !important;
	text-decoration: underline;
}

.general-tab.current,
.general-tab.current:hover {
	background-color: #3287B1;
	color: #ffffff !important;
	text-decoration: none;
	cursor: default;
}
/*#endregion tab styles*/

/*#region table styles*/
.general-table {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 2px solid #aaaaaa;
	text-align: left;
	color: #424140;
}

.general-table th {
	background-color: #797979;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	font-size: 1.1em;
	color: #ffffff;
}

.general-table td {
	padding: 8px 8px 8px 8px;
	vertical-align: top;
}

.general-table tr {
	border: 1px solid #aaaaaa;
}

.general-table tr:nth-child(odd) {
	background-color: #f1f2f2;
}

/*#endregion table styles*/

/*#region header styles*/
header {
	position: fixed;
	max-width: 1400px;
	min-width: 1024px;
	width: 100%;
	z-index: 97;
}

.header-placeholder {
	width: 100%;
	height: 75px;
}

.header-simple-placeholder {
	width: 100%;
	height: 66px;
	background-color: #414042;
}

.header-simple-spacer {
	height: 4px;
	width: 100%;
	background-color: #e6e7e8;
	-webkit-box-shadow: rgba(99,112,128,0.5) 0 0 6px;
	-moz-box-shadow: rgba(99,112,128,0.5) 0 0 6px;
	box-shadow: rgba(37, 37, 37, 0.5) 0 0 7px;
}

.header-cart-section {
	height: 41px;
	margin-right: 8.8428%;
	position: relative;
	z-index: 14;
}

.header-background {
	background-color: #414042;
	-webkit-box-shadow: rgba(99,112,128,0.5) 0 0 6px;
	-moz-box-shadow: rgba(99,112,128,0.5) 0 0 6px;
	box-shadow: rgba(37, 37, 37, 0.5) 0 0 7px;
	position: relative;
	z-index: 95;
}

.header-background-boxes {
	position: absolute;
	right: 0%;
	top: 0%;
	height: 41px;
	width: 92.8571%;
	background-image: url('/images/squares-topgrid-cnc-molding-prototype.png');
}

.header-background-simple-boxes {
	position: absolute;
	right: 0%;
	top: 0%;
	height: 66px;
	width: 92.8571%;
	background-image: url('/images/squares-topgrid2-cnc-molding-prototype.png');
}

.header-logo {
	position: absolute;
	padding-top: 19px;
	padding-left: 4.23%;
	z-index: 200;
	width: 16%;
}

.header-logo-protolabs {
	width: 84%;
}

.header-logo-protolabs.svg-image {
	max-height: 51px;
	width: auto !important;
}

.header-simple-logo {
	position: absolute;
	padding-top: 7px;
	padding-left: 4.23%;
	z-index: 200;
	width: 16%;
}

.print-view-address {
	display: none;
}

.header-bottom {
	padding-left: 0.5714%;
	padding-right: 3.5714%;
}

.header-simple-bottom {
	padding-left: 0.5714%;
	padding-right: 3.5714%;
}

.my-account-header {
	position: absolute;
	z-index: 100;
	left: 82.5%;
	top: 41px;
	width: 10.45%;
}

.my-account-header-background {
	background-color: #68696B;
	height: 58px;
	border-radius: 0px 0px 4px 4px;
}

.my-account-header-text {
	text-align: center;
	padding-top: 7px;
}

.my-account-header-text a {
	color: #ffffff;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

.my-account-header-text a:hover {
	color: #558ba8;
	cursor: pointer;
	text-decoration: none;
}

.header-main-navigation {
	background-color: #414042;
	height: 34px;
}

.my-account-cart-link {
	font-size: .8em;
	color: #5b96b5;
	text-transform: uppercase;
	font-weight: bold;
}

.my-account-cart {
	position: relative;
	width: 34px;
	height: 22px;
}

.cart-links:hover a,
.cart-links:hover a div span {
	color: #558ba8 !important;
	text-decoration: none;
}

.cart-image {
	position: absolute;
	left: 0px;
	top: 1px;
	background-image: url('/images/mastersprite06252014.png');
	width: 38px;
	height: 24px;
	background-position: -197px -74px;
}

.cart-links:hover .cart-image {
	position: absolute;
	left: 0px;
	top: 1px;
	background-image: url('/images/mastersprite06252014.png');
	width: 38px;
	height: 24px;
	background-position: -237px -74px;
}

.cart-quantity {
	position: absolute;
	left: 9px;
	top: -4px;
	width: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.1;
	color: #5b96b5;
	z-index: 5;
}

.my-account-login {
	text-align: center;
	padding-top: 2px;
}

.my-account-login a {
	font-size: .8em;
	text-transform: uppercase;
	color: #231f20;
	font-weight: bold;
}

.my-account-login a:hover {
	color: #558ba8;
	text-decoration: none;
}

.my-account-login-links a:hover,
.my-account-cart > a:hover,
.my-account-cart:hover .cart-quantity {
	color: #3287b1;
}

.cart-separator {
	color: #446d88;
	font-size: .9em;
	line-height: .9;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.my-account-cart > a {
	font-weight: bold;
	text-align: right;
	line-height: .85;
	color: #446d88;
	font-size: .9em;
	text-transform: uppercase;
}

.my-account-greeting {
	font-size: .8em;
	line-height: .85;
	color: #C7C3C3;
	text-align: right;
}

.header-bottom-section {
	width: 92.8595%;
	margin-left: 3.5714%;
	margin-right: 3.5714%;
	position: absolute;
	z-index: -2;
}

.iso-flags-container {
	width: 30%;
	float: left;
	padding-left: 3px;
}

.iso-itar-container {
	height: 25px;
}

.iso-itar-container a {
	font-weight: normal;
	color: #6d6e71;
	font-size: .7em;
}

.iso-itar-container a:hover {
	color: #3287B1;
}

.iso-bar-separator {
	color: #959595;
	font-size: .8em;
}

.flag-containers {
	float: left;
	position: relative;
	background-image: url('/images/mastersprite06252014.png');
	margin-right: 3px;
}

.us-flag-large {
	width: 30px;
	height: 19px;
	background-position: -5px -5px;
}

.us-flag-small {
	width: 17px;
	height: 17px;
	background-position: -11px -28px;
}

.us-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -11px -51px;
}

.uk-flag-large {
	width: 30px;
	height: 19px;
	background-position: -38px -5px;
}

.uk-flag-small {
	width: 17px;
	height: 17px;
	background-position: -44px -28px;
}

.uk-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -44px -51px;
}

.de-flag-large {
	width: 30px;
	height: 19px;
	background-position: -71px -5px;
}

.de-flag-small {
	width: 17px;
	height: 17px;
	background-position: -77px -28px;
}

.de-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -77px -51px;
}

.fr-flag-large {
	width: 30px;
	height: 19px;
	background-position: -104px -5px;
}

.fr-flag-small {
	width: 17px;
	height: 17px;
	background-position: -110px -28px;
}

.fr-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -110px -51px;
}

.it-flag-large {
	width: 30px;
	height: 19px;
	background-position: -137px -5px;
}

.it-flag-small {
	width: 17px;
	height: 17px;
	background-position: -143px -28px;
}

.it-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -143px -51px;
}

.es-flag-large {
	width: 30px;
	height: 19px;
	background-position: -170px -5px;
}

.es-flag-small {
	width: 17px;
	height: 17px;
	background-position: -176px -28px;
}

.es-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -176px -51px;
}

.jp-flag-large {
	width: 30px;
	height: 19px;
	background-position: -203px -5px;
}

.jp-flag-small {
	width: 17px;
	height: 17px;
	background-position: -209px -28px;
}

.jp-flag-small-dim {
	width: 17px;
	height: 17px;
	background-position: -209px -51px;
}

.videoDesktop {
	max-width: 100%;
	height: auto;
	display: block;
}

.videoTouch {
	max-width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
input[type=file],
select,
textarea {
	font-size: 1em;
	height: 17px;
	color: #4e4d4f;
	padding: 5px 10px 5px 10px;
	vertical-align: bottom;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a7a9ac;
}

select {
	padding: 3px 10px 7px 5px;
}

input[type=text]:hover,
input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=file]:hover,
input[type=file]:focus,
input[type=number]:hover,
input[type=number]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
input[type=text].invalid:focus,
input[type=email].invalid:focus,
input[type=password].invalid:focus,
input[type=file].invalid:focus,
input[type=number].invalid:focus,
textarea.invalid:focus,
select.invalid {
	-webkit-box-shadow: 0px 0px 3px 0px #4EA9D6;
	-moz-box-shadow: 0px 0px 3px 0px #4EA9D6;
	box-shadow: 0px 0px 3px 0px #4EA9D6;
	border-color: #4EA9D6;
}

input[type=text].invalid,
input[type=email].invalid,
input[type=password].invalid,
input[type=file].invalid,
input[type=number].invalid,
textarea.invalid,
select.invalid {
	-webkit-box-shadow: 0px 0px 3px 0px #C95B27;
	-moz-box-shadow: 0px 0px 3px 0px #C95B27;
	box-shadow: 0px 0px 3px 0px #C95B27;
	border-color: #C95B27;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=file]:disabled,
select:disabled,
textarea:disabled {
	border-color: #C8C8CA;
	background-color: #f1f1f2;
	color: #D0CFCF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=file],
textarea {
	width: 415px;
}

select {
	width: 420px;
}

input[type=file] {
	height: 25px;
	background-color: white;
}

select {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	height: 100px;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.form-field {
	padding-bottom: 8px;
}

.form-label {
	font-size: .9em;
	padding-left: 12px;
}

.form-input-box-short {
	width: 120px;
}

.form-input-box-error {
	color: #C95B27 !important;
}

.form-input-select-error {
	color: #C95B27;
}

.form-upload-error input[type=file] {
	border-color: #C95B27;
	border-style: solid;
	border-width: 2px;
	color: #000000;
}

.Asterisk {
	color: #d76d26;
	font-size: 150%;
	position: relative;
	top: 2px;
}

.inline-error-message {
	display: none;
	color: #C95B27;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
}

.inline-message {
	color: #424140;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
}

/*#region footer styles*/
.footer-bottom {
	background-color: #58595b;
	color: #a7a9ac;
	height: 100px;
	font-size: .75em;
	line-height: 1.3;
}

.footer-address-container {
	display: table;
	height: 100px;
	float: left;
	width: 70%;
}

.footer-address {
	padding-left: 5.1020%;
	display: table-cell;
	vertical-align: middle;
}

.footer-address a {
	color: #5b9db8;
}

.footer-policy-divider {
	color: #A7A9AC;
}

.footer-logo {
	float: right;
	padding-right: 0.3%;
	padding-top: 23px;
	width: 19%;
}

.footer-logo-protolabs {
	width: 83%;
	border: 0;
}

.footer-logo-protolabs.svg-fallback {
	width: auto !important;
}
/*#endregion footer styles*/

/*#region media queries*/
@media screen and (max-width: 1445px) {
	.left-shadow, .right-shadow {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.header-logo {
		padding-left: 3.5%;
	}

	.header-logo-protolabs {
		width: 100%;
	}

	.header-cart-section {
		margin-right: 7.1428%;
	}

	.my-account-header {
		width: 13.95%;
	}

	.subpage-background,
	.subpage-background-simple-header {
		background-color: #f1f2f2;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 3.5714%;
		padding-right: 3.5714%;
	}

	.header-content {
		margin-left: 3.5714%;
		margin-right: 3.5714%;
	}

	.header-bottom-section {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3.5714%;
		padding-right: 3.5714%;
		width: 93.1572%;
	}

	.header-bottom {
		padding-left: 0%;
		padding-right: 0%;
	}

	.iso-flags-container {
		padding-left: 0px;
	}

	.header-search {
		width: 15%;
	}

	.main-content-placeholder {
		padding-left: 3.5714%;
		padding-right: 3.5714%;
	}
}

/*this media query is also in SiteManagerStrip.ascx*/
@media screen and (max-height: 800px), (max-width: 1024px) {
	header {
		position: relative;
	}

	.header-placeholder {
		display: none;
	}

	.subpage-background-simple-header {
		padding-top: 78px;
	}
}
/*#endregion media queries*/

/* region print styles */
@media print {
	.header-main-navigation, .header-background-boxes, .iso-flags-container, .my-account-header, .iso-flags-container, .my-account-login-links, .header-cart-section, .share-div, .button-wrapper, .linkcontrol-hover,
	.testimonials-bubble3, .testimonials-bubble1:after, .testimonials-bubble2:after, .testimonials-bubble4:after, .testimonials-us-flag-div, .testimonials-eu-flag-div, .testimonials-jp-flag-div, .glossary-letter-index-holder,
	.faq-menu, footer, .SiteManagerStripContainer, .home-cool-idea-description {
		display: none !important;
	}

	.my-account-greeting {
		display: block;
	}

	.subpage-background {
		padding-top: 30px !important;
	}

	.tile-label {
		color: #ffffff;
	}

	.faq-main {
		margin-top: 100px;
	}

	.glossary-main {
		margin-top: 120px !important;
	}

	.pricing-guide {
		margin-top: 100px;
	}

	a, a:after {
		content: normal !important;
	}

	.header-logo {
		padding-left: 0px;
	}

	.print-view-address {
		display: block;
		position: absolute;
		margin-left: 215px;
		margin-top: 8px;
	}
}
/* endregion print styles */