@charset utf-8;
/*
Theme Name: ! Startups in Boston
Theme URI: http://bostonstartupsguide.com/
Author: Jay Neely
Author URI: http://socialstrategist.com
Description: Theme for BostonStartupsGuide.com. Initially built using Whiteboard Framework (http://whiteboardframework.com), redesigned using HTML 5 Boilerplate and inspired by 960.gs.
Version: 1.0
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:700);

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.tiny {
font-size: .8em;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0;  line-height: 1.5; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

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


/* =============================================================================
   Colors
   ========================================================================== 

  primary       #0066B0             #00477b
  primary-dark    #00477b           #003358
  primary-light   #1975b7 #3284bf   #0066b0

  secondary     #049358
  secondary-dark    #02663d
  secondary-light   #1d9d68

  urgent        #ff6600             #b24700
  urgent-dark     #b24700
  urgent-light    #ff7519           #cc5100


   */

/********Darker color scheme **********/

/*a { color: #00477b; text-decoration: none;}
a:visited {color: #00477b;}
a.startup-link:visited { color: #003358; }
a:hover { color: #0066b0; }
a:focus { outline: thin dotted; }

input[type=submit], input[type=button], button, .button, .jobs-link a, #nav-ext-toggle, a.button:visited {
  background-color: #00477b;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover, .jobs-link a:hover, #nav-ext-toggle:hover, input[type=submit]:active, input[type=button]:active, button:active, .button:active, .jobs-link a:active, #nav-ext-toggle:active  {
  background-color: #0066b0;
}

input[type=submit].secondary, input[type=button].secondary, button.secondary, .button.secondary, #searchsubmit {
  background-color: #02663d;
}

input[type=submit].secondary:hover, input[type=button].secondary:hover, button.secondary:hover, .button.secondary:hover, input[type=submit].secondary:active, input[type=button].secondary:active, button.secondary:active, .button.secondary:active, #searchsubmit:hover, #searchsubmit:active  {
  background-color: #049358;
}

input[type=submit].urgent, input[type=button].urgent, button.urgent, .button.urgent {
  background-color: #b24700;
}

input[type=submit].urgent:hover, input[type=button].urgent:hover, button.urgent:hover, .button.urgent:hover, input[type=submit].urgent:active, input[type=button].urgent:active, button.urgent:active, .button.urgent:active  {
  background-color: #ff6600;
}
*/

/*******Lighter color scheme ***************/

a { color: #0066B0; text-decoration: none;}
a:visited {color:#0066B0;}
a.startup-link:visited { color: #00477b; }
a:hover { color: #1975b7; }
a:focus { outline: thin dotted; }

input[type=submit], input[type=button], button, .button, .jobs-link a, #nav-ext-toggle, a.button:visited {
  background-color: #0066B0;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, .button:hover, .jobs-link a:hover, #nav-ext-toggle:hover, input[type=submit]:active, input[type=button]:active, button:active, .button:active, .jobs-link a:active, #nav-ext-toggle:active  {
  background-color: #1975b7;
}

input[type=submit].secondary, input[type=button].secondary, button.secondary, .button.secondary {
  background-color: #049358;
}

input[type=submit].secondary:hover, input[type=button].secondary:hover, button.secondary:hover, .button.secondary:hover, input[type=submit].secondary:active, input[type=button].secondary:active, button.secondary:active, .button.secondary:active  {
  background-color: #1d9d68;
}

input[type=submit].urgent, input[type=button].urgent, button.urgent, .button.urgent {
  background-color: #b24700;
}

input[type=submit].urgent:hover, input[type=button].urgent:hover, button.urgent:hover, .button.urgent:hover, input[type=submit].urgent:active, input[type=button].urgent:active, button.urgent:active, .button.urgent:active  {
  background-color: #cc5100;
}


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0 0 10px; 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; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

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

/*
 * Correct overflow not hidden in IE9 
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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 { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

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


/* ==|== Jay Layout =======================================================
   Actual theme starts here. Layout first.
   ========================================================================== */





body {
background: url(grey.png) #ccc;
}

#header {
width: 960px;
margin: 10px auto 0;
border-radius: 10px 10px;
/*background: white;*/
}
   
#logo, #sub-header {
width: auto;
float: left;
}

#logo {
margin-right: 20px;
position: relative;
left:-3px;
line-height: 100%;
/*font-size: 1.9em; For stacked view */ 
font-size: 60px; /* For in-line view */
}

