/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */



/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   


a{
	color: #ee7300;
}

.header, .footer{
	font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.header{
	font-size: 14px;
	background: #6FA875;
}

.header a{
	color: #ffffff; 
}

.menu-top-nav{
	background: #508756;
}

.login{
	float: right;
	margin: 0;
	padding: 7px 0;
	list-style: none;
	width: 150px;

}

.logon, .signup{
	display: inline-block;
	position: relative;

}

.logon > a, .signup > a{
	display: block;
	margin-right: 10px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #ffffff;
}

.signup > a{
	text-decoration: none;

}

.logon:hover .dropdown, .signup:hover .dropdown{
	display: block;
}

.logon > a:after{
	content: "";

	position: absolute;
	left: 54px;
	top: 1px;
	height: 30px;
	width: 1px;
}

.login > li:last-child{
	border: none;
	margin: 0 -10px 0 0;
}

.forgot-pass{
	font-size: 12px;
}

.forgot-pass:hover{
	text-decoration: none;
}


/* Dropdown */

.dropdown{
	box-sizing: border-box;
	position: absolute;
	display: none;
	top: 31px;

}

.logon .dropdown{
	padding: 18px;
	width: 200px;
	left: 0;
	background: #bcc0bc;
	box-shadow: 3px 3px 0 0 #aaaaaa;

}

.signup .dropdown{
  width: 150px;
  left: 50;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;

  color: #333333;
  text-shadow: none;
  border: 1px solid #aaaaaa;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  padding: 0 4px;
  text-align: center;
  text-decoration: none;
 




}

.signup .dropdown ul{
	padding: 0;
	margin: 0;
	list-style: none;

}

.signup .dropdown li a{

	padding: 14px 14px 14px 14px;
	line-height: normal;
	display: block;
	text-decoration: none;
	color: #111111;
}

.signup .dropdown li a:hover{
	background-color: #ffffff;
	  color: #c63d02;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;


}









.dropdown .formrow{
	clear: both;
}

.dropdown .input, .dropdown .select{
	border: none;
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 18px;
}

.dropdown .input{
	width: 95%;
	height: 34px;
	padding: 0 7px;
}

.dropdown .select{
	padding-left: 7px;
}

.dropdown .form-submit{
	float: right;
	background: #FF9C00;
	padding: 5px;
	color: #ffffff;
	border: none;
}

.menu-bottom-nav{
	height: 80px;
	line-height: 80px;
}

.logo{
	width: 233px;
	height: 40px;
}

.logo h1{
	background: url(../img/funding-post-logo.png) no-repeat 0 center;
	text-indent: -99999px;
	margin: 0;
}



	.webeventlogo{
		width: 180px;
	}



.main-navigation{
	margin: 0 0 0 30px;
}

.main-navigation li, .mainnavmenu li, .social-media-navigation li{
	display: inline-block;
}

.main-navigation li{
	margin-right: 45px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.main-navigation li:last-child{
	margin-right: 0;
}

.main-navigation li a{
	text-shadow: 0 1px rgba(0,0,0,.5);
	text-decoration: none;
}

.main-navigation li.current a, .main-navigation li a:hover{
	color: #072707;
	text-shadow: 0 1px rgba(255,255,255,.5);	
}













.mainnavmenu {

}
.mainnavmenu ul,
.mainnavmenu ul li,
.mainnavmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainnavmenu ul {
  position: relative;
  z-index: 597;
  float: left;

}
.mainnavmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
	
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;

}
.mainnavmenu ul li.hover,
.mainnavmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.mainnavmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;

}
.mainnavmenu ul ul li {
  float: none;
}
.mainnavmenu ul ul ul {
  top: 1px;
  left: 99%;
}
.mainnavmenu ul li:hover > ul {
  visibility: visible;
}
.mainnavmenu ul ul {
  top: 1px;
  left: 99%;
}
.mainnavmenu ul li {
  float: none;
}
.mainnavmenu ul ul {
  margin-top: 1px;
}
.mainnavmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */

