			body {background-color: #ffffff;}
			
			article .banner .img-container {padding-bottom: 3em;}

			article .content {border-bottom: none; margin-bottom: 0;}

			article .intro {border-bottom: solid 1px #000000; margin: 0 0 3em 0;}

			article .banner .block::after {content: "";}
			
			.button {
				margin: 2em auto 1em 0;
				display: inline-block;
				xwidth: 100%;
				text-align: center;
				text-decoration: none;
				padding: 1em;
				text-transform: uppercase;
				font-size: 1.125em;
				letter-spacing: 0.0625em;
				font-weight: 700;
				xmax-width: 17em;

				-webkit-border-radius: 2em;
				-moz-border-radius: 2em;
				border-radius: 2em;
			}

			.button:link {
				background-color: #d50032;
				color: #ffffff;

				-webkit-box-shadow: inset 0px 0px 300px 200px #d50032;
				-moz-box-shadow: inset 0px 0px 300px 200px #d50032;
				box-shadow: inset 0px 0px 0px 300px #d50032;
				border: 1px solid transparent;

				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

			.button:visited {
				background-color: #d50032;
				color: #ffffff;

				-webkit-box-shadow: inset 0px 0px 300px 200px #d50032;
				-moz-box-shadow: inset 0px 0px 300px 200px #d50032;
				box-shadow: inset 0px 0px 0px 300px #d50032;
				border: 1px solid transparent;

				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

			.button:hover {		
				box-shadow: inset 0px 0px 0px 1px rgba(213,0,50,1);
				background-color: rgba(255,255,255,1);
				border: 1px solid rgba(213,0,50,1);
				color: #d50032;
			}

			.button:active {
				background-color: #d50032;
				color: #ffffff;

				-webkit-box-shadow: inset 0px 0px 300px 200px #d50032;
				-moz-box-shadow: inset 0px 0px 300px 200px #d50032;
				box-shadow: inset 0px 0px 0px 300px #d50032;
				border: 1px solid transparent;

				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
			}

			.button:focus {
				box-shadow: inset 0px 0px 0px 1px rgba(213,0,50,1);
				background-color: rgba(255,255,255,1);
				border: 1px solid rgba(213,0,50,1);
				color: #d50032;
			}
			
			@media only screen and (min-width: 725px) {
				article {margin: 3em 2em 0 2em;}
				article .banner {margin-top: 0;}
				article .banner hgroup {width: 100%; padding: 0 3em;}
				article .banner .h2 {color: #444041; margin: 0.125em 0 0.625em 0;}
				
				article .banner .img-container {padding-bottom: 3em;}
				article .content {padding-bottom: 0;}
				article .intro {padding: 0 3em 0 3em;}
			}
			
			@media only screen and (min-width: 950px) {
				article .banner hgroup {width: 100%; padding: 0;}
				
				article .intro {padding: 0; border-bottom: none; margin: 0;}
				article .content, article .applications, article .tabs {
					box-shadow: none;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
				}
			}
			
			@media only screen and (min-width: 1000px) {
				article {margin: 13em 2em 8em 2em;}
			}
			
			@media only screen and (min-width: 1300px) {
				article {margin: 13em auto 8em auto;}
				article .banner {padding: 0 3em 0 3em;}
				article .banner hgroup {width: 40%; margin: 0 0 6em 0;}
				article .banner .img-container {width: 60%;}        
			}