.jumbotron h1 {
	font-size: 56px;
}

.jumbotron p {
	font-size: 32px;
}

.funnels p {
	font-size: 18px;
	line-height: 25px;
	margin-top: 0
}

.landing-page h3 {
	color: #555;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.quote {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-family: Georgia,Utopia,Palatino,"Palatino Linotype",Times,serif;
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.quote > p {
	padding-left: 0;
	padding-right: 0;
}

.lead { 
  margin-bottom: 42px; /* */
}

.well.notetab {
	background-color: #f5f5f5;
	padding: 25px 30px 5px;
}

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  margin-bottom: 8px;
}

.no-transform { 
  text-transform: none !important
}

#sidemenu2 {
  margin-left:  30px;
}

#sidemenu2.affix-top {
  position: static;
	margin-top:10px;
}

#sidemenu2.affix {
  position: fixed !important;
  top:100px;
}
  
#sidemenu2.affix-bottom {
  position: static;
}

.navbar-brands {
	color: #3f8dbf !important;
	font-family: "Source Sans Pro","Segoe UI","Trebuchet MS",Arial,sans-serif;
	font-size: 28px;
	font-weight: 400;
	position: relative;
	top: 14px;
	z-index: 1042;
}

.navbar-brands img {
  top: 0
}

.navbar-brands sup {
	font-size: 85%;
	line-height: 0;
	position: relative;
	top: -0.2em
}

.btn-notetab {
	background: #3f8dcf none repeat scroll 0 0;
	color: #fff !important;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 11px 17px 12px 24px;
	text-transform: none;
}

.btn-light-notetab,
.btn-light-notetab:focus {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ddd !important;
	color: #333 !important;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 11px 17px 12px 24px;
	text-transform: none;
}

.btn-light-notetab:hover {
	border: 1px solid #f89459 !important
}

.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48
}

.yes-symbol::before {
	color: #46a546;
	content: "✔ ";
	font-size: 16px;
	font-weight: normal;
}

.no-symbol::before {
	color: #f84406;
	content: "✘ ";
	font-size: 16px;
	font-weight: normal;
}

.landing-page .table > thead > tr > th {
	color: #555;
	font-size: 19px;
	font-weight: 600;
}

.landing-page p.no-underline a {
    border-bottom: medium none;
}

aside blockquote {
	border-left: 5px solid #ebebeb;
	font-family: Georgia,Utopia,Palatino,"Palatino Linotype",Times,serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0 15px;
}

aside blockquote span b {
	color: #888 !important;
	font-family: "Segoe UI",Segoe,"Trebuchet MS",Arial,sans-serif !important;
	font-size: 85%;
	font-style: normal;
	font-weight: normal !important;
}

@media (max-width: 991px) { 
	.jumbotron h1 {
		font-size: 40px;
		line-height: 1.08;
		margin-top: 4px;
		font-weight: 700;
	}
	
	.offset-cookies {
		display: none;
	}
}