#logo a {
  color: #222;
}

/*#logo a {
background-color: #0066B0;
display: block;
float: left;
color: white;
border-radius: 2px;
padding: 5px 10px;
}*/



#logo .left {
  /*clear: left; For stacked view */
  margin-right: 5px; /* For in-line view */
}

.dotcom {
  font-size:0.5em;
}

#featured-event {
max-width: 300px;
float: right;
text-align: left;
margin-top:7px;
}

#featured-event p {
margin: 0;
padding-right: 10px;
}

#sub-header {
margin-top: 32px;
}

#title {
height: auto !important;
overflow: auto;
padding: 0 0 5px 10px;
}

#hiring-link {
background-color: #b24700;
color: white;
padding: 5px 0;
width: 100%;
display: block;
text-align: center;
border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hiring-link:hover, #hiring-link:active {
  background-color: #cc5100;
}

#main.container {
width:960px;
margin: 0 auto;
/*background: #fff;*/
border-radius: 10px 10px 0 0;
}

#sidebar-nav {
	width: 320px;
	float: left;
}

#sidebar-nav-inside {
padding: 0 10px;
}

#sidebar-nav-inside h3, #content-inside h3, #content-inside h2 {
  margin-top: 0;
}

#content {
width: 640px;
min-height: 375px;
float: right;
position: relative;
padding-top: 0px;
}

#content-inside {
padding: 0 10px 10px 10px;
}

#sidebar-info {
	width: 320px;
	float: left;
  clear: left;
}

#sidebar-info-inside {
	padding: 10px;
}

#footer {
width: 960px;
margin: 0 auto;
border-radius: 0 0 10px 10px;
border-top: 1px solid black;
/*background: #fff*/
}

footer .container {
overflow: auto;
margin-bottom: 20px;
}

#wp_page_numbers {
  background: none !important;
}

#wp_page_numbers ul, #wp_page_numbers li {
  background: none !important;
}

/* ==|== Sidebar Styles =======================================================
   
   ========================================================================== */

.guides-list {
  margin-bottom: 10px;
}

.guide-link {
  display: block;
  line-height:1.3;
  margin-bottom: 5px;
}

.widget-sidebar-nav, .widget-sidebar-nav-ext {
width: 100%;
overflow: auto;
border-bottom: 1px solid #ccc;
}

.widget-sidebar-nav-ext h3 {
  display: none;
}

.widget-sidebar-nav ul, .widget-sidebar-nav-ext ul {
margin: 0;
padding: 10px 0 10px 0;
}

.sidebar-nav-extended {
  display: none;
}

#searchform label { display: none; }

#searchform div {
  overflow: auto;
}

#searchform input {
  float: left;
}

#s {margin-right: 5px}

#searchsubmit {
  padding: 3px 15px;
}

.widget-sidebar-info {
}

.widget-sidebar-info ul {
margin: 0;
padding: 0;
}

#sidebar-nav-inside, #sidebar-info-inside {
border-right: 1px solid #ccc;
}

/*#suggest-a-startup {
max-width: 250px;
max-height: 50px;
overflow: auto;
margin: 20px auto;
}

#suggest-a-startup a{
display: block;
background: url(suggest-startup-button2.png) 0% 100%;
max-width: 100%;
height: 50px;
background-size: 100% 200%;
}

#suggest-a-startup a:hover {
background-position: 0% 0%;
}*/

/* ==|== Content Area Styles =======================================================
   Styles for content-area elements.
   ========================================================================== */

