/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 1.3
*/

@import url("../flatsome/css/foundation.css");

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/* =Theme customization starts here
-------------------------------------------------------------- */
::selection{ background-color: #627f9a; color: white; }
::-moz-selection{ background-color: #627f9a; color: white; }
::-webkit-selection{ background-color: #627f9a; color: white; }

body {
	/*color: #666666;*/
	color: #000;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

.white {
	color: #fff !important;
}

.clearfix {
	clear: both;
}

a:hover {
	color: #42756D;
}

a.externalLink:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 8px;
	margin-left: 2px;
    background: transparent url(data:image/gif;base64,R0lGODlhCAAIAIABAABmZv///yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=) no-repeat center;
}

/* a.externalLink:hover:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 8px;
    background: url(data:image/gif;base64,R0lGODlhCAAIAIAAAP///////yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=) no-repeat center;
} */

article section p:first-letter {
	color: #FF0000;
	font-weight: bold;
	font-size: 22px;
}

.trackrecord tbody tr td, .trackrecord tr td {
	text-align: center;
}

.notification.warning, .notification.warning strong {
    color: #505050;
	display: inline-table;
}

.error, .message {
	background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
    font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	padding: 13px 40px 13px 18px;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

.error strong {
	color: #de5959;
}

.message {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
}

#content {
	padding: 0;
}

#content ul,
#content ol {
	padding-left: 40px;
}

#main-content {
	min-height: 450px;
}

#header {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
}

#masthead {
	background: url('images/franklin-iposcoop.png') center right no-repeat;
}

#masthead.stuck {
	opacity: 1;
}

#logo a {
	padding-top: 0px !important;
}

#logo a img {
	max-height: 30px !important;
}

#masthead .left-links > ul {
	padding-top: 0px !important;
}

.tml_ajax_link a {
	color: #FFFF00 !important;
}

.page-wrapper { 
	padding: 30px 0 0px;
}

/* .menu ul > li > a {
	border: 0;
} */

#titlebar {
 background: #eeeeee url('images/creampaper.png') repeat-x 50% 50%;
 /* border-bottom: 1px dotted #333;*/
 box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
}

section.slider {
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
}

.ipo.featured-box {
	margin: 0 0 10px 0;
}

.ipo.featured-box p {
	text-align: justify;
	line-height: 20px;
	/*text-indent: 25px;*/
	font-size: 13px;
}

.ipo.latest-box h3 {
	font-size: 16px;
	line-height: 24px;
}

.ipo.latest-box p {
	margin: 0 0 5px;
	text-align: justify;
	clear: right;
	line-height: 24px;
	/*text-indent: 25px;*/
	font-size: 14px;
}

.ipo.latest-box .date {
	font-size: 11px;
	float: right;
	color: #8D8D8D;
}

.featured-desc {
	margin: 0 0 0 75px;
}

.info-swipe {
	display: none;
}

#aq-block-13-2 {
	margin-bottom: 10px;
}

table.ipolist {
	font-size: 0.9em;
}

table th.est-volume {
	width: 95px;
}

table th.exp-trade {
	width: 90px;
}

table.ipolist td,
table.ipolist th {
    padding: 4px 6px;
	vertical-align: middle;
	line-height: 1.5em;
	text-align: center;
}

table.ipolist,
table.trackrecord {
	text-align: center;
/*	color: #505050; */
}

table.homepage td {
	text-align: left;
}

table.ipolist thead tr th,
table.trackrecord thead tr th {
	background: #42756D;
	text-align: center;
	color: #fff;
}

table.ipolist tbody tr:hover td,
table.trackrecord tbody tr:hover td {
	border-bottom: 1px solid #FFB900;
}

table.ipolist tbody tr.even td,
table.trackrecord tbody tr.even td {
	background: #F7FDF9;
}

