/* Artfully masterminded by ZURB  */

/*
	Colours:
	Medici Blue: #174A7C;
	Medici Olive: #757259;
	Navy Blue: #0F2649;
*/

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
html, body {
	font-size: 15px;
}
body {

	background: url(/inc/foundation/images/pattern-noise.png);
	font-family: "Open Sans", "Helvetica",Helvetica,Arial,sans-serif;
	/*font-family: 'Roboto', "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;*/
	font-weight: 400;
}
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	font-size: 15px;
}*/
div#wrapper {
	max-width: 1590px;
	background: #ffffff;
	position: relative;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}
#header {
	width: 100%;
	background: #ffffff;
	/*height: 110px;*/
	max-width: 1590px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
/* FIXED POS */
#header {
	position: fixed;
	top: 0;
	z-index: 10;
}
/*#header + * {
	margin-top: 105px;
}*/
body {
	padding-top:105px;
}
/* /FIXED POS */
header {
	width: 1000px;
	padding: 25px 0 0 0;
	margin: auto;
	background: #fff;
	height: 105px;
	position: relative;
}
header #request-valuation {
	position: absolute;
	top: 0;
	right: 0;
}
header div {
	float: left;
}
header:before,
header:after {
	content: " ";
	display: table;
}
header:after {
	content: ' ';
	clear:both;
}
header #call {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 13px;
	background: #eee;
	border-radius: 0 0 5px 5px;
	padding: 5px 10px;
	color: #666;
}
#logo {
	background: url(/inc/foundation/images/medici-logo.svg) no-repeat top left;
	background-size: 240px 60px;
	display: block;
	overflow: hidden;
	width: 240px;
	height: 60px;
	text-indent: 250px;
	white-space: nowrap;
}
.no-svg #logo {
	background: url(/inc/foundation/images/medici-logo.png) no-repeat top left;
}
nav {
	background: transparent;
	float: right;
	height: 40px;
	margin-top: 15px;
	width: 740px;
	position: relative;
}
nav:before {
	display: none;
}
nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-transform: uppercase;*/
	line-height: 15px;
}
/*nav:hover ul {
	position: relative;
	display: block;
	top: auto;
	width: auto;
}*/
nav:hover ul li,
nav ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li a {
	color: #ffffff;
	padding: 10px 7px;
	display: block;
	font-size: 15px;
	font-weight: normal;
}
nav ul li:hover a,
nav ul li.active,
nav ul li.active a {
	color: #ffffff;
	background: #757259;
	z-index: 3;
}
nav ul li:last-child {
	margin-right:0;
	z-index: 3;
}
nav ul li > div {
	display: none;
	top: 35px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 20px;
	position: absolute;
	right: 0;
	text-transform: none;
	width: 250px;
	z-index: 2;
	color: #333;
}
nav ul li > div p {
	font-size: 12px;
}
nav ul li.contact {
	position: relative;
}
nav ul li.contact:hover > a {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #174A7C;
}
nav ul li.contact:hover > div {
	display: block;
}
nav ul li a {
	color: #174A7C;
	border: 1px solid transparent;
	position: relative;
	z-index: 2;
}

form.custom .custom.checkbox {
	z-index: 0;
}
label.small-left {
	text-align: left;
}

ul.breadcrumbs {
	background: transparent;
	border: 0;
	padding: 0;
	font-weight: 400;
	overflow: inherit;
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
	font-size: 0.8em;
}
.panel {
	border-width: 3px;
}
.panel.callout {
	box-shadow: none;
	border: 0;
}
.panel.callout a {
	color: #A5C3DA;
	text-decoration: underline;
}
.panel.callout a.button {
	text-decoration: none;
}
.panel.callout h4 {
	color: #ffffff;
}
ul.list-arrow,
ul.list-arrow ul {
	list-style-type: none;
}
ul.list-arrow li {
	position: relative;
}
ul.list-arrow li:before {
	color: #174A7C;
	content: "\f0da"; /* Caret */
	/*content: "\f054"; /* Chevron */
	font-family: 'FontAwesome';
	font-size: 1.25em;
	line-height: 1.25;
	left: -1em;
	position: absolute;
	top: 0;
}
ul.list-arrow ul li:before {
	content: "\f105";
}

#promo {
	background: #f5f5f5;
	margin: 20px 0 0 0;
}
#promo > .row {
	/*width: 1024px;
	margin: auto;*/
}
#promo > .row  >.columns {
	padding-top: 15px;
	padding-bottom: 15px;
}
#promo h4 {
	font-family: inherit;
	color: #174A7C;
	line-height: 1.4;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