.mainnavmenu:after,
.mainnavmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
.mainnavmenu a {
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0,0,0,.5);
  display: inline-block;
  font-family: Raleway, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  padding: 0 4px;
  text-align: center;
  text-decoration: none;
}
.mainnavmenu a:hover {
  
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;

  position: relative;
  top: 0;
}
.mainnavmenu ul {

  list-style: none;
}
.mainnavmenu > ul {
 	margin-left: 25px; 
  padding-top: 23px;
 
}
.mainnavmenu > ul > li {
  float: left;
  padding: 0 1px;
  position: relative;
	margin-right: 15px;
	margin-left: 25px;
}
.mainnavmenu > ul > li:hover > a {
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  color: #333333;
  position: relative;
  text-shadow: none;
}
.mainnavmenu > ul > li a {
  line-height: 35px;
  display: block;


}
.mainnavmenu > ul > li a:hover {
  text-shadow: none;

}
.mainnavmenu .has-sub:hover ul {
  display: block;
  line-height: 1em;
  vertical-align: middle;
  text-shadow: none;

}
.mainnavmenu .has-sub a {
  display: block;
  position: relative;
  text-shadow: none;

}
.mainnavmenu .has-sub > a:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  line-height: 1em;
  vertical-align: middle;
  text-shadow: none;

}
.mainnavmenu .has-sub ul {
  background: #f6f6f6;
  border: 1px solid #aaaaaa;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  padding: 10px 1px 10px 15px;
  position: absolute;
  left: 50%;
  top: 34px;
  margin-left: -70px;
  width: 180px;
  z-index: 1;
  color: #333333;
  text-shadow: none;

}
.mainnavmenu .has-sub ul li:hover > a {
  background: #dddddd;
  color: #c63d02;
  border-color: #FFFFFF transparent transparent transparent;
  text-shadow: none;

}
.mainnavmenu .has-sub ul a {
  line-height: 100%;
  padding: 8px 0;
  color: #333333;
}

.mainnavmenu .has-sub .has-sub ul {

  left: 100%;
  top: 0;
  margin-left: 0;
}












.textwrap {
	float: left;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	border: 5px solid #ffffff;
	box-shadow: 0px 0px 9px 0px rgba(156, 156, 156, 0.75); 
	max-height: 230px;
	max-width: 230px;
	}


	


.aboutusphoto{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 9px 0px rgba(156, 156, 156, 0.75); 

}










.social-media-navigation{
	margin: 0;
	padding: 0;
}

.social-media-navigation li{
	margin-right: 10px;
	margin-left: 0px;
}

.social-media-navigation li:last-child{
	margin-right: 0;
}

.social-media-navigation li a{
	display: block;
	width: 30px;
	height: 80px;
	text-indent: -99999px;
}

.social-media-navigation li:hover{
	opacity: .7;
}

.facebook, .twitter, .apple, .rss{
	background: url(../img/icons/social-media-icons.png) 0 center no-repeat;
}

.twitter{
	background-position: -40px center;
}

.rss{
	background-position: -80px center;
}

.apple{
	background-position: -120px center;
}

.intro{
	text-align: center;
	padding-top: 40px;
}

.intro h2, .intro h3{
	font-family: 'Railway';
	margin: 0;
	padding: 0;
	line-height: normal;
}

.intro h2{
	font-size: 48px;
	color: #788078;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.intro h3{
	font-size: 25px;
	color: #999999;
	font-weight: 400;
}

.hero{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 9px 0px rgba(156, 156, 156, 0.75); 
	min-height: 145px;
}

.hero img{
	width: 100%;
}

.slideshow {
  background: url("../img/icons/loader.gif") no-repeat scroll center center transparent;
  min-height: 50px;
  position: relative;
}

