#data-topbar {
	display: block;
	}

html {
	overflow: visible !important;
	}

body {
	position: relative;
	overflow: visible !important;
	}

section#page {
	padding-top: 220px;
	}

.topBar {
	width: 100%;
	max-width: 100%;
	}

h1.title {
	max-height: 28px;
	}

.contain-to-grid.eyebrow h1.title img {
	margin-top: 0;
	}

#mq-fixed-header { 
	position: fixed;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	z-index: 999;
	}

	.contain-to-grid.eyebrow {
		padding-top: 0;
		margin-top: 0;
		}

	/*
	Please make '.contain-to-grid .mq-logo-login-search' follow the same left/right
	margin rules, in regard to responsiveness, as '.contain-to-grid .top-bar'
	*/

	#mq-fixed-header nav {
		min-height: 40px;
		}

	div.alt-login {
		display: none;
		float: right;
		margin-right: 0.625rem;
		}

		.contain-to-grid div.alt-login .freereports span {
			color: #fff !important;
			}

		div.alt-login a {
			color: #fff !important;
			}

div#mq-off-canvas-scrim {
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 9988;
	display: none;
	/*pointer-events: none;*/
	}

div#mq-off-canvas-container {
	position: fixed;
	display: block;
	width: 275px;
	bottom: 0;
	top: 0;
	left: -285px;
	background-color: #333;
	z-index: 9999;
	margin: 0;
	box-shadow: 2px 0 6px rgba(0,0,0,0.2);
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	}

	div#mq-off-canvas-header {
		position: absolute;
		display: block;
		background: url('/wp-content/themes/haven-foundation-5/img/offcanvas-logo.png') no-repeat 10px 5px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		top: 0;
		left: 0;
		width: 100%;
		height: 25px;
		padding: 5px 18px 0 0;
		}

		div#mq-off-canvas-close:before {
			display: block;
			float: right;
			cursor: pointer;
			content: "\f217";
			color: #fff;

			font-family: "foundation-icons";
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			text-decoration: inherit;
			}


ul#mq-off-canvas-menu {
	position: absolute;
	display: block;
	width: 275px;
	height: auto;
	min-height: 100%;
	top: 25px;
	left: 0;
	background-color: #333;
	list-style: none;
	margin: 0;
	padding-bottom: 60px;
	}

	ul#mq-off-canvas-menu ul {
		margin: 0;
		}

		ul#mq-off-canvas-menu li {
			list-style: none;
			}

			ul#mq-off-canvas-menu li a {
				margin: 0;
				display: block;
				font-size: 13px;
				text-shadow: 1px 1px rgba(0,0,0,0.3);
				line-height: 32px;
				border-top: 1px solid rgba(255,255,255,0.1);
				border-bottom: 1px solid rgba(0,0,0,0.3);
				padding-left: 10px;
				color: #fff;
				}

			ul#mq-off-canvas-menu li ul li {
				background-color: #666;
				}

			ul#mq-off-canvas-menu li ul li a {
				padding-left: 10px;
				}

			ul#mq-off-canvas-menu li ul li ul li a {
				padding-left: 10px;
				}

		ul#mq-off-canvas-menu li.current-menu-item a {
			background-color: #ff511c;
			}

		ul#mq-off-canvas-menu li.menu-item-has-children > a:after {
			content: '\f199';
			display: block;
			float: right;
			height: 20px;
			width: 20px;
			margin: 11px 25px 0 0;

			font-family: "foundation-icons";
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			text-decoration: inherit;
			}

			ul#mq-off-canvas-menu li.menu-item-has-children.current-menu-ancestor {
				background-color: #ff511c;
				}

			ul#mq-off-canvas-menu li.menu-item-has-children.current-menu-ancestor > a:after {
				content: '\f176';
				}

			ul#mq-off-canvas-menu li.menu-item-has-children.minus > a:after {
				content: '\f176';
				}

		ul#mq-off-canvas-menu li.menu-item-has-children > ul { display: none; }

		ul#mq-off-canvas-menu li.menu-item-has-children.current-menu-ancestor > ul { display: block; }

