/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.8; }

::-moz-selection { background: #76598c; color: #fff; text-shadow: none; }
::selection { background: #76598c; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #a76e48; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 2px; background: #ccc; width: 100%; border: 0; margin: 25px 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border: 3px dashed #F0DDDD; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Chris Knepper
   ========================================================================== */

a
{
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body {
	background: #cccccc url(/wp-content/themes/chrisknepper/img/bg_banner.png) repeat-x 0 15px;
	font-family: 'Lato', sans-serif;
	color: #373737;
	font-weight: normal;
	background-size: 100% 135px;
}

p {
	text-align: justify;
	font-size: 20px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: #d9d9d9;
}

.lt-ie7 body {
	background #cccccc;
	background-image: none;
}

a, a:visited {
	color: #4ea869;
	color: #428f59;
	text-decoration: none;
}

a:hover {
	color: #8c6aa6;
}

a.portBtn, a.portBtn:visited {
	display: inline-block;
	background-color: #76598c;
	color: white;
	font-size: 16pt;
	text-align: center;
	border-radius: 10px;
	line-height: 50px;
	padding: 5px 15px;
	text-shadow: none;
	border-bottom: 6px solid #4b3959;
	-moz-transition: background-color 0.5s linear, border-color 0.5s linear, box-shadow 0.5s linear;
	-o-transition: background-color 0.5s linear, border-color 0.5s linear, box-shadow 0.5s linear;
	-ms-transition: background-color 0.5s linear, border-color 0.5s linear, box-shadow 0.5s linear;
}

a.portBtn:hover {
	background-color: #8c6aa6;
}

a.portBtn:active {
	position: relative;
	top: 2px;
	border-bottom-width: 3px;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

a.portBtnDis {
	display: inline-block;
	float: right;
	background-color: #97a1a5;
	margin-top: 5px;
	opacity: 0.7;
	cursor: default;
	color: white !important;
	font-size: 16pt;
	text-align: center;
	border-radius: 5px;
	width: auto;
	padding: 10px;
	text-shadow: none;
	border: 1px solid #50575a;
	box-shadow: 0 8px 0px #35393b, 0 10px 6px 1px #333;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

.portPreview {
	width: 585px;
	display: inline-block;
	vertical-align: bottom;
}

h1 {
	color: #444444;
	font-size: 35px;
	margin: 25px 0 25px 0;
	line-height: 20px;
}

h2 {
	color: #999999;
	margin: 0;
	font-size: 24pt;
}

h3 {
	font-size: 25pt;
	font-weight: normal;
}

#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: none;
	background: #e6e6e6;
}

.right {
	float: right;
}

.left {
	float: left;
}

#future {
	width: 1048px;
	height: 20px;
}

#welcome_text {
	width: 65%;
}

#chris_pic {
	width: 300px;
}

.speech {
	background: white;
	position: relative;
	border-radius: 25px;
	text-align: center;
	font-family: 'Architects Daughter';
	font-size: 30px;
	padding: 15px 0;
	border: 3px solid #444;
	line-height: 48px;
}

.speech:before {
	content: ' ';
	position: absolute;
	right: 100%;
	top: 17px;
	border-style: solid;
	border-width: 25px 25px 25px 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;  
	border-right-color: #444;
}

.speech:after {
	position: absolute;
	display: inline-block;
	border-top: 16px solid transparent;
	border-right: 19px solid #fff;
	border-bottom: 15px solid transparent;
	right: 100%;
	top: 21px;
	content: ' ';
}

header {
	width: 100%;
	height: 135px;
}

#innerHeader {
	background: none;
	width: 100%;
	margin: 0 auto;
	height: 135px;
	position: relative;
	background: #1c729a;
}

#innerHeader:before, #innerHeader:after {
	content: ' ';
	display: none;
	position: absolute;
	height: 135px;
	width: 45px;
	background: #19688c;
	top: -10px;
}

#innerHeader:before {
	right: 100%;
	/*
	These give a 3D-ish looking view
	only Firefox still needs a prefix (gg guys)
	transform: skew(0, 25deg);
	-moz-transform: skew(0, 25deg);
	*/
}