table.ipolist tbody tr td:nth-child(1),
table.ipolist tbody tr td:nth-child(3) {
	text-align: left;
	/*font-size: 0.9em;*/
}

table.ipolist tfoot tr td,
table.trackrecord tfoot tr td {
	font-weight: bold;
	border-top: 1px solid;
}

table.standard-table th {
	font-size: 13px;
}

div.disclaimer {
	padding: 10px;
}

div.disclaimer p {
	text-indent: 1em;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin: 0;
}

/* Menu */
ul.top-bar-nav .nav-dropdown {
    width: 175px;
    text-align: right;
}

ul.top-bar-nav .nav-dropdown li a {
	padding: 10px 10px 5px;
}

#logout_url {
	display:none !important;
}

#simplemodal-login-container form .submit input.simplemodal-close {
	margin-left: 5px;
}

#custom-login {
	display: none;
}

.login-btn a {
	cursor: pointer;
}

a.menu-trigger {
    font-size: 27px !important;
}

.search-trigger {
  font-size: 27px !important;
}

/* My account page */
#your-profile .form-table td {
	font-size: 14px;	
}

#your-profile .form-table input {
	min-width: 210px;
}

#pmpro_account .pmpro_box:first-child {
	border: 0;
}

#pmpro_account-links ul {
	margin: 0;
}

#pmpro_account-links ul li {
	margin: 0 0 10px;
	list-style: none;
}

/* Sidebar */

.widget .login ul {
	margin: 0;
}

.widget .login ul li {
	display: block;
}

#menu-sidebar-navigation li.category {
    padding: 10px 15px 3px 0;
}

#menu-sidebar-navigation li.category a {
	font-weight: bold;
	font-size: 15px;
	color: #1E73BE;
}
    
#menu-sidebar-navigation li.category:before {
	content: none;
}

#menu-sidebar-navigation li.category ul.sub-menu {
	border-top: 1px solid #f0f0f0
}

#menu-sidebar-navigation li.category ul.sub-menu li a {
	font-weight: inherit;
	font-size: 14px;
	color: #888;
	padding: 0;
	border: none;
}

#menu-sidebar-navigation li.current-menu-item a,
#menu-sidebar-navigation ul.sub-menu li.current_page_item a  {
	color: #1e73be !important;
}

/* Invoice page */

.invoice_container {
	margin: 0 0 10px;
}

#pmpro_account-invoices table.ipolist tbody tr td:nth-child(1),
#pmpro_account-invoices table.ipolist tbody tr td:nth-child(3),
.pmpro-levels table.ipolist tbody tr td:nth-child(1),
.pmpro-levels table.ipolist tbody tr td:nth-child(3),	
.pmpro-invoice table.ipolist tbody tr td:nth-child(1),
.pmpro-invoice table.ipolist tbody tr td:nth-child(3),
table.pmpro_invoice.ipolist tbody tr td:nth-child(1),
table.pmpro_invoice.ipolist tbody tr td:nth-child(3) {
    text-align: center;
}


/* IPO page */

table.ipo-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 15px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

table.ipo-table td {
	padding: 10px;
}

table.ipo-table td.first {
    width: 25%;
}

table.ipo-table tr.odd td {
    background: rgba(125,125,125,.1);
}

table.ipo-table tr:hover td {
    background-color: #DBDBDB;
}

table.ipo-table tr.heading td {
	text-align: center;
	background: #707070;
	color: white;
	font-size: 20px;
	line-height: 20px;
}

.MsoNormal, .MsoNoSpacing {
	text-align: justify;
}

/* Levels page */

.pmpro_checkout {
	width: 100%;
}

.pmpro_checkout thead th {
	text-align: left;
}

/* Checkout page */

form.pmpro_form label {
	width: 165px;
}

.pmpro_checkout .input,
.pmpro_checkout textarea,
.pmpro_checkout select {
	width: 35%;
	float: left;
}

form.pmpro_form .pmpro_submit {
	margin-left: 185px;
    overflow: hidden;
}