#promo ul {
	margin-left: 2em;
}
#promo .event p {
	font-size: 12px;
	line-height: 1.2;
}
#promo .event a {
	color: inherit;
}
#promo .panel {
	border: 0;
	margin-bottom: 0;
	/*min-height: 19em;*/
}
#promo .callout p,
#promo .callout label {
	color: #ffffff;
	font-size:13px;
	line-height: 1.4;
}
#promo .callout label {
	display: inline;
}
#promo .callout h4 {
	color: #ffffff;
}
#promo .callout #qsurvey_vote_button {
	margin-top: 1em;
}
footer {
	background: #4c4c4c;
	color: #ffffff;
	/*margin-bottom: 15px;*/
}
footer .panel {
	font-size: 14px;
}
footer .panel h4 {
	font-size: 1.6875em;
}
footer div.meta {
	background: #757259;
	padding: 10px 0;
	color: inherit;
}
footer div.meta .row * {
	font-size: 10px;
	line-height:32px;
}
footer div.tmcn .links ul li,
footer div.meta ul li {
	float: left;
	margin-right: 30px;
}
footer div.meta ul li:first-child {
	font-weight: bold;
}
footer div.meta .row i {
	background-color: #fff;
	color: #757259;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	height: 27px;
	padding: 6px;
	text-align: center;
	width: 27px;
	border-radius: 100px;
	margin-right:10px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	transition: all 250ms linear;
}
footer div.meta .row i.icon-twitter:hover {
	background-color: #00ACED;
	color:#fff;
}
footer div.meta .row i.icon-facebook:hover {
	background-color: #3B5B99;
	color:#fff;
}
footer .tmcn {
	position:relative;
	border-top: 4px solid #4c4c4c;
}
footer .tmcn .tmcn-expand {
	position: absolute;
	background: #4c4c4c;
	height: 30px;
	width: 50px;
	left: 50%;
	bottom: 0;
	text-align: center;
	padding: 10px;
	margin-left: -25px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	cursor:pointer;
}
footer .tmcn .tmcn-expand a {
	color: #ffffff;
	outline: none;
}
footer .tmcn .tmcn-toggle {
	padding: 20px 0;
}
footer .tmcn .tmcn-toggle .links {
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}
footer .tmcn .tmcn-toggle .links ul li {
	font-size:10px;
}
footer h2 {
	color: inherit;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 25px;
	font-weight: normal;
}
footer h3{
	color: #ffffff;
	font-size: 20px;
}
footer h3 ~ h3{
	margin-top: 1em;
}
footer h4 {
	font-family: inherit;
	font-size: 11px;
	color: inherit;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul li {
	font-size: 12px;
	line-height: 150%;
}
footer ul li a {
}
footer a {
	color: inherit;
}
footer li a:hover {
	color: inherit;
	text-decoration: underline;
}
footer a.sprite-site {
	display: block;
	background: url(/inc/foundation/images/sprite-other-sites2.png);
	background-repeat:no-repeat;
	width: 111px;
	height: 30px;
	text-indent: -1000px;
	float: left;
	margin-right: 20px;
	overflow: hidden;

}
footer a.sprite-site.express {
	background-position: -30px 0px;
}
footer a.sprite-site.express:hover {
	background-position: -141px 0px;
}
footer a.sprite-site.expert {
	background-position: -30px -30px;
}
footer a.sprite-site.expert:hover {
	background-position: -142px -30px;
}
footer a.sprite-site.express,
footer a.sprite-site.expert {
	width: 80px;
}
footer a.sprite-site.jobs4careers {
	background-position: 0px -60px;
}
footer a.sprite-site.jobs4careers:hover {
	background-position: -111px -60px;
}
footer a.sprite-site.practice4sale {
	background-position: 0px -90px;
}
footer a.sprite-site.practice4sale:hover {
	background-position: -111px -90px;
}
footer #twitter-post ul li {
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
}
footer #twitter-post ul li:last-child {
	border: 0;
}
footer #twitter-post ul li p {
	font-size: 11px;
	color: #F2F2F2;
}