ul#mq-off-canvas-menu li ul li a:hover {
	background-color: #222;
	}
/*
@media only screen and (max-width : 1023px) {

	ul.mq-menu {
		display: none;
		}

	div.main-login {
		display: none;
		}

	div.alt-login {
		display: block;
		}

	.mq-logo-login-search {
		max-width: 90%;
		margin: 10px 1.25rem;
		}
}
*/
.menu-hide {
		color: #ccc !important;
	}
@media only screen and (max-width : 959px) {
	#mq-fixed-header {
		margin-top: 50px;
	}
	.no-mobile {
			display: none;
		}
}
@media only screen and (max-width : 768px) {
	.tagline {
		display: none;
	}
}

@media only screen and (max-width : 1100px) {
    .nopad-left { padding: 0 15px !important;}
}


@media only screen and (max-width : 640px) {
	.menu-hide {
		display: none !important;
	}

    .nopad-left {
        padding: 0 15px !important;
    }
    .nopad-right {
        padding: 0 15px !important;
    }
    #mq-fixed-header {
        height: 130px;
    }
    section#page {
        padding-top: 145px;
    }
}
@media only screen and (min-width : 641px)  and (max-width: 959px){
    #mq-fixed-header {
        height: 180px;
    }
    section#page {
        padding-top: 200px;
    }
}
/* SEARCH */

.nobr	{ white-space: nowrap; }

/* QUALIFYING QUESTIONS */


.qualifiers label {
	position: relative;
	padding: 7px 10px 0 40px;
	}
	
.qualifiers label > input[type='radio'],
.qualifiers label > input[type='checkbox'] {
	position: absolute;
	left: 10px;
	top: 11px;
	}

.qualifiers h5 {
	font-family: "nimbus-sans-extended", Helvetica, Arial, sans-serif;
	color: #0c7723;
	}

.qualifiers div.question {
	padding-top: 0.5rem;
	margin-top: 0.5rem;
	padding-bottom: 1.0rem;
	}

.qualifiers h6 {
	line-height: 1.4rem !important;
	margin-top: 0 !important;
	}

.qualifiers img {
	width: 200px;
	height: auto;
	}

form.qualify-for-more p {
	margin: 0;
	margin-top: 0.8rem;
	text-align: right;
	}

ul.whatcounts-list {
	list-style: none;
	}




/* SUBSCRIBE TO MORE */

form.subscribe_to_more {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 5px 15px 10px;
	}

form.subscribe_to_more h5,
div.magazine-subscriptions-thanks h5 {
	font-family: "nimbus-sans-extended", Helvetica, Arial, sans-serif;
	color: #0c7723;
	}

form.subscribe_to_more label {
	display: block;
	float: left;
	position: relative;
	width: 146px;
	height: 245px;
	text-align: center;
	padding: 10px 10px 0;
	font-size: 0.9rem;
	font-weight: bold;
	}

form.subscribe_to_more label.gx {
	padding-top: 4px;
	font-size: 0.7rem;
	}

form.subscribe_to_more label:hover {
	background-color: rgba(12,119,35,0.1);
	}

form.subscribe_to_more label img {
	position: absolute;
	top: 40px;
	height: 166px;
	width: 126px;
	display: block;
	}

form.subscribe_to_more label input {
	display: none;
	}

form.subscribe_to_more label input:checked + div {
	background-color: #0c7723;
	border: 2px solid #0c7723;
	}

form.subscribe_to_more label div {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	color: #fff;
	background-color: #fff;
	font-family: "nimbus-sans-extended", Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 32px;
	text-align: center;
	}

form.subscribe_to_more p {
	margin: 0;
	margin-top: 0.8rem;
	text-align: right;
	}