#innerHeader:after {
	left: 100%;
	/*
	transform: skew(0, -25deg);
	-moz-transform: skew(0, -25deg);
	*/
}


#innerHeader #logo {
	display: inline-block;
	vertical-align: middle;
}

#logo {
	background: url(/wp-content/themes/chrisknepper/img/chris_logo3.png) no-repeat 0 center;
	background-size: 75px;
	width: auto;
	height: 100%;
	font-size: 24pt;
	font-weight: 300;
	text-align: left;
	display: inline-block;
	line-height: 30px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #104259;
	text-shadow: none;
	font-weight: 400;
}

#logo a, #logo #subhead {
	margin-left: 85px;
	margin-top: 34px;
}

#logo #subhead {
	font-size: 12pt;
	color: #104259;
	margin-left: 88px;
}

#logo a strong {
	font-weight: 400;
	color: #f2f2f2;
}

#mobile_button {
	width: 50px;
	height: 50px;
	background: black;
	color: white;
	position: absolute;
	right: 5%;
	top: 30%;
}


/* Navigation styles */

/* style for navigation TOOLTIPS */
#nav li em {
	background: url(/wp-content/themes/chrisknepper/img/hover.png) no-repeat;
	width: 175px;
	height: 45px;
	position: absolute;
	top: -50px;
	left: -37px;
	text-align: center;
	padding: 0;
	font-size: 10pt;
	font-style: normal;
	line-height: 32px;
	display: none;
	color: #fff;

}
/* style for navigation itself */
#nav {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  background: #4ea869;
}

#nav li {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0 0 0 -4px;
}

.lt-ie7 #nav li {
	display: inline;
}

.lt-ie8 #nav li {
	display: inline;
}

#nav a {
	height: 50px;
	position: relative;
	color: #c2e5cd;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	display: block;
	font-size: 20px;
	font-weight: 700;
	width: 110px;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
}

#nav a:hover
{
	background: #59c279;
	color: #5c665f;
}

#nav a:active
{
	background: #428f59;
	color: #98b3a0;
}

#nav .current-menu-item, #nav .current_page_parent {
	background: #428f59;
	box-shadow: 0px 1px 0px inset rgba(0,0,0,0.3);
}

#nav .current-menu-item a, #nav .current_page_parent a {
	color: #daf2e1;
}


#main {
	width: 95%;
	margin: 60px auto 0 auto;
	padding: 0;
	transition: 0.5s all;
	overflow: hidden;
}

.box_link {
	font-size: 16pt;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #444444;
	color: #e5e5e5 !important;
	display: inline-block;
}

.box_link:hover {
	background: #8c6aa6;
	color: #e5e5e5 !important;
}

.pulsate {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.pulsate:hover {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
}

.pulsate:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.pulsate:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

.pulsate-circular:after {
	border-radius: 50%;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 6px #97a1a5, 0 0 0 6px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 6px #97a1a5, 0 0 0 6px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 6px #97a1a5, 0 0 0 6px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 6px #97a1a5, 0 0 0 6px rgba(255,255,255,0.5);
		-moz-transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 6px #97a1a5, 0 0 0 6px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 6px #97a1a5, 0 0 0 6px rgba(255,255,255,0.5);
		transform: scale(1.2);
		opacity: 0;
	}
}

#main.closed {
	max-height: 0;
}

.blogTitle {
	font-weight: 300;
	margin-bottom: 8px;
	line-height: 45px;
}

.blogTime {
	font-weight: 500;
	margin-top: 0;
	font-size: 18px;
	line-height: 10px;
}

.post_image {
	max-width: 100%;
}

.post_image_caption {
	font-style: italic;
	text-align: center;
}

.post_image_link {
	display: block;
}

.post_image {

}

.post_image.alignright {
	float: right;
	margin: 0 0 0 35px;
}

.post_image.alignleft {
	float: right;
	margin: 0 35px 0;
}

.post_image.aligncenter {
	display: block;
	margin: 0 auto;
}

.leftImg {
	float: left;
}

.rightImg {
	float: right;
	margin-left: 35px;
}

.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.inline-block-top {
	vertical-align: top;
}