footer #twitter-post ul li p span {
	color: #000;
}
footer #twitter-post ul li p span:before {
	content: ' ... ';
}
h1, h2, h3, h4 {
	font-family: 'Roboto', "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
h2 {
	color: #174A7C;
	/*text-transform: lowercase;*/
}
h3, h4 {
	font-weight: 400;
}
h5 {
	font-size: 15px;
}
p {
	font-size: inherit;
	font-weight: inherit;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6  {
	color: #333333;
}
.panel.callout h3, .panel.callout h4 {
	color: #ffffff;
}

::selection 	 	{ background: #6F705D; color: #ffffff; }
::-moz-selection 	{ background: #6F705D; color: #ffffff; }
img::selection 		{ background: transparent;}
img::-moz-selection	{ background: transparent;}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/*.row { width: 1024px; }*/
.button {
	box-shadow: none;
	margin-bottom: 0;
}
#page-title.event h1 {
	font-size: 50px;
	line-height: 65px;
}
#event-list {}
#event-list h2,
#lbf-blog-list h2 {
	font-size: 22px;
	text-transform: none;
	margin-top: 0;
}
#event-list > div,
#lbf-blog-list > article {
	margin-bottom: 2em;
	padding-top: 2em;
	border-top: 1px solid #E6E6E6;
}
#event-list > div:first-child,
#lbf-blog-list > article:first-child {
	padding-top: 0;
	border-top: 0;
}
#event-list .button,
#lbf-blog-list .button {
	font-size: 12px;
}
#event-list .event-abstract ul.inline-list {
	margin-left: -10px;
	font-size: 13px;
}
#event-list .event-abstract ul.inline-list li {
	margin-left: 10px;
}
#event-list .event-abstract ul.inline-list .divider {
	border-left: 1px solid #E6E6E6;
	margin-left: 10px;
	height: 1.6em;
}
#event-list .event-accreditation {
	float: right;
	height: auto;
	background: none;
	width: auto;
}
#event-list .event-accreditation img {
	height: 45px;
}
.event-abstract.event-abstract-lines .row {
	margin-bottom: 0.5em;
}
.event-accreditation {
	position: relative;
	height: 130px;
	width: 250px;
	background: url(/inc/foundation/images/event/apc.jpg) 0px 0px no-repeat;
}
.event-accreditation span {
	bottom: 0;
	display: block;
	font-weight: bold;
	font-size: 1.25em;
	position: absolute;
	right: 20px;
	width: 100px;

}
.calendar-next,
.calendar-published {
	text-transform: uppercase;
	font-size: 9px;
	margin-bottom: 1em;
}

.calendar-mini {
	width: 50px;
	background: #ffffff;
	line-height: 1.2;
	float: left;
}
.calendar-mini div {
	font-size: 20px;
	text-align: center;
}
.calendar-mini .month {
	background: #174A7C;
	color: #ffffff;
}
.calendar-mini .day {
}
.calendar-mini .year {
	font-size: 14px;
	border-bottom: 2px solid #cccccc;
}
.calendar-mini ~ * {
	margin-left: 60px;
}
.calendar-mini + * {
	margin-top: 0;
}

.lbf-login_heading {
	margin-bottom: 21px;
}
.lbf-login_recover {
	font-size: 10px;
	margin-top: -7px;
	margin-left: -1px;
	text-align: right;
}
input.button.lbf-login_submit {
	margin-right: 11px;
}
/* -----------------------------------------
   Page headings
----------------------------------------- */

#page-title {
	background: #174A7C;
	margin-bottom: 35px;
	padding: 50px 0 0 0;
}

#page-title h1 {
	background: none;
	color: #ffffff;
	font-size: 60px;
	line-height: 70px;
	bottom: -12px;
	position: relative;
}
#page-title h1 span {
	background: #174A7C;
	padding: 5px 20px;
}
#page-title.about {
	background: url(/inc/foundation/images/title/about.jpg) no-repeat top left;
}
#page-title.contact {
	background: url(/inc/foundation/images/title/contact-us.jpg) no-repeat top center;
}
#page-title.events {
	background: url(/inc/foundation/images/title/events.jpg) no-repeat top center;
}
#page-title.consulting {
	background: url(/inc/foundation/images/title/consulting.jpg) no-repeat bottom center;
}
#page-title.research {
	background: url(/inc/foundation/images/title/research.jpg) no-repeat bottom center;
}
#page-title.partnerships {
	background: url(/inc/foundation/images/title/partnership.jpg) no-repeat bottom center;
}
#page-title.finance {
	background: url(/inc/foundation/images/title/finance.jpg) no-repeat bottom center;
}
#page-title.valuations {
	background: url(/inc/foundation/images/title/valuations.jpg) no-repeat bottom center;
}
#page-title.privacy {
	background: url(/inc/foundation/images/title/privacy.jpg) no-repeat bottom center;
}
#page-title.terms {
	background: url(/inc/foundation/images/title/terms.jpg) no-repeat bottom center;
}
#page-title.lets-be-frank,
#page-title.newsletter {
	padding: 0;
}