.reveal-modal-bg {
	position: fixed !important;
	}

table.mag_subs {
	width: 100%;
	border: none;
	border-top: 1px solid #ddd;
	}

table.mag_subs td {
	background-color: #f2f2f2;
	border: none;
	border-bottom: 1px solid #ddd;
	text-align: center;
	}

table.mag_subs tr.requalify-notice td {
	background-color: #ddd;
	}

table.mag_subs td:first-child {
	text-align: left;
	}

table.mag_subs td input.button {
	margin-bottom: 0 !important;
	font-size: 0.85rem;
	padding: 0.35rem 3.5rem;
	}

table.mag_subs td input.button.disabled {
	background-color: #999;
	}

div.magazine-subscriptions form.panelize,
div.magazine-subscriptions div.panelize,
div.magazine-subscriptions.panelize {
	border: 1px solid #ddd;
	margin: 15px 15px 0;
	padding: 15px 30px;
	}

div.magazine-subscriptions form p {
	margin-bottom: 10px;
	}

div.magazine-subscriptions form label {
	position: relative;
	padding: 3px 0;
	padding-left: 50px;
	}

div.magazine-subscriptions form label input {
	position: absolute;
	left: 18px;
	top: 8px;
	}

div.magazine-subscriptions ul {
	list-style: none;
	margin: 0;
	}

div.magazine-subscriptions ul li {
	display: inline;
	}

div.magazine-subscriptions ul li img {
	width: 125px;
	height: auto;
	margin: 0;
	margin-right: 20px;
	}

div.magazine-subscriptions-thanks.panelize {
	background-color: #eee;
	margin: 15px 0 0;
	padding: 15px 30px;
	}

div.magazine-subscriptions-thanks ul li img {
	width: 105px;
	margin-right: 10px;
	}

ul.whatcounts-list {
	list-style: none;
	margin: 0 0 1.25rem;
	width: 100%;
	}

ul.whatcounts-list li {
	display: inline-block;
	width: 100%;
	padding-left: 0;
	}

.ubermenu-submenu ul li {
	display: inline-block !important;
}


/* Whatcounts Fields Display */

.wc_fields_columns {
	background: none;
	width: 100%;
	border: none;
	margin: 0 auto;
	vertical-align: top;
}

.wc_fields_columns label {
	position: relative;
    padding: 2px 0 2px 20px;
}

.wc_fields_columns input[type="checkbox"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.wc_fields_columns label.depth_1 { padding-left: 20px; font-weight: bold; }
.wc_fields_columns label.depth_2 { padding-left: 28px; font-weight: bold; }
.wc_fields_columns label.depth_3 { padding-left: 36px; }
.wc_fields_columns label.depth_4 { padding-left: 36px; }
.wc_fields_columns label.depth_5 { padding-left: 36px; }

.wc_fields_table label:hover { color: #F26522; }

/* Superform */

.superform > div {
	width: 50%;
	margin: 24px 0;
	padding: 0 24px;
	float: left;
	}

.superform > div:last-child {
	width: 50%;
	float: right;
	border: none;
	border-left: 1px solid#ff511c;
	}

	.superform > div.single-col {
		width: 100%;
		float: none;
	}

.superform small,
.companyProfile_ofie small {
	display: block;
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #888;
	}

.superform p.status {
    display: none;
}

.superform label.error,
#basic-signup label.error {
	line-height: 1.2rem;
	margin: 0.5rem 0 0.75rem;
}

#basic-signup label.error {
	margin: 0;
	padding: .25rem .85rem;
	color: #fff;
	background-color: #f26522;
}

.superform label.error a,
#basic-signup label.error a {
	color: #C8323F !important;
	font-weight: bold;
}

#basic-signup label.error a {
	color: #fff !important;
}

.superform > p, .superform > ul {
	margin: .65rem 1.25rem;
}