#content-inside h3 {
margin-top: 0;
}

.post-single, #featured-job {
width: 100%;
overflow: auto;
margin-bottom:5px;
}

.post-single-inside, .featured-job-inside, .featured-job-promo {
padding: 5px;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.7);
}

/*.featured-job-inside {
  background-color: #fafad2;
  background-color: rgba(255,215,0,0.3);
}
*/
.featured-job-header {
  clear:both;
  text-transform:uppercase;
  font-size:10px;
}

.featured-headline {
  margin-bottom:2px;
}

.featured-desc {
  font-size: 14px;
  margin-bottom:0;
}

.featured-job-promo {
  font-size: 12px;
  text-align: right;
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

/*.post-single:nth-child(even) .post-single-inside{
background: #f9f9ff;
}

.post-single:nth-child(odd) .post-single-inside{
background: #fefeff;
}*/

.startup1{
float: left;
margin-bottom:1px;
width: 100%;
}

.startup2 {
float: left;
}

.startup3 {
width: 100%;
clear: left;
}

.startup4 {
width: 100%;
clear: left;
display: none;
}

.jobs-link{
font-size: .6em;
float: right;
margin-right: 3px;
}

.twitter-link {
display: inline-block;
height: 16px;
}
.twitter-link a {
	display: block;
	width: 16px;
	height: 16px;
	background: #00ACED url(img/twitter-16.png);
	margin-top: 4px;
  border-radius: 2px;
}

.plus-info {
display: inline-block;
border: 1px solid black;
font-size: 10px;
padding: 0 4px;
font-weight: bold;
cursor: pointer;
font-family: Helvetica, Arial, sans-serif;
float: right;
border-radius: 2px;
}

#wp_page_numbers a {
  border-radius: 2px;
}   
   
/* ==|== Text Styles =======================================================
   
   ========================================================================== */

/*@font-face {
    font-family: 'open_sanscondensed_bold';
    src: url('fonts/OpenSans-CondBold-webfont.eot');
    src: url('fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-CondBold-webfont.svg#open_sanscondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sanscondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/





body {
	font-size: 100%;
	/*font-family: open_sans_regular, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4 {
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);*/
	margin: 10px 0 0 0;
  /*font-family: open_sanscondensed_bold, "Franklin Gothic Medium", "Helvetica Neue Light", "Arial Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
  font-family: 'Open Sans Condensed', Cambria;
  font-weight: 700;
  font-style: normal;
}

h2, h3 {
border-bottom: 1px solid black;
margin-bottom: 10px;
}

h1 {
font-size: 3em;
margin: 0;
}

h2 {
font-size: 2em;
border-bottom: 2px solid black;
}

.post h2 {
  border-bottom: none;
  margin-bottom: 10px;
  line-height: 1.2;
}

h3 {
font-size: 1.5em;
}

.post h3 {
  border-bottom: none;
  margin-bottom: 0;
}

#content-inside .guide .post-content h3 {
  margin: 15px 0 10px;
}

h4 {
font-weight: bold;
}

p {
margin: 0 0 10px;
}

.post p {
  padding: 0 10px;
  line-height: 1.35;
}

button, input, select, textarea {
  font-family: robotoregular, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

input[type=submit], input[type=button], button, .button, .jobs-link a, #nav-ext-toggle, a.button:visited {
  color: white;
  margin: 0;
  padding: 5px 15px;
  border: 0;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.jobs-link a {
  padding: 1px 5px;
  color: white !important;
  display: block;
}


.button-big {
  padding: 10px 25px;
  font-size: 14px;
}

#suggest-a-startup {
  display: block;
}

#nav-ext-toggle {
  width: 100%;
  border-radius: 0 0 2px 2px;
  text-align: center;
  font-size: 10px;  
  padding: 3px 0;
}

.current-archive {
  font-weight: bold;
  text-decoration: underline !important;
}

.startup2 {
font-size: .8em;
}

.startup3 {
font-size: .9em;
}

.post-category, .post-neighborhood, .post-industry {
font-size: .8em;
color: #333;
}

/*a:link {
	color: #1142AA;
	text-decoration: none;
}

a:hover {
	color: #4573D5;
}

a:active {
	color: #6C8DD5;
}

a:visited {
	color: #06276F; 
}
*/
/* ==|== Guides Styles =======================================================
   Styles for guide post types.
   ========================================================================== */