p.lead {
	/*border-bottom: 1px solid #333333;*/
	padding-bottom: 15px;
	font-size: 22px;
	margin: 20px 0;
	font-family: 'Roboto', "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
p.lbf.lead {
	font-size: 20px;
}
/* -----------------------------------------
   Google Maps
----------------------------------------- */
.google-map img {
	max-width: none;
}
/* -----------------------------------------
   Tipsy
----------------------------------------- */
div.tipsy {
	z-index: 9;
}
.tipsy-inner {
	border-radius: 0 !important;
	font-size: 14px;
	padding: 10px !important;
	background-color: #CC3333 !important;
	max-width: 100% !important;
	box-shadow: 1px 1px 2px #333333;
}
  .tipsy-arrow-n { border-bottom-color: #CC3333 !important; }
  .tipsy-arrow-s { border-top-color: #CC3333 !important; }
  .tipsy-arrow-e { border-left-color: #CC3333 !important; }
  .tipsy-arrow-w { border-right-color: #CC3333 !important; }

/* -----------------------------------------
   Page content
----------------------------------------- */
#page-content {
	margin-bottom: 30px;
}
#page-content ul {
	margin-left: 2em;
}
#page-content ul.side-nav {
	margin-left: 0;
}
#page-content ul.side-nav a {
	font-size: 0.875em;
}


#page-content form.custom ul {
	margin-left: 0;
}
/* -----------------------------------------
   Alerts
----------------------------------------- */
div.alert-box {
	font-weight: inherit;
	padding: 15px 15px 15px 54px;
	border-radius: 0;
}
div.alert-box.alert,
div.alert-box.success {
	text-shadow: none;
}
.alert-box i {
	float: left;
	font-size: 2em;
	margin: -2px 0 0 -39px;
}
.alert-box.alert .icon-warning-sign {
	/*color: #E8342A;*/
	margin-right: 0.4em;
}
.alert-box.success .icon-ok {
	/*color: #4B8200;*/
}
.alert-box h5,
.alert-box p {
	color: #ffffff;
	margin: 0;
}
.alert-box h5 {
	margin: 0 0 0.4em;
	font: bold 14px/1.6 "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
}
#page-content .alert-box ul {
	margin: 0 0 0 1em;
}
.alert-box.alert li,
.alert-box h5 + p {
	font-size: 12px;
}
.alert-box.secondary p {
	color: inherit;
}
.alert-box a {
	text-decoration: underline;
	color: #fff;
}
/* -----------------------------------------
   Lets Be Frank Sidebar
----------------------------------------- */
.lbf-account {
	background: #F2F2F2;
	border: solid #B5B5B5;
	border-width: 3px 0;
	margin: 5px auto auto;
	padding: 10px;
	position: fixed;
	right: -200px;
	-webkit-transition: right 0.4s ease-out;	/* Chrome 1-25, Safari 3.2+ */
	-moz-transition: right 0.4s ease-out;		/* Firefox 4-15 */
	-o-transition: right 0.4s ease-out;		/* Opera 10.50–12.00 */
	transition: right 0.4s ease-out;			/* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	width: 200px;
	z-index: 9;
}
.lbf-account:before {
	background: #B5B5B5;
	border-radius: 10px 0 0 10px;
	bottom: -3px;
	color: white;
	content: "\f007";		/* Icon-user */
	font-family: "FontAwesome";
	font-size: 35px;
	left: -45px;
	padding: 20px 5px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 45px;
}
.lbf-account:hover,
.lbf-account:focus {
	right: 0;
}
.lbf-account_heading {
	color: #174A7C;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}
.lbf-account .lbf-account_content {
	margin: 1em 0 0;
	overflow: hidden;
	padding: 0;
}
.lbf-account .lbf-account_content li {
	margin: 0;
}
.lbf-account_content input[type=text],
.lbf-account_content input[type=password] {
	font-size: 12px;
	height: 30px;
}
.lbf-account_pass-recover {
	display: block;
	font-size: 10px;
	margin-bottom: 12px;
}