#mainMid {
	width: 44%;
	margin-left: 37px;
}

#skills {
	font-family: 'Architects Daughter', cursive;
	font-size: 18pt;
	background-color: #ede5b3;
	width: 435px;
	box-shadow: #4a4a4a 0px 1px 3px;
	border-top: 2px solid #f9f3cf;
	clear: both;
}

#skills ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 3px;
}

#skills ul li{
	list-style: none;
	border-bottom: 2px #7ea8b2 solid;
	padding-left: 15px;
}

#skills ul li:before{
	content: "» "
}

#skills ul li.listTitle {
	font-size: 24pt;
	line-height: 60px;
	text-align: center;
	border-bottom: 2px #df8d9c solid;
	padding-left: 0;
}

#skills ul li.listTitle:before {
	content: "";
}

#skills ul li:last-child {
	border-bottom: none;
	clear: both;
}

#slides {
	width: 100%;
}

#slides .primary {
	height: 100%;
	width: 435px;
	float: left;
}

#slides .secondary {
	height: 195px;
	width: 200px;
	margin: 0 0 10px 10px;
	float: right;
}

#slides .primary, #slides .secondary {
	position: relative;
}

#slides .slide_image {
	width: 100%;
	height: 100%;
	transition: 0.3s linear all;
	box-sizing: border-box;
}

#slides .slides_caption {
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.9);
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 20px;
	position: absolute;
	bottom: 15px;
	left: 0;
	opacity: 0;
	transition: 0.3s all linear;
}

#slides:hover .slides_caption {
	opacity: 1;
}

.slide_image:hover {
	box-shadow: 0px 0px 20px 0px #4b3959;
	border: 1px solid #4b3959;
}

.lt-ie7 #slides {
	margin-left: 50px;
}

.slides_container {
	height: 400px;
}

ul.pagination {
	width: 100px;
	margin: 20px auto 0;
	list-style-type: none;
}

ul.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

ul.pagination li a{
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(/wp-content/themes/chrisknepper/img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

ul.pagination li.current a {
	background-position: 0 -12px;
}

img.floatRight {
	float: right;
	box-shadow: #4a4a4a 0px 1px 10px;
	border-radius: 2px;
	clear: both;
}

img.thumb {
	background-image: url(/wp-content/themes/chrisknepper/img/winframe.png);
	padding-top: 10px;
	padding-left: -2px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	width: 200px;
}

.mini_item {
	width: 225px;
	display: inline-block;
	background: #f2f2f2;
	vertical-align: top;
	margin: 10px;
	border: 1px solid #666;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.7) inset, 0px 1px 2px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-size: 225px 225px;
	border-radius: 2px;
}

.mini_item:hover {
	box-shadow: 0px 0px 15px 0px #5090bb;
}

.mini_item_text {
	margin-top: 225px;
	border-top: 1px solid #666;
	padding: 5px;
}

.mini_item_text div {
	font-size: 18px;
}

.mini_item_text div.time {
	font-size: 15px;
	color: #666;
}

.tech {
	display: inline-block;
	color: white;
	margin: 5px;
	padding: 5px;
	background: black;
	text-transform: capitalize;
	border-radius: 5px;
	font-size: 12px;
}

.tech.html {
	background-color: #f16529;
}

.tech.css {
	background-color: #33a9dc;
}

.tech.php {
	background-color: #777bb4;
}

.tech.jquery {
	background-color: #05568d;
}

.tech.javascript {
	background-color: #87508f;
}

.tech.html, .tech.css, .tech.php {
	text-transform: uppercase;
}

.portDesc {
	color: #666666;
	font-size: 45pt;
	font-weight: 300;
	margin: 0;
	line-height: 45pt;
}

.portDesc a.portBtn {
	float: right;
}

.lt-ie8 .portDesc .portBtn {
	margin-top: -70px;
}

.portPiece {
	height: 328px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	clear: both;
}

.portVisit {
	padding: 20px;
	text-align: center;
}

.portVisit a {
	margin-left: 5px;
	margin-right: 20px;
}

.portSpaced {
	margin-left: 42px;
	box-shadow: 0px 0px 15px -6px #666;
}

.mediumImg {
	width: 250px;
}

footer {
	margin: 0 auto;
	background: #373737 top no-repeat;
	color: #f5f5f5;
}

footer p {
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-size: 20pt;
}

footer a {
	display: inline-block;
}

/* Icon Font */
@font-face {
	font-family: 'icomoon';
	src:url('/wp-content/themes/chrisknepper/fonts/icomoon.eot');
	src:url('/wp-content/themes/chrisknepper/fonts/icomoon.eot') format('embedded-opentype'),
		url('/wp-content/themes/chrisknepper/fonts/icomoon.woff') format('woff'),
		url('/wp-content/themes/chrisknepper/fonts/icomoon.ttf') format('truetype'),
		url('/wp-content/themes/chrisknepper/fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-disk:before {
	content: "\e600";
}
.icon-attachment:before {
	content: "\e601";
}
.icon-checkmark:before {
	content: "\e602";
}
.icon-arrow-up-right:before {
	content: "\e603";
}
.icon-arrow-up-right2:before {
	content: "\e604";
}
.icon-code:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e606";
}
.icon-twitter2:before {
	content: "\e607";
}
.icon-dribbble:before {
	content: "\e608";
}
.icon-dribbble2:before {
	content: "\e609";
}
.icon-github:before {
	content: "\e60a";
}
.icon-github2:before {
	content: "\e60b";
}
.icon-linkedin:before {
	content: "\e60e";
}
.icon-chrome:before {
	content: "\e60c";
}
.icon-firefox:before {
	content: "\e60d";
}



/* Contact Form Styles */

#contact-form {
    width:465px;
}

#contact-form h1 {
    font-size:36px;
    text-align: center;
}