form.pmpro_form div {
	overflow: hidden;
}

#ExpirationMonth {
	width: 5%;
	margin-right: 5px;
}

#ExpirationYear {
	width: 6%;
}

/* Billing page */
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
	min-width: 210px;
}

.pmpro_btn-cancel {
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #6F6F6F;
    border-color: #6F6F6F;
    color: white;
}

.pmpro_btn-submit:hover,
.pmpro_btn-cancel:hover {
    background-color: #4E667B;
	color: #fff;
	box-shadow: none !important;
}

/* IPO Index page */

.letters,
.numbers {
	margin: 0 auto 20px;
}

.letters a,
.numbers a {
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #888888;
	text-align: center;
	line-height: 30px;
	background: none repeat scroll 0 0 #F2F2F2;
	border-radius: 3px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
	transition: all 0.1s ease-in-out 0s;
}

.letters a:hover,
.numbers a:hover,
.letters a.selected, .numbers a.selected {
	background: #627f9a;
	color: #fff;
}

ul.ipo-index {
	padding: 0 0 0 20px;
}

ul.ipo-index li {
	float: left;
    width: 33%;
}

ul.ipo-index li a:hover {
	color: #000;
}

ul.ipo-index li.error {
	width: 100%;
	float: none;
	margin: 0;
	list-style: none;
}

ul.ipo-index li.error:hover {
	background-color: #ffe9e9;
}

ul.ipo-index li.main-letter,
ul.ipo-index li.main-letter:hover {
    list-style: none;
	float: none;
	clear: both;
	padding: 10px 0;
	background: none;
}

/* Scroll to top */

#scrolltop { 
	width: 35px; 
	height: 36px; 
	position:fixed;
	bottom:50px;
	right:100px;
	left: auto !important;
	text-indent:-9999px;
	display:none;
	background: url('../Astrum/images/scrolltop.png') no-repeat; 
	-webkit-transition-duration: 0.4s; 
	-moz-transition-duration: 0.4s; transition-duration: 0.4s; 
}


/* Login page */
.login {
	margin: 0 auto;
	float: none;
}

#login-popup {
	display: none;
}

.login ul {
	list-style: none;
}

.login ul li:before {
	content: "";
}

.login ul.tml-action-links {
	padding-left: 0 !important;
}

#tml_ajax_content input[type="submit"] {
	padding: 10px 5px;
}

ul.tml-action-links li a{
    margin: 0 10px;
    line-height: 43px;
}

.ui-front {
    z-index: 10000;
}

.ui-widget-overlay {
	background: #505050;
	opacity: 0.7;
}

.ui-widget-content {
	padding-top: 10px;
	border: 1px solid #e5e5e5;
}

.ui-widget-header {
	background: none;
	border: 0;
}

.ui-dialog .ui-dialog-title {
	display: none;
}

#login-popup form input[type="text"],
#login-popup form input[type="password"] {
	width: 240px;
}

#login-popup .error {
	color: #FF0000;
    text-align: center;
}

#pass1-text {
	display: none;
}

/* Membership buttons (links) */

.navigation {
    margin: 10px 0;
    overflow: hidden;
}