.image-caption{
	background: rgba(0,0,0,.6);
	display: block;
	font-size: 31px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;

  bottom: 220px;
  right: 0px;
  width: 350px;
  box-shadow: 4px 0px 4px 0 rgba(0, 0, 0, 0.2);
  min-height: 100px;
  padding: 15px;
	text-shadow: 0 1px rgba(0,0,0,.5);

}



.firms{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #eaeaea;
	position: relative;
	height: 40px;
}

.firms ul{
	margin: 0;
	padding: 0;
}

.firms ul li{
	display: inline-block;
	height: 50px;
}

.firms ul li:last-child{
	margin-right: 0;
}

.firm-text, .as-featured-text{
	font-size: 14px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color: #333333;
	font-weight: bold;
}

.as-featured-text{
	width: 100px;
}

.firm-text{
	width: 128px;
	display: block;
	float:left;
	box-sizing: border-box;
	padding-right: 30px;
	margin-top: 10px;
}

.group-firm{
	float: left;
}

.firms-control{
	float: right;
	margin-top: 13px;
}

.firms-control a{
	display: block;
	background-image: url(../img/icons/firm-scroll-arrows.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
	text-indent: -99999px;
	outline: none;
}

.firms-control .next-btn{
	background-position: left bottom;
	margin-top: 10px;
}

.firms-control .prev-btn:hover{
	background-position: right top;
}

.firms-control .next-btn:hover{
	background-position: right bottom;
}

.firm-scroll{
	width: 838px;
	float: left;
}

.flybridge{
	background: url(../img/icons/flybridge.png) 0 -59px no-repeat;
	width: 170px;
}

.acer{
	background: url(../img/icons/acer.png) 0 center no-repeat;
	width: 96px;
}

.austin-ventures{
	background: url(../img/icons/austin-ventures.png) 0 center no-repeat;
	width: 172px;
}

.edison{
	background: url(../img/icons/edison.png) 0 center no-repeat;
	width: 58px;
}

.genacast{
	background: url(../img/icons/genacast.png) 0 center no-repeat;
	width: 174px;
}

.intel{
	background: url(../img/icons/intel.png) 0 center no-repeat;
	width: 54px;
}

.alliance{
	background: url(../img/icons/alliance-of-angels.png) 0 center no-repeat;
	width: 80px;
}

.content{
	padding-top: 35px;
}

/* Home */

.box{
	float: left;
	border: 1px solid #aaaaaa;
	background-color:#f8f8f8;
	font-size: 13px;
	width: 32%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	margin-right: 20px;
	padding:18px 18px 0 18px;

	margin-bottom: 35px;
}



.box h2{
	color: #999999;
	font-size: 21px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: 'Rokkitt', serif;
}

.box p{
	color: #333333;
}

.box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-form label{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.about-form #join{
	border: 1px solid #cccccc;
	border-left: none;
	width: 63%;
	float: left;
}

.about-form .subscribe-btn{
	float: left;

}

.news{
	margin-right: 0;
}

.reviews{
	padding: 35px 0;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	position: relative;
}

.blog-posts li{
	margin-top: 1em;
}

/* Page */

.main{
	padding-bottom: 16px;
}

.entry p, .entry ul{
	font-size: 13px;
}

.post-title{
	margin-top: 0;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
}

/* Blogs */

.posts{
	width: 684px;
	float: left;
}

.post{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.post:last-child{
	border-bottom: none;
}

.post-date{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	color: #ffffff;
	background: #666666;
	padding: 5px 7px;
}

.post-meta{
	padding: 15px 0;
	font-size: 12px;
}

.share{
	padding: 25px 0;
}

.sidebar{
	float: left;
	margin-left: 40px;
	width: 300px;
}

.widget{
	padding-bottom: 25px;
}

.widget h3{
	font-size: 18px;
	color: #aaaaaa;
	text-transform: uppercase;
	border-bottom: 3px double #dddddd;
}

.widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li{
	font-size: 13px;
}

/* Reviews */

.reviews blockquote{
	padding: 0;
	margin: 0;
}

.testimonials{
	margin: 0 53px;
	padding: 0;
	list-style: none;
}

.testimonials q{
	color: #999999;
	font-size: 18px;
	font-style: italic;
}

.review-controls{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
}

.review-controls a{
	background-image: url(../img/icons/testimonial-controls.png);
	background-repeat: no-repeat;
	display: block;
	width: 37px;
	height: 60px;
	text-indent: -99999px;
	outline: none;
}

.next-btn{
	background-position: right 0;
}

.prev-btn{
	background-position: left 0;
}

.next-btn:hover{
	background-position: right bottom;
}

.prev-btn:hover{
	background-position: left bottom;
}

.as-featured ul{
	margin: 0;
	padding: 35px 0;
	list-style: none;
}

.as-featured ul li{
	height: 76px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-right: 6px;
}

.abc, .wsj, .financial-times, .entrepreneur, .deal, .nyt{
	background-image: url(../img/icons/media-sprites.png);
}

.as-featured ul li:last-child{
	margin-right: 0;
}

.as-featured-text{
	background: none;
	width: 110px;
	vertical-align: middle;
	margin-top: -13px;
}

.abc{
	width: 93px;
	background-position: 0 center;
}

.wsj{
	width: 64px;
	background-position: -94px center;
}

.financial-times{
	width: 51px;
	background-position: -157px center;
}

.entrepreneur{
	width: 237px;
	background-position: -209px center;
}

.deal{
	width: 161px;
	background-position: -446px center;
}

.nyt{
	width: 245px;
	background-position: -607px center;
}

.footer{
	background: #508756;
	padding: 35px 0;
}

.copyright{
	color: #ffffff;
	font-size: 12px;
	margin-top: 0;
}

.footer-links{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li{
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
}

.footer-links li a{
	color: inherit;
	text-decoration: none;
}

.footer-links li a:hover{
	text-decoration: underline;
}

.search-form{
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}

.search-text-box, .subscribe-btn{
	border:1px solid #666666;
	font-size: 12px;
	font-family: arial;
	float: left;
}

.search-text-box{
	color: #000000;
	width: 180px;
	padding: 5px 10px;
}

.subscribe-btn{
	color: #ffffff;
	background: #ff8400;
	text-shadow: 0 1px rgba(0,0,0,.5);
	padding: 5px 10px;
}

.subscribe-btn:hover{
	background: #df7000;
}

/* Extra Styles */

.inner{
	max-width: 1024px;
	margin: 0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.big-orange-button{
	display: inline-block;
	background-color: #ffae00; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffae00), to(#ff9c00));
	background-image: -webkit-linear-gradient(top, #ffae00, #ff9c00); 
	background-image:    -moz-linear-gradient(top, #ffae00, #ff9c00);
	background-image:     -ms-linear-gradient(top, #ffae00, #ff9c00);
	background-image:      -o-linear-gradient(top, #ffae00, #ff9c00);
	font-size: 35px;
	font-family: 'Rokkitt', serif;
	font-weight: 400px;
	letter-spacing: 1px;
	padding: 0 50px;
	border-radius: 5px;
	margin: 22px 0 32px 0;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); 
}

.big-orange-button:hover{
	cursor: pointer;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9c00), to(#ff9c00));
	background-image: -webkit-linear-gradient(top, #ff9c00, #ffae00); 
	background-image:    -moz-linear-gradient(top, #ff9c00, #ffae00);
	background-image:     -ms-linear-gradient(top, #ff9c00, #ffae00);
	background-image:      -o-linear-gradient(top, #ff9c00, #ffae00);
}

.big-orange-button a{
	color: #ffffff;
	text-shadow: 0 1px rgba(0,0,0,1);
	text-decoration: none;
}

.blue-button-small {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family: 'Rokkitt', serif;
	font-size:18px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

.blue-button-small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}

.blue-button-small:active {
	position:relative;
	top:1px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * 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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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;
    }
}