.featured-thumbnail {
  margin-bottom: 10px;
}

.post p {
  font-size: 18px;
}

.post article {
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 30px;
}

h6 { /* captions */
  margin: 0 0 5px 0;
  padding: 0 10px;
}

/* ==|== Footer Styles =======================================================
   Styles for footer-area elements.
   ========================================================================== */

#footer-content {
padding: 10px 10px;
overflow: auto;
}

#footer li a {
	padding: 0 10px 0 0;
}

#nav-footer {
	float: left;
}

#nav-footer .menu li {
float: left;
display: block;
}

#startup-count {
float: left;
clear: left;
}

#social-sharing {
float: right;
clear: right;
width: auto;
}

#social-sharing  span {
}

#buttons-group {
clear: both;
margin-top: 5px;
}

#gplus-button, #tweet-button , #linked-button{
float: left;
margin-right: 5px;
}

#gplus-button {
  /*margin-top: 5px;*/
}

.selected {
  font-style: italic;
  text-decoration: underline !important;
}



/* ==|== Plugin Styles =======================================================
   Styles for plugin-created elements.
   ========================================================================== */

#wp_page_numbers li.page_info {
	border: none;
	padding: 4px;
}

#wp_page_numbers li a:hover {
	border-color: #0000FF;
}

.wpcf7-submit {
	font-weight: bold;
}

#bonus-button {
	cursor: pointer;
	background-color: #EEE;
	border: 1px solid #AAA;
	padding: 2px 4px;
	display: inline-block;
	margin-left: 20px;
}
 
#bonus-info {
	display: none;
}

.term-descrip-section {
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}

.startup-link .icon-external-link {
font-size: 11px;
padding-left:2px;
}

.banner p {
background-color: rgba(255, 255, 255, 0.7);
padding: 5px;
font-size: 12px;
}

/*a.startup-link:after {
content: url(SiB-Ex-Link.png);
}*/

.fools-control {
  cursor: pointer;
}

.fools-selected {
  font-weight: bold;
  cursor: default;
}

.fools-control:hover {
  color: blue;
}

.fools-control.fools-selected:hover {
  color: inherit;
}

#fools-on.fools-selected {
  color:#00980b;
}

#fools-off.fools-selected {
  color:darkRed;
}

/* ==|== Alt Screen Size Styles =======================================================
   Styles for other screen sizes.
   ========================================================================== */
/* Smartphones (portrait) ----------- */

   
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

@media only screen
and (max-width : 480px) {
  #header, #main.container, #sidebar-nav, #content, #sidebar-info, #footer { width:100%; float: left; border-radius: 0;}
  #header {text-align: center;}
  #sidebar-nav .widget-sidebar-nav ul { float: left; width: 100%;}
  #content {margin-top: 20px;}
  #content-inside h3 { margin-bottom: 5px; }
  #logo {font-size:44px;}
  h3 {font-size: 1.4em;}
}

@media only screen
and (max-width : 320px) {
#header, #main.container, #sidebar-nav, #content, #sidebar-info, #footer { width:100%; float: left; border-radius: 0;}
#header {text-align: center;}
#sidebar-nav .widget-sidebar-nav ul { float: left;}
#logo {font-size:28px;}
h3 {font-size:1.3em;}
}

/* Large screens ----------- 
@media only screen
and (min-width : 1080px) {
#header, #main.container, #footer{ width: 1080px;}
#sidebar-nav, #sidebar-info { padding-left:40px;}
#content { padding-right:60px;}
#footer-content{padding: 10px 60px 10px 50px;}
}*/


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !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; }
}