#pmpro_account-profile a,
#pmpro_account-links a,
.pmpro-invoice .navigation a,
.navigation a,
.pmpro-billing .twelve a,
.pmpro-cancel a.pmpro_yeslink,
.pmpro-cancel a.pmpro_nolink,
.pmpro_content_message a,
a.yeslink,
a.nolink {
	background: #627f9a;
	color: #fff;
    padding: 0.75em 1.5em 0.8125em 1.5em;
	display: inline-block;
	border: 0;
	font-weight: 500;
	outline: none;
    font-size: 0.9em;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

a.pmpro_radio {
	color: #fff;
}

#pmpro_account-profile a:hover,
#pmpro_account-links a:hover,
.navigation a:hover,
.pmpro-billing .twelve a:hover,
.pmpro_checkout a:hover,
.pmpro_form a:hover,
a.yeslink:hover,
a.nolink:hover {
	background: #4E667B;
}

.pmpro_btn, .pmpro_content_message a, .pmpro_content_message a:link {
	text-shadow: none;
}

.pmpro_btn.pmpro_btn-submit {
	margin-right: 10px;
}

.cvv a, .cvv a:hover {
	background: none !important;
	color: #444 !important;
    padding: 0 !important;
}

.cvv-info {
	width: 19px;
	height: 27px;
	display: block;
	float: left;
	cursor: pointer;
	background: url('../Astrum/images/info-box.png') center center no-repeat;
}

.cvv-text {
	display: none;
	max-width: 450px;
	margin-left: -180px;
	position: absolute;
    top: 15%;
    left: 50%;
    overflow: auto;
	padding: 20px;
	background: #F7F7F7;
	color: #4D4D4D;
	text-align: justify;
	border: 1px solid #d1d1d1;
	z-index: 100;
}

.cvv-text h2 {
	font-size: 17px;
    line-height: 17px;
    text-align: left;
	font-weight: bold;
}

.cvv-text p {
	margin: 15px 0;
}

.cvv-text .close {
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
	background: url('../Astrum/images/remove.png') no-repeat;
}

.cvv-text .images {
	text-align: center;
}


.pmpro_asterisk {
	margin: 0 5px 0 3px;
	color: #ff0000;
	float: left;
}


/* Trackrecord */

.recordLegend {
	margin: 30px 0 0;
}

.recordLegend tr th {
	font-weight: bold;
	text-align: right;
}

.recordLegend tr td {
   padding: 0 0 0 20px;
}

.excel {
	margin: 20px auto 10px;
	text-align: center;
}

/* Archives page */

.archives .meta a {
	line-height: 45px;
}

.circle.small {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	background-color: #f2f2f2;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

.circle.small span {
	width: 45px;
    height: 45px;
    z-index: 4;
	display: block;
	border-radius: 50%;
	background-color: #f2f2f2;
}

.circle.small i {
	font-size: 18px;
	margin: 13px 0;
	left: 37%;
	float: left;
	color: #a0a0a0;
	z-index: 5;
	position: relative;
}

/* DataTables */
table.dataTable thead th,
table.dataTable thead td {
	padding: 0px 6px 10px !important;
}

.dataTables_wrapper .dataTables_length {
	float: none !important;
}

table.dataTable thead tr th.sorting_asc, 
table.dataTable thead tr th.sorting_desc, 
table.dataTable thead tr th.sorting_asc_disabled,
table.dataTable thead tr th.sorting_desc_disabled {
    background-color: #284E48 !important;
}

table.dataTable thead .sorting {
  	background: url("../flatsome/images/sort_both.png") #42756D no-repeat center 47px !important;
}

table.dataTable thead .sorting_asc {
	background: url("../flatsome/images/sort_asc.png") #42756D no-repeat center 47px !important;
}

table.dataTable thead .sorting_desc {
	background: url("../flatsome/images/sort_desc.png") #42756D no-repeat center 47px !important;
}

table.display thead th:active,
table.display thead td:active {
    outline: none;
}

.dataTable th {
    height: 60px;
    padding: 10px;
	line-height: 16px;
	cursor: pointer;
}

.dataTables_length label {
    display: inline;
}

.dataTables_length select {
	width: auto;
    float: left;
    margin: 0 10px 10px 0;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
}

.dataTables_paginate a {
    margin-left: 10px;
    cursor: pointer;
}

table.dataTable thead .sorting_disabled {
	padding: 0 6px !important;
	cursor: default;
}

table.dataTable th.return {
	min-width: 70px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	text-align: center;
  	border: 2px solid #627f9a !important;
 	padding: 4px 10px 4px !important;
 	-webkit-transition: background 200ms ease-out;
 	-moz-transition: background 200ms ease-out;
 	transition: background 200ms ease-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #627f9a !important;
  	color: #fff !important;
}

/* Google charts */

.google-visualization-table-table td {
	text-align: center;
}

/* Contact page */

.contact-form form b {
	color:  #ff0000;
}

/* Main admin top navigation bar */

#wpadminbar .menupop .ab-sub-wrapper {
	display: none !important;
}

.entry-content {
	margin: 0;
}

.homepage-calendar {
	margin: 15px 0 0;
}

.headline-through {
	font-size: 20px;
	background-color: #fff;
	padding-right: 10px;
	z-index: 5;
	position: relative;
	float: left;
}

.line-through {
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
	float: left;
	height: 1px;
	display: inline-block;
	margin: -22px 0 25px 0;
}

article.type-post, article.hentry {
	margin: 0;
}

.latest-desc h2 {
	margin: 0;
}

.person-icon{
	padding-left: 25px;
	background: url('../flatsome/images/person.png') no-repeat center left;
}

.address-icon{
	padding-left: 25px;
	background: url('../flatsome/images/address.png') no-repeat center left;
}

.phone-icon {
	padding-left: 25px;
	background: url('../flatsome/images/phone.png') no-repeat center left;
}

.email-icon {
	padding-left: 25px;
	background: url('../flatsome/images/email.png') no-repeat center left;
}

.footer-wrapper {
	clear: both;
	padding-top: 10px;
}

.footer-wrapper  .large-3.columns.widget.left.widget_text {
	width: 100%;
}

article.category-ipo-traffic table {
	margin: 0 auto;
}

article.category-ipo-buzz {
	margin: 0 20px 30px;
}

article.category-ipo-traffic {
	margin: 0 0 30px;
}

#titlebar  {
	margin: 20px 30px;
}