.superform > p:last-child {
	margin-bottom: 1.5rem;
}

.superform > ul > li {
	margin-left: 1.25rem;
	display: block;
	background-image: none;
}

.superform > ul > li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -1.1rem;
	top: -2px;
	color: #f26522;
	font-size: 20px;
}

.superform > h1.company {
	color: rgba(255,255,255,0.55);
	font-size: 1.6em !important;
}

.superform > h1.company > b {
	color: #fff;
}

.stock-form .company input[type='submit'] {
	margin: 20px auto 10px;
}

.superform > div.company {
  border: none;
  margin: 14px 0;
}

#investor-modal {
	position: fixed !important;
	top: 5% !important;
	min-height: 300px;
	padding-bottom: 7px;
	margin-top: 0;
	z-index: 999999;
}

.close-investor-modal {
	position: absolute;
	top: -20px;
	right: 3px;
	font-size: 3.25em;
	color: #767676;
}

@media only screen and (min-width: 1050px) { /* DESKTOP ONLY */

	#investor-modal .mobile-scroller {
		max-height: 300px;
		overflow-y: scroll;
		margin-top: 3px
	}

}


@media screen and (max-width: 820px) {
	.superform > div, .superform > div:last-child { width: 100%; padding: 0 16px; margin: 8px 0 16px 0; border: none; float: none; }

}

@media only screen and (max-width: 1050px) {
	#investor-modal {
		overflow-y: auto;
		position: fixed !important;
		top: 50px !important;
		right: 16px;
		bottom: 8px;
		left: 8px;
	}
}

@media only screen and (max-width: 960px) {
	#investor-modal {
	}
}

@media only screen and (max-width: 640px) {
	#investor-modal {
	}
}



/* https://mequodagroup.basecamphq.com/projects/12574248-leadercast-gg/todo_items/197218999/comments */

	.reveal-modal-bg { position: fixed; }

	/* Firefox */
	@-moz-document url-prefix() {
		.reveal-modal, dialog { position:fixed; }
	}

	/* Internet Explorer 10+ */
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.reveal-modal, dialog { position:fixed; }
	}

.company-articles article {
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #747678;	
}

.company-articles h2 {
	font: normal bold 1.3rem "franklin-gothic-urw", Arial, sans-serif;
	color: #222;
}

.company-articles span.readmore {
	font: normal bold 0.75rem "franklin-gothic-urw", Arial, sans-serif;
	text-transform: uppercase;
}

.index-text-ad {
	overflow: auto;
	padding-bottom: 15px;
}

form#collector {
	display: block;
	position: fixed;
	top: 300px;
	right: -260px;
	width: 260px;
	padding: 15px;
	padding-left: 22px;
	padding-bottom: 11px;
	background-color: #eadab8;
	border: 2px solid #a17310;
	border-right: none;
	border-radius: 10px 0 0 10px;
	box-shadow: 8px 4px 10px rgba(0,0,0,0.3);
	z-index: 9999;
	}
@media only screen and (max-width : 768px) {
	form#collector {top: 150px;}

}
form#collector .button {
	border-radius: 8px;
	padding-top: .45rem;
	padding-bottom: .4rem;
	margin-bottom: .7rem;
	}

div#floater.reveal-modal {
	position: fixed;
	top: 100px !important;
	}

/* social icons right rail */
.rr .textwidget a.ssbp-btn {
        color: #fff;
        padding-left: auto;
        font-weight: 500;

    }
   .rr #sidebar aside ul.ssbp-list li {
      margin-left: 13.2px;
      border: none;
      background-color: #fff;
      padding:0;

    }
   .rr #sidebar aside ul.ssbp-list li:first-of-type {
      margin-left: 0;
    }
  .rr .ssbp--theme-1 .ssbp-each-share{
    line-height: 1;
  }
  
  form.superform.stock-form.ajax-auth input[type="submit"] {display:none;visibility:hidden;}
