body
{
	background-color: #f9fcfd;
	margin: 0;
	color: #808080;
	font-family: 'Open Sans',arial,helvetica,sans-serif;
	font-weight: 300;
	font-size: 100%; /* 16px */
	line-height: 1.75em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
	display: block;
}

#wrap
{
	font-size: 1.125em; /* 18px */
}

img
{
	border: 0px;
}

a
{
	color: #00b159;
	text-decoration: none;
}

a:hover
{
	color: #008543;
	text-decoration: none;
}

a.button, input[type="submit"]
{
	color: #ffffff;
	background-color: #00b159;
	border: 2px solid #008543;
	border-radius: 5px;
	padding: 0.72em;
	display: inline-block;
	font: inherit;
	line-height: 1em;
	font-weight: 600;
	margin: 0 0 1px 0;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	cursor: pointer;
	outline: none;
}

a.button:hover, input[type="submit"]:hover
{
	background-color: #008543;
	border-color: #008543;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

a.button i
{
	opacity: 0.5;
}

.clearfix:after
{
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: "";
	 clear: both;
	 height: 0;
}

.show
{
	display: none;
}

.hidden_input
{
	display: none;
}

p
{
	margin: 0;
	padding: 1.75em 0;
}

h1, h2, h3
{
	font-size: 1.777em;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
}

h1 i, h2 i, h3 i
{
	color: #0078c1;
	padding-right: 0.2em;
}

h3
{
	font-size: 1em;
	color: #0078c1;
}

h3 i
{
	padding-right: 0.15em;
}

.divider_bullet
{
	padding: 0 10px;
	opacity: 0.333;
}

.horizontal_slashes
{
	background-image: url(../images/angle.png);
	background-repeat: repeat;
	height: 10px;
}

.container
{
	margin: 0 auto;
	padding: 3em 30px;
	max-width: 900px;
}

/* HEADER */

header
{
	background-color: #dcf3e7;
	background-color: rgba(218,242,230,0.95);
	font-size: 0.833em;
	line-height: 1em;
	width: 100%;
	position: fixed;
	z-index: 999;
}

.fixfixed header
{
	position: absolute;
}

.header_stripe
{
	background-color: #6ed2a0;
	background-color: rgba(0,177,89,0.5);
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: -1;
}

.header_lockup
{
	float: left;
}

.header_lockup a
{
	float: left;
	display:block;
	height: 100%;
}

#logo
{
	padding: 10px 30px 12px;
	line-height: 1em;
	border-top: 5px solid transparent;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#logo:hover
{
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
	border-top: 5px solid #00b159;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#logo .logo
{
	background: url(../images/teamworld.png) no-repeat left top ;
	width: 219px;
	height: 53px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

header nav
{
	float: right;
}

nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav li
{
	display: inline-block;
	font-weight: 400;
}

header nav a
{
	height: 70px;
	display: block;
	padding: 0 1.666em 5px;
	line-height: 75px;
	border-top: 5px solid transparent;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
   text-align: center;
}

header nav a:hover
{
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7);
	border-top: 5px solid #00b159;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

header nav a.active
{
	background-color: #ffffff;
	border-top: 5px solid #0078c1;
	color: #0078c1;
}

.main
{

}

.section_position
{
	display: block;
	position: relative;
	top: -79px;
	visibility: hidden;
	height: 0;
	line-height: 0em;
	overflow: hidden;
}

section
{
	background-color: #f9fcfd;
	overflow: hidden;
}

.medium_section
{
	background-color: #e7f2f9;
}

.dark_section
{
	background-color: #0078c1;
	color: #bfe8ff;
}

.dark_section h1, .dark_section h2, .dark_section h3
{
	color: #ffffff;
}

.dark_section h1 i, .dark_section h2 i, .dark_section h3 i
{
	color: #80bce0;
}

.dark_section a
{
	color: #80d8ac;
	font-weight: 600;
	text-transform: uppercase;
}

.dark_section a:hover
{
	color: #c1ffe0;
}

.dark_section a i
{
	opacity: 0.5;
}

article
{
	text-align: center;
}

.fullwidth
{
	max-width: 960px;
	padding: 0;
}

/* MAIN TOP SECTION */

#hero
{
	background: #7cc0d7 url(../images/hero_bg_glow.png) no-repeat center bottom;
}

#hero .container
{
	padding-top: 6.333em;
	padding-bottom: 163px;
	background: url(../images/corporate_uniforms.png) no-repeat left bottom, url(../images/monitor_layers.png) no-repeat right bottom;
}

.portal_label
{
	padding-bottom: 0.666em;
	text-align: center;
	line-height: 1.2em;
	font-size: 15px;
}

.portal_error
{
	color: darkred;
}

/* Form wrapper styling */
.form-wrapper {
	max-width: 300px;
	padding: 0.666em;
	margin: 0 auto 1.75em auto;
	background: #e7f2f9;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
}

/* Form text input */

.form-wrapper input#store_name {
	float: left;
	border: 2px solid #e6e6e6;
	border-right-width: 0px;
	border-radius: 5px 0 0 5px;
	padding: 0.333em 0.666em;
	margin: 0;
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
	font: inherit;
	font-size: 16px;
	color: inherit;
	background-color: #ffffff;
	width: 75%;
	height: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: relative;
}

.form-wrapper input#store_name:hover
{
	border-color: #808080;
	transition: border-color .25s ease-in-out;
   -moz-transition: border-color .25s ease-in-out;
   -webkit-transition: border-color .25s ease-in-out;
 }

.form-wrapper input#store_name:focus
{
	outline: none;
	border-color: #0078c1;
}

/* Form submit button */
.form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 2px solid #008543;
	border-left-width: 0px;
	padding: 0;
	cursor: pointer;
	white-space:nowrap;
	margin: 0;
	width: 25%;
	height: 40px;
	padding: 0.333em;
	line-height: 1em;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	background-color: #00b159;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	border-radius: 0 5px 5px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.form-wrapper button i
{
	opacity: 0.5;
}

.form-wrapper button:hover
{
	background-color: #008543;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.form-wrapper button:active,
.form-wrapper button:focus{
	background: #008543;
	outline: 0;
}

.form-wrapper button:before { /* left arrow */
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #00b159 transparent;
	top: 12px;
	left: -6px;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.form-wrapper button:hover:before{
	border-right-color: #008543;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
		border-right-color: #008543;
}

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
	border: 0;
	padding: 0;
}

a.button, input[type="submit"]
{
	color: #ffffff;
	background-color: #00b159;
	border: 2px solid #008543;
	border-radius: 5px;
	padding: 0.72em;
	display: inline-block;
	font: inherit;
	line-height: 1em;
	font-weight: 600;
	margin: 0 0 1px 0;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	cursor: pointer;
	outline: none;
}

a.button:hover, input[type="submit"]:hover
{
	background-color: #008543;
	border-color: #008543;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

#hero h1
{
	color: #0078c1;
}

#hero p
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.333em;
}

/* ICONS and SERVICES SECTION */

#icons, #services
{
	text-align: center;
}

#icons .fullwidth, #services .fullwidth
{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#services .fullwidth
{
	padding-top: 3em;
}

#icons article, #services article
{
	display: inline-block;
	vertical-align: top;
	padding: 1.5em 30px;
	width:26%;
}

#services article
{
	padding-top: 3em;
}

#icons article i, #services article i
{
	background-color: #0078c1;
	font-size: 2.333em;
	display: inline-block;
	margin:0 auto;
	width: 1.905em;
	height: 1.905em;
	border-radius: 1.905em;
	color: #ffffff;
	line-height: 1.905em;
	text-align: center;
}

#icons article h3, #services article h3
{
	padding: 0.75em 0 0.5em 0;
}

#icons article p, #services article p
{
	padding: 0;
}

/* END-TO-END SECTION */

#who
{

}

/*webkit syntax*/
@-webkit-keyframes who_fader
{
  0% {
	background-image: url(../images/slide_1_selection.jpg);
  }
  17% {
	background-image: url(../images/slide_2_prepress.jpg);
  }
  33% {
	background-image: url(../images/slide_3_embroidery.jpg);
  }
  50% {
	background-image: url(../images/slide_4_webdesign.jpg);
  }
  67% {
	background-image: url(../images/slide_5_warehousing.jpg);
  }
  83% {
	background-image: url(../images/slide_6_shipping.jpg);
  }
}

/*standard syntax*/
@keyframes who_fader
{
  0% {
	background-image: url(../images/slide_1_selection.jpg);
  }
  17% {
	background-image: url(../images/slide_2_prepress.jpg);
  }
  33% {
	background-image: url(../images/slide_3_embroidery.jpg);
  }
  50% {
	background-image: url(../images/slide_4_webdesign.jpg);
  }
  67% {
	background-image: url(../images/slide_5_warehousing.jpg);
  }
  83% {
	background-image: url(../images/slide_6_shipping.jpg);
  }
}

.who_fader
{
	position: relative;
	overflow: hidden;
	background-image: url(../images/slide_1_selection.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	/*webkit syntax*/
	-webkit-animation: who_fader 30s infinite normal ease-in-out;
	/*standard syntax*/
	animation: who_fader 30s infinite normal ease-in-out;
}

/* DEMO SECTION */

#what
{

}

.demo_image_wrapper
{
	float: left;
	width: 260px;
	margin-right: 3.333em;
}

.demo_image_wrapper a
{
	display: block;
	background-image: url(../images/monitor_screen_bg.gif);
	background-position: -244px 8px;
	background-repeat: no-repeat;
}

.demo_image_wrapper a:hover
{
	background-position: 8px 8px;
}

.demo_image_wrapper img
{
	width: 260px;
	height: 224px;
	display: block;
}

.demo_info
{
	text-align: left;
	overflow: hidden;
}

.types.container
{
	margin-bottom: 3em;
	display: block
}

.types ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.types li
{
	margin: 0;
	display: inline-block;
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 50%;
	vertical-align: top;
	background-color: #0078c1;
}

.types li div
{

	margin: 1.333em 1.666em 0 1.666em;
}

.types p
{
	padding-top: 0.5em;
}

/* ADVANTAGE SECTION */

#advantage
{

}

#advantage .dark_section
{
	background-color: transparent;
}

#advantage .checklist.container
{
	padding-bottom: 1.5em;
}

#advantage .fa-ul
{
	margin: 3em 0 0 0;
	text-align: left;
	padding-left: 1.75em;
}

#advantage .fa-ul>li
{
	float:left;
	display:inline;
	width: 50%;
	box-sizing: border-box;
	padding: 0 2em 1em 2em;
}

#advantage .fa-li
{
	left: 0em;
	width: 2em;
	line-height: 1.375em;
	color: #0078c1;
}

/* CUSTOMERS SECTION */

#customers
{

}

#customers p
{
	padding-bottom: 0px;
}

#customers img
{
	display: inline-block;
	height: 44px;
	margin: 1.3em 1.3em 0em 1.3em;
}

/* CONTACT SECTION */

#contact
{

}

.contact_form_block
{

}

.contact_info
{
	border-top: 1px dotted #808080;
}

.contact_info .address
{
	padding-bottom: 0;
}

#contact_form
{
	text-align: left;
	font-size: 0.833em;
	padding: 30px 30px 0;
}

#contact_form input[type="text"], #contact_form input[type="email"], #contact_form select, #contact_form textarea
{
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	padding: 0.333em 0.666em 0.333em 38px;
	margin: 0;
	transition: border-color .25s ease-in-out;
	-moz-transition: border-color .25s ease-in-out;
	-webkit-transition: border-color .25s ease-in-out;
	font: inherit;
	color: inherit;
	background-color: #ffffff;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: relative;
	background-image: url(../images/contact_input_icons_sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact_form input[type="text"]:hover, #contact_form input[type="email"]:hover, #contact_form select:hover, #contact_form textarea:hover
{
	border-color: #808080;
	transition: border-color .25s ease-in-out;
   -moz-transition: border-color .25s ease-in-out;
   -webkit-transition: border-color .25s ease-in-out;
}

#contact_form input[type="text"]:focus, #contact_form input[type="email"]:focus, #contact_form select:focus, #contact_form textarea:focus
{
	outline: none;
	border-color: #0078c1;
}

#contact_form textarea
{
	height: 10em;
}

#contact_form input[type="checkbox"]
{
	margin: 0;
	padding:0;
}

#contact_form input[type="submit"]
{
	font-size: 1.2em;
}

#contact_form label, #contact_form .label
{
	font-weight: bold;
}

#contact_form .contact_interests label
{
	font-weight: 300;
}

#contact_form label:hover, #contact_form .label:hover
{
	color: #0078c1;
}

#contact_form sup
{
	color: #0078c1;
	line-height: 1em;
	left: 3px;
	top: 5px;
	font-size: 1em;
	font-weight: 300;
	position: relative;
}

#contact_form label.error, #contact_form .label.error, #contact_form label.error sup, #contact_form .label.error sup
{
	color: #c72f2c;
}

#contact_form input[type="text"].error, #contact_form input[type="email"].error, #contact_form select.error, #contact_form textarea.error
{
	border-color: #c72f2c;
}

#contact_form .required_note span
{
	font-size: 0.8em;
}

.contact_row_1
{
}

.contact_row_2
{
}

.contact_left, .contact_right
{
	padding: 0 30px;
	width: 50%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact_left
{
	display: inline-block;
	vertical-align: top;
}

.contact_right
{
	display: inline-block;
	vertical-align: top;
}

.contact_email_wrapper, .contact_interests, .contact_message, .form_error_message, .form_success_message, .submit_form_wrapper
{
	margin-top: 30px;
}

#contact_form #name
{
	background-position: 0px 0px;
}

#contact_form #name:hover, #contact_form #name:focus
{
	background-position: 0px -38px;
}

#contact_form #company
{
	background-position: 0px -114px;
}

#contact_form #phone {
    background-position: 0 -342px;
}

#contact_form #phone:hover, #contact_form #phone:focus {
    background-position: 0 -381px;
}

#contact_form #company:hover, #contact_form #company:focus
{
	background-position: 0px -152px;
}

#contact_form #email
{
	background-position: 0px -228px;
}

#contact_form #email:hover, #contact_form #email:focus
{
	background-position: 0px -266px;
}

#contact_form #name.error
{
	background-position: 0px -76px;
}

#contact_form #company.error
{
	background-position: 0px -190px;
}
#contact_form #email.error
{
	background-position: 0px -304px;
}

#contact_form .select_wrapper {
    margin-top: 10px;
}

#contact_form .select_wrapper select {
    background: none;
    padding-left: 10px;
}
.contact_interests ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.contact_interests ul:first-child
{
	margin-right: 1.2em;
}

.contact_interests li
{
	margin: 0 0 0.8em 0;
	font-size: 0.95em;
}

#contact_form input[type="checkbox"]
{
	margin: 0;
	padding:0;
	display: none;
}

#contact_form input[type="checkbox"] + label
{
	background: url(../images/input_list_buttons_sprite.png) no-repeat;
	display: inline-block;
	padding: 2px 0 0;
	cursor: pointer;
	height: 28px;
	padding-left: 35px;
}

#contact_form input[type="checkbox"]:hover + label
{
	background-position: 0 -40px;
}

#contact_form input[type="checkbox"]:checked + label
{
	background-position: 0 -80px;
}

#contact_form #message {
    background-position: -76px -420px;
}

#contact_form #message:hover, #contact_form #message:focus
{
	background-position: -38px -458px;
}

#contact_form #message.error {
    background-position: 0 -500px;
}

.form_error_message, .form_success_message
{
	font-weight: 800;
	line-height: 1.5em;
	padding: 1em;
	border-radius: 5px;
	border: 2px solid #ffffff;
}

.form_error_message
{
	color: #c72f2c;
	background-color: #ffe5e5;
}

.form_success_message
{
	color: #007100;
	background-color: #d9efd9;
}

.submit_form_wrapper
{

}

.submit_button_wrapper
{
	float: left;
}

.required_note
{
	float: right;
}

.address
{

}

.address .divider_bullet
{

}

/* FOOTER */

footer
{
	background-color: #ffffff;
	font-size: 0.722em;
	line-height: 20px;
	width: 100%;
}

footer .container
{
	padding-top: 4.6em;
	padding-bottom: 4.6em;
}

.copyright
{
	float: left;
}

.footer_nav
{
	float: right;
}

.footer_links
{
	display: inline-block;
}

.facebook_share_wrapper
{
	margin-left: 1em;
	display: inline-block
}

.footer_bottom
{
	height: 5px;
	background-color: #7fd8ac;
	background-color: rgba(0,177,89,0.5);
}

/* PRIVACY PAGE */

#privacy_page
{
	font-size: 0.9em;
	line-height: 1.5em;
}

#privacy_page article
{
	text-align: left;
	border-top: 1px dotted #808080;
}

#privacy_page article:first-child
{
	border-top: 0px;
}

#privacy_page article p
{
	padding-bottom: 0;
}

#privacy .container
{
	padding-top: 7.444em;
}

#privacy_section ul
{
	margin-bottom: 0;
}

/* ERROR PAGE */

#doc_error_page
{
	font-size: 0.9em;
	line-height: 1.5em;
}

#doc_error_page .error_section
{
	background: #ffffdd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffdd 0%, #f7f7a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffdd), color-stop(100%,#f7f7a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffdd 0%,#f7f7a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffdd 0%,#f7f7a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffdd 0%,#f7f7a3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffdd 0%,#f7f7a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffdd', endColorstr='#f7f7a3',GradientType=0 ); /* IE6-8 */
}

#doc_error_page article
{
	text-align: left;
}

#doc_error_page article p
{
	border-bottom: 1px dotted #808080;
}

#doc_error .container
{
	padding-top: 7.444em;
}

#doc_error ul
{
	margin-bottom: 0;
}

#doc_error ul a
{
	white-space:nowrap;
}

/* RESPONSIVE */

@media only screen
and (min-width: 960px)
{
	#who p
	{
		padding-left: 2em;
		padding-right: 2em;
	}
	#customers p
	{
		padding-left: 8em;
		padding-right: 8em;
	}
	#customers img
	{
		margin: 1.3em 0.7em 0 0.7em;
	}
}

@media only screen
and (max-width: 920px)
{
	#hero .container
	{
		background-size: 43%, 43%;
	}
}

@media only screen
and (max-width: 880px)
{
	#hero p
	{
		margin-bottom: 0;
	}
	#icons article:first-child, #services article:first-child
	{
		display: block;
		margin: 0 auto;
		width: 66%;
	}
	#icons article, #services article
	{
		width: 40%;
	}
	#contact_form
	{
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen
and (max-width: 780px)
{
	#logo
	{
		padding-right: 15px;
		padding-left: 15px
	}
	header nav a
	{
		padding-right: 1em;
		padding-left: 1em;
	}
}

@media only screen
and (max-width: 680px)
{
	/*webkit syntax*/
	@-webkit-keyframes hero_fader
	{
	  0% {
		background-image: url(../images/monitor_layers.png);
	  }
	  45% {
		background-image: url(../images/monitor_layers.png);
	  }
	  50% {
		background-image: url(../images/corporate_uniforms.png);
	  }
	  95% {
		background-image: url(../images/corporate_uniforms.png);
	  }
	}

	/*standard syntax*/
	@keyframes hero_fader
	{
	  0% {
		background-image: url(../images/monitor_layers.png);
	  }
	  45% {
		background-image: url(../images/monitor_layers.png);
	  }
	  50% {
		background-image: url(../images/corporate_uniforms.png);
	  }
	  95% {
		background-image: url(../images/corporate_uniforms.png);
	  }
	}

	#hero .container
	{
		background-image: url(../images/monitor_layers.png);
		/*webkit syntax*/
		-webkit-animation: hero_fader 15s infinite normal ease-in-out;
		/*standard syntax*/
		animation: hero_fader 15s infinite normal ease-in-out;
		background-position: center bottom;
		background-size: auto, auto;
		padding-bottom: 280px;
	}

	#hero p
	{
		width: auto;
	}
	#icons article, #icons article:first-child, #services article, #services article:first-child
	{
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.demo_image_wrapper
	{
		float: none;
		margin: 0 auto 1.5em auto;
	}
	.demo_info
	{
		overflow: visible;
		text-align: center;
	}
	.contact_left, .contact_right
	{
		padding: 0 15px;
	}
	.copyright, .footer_nav, .footer_links, .facebook_share_wrapper
	{
		float: none;
		text-align: center;
		margin: 0;
	}
	.footer_links, .facebook_share_wrapper
	{
		padding-top: 10px;
		display: block;
	}
}

@media only screen
and (max-width: 640px)
{
	#logo .logo
	{
		width: 95px;
	}
}

@media only screen
and (max-width: 600px)
{
	.contact_left, .contact_right
	{
		display: block;
		width: 100%;
		padding: 0;
	}
	#contact_form
	{
		text-align: center;
	}
	.contact_row_1 .contact_right
	{
		margin-top: 30px;
	}
	.contact_interests_list_wrapper
	{
		display: inline-block;
	}
	.contact_interests_list_wrapper ul
	{
		text-align: left;
	}
	.submit_button_wrapper
	{
		float: none;
	}
	.required_note
	{
		float: none;
		margin-top: 1em;
	}
}

@media only screen
and (max-width: 580px)
{
	.types ul
	{
		display: block;
		flex-wrap: nowrap;
	}
	.types li
	{
		width: auto;
		text-align: center;
	}

	#advantage .fa-ul>li
	{
		width: auto;
	}
}

@media only screen
and (max-width: 520px)
{
	header nav a
	{
		line-height: 1.333em;
		padding-top: 18px;
		height: 52px;
	}
	.hide
	{
		display: none;
	}
	.show
	{
		display: inline;
	}
}

@media only screen
and (max-width: 480px)
{
	.contact_interests_list_wrapper ul
	{
		display: block;
	}
	.address span
	{
		display: block;
	}
	.address .divider_bullet
	{
		display: none;
	}
}

@media only screen
and (max-width: 400px)
{
	.header_lockup a
	{
		height: 55px;
	}
	#logo
	{
		padding: 10px;
	}
	#logo .logo
	{
		background-size: auto 36px;
		width: 65px;
		background-position: left center;
	}
	header nav
	{
		margin: 0 auto;
		text-align: center;
		float: none;
	}
}

@media only screen
and (max-width: 360px)
{
	#hero .container
	{
		background-size: 100%, 100%;
		padding-bottom: 250px;
	}
	.demo_image_wrapper
	{
		width: auto;
	}
	.demo_image_wrapper a
	{
		background-size: 191% auto;
		background-position: 103% 6px;
	}
	.demo_image_wrapper a:hover
	{
		background-size: 191% auto;
		background-position: 103% 6px;
	}
	.demo_image_wrapper img
	{
		width: 100%;
		height: auto;
	}
	.footer_links a
	{
		display: block;
		margin-top: 1em;
	}
	.footer_links .divider_bullet
	{
		display: none;
	}
	.facebook_share_wrapper
	{
		margin-top: 1em;
	}
}

@media only screen
and (max-width: 359px)
{
	header nav a
	{
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
}

@media only screen
and (max-width: 310px)
{
	header #logo
	{
		display: none;
	}
}