.paid-subscibers,
.payment-plans {
	min-height: 500px;
}

#pmpro_levels_table .pmpro_btn {
	margin: 5px;
}

.error404.not-found {
	min-height: 400px;
}

.navigation-paging .nav-previous,
.navigation-paging .nav-next {
	margin: 50px 0;
}

.post {
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #f0f0f0;
}

.post.ipo-archive {
	margin: 0;
	padding: 5px 0;
}

.post.ipo-archive .archive-date {
	font-size: 12px;
	color: #999;
}

.archive-read-more {
	float: right;
	margin: 0;
}

.wp-pagenavi {
	margin: 20px 0 10px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi .pages,
.wp-pagenavi .current {
	text-align: center;
	border: 2px solid #627f9a !important;
	padding: 4px 10px 4px !important;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.wp-pagenavi span {
	border: 0 !important;
	padding: 0 !important;
}

.wp-pagenavi a:hover {
	background-color: #627f9a;
	color: #fff;
}

.wp-pagenavi .current {
	background-color: #627f9a;
	color: #fff;
}

ul.header-nav li.active a.nav-top-link {
	color: #047E6D;
}

a.button:hover {
	background: #42756D;
}

.checkout-breadcrumb {
	display: none;
}

#aq-block-13-3,
#aq-block-13-4 {
	width: 50%;
}

.print-ipo {
	float: right;
}

.print-ipo a {
	margin: 0 0 5px;
}

/* Last week traffic */

.last-week-traffic table { margin: 0 auto; }

/* Traffic tables */
.last-week-traffic table,
.category-ipo-traffic table {
	width: 586pt;
  	border-collapse: collapse;
}

.last-week-traffic table tr td a, 
.category-ipo-traffic table tr td a {
	font-family: Arial, sans-serif;
  	color: blue;
  	font-weight: bold;
  	text-decoration: underline;
}

.last-week-traffic table tr:nth-child(odd),
.category-ipo-traffic table tr:nth-child(odd) {
  	border-bottom: blue;
  	border-left: blue;
  	background-color: #d9d9d9;
  	height: 12.75pt;
  	border-top: blue;
  	border-right: blue;
}

.last-week-traffic table tr:nth-child(even),
.last-week-traffic table tr:nth-child(even) > td
.category-ipo-traffic table tr:nth-child(even),
.category-ipo-traffic table tr:nth-child(even) > td {
  	background-color: #fff !important;
}

/* Media Queries -------------------------------------------------------------- */
@media only screen and (max-width: 831px) and (min-width: 769px){
	ul.top-bar-nav .nav-dropdown {
		width: auto;
	}
}

@media only screen and (max-width: 885px) and (min-width: 769px){
	ul.top-bar-nav li {
		padding: 10px;
		margin: 0;
	}
}

@media only screen and (max-width: 768px) {
	.hide-for-small {
		display: none !important;
	}
	
	li#menu-item-15792 {
		min-height: 480px;
	}
}