#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}

#contact-form input,
#contact-form select,
#contact-form textarea,
#contact-form label {
    margin-bottom:2px;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
    width:450px;
    border: 2px solid #444;
    margin-bottom:25px;
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}

#contact-form textarea, #contact-form input[type=text], #contact-form input[type=submit] {
    padding: 10px 15px;
}

#contact-form textarea {
    height:150px;
    resize: none;
}

#contact-form label {
    display:block;
}

#contact-form .required {
    font-weight:bold;
    color:#F00;
}

#errors li {
    padding:2px;
    list-style:none;
}

#errors li:before {
    content: ' - ';
}

#errors #info {
    font-weight:bold;
}

#errors #info:before {
    content: '';
}

#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3;
    font-weight:bold;
    display:none;
}

#errors.visible, #success.visible {
    display:block;
}

#req-field-desc {
    font-style:italic;
    line-height: 46px;
}

/* Remove browser-default box shadow  put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  {
    color:#CCC;
    font-style:italic;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media (-webkit-min-device-pixel-ratio: 1.5),  
       (-o-min-device-pixel-ratio: 3/2),  
       (min--moz-device-pixel-ratio: 1.5),  
       (min-device-pixel-ratio: 1.5) {  
  /* high resolution styles */  
  
  viewport, html, body, p { width: 100%; display: block; margin: 0px; padding: 0px; }

}

@media all and (min-width: 1100px) {

	#container {
		width: 960px;
	}

	header {
		padding-top: 35px;
	}

	#innerHeader {
		width: 960px;
	}

	#logo {
		width: 420px;
	}

	#nav {
		margin: 0 0 0 30px;
		width: auto;
	}

	#main {
		width: 880px;
		margin: 0 auto;
		padding: 35px 40px;
	}

	#wrapper {
		width: 1050px;
	}

	#innerHeader:before, #innerHeader:after {
		display: block;
	}

	footer p {
		width: 32%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		padding: 20px 27px;
		line-height: 35px;
		font-size: 18pt;
	}

	#networks, #endorsements {
		width: 25%;
	}

	#networks a {
		font-size: 36pt;
		margin-left: 30px;
		color: #a9a9a9;
		vertical-align: bottom;
	}
}

@media all and (min-width: 500px) {

	header {
		text-align: center;
	}

	#logo {
		font-size: 36pt;
	}

	#logo #subhead {
		font-size: 17pt;
	}

	#mobile_button {
		display: none;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