@media only screen and (max-width: 48em) {
	#masthead .mobile-menu {
		padding-top: 0;
	}
	
	#jPanelMenu-menu .top-bar-nav li {
		text-align: left;
	}

}

@media only screen and (max-width: 1200px) {

	#ipo-latest ul.rpwe-ul li {
       width: 310px !important;
    }
}

@media only screen and (max-width: 980px) {

	.responsive-table {
	   overflow-x: scroll;	
    }
    
    .hide-sm {
		display:none;
    }
	
}

@media only screen and (max-width: 960px) {
	.container .one-third {
		width: auto !important;
	}
	
}

@media only screen and (max-width: 900px) {
	ul.ipo-index li {
		width: 50%
	}
	
	.letters a, .numbers a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
		margin-bottom: 10px;
	}
	
	.letters span, .numbers span {
		display: block;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 600px) {

	#aq-block-13-3,
	#aq-block-13-4,
	.container,
	.container .twelve.columns,
	.container .twelve.alt.column {
		width: 100%;
	}

	table.trackrecord td, table.trackrecord th {
		padding: 2px 3px;
	}
	
 	.hide-sm {
		display: table-cell;
    }
	
	.info-swipe {
		height: 19px;
		display: block;
		margin: 2px;
		background: url('../Astrum/images/swipe.png') right center no-repeat;
	}
	
	ul.ipo-index li {
		width: 100%;
		padding: 5px;
		margin-bottom: 5px;
		background: #E7E7E7;
	}
	
}

@media print {
	* {
		font-size: 11px !important;
		margin: 0px !important;
		padding: 0px;
	}
	
	p {
		margin-bottom: 0;
	}
	
	a[href]:after {
    	content: "" !important;
	}
	
	.row {
		max-width: 100em;
	}
	
	.row.container {
		margin-bottom: 0 !important;
	}
	
	.hentry {
		margin: 0;
	}
	
	body.boxed #wrapper {
		width: 100%;
	}
	
	ul.header-nav li {
		margin-left: 10px !important;
	}
	
	.header-wrapper {
		height: 43px !important;
	}
	
	#masthead {
		height: 40px !important;
	}
	
	#masthead.stuck {
		position: relative;
	}
	
	h3.section-title {
		margin: 0;
	}
	
	h3.section-title span {
		padding: 0;
	}
	
	#titlebar {
		margin: 5px 0 0;
	}
	
	#top-bar,
	.mobile-menu {
		display: none !important;
	}
	
	table.ipo-table {
		margin: 0;
	}
	
	table.ipo-table td {
		padding: 5px;
	}
	
	tr.heading {
		font-weight: bold;
	}
	
	.footer {
		padding: 5px 0 0;
	}
	
	.footer-wrapper,
	.footer-wrapper .large-3.columns.widget.left.widget_text,
	.absolute-footer {
		padding: 0;
		margin: 0;
	}
	
}