@charset "UTF-8";
/* https://fnarena.com/wp-content/themes/fnarena/style.css?ver=5.5.3 */
/* Import rule from: https://fnarena.com/wp-content/themes/WP-FORGE/style.css */
/*
Theme Name: WP-Forge
Theme URI: http://themeawesome.com/responsive-wordpress-theme
Author: ThemeAwesome.com
Author URI: http://themeawesome.com/
Description: WP-Forge is A WordPress Foundation theme that combinds two powerful platforms: WordPress, the leading open source blogging tool and content management system and ZURB's Foundation, the most advanced responsive front-end framework in the world. Foundation comes packed with all kinds of goodies. You get cool things like tooltips, modal popups, a slider, pricing tables and a whole lot more. By combining WordPress and Foundation you get a theme that makes creating websites fun and exciting again!
Version: 5.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, black, white, one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, sticky-post, translation-ready, responsive-layout
Text Domain: wp-forge

This theme, like WordPress, is licensed under the GPL. I hope you utilize WP-Forge to learn something new, create something awesome, have fun and more importantly, I hope you share what you have learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Accessibility
 * 3.0 - Repeatable Patterns
 * 4.0 - Basic Structure
 * 5.0 - Main content and comment content
 * 6.0 - Archives
 * 7.0 - Single image attachment view
 * 8.0 - Post Formats
 * 9.0 - Page Links
 * 10.0 - Comments
 * 11.0 - Front Page Template
 * 12.0 - Widgets
 * 13.0 - Social Menu
 * 14.0 - Misc
 * 15.0 - Media Queries
 */

/**
 * 1.0 - Reset
 */
ins {
	background: #fff9c0;
	text-decoration: none;
	padding:0 0.1875rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.top-bar-section > .alert-box.secondary p {
	margin:0.5em 0;
}
.sticky {/* Style not used but left in case you want to style the sticky in some way */}

/**
 * 2.0 - Accessibility
 */
.says,
.assistive-text,
.screen-reader-text,
.site .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 0.0625rem;
}
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}
.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}
.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * 3.0 - Repeatable Patterns
 */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th,
.entry-content .tablesubheading {
	font-size: 0.6875rem;
	line-height: 2.181818182;
	font-weight:normal;
	text-transform: uppercase;
	color: #636363;
}
.widget-title {
	font-weight:normal;
	text-transform: uppercase;
	font-size:0.875rem	
}
select { /* Make sure select elements fit in widgets */
	cursor:pointer;
	max-width: 100%;
	padding:0.3em;
	border:1px solid #ccc;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.attachment-post-thumbnail {/* Centers post thumbnials */
    display:block;
    margin:0 auto 1.5rem;	
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% ; /* Override the Twitter embed fixed width */
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
figure {
	margin: 0 0 1rem;
}
figcaption, 
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
figcaption, 
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	border:0;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Post Navigation */
.nav-single {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:3.75rem;
}
#nav-below  {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:2rem;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
.site-content #image-navigation {
	margin:1.5rem 0;
}
#nav-above {
	padding: 1.5rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
#comment-nav-below.columns {
	margin: 0 0 1.5rem;
	padding: 0;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 3rem 0;
  	display: block;
  	position: relative;
  	clear: both;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 1.5rem;
}
.author-info {
  	border-bottom: 1px solid #ededed;
  	display: block;
	margin: 1.5rem 0;
	overflow: hidden;
	padding:20px 0;
	position: relative;
	float: left;
}
.author-description p {
	color: #757575;
	font-size: 0.875rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	display: block;
	float: none;
	margin: 0 0 3rem;
	border-bottom: 1px solid #ededed;
	padding:10px 0;
	position: relative;
}
.author.archive .author-avatar {
	margin-top: 0;
}
.author.archive .author-avatar img {
	margin-top: 0;
	border-radius:50%;
}
.author-avatar {
	margin-top: 1.5rem;
  	text-align: center;
}
.author-avatar img {
	border-radius:50%;
}
.author-description h3 {
    text-align: center;
}
.author-description h2 {
	margin-top:0;
}

/**
 * 4.0 - Basic Structure
 */
body {
	color: #444444;
	background-color: #e6e6e6;
	text-rendering: optimizeLegibility;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* main containers */
.header_container,
.nav_container,
.content_container,
.sidebar_container,
.footer_container {
	background-color: transparent;
	max-width: 100%;
	width: 100%;
}
.content_wrap {
	padding-top: 1.5rem;
}
#header {
	padding:1.5rem 0;
}
.header-logo, 
.header-info {
	display:block;
	float:left;
	max-width:100%;
}
h1.site-title, 
h2 .site-description {
	margin: 0
}
h1.site-title a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
}
h2.site-description {
	font-size: 1.6875rem;
	line-height:1.3;	
}
img.header-image {/* Remove fancy borders */
	border-radius: 0;
	box-shadow:none;
	margin-bottom: 1.5rem;
}
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 3rem;
}
.widget-area .widget ul {
	margin-left:2em;
}
.widget-area .widget h3 {
	margin-bottom: 5px;
}
.widget-area .widget p,
.widget-area .widget li {
	line-height: 1.846153846;
	font-size:0.875rem; /* equal to 14px */
}
.widget.widget_text {
	line-height: 1.846153846;
	font-size:0.875rem; /* equal to 14px */
}
.widget-area .widget p {
	margin-bottom: 1.5rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 1.5rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
footer[role="contentinfo"] {
	border-top: 4px double #ededed;
	clear: both;
	line-height: 2;
	padding: 1.5rem 0;
}
footer[role="contentinfo"].inline-list {
	margin-bottom: 1rem;
}
footer > .site-info {
	margin-bottom:0;
}
footer > .site-info.lft {
	text-align:left;
}
footer > .site-info.rt {
	text-align:right;
}
footer > .site-info.cntr {
	text-align:center;
}
.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.table ul.navcntr li {
	display: inline-block!important;
}
.footer_wrap p {
  margin-bottom:0;
}
.footer_wrap a {
	text-decoration:none;
}
.footer_wrap p, 
.footer_wrap a  {
	font-size: 1rem;
}
#secondary-sidebar {
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/**
 * 5.0 - Main content and comment content
 */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 1.5rem;
}
.entry-meta-header,
.entry-meta-categories {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.entry-meta-header .genericon,
.entry-meta-categories .genericon {
    line-height:1;
    font-size: 1rem;
}
h1.entry-title {
	line-height: 1.2;
	margin-bottom: 1rem;
}
.entry-header .entry-title a {
	text-decoration: none;
}
span.edit-link {
	font-size: 0.75rem;
	margin-left: 0.3125rem;
}
span.edit-link-none {
	font-size: 0.75rem;
	margin: 0;
}
span.edit-link .genericon {
	font-size: 1rem;
	line-height: 1;
}
.attachment span.edit-link {
  margin-left: 0.5rem;
}
article .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 0.875rem;
	line-height: 3.692307692;
	margin-bottom: 1.5rem;
	text-align: center;
}
.entry-content ul, .entry-content ol {
	margin-left:2.125rem;
}
.entry-content [class*="block-grid-"] {
    margin: 0 0.625em;
}
.entry-content ul.pricing-table {
	margin-left:0;
}
.entry-content .f-dropdown {
	margin-bottom:0;
	margin-left:0;
	list-style:none;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content pre,
.comment-content pre {
	background: #f9f9f9;
	color: #444;
	margin: 20px 0;
	overflow-x: auto;
	padding: 20px;
	line-height: 1.3rem;
	-ms-word-wrap:normal;
	word-wrap:normal;	
}
.entry-content pre code,
.comment-content pre code {
	font-weight: normal;
	display: block;
	line-height: 1.3rem;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 1.5rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 1.5rem 12px 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 1.5rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
img.alignnone {
	margin-bottom: 1.5rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 1.5rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 1.5rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	line-height: 2;
	margin: 0 0 1.5rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 1.5rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}
.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
	text-align: left;
}
article {
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	padding-bottom: 1.5rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
body.page article {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.error404 article {
	border-bottom:none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	padding: 1rem 0;
	color: #757575;
}
.entry-meta-tags {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
}
.entry-meta-categories_bottom {
    color: #757575;
    font-size: 0.75rem;
    line-height: normal;
    margin-bottom: 0.25rem;
}
.entry-meta-tags .genericon {
    font-size: 1rem;
    line-height:1;
}
footer .entry-meta-footer .the-cats {
    margin-bottom: 5px;
}
.single-author .entry-meta .by-author {
	display: none;
}
span.sticky-post, 
span.entry-date,
span.byline,
span.pfont,
.entry-format {
	margin-right:0.3125rem; /* 5px */
}

/**
 * 6.0 - Archives
 */
.archive-header,
.page-header {
	margin-bottom: 3rem;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/**
 * 7.0 - Single image attachment view
 */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/**
 * 8.0 - Post Formats
 */
article.format-aside h1 {
	margin-bottom: 1.5rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 1.5rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-image footer h1 {
	font-size: 0.875rem;
	line-height: 1.846153846;

	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
.pformat {
	float: left;
	font-size: 26px;
	margin-right:5px;
	color:#888;
}
article.format-link header {
	padding: 5px 10px;
	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 1.5rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 1.5rem 1.5rem 0;
	font-size: 15px;
	line-height: 1.6;
	color: #6a6a6a;
	background: #efefef;
}
.format-status .entry-header {
	margin-bottom: 2.813rem
}
.format-status .entry-header header {
	display: inline-block;
	margin-top: 1.5rem;	
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	border-radius: 50%;
}

/**
 * 9.0 - Page Links
 */
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 1px 7px;
	text-decoration: none;
	margin:0 5px;
}
.page-links a {
	padding: 1px 7px;
	text-decoration: none;
	background: #2ba6cb;
	color: #fff;
}
.page-links a:hover {
	background: #e6e6e6;
	color:#555;
}

/**
 * 10.0 - Comments
 */
#comments ol {
	list-style: none;
}
.comments-title {
	margin-bottom: 3rem;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 1.5rem 0;
}
.comments-area article header {
	margin: 0 0 3rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
	border-radius: 50%;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 80px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
	margin-top:8px;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	background-color: #444444;
	background-image: none;
	border-radius: 2px;
	box-shadow: none;	
	color: #ffffff;
	position: absolute;
	margin:3px 0 0 5px;
	padding: 1px 5px 1.5px;
	font-size: 10px;
}
.reply {
  margin-top: 1.5rem;
}
a.comment-reply-link,
a.comment-edit-link {
	text-decoration:none;
  font-size: 0.75rem;
  line-height: normal;
  margin-bottom: 1.5rem;
}
p.edit-link {
  margin-bottom: 0;
}
.reply span.genericon,
p.edit-link .genericon {
	font-size: 1rem;
  	line-height:1.5;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin:1rem 0;
	list-style:none;
}
#respond {
	margin-top: 3rem;
	max-width: 99%;
	width: 99%;
}
#respond h3#reply-title {
	font-size: 1.4375rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 1.5rem 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 1.5rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.714285714;
	width: 100%;
}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form input[type="url"] {
	width: 100%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 0.6875rem;
	color: #5e5e5e;
}
#respond .form-allowed-tags code {
	font-size: 0.68rem;
}
.required {
	color: red;
}
p.comment-notes {
	font-size: 0.75rem;
}
p.comment-form-author, p.comment-form-email {
	padding-left: 0;
}
p.comment-form-email {
	padding-right: 0;
}

/**
 * 11.0 - Front page template
 */
.front-image {
	float: right;
}
.front-content {
	float: left;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 1.5rem;
	border-top: 1px solid #ededed;
}

/**
 * 12.0 - Widgets
 */
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 1.5rem;
	text-align: right;
}
.widget_search label {
	display: block;
	line-height: 1.846153846;
	display:none;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/**
 * 13.0 - Social Menu
 */
.social_wrap {
	margin: 1.3rem 0 0;
 	padding: 0;
}
.social-navigation a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.social-navigation {
	position: relative;
}
.social-navigation ul:before,
.social-navigation ul:after {
	content: "";
	display: table;
}
.social-navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.social-navigation li {
	display: inline-block;
}
.social-navigation a {
	display: block;
	height: 1.5rem;
	position: relative;
	width: 1.8rem;
}
.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.social-navigation a[href$="/feed/"]:before {
	content: "\f413";}
.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";}
.social-navigation a[href*="digg.com"]:before {
	content: "\f221";}
.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";}
.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";}
.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";}
.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";}
.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";}
.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";}
.social-navigation a[href*="github.com"]:before {
	content: "\f200";}
.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";}
.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";}
.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";}
.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";}
.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";}
.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";}
.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";}
.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";}
.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";}
.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";}
.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";}
.social-navigation a[href*="mailto:"]:before {
	content: "\f410";}
.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";}
.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";}

/**
 * 14.0 - Misc
 */
 .top-bar-section .dropdown li.title h5 {
 	font-size: 0.85rem;
 }
.content_container hr {
	border-color: #ededed;
	margin: 0 0 1.5rem!important;
}
ul.off-canvas-list li, 
ul.off-canvas-list li li, 
ul.off-canvas-list li li li, 
ul.off-canvas-list li li li li,
ul.off-canvas-list li li li li li,
ul.off-canvas-list li li li li li li {
	list-style-type:none;
}
section.tab-bar-section.go-left{
	text-align:left;
}
section.tab-bar-section.go-right {
	text-align:right;
}
section.tab-bar-section.middle a {
	color:#fff;
	font-weight:normal;
}
.top-bar .name a {
	line-height: 45px;
	font-size: 0.8125rem; 
	font-weight: normal;
	color: white;
	display: block;
	padding: 0 15px; 
}
.top-bar .toggle-topbar a {
	font-weight:normal;
}
.orbit-bullets li {
	cursor:pointer;
	display:inline-block;
}
.orbit-container {
	margin-bottom:1.714em;
}
.orbit-container img.alignnone {
	margin-bottom: 0;
}
.entry-content > [data-magellan-expedition] {
	margin:0 0 1.714em;
}
.entry-content dl.sub-nav {
	margin:0;
}
#backtotop {
	position: fixed;
	right: 1rem;
	bottom:1rem;
	z-index: 99;
	cursor: pointer;
	display: none;
	font-size: 1.2rem;
	width:1.5rem;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	border-radius:10%;
	opacity: 0.5;
}
#backtotop span.genericon {
	line-height: 1.5;
	margin-left: 0.125rem;
}
#backtotop:hover {
	opacity: 1.0;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
ul.breadcrumbs,
ul.button-group {
	margin-left: 0!important;
}
button,
.button,
button.secondary, 
.button.secondary,
button.success, 
.button.success,
button.alert, 
.button.alert,
button.warning, 
.button.warning,
button.info, .button.info {
	border-color: transparent;
}
.keystroke, kbd, code {
	padding: 0.125rem 0.25rem 0.125rem;
	font-size: 0.875rem;
}
.tabs.vertical {
margin: 0 0 1.25rem!important; 
}
.nudge {
	margin-right: 0.5rem;
}
img#wpstats{
	display:none
}

/* Search button fix */
.postfix.button {
  padding: 0;
  font-size: 0.875rem;
}
button.tiny, .button.tiny {
  font-size: 0.875rem;
}
input[type=submit] {
	font-size: 0.875rem!important;
}
/* Gravity Forms button - Only applies if you use the Gravity Forms plugin */
.gf_browser_ie.gform_wrapper .gform_footer input.button {
	padding: 0.62rem 1.25rem 0.68rem!important;
}
.entry-content iframe.dianomi-parent-iframe{margin-bottom: 0}

/**
 * 15.0 - Media Queries
 */

// Small screens
@media only screen { /* Define mobile styles */
	p.site-title a {
		font-size:1.875rem;
	}
  	p.site-description {
    	font-size:1.5rem;
    }
	#wrapper {
		padding:0;
	}
	.site-header {
		padding-top:0.9375rem;
	}
  	.comment-count {
    	margin-top: 2rem;
    }
	footer > .site-info {
		text-align:center;
		font-size:0.75rem;
	}
	#backtotop {
		bottom:1rem;
		font-size:0.5625rem;
		color:rgb(0, 0, 0) ; opacity: 0.4;
	}
	#backtotop:hover {
		color: rgb(0, 0, 0) ; opacity: 1;
	}
	#wpadminbar {
		top: -2.875rem;
	}	
	section.tab-bar-section.middle a {
		color:#fff;
		font-weight:normal;
	}	
	p.comment-form-author, p.comment-form-email {
		padding-left: 0;
		padding-right: 0;
	}
	.author-avatar img {
	    margin-top: 8px;
	    border-radius: 50%;
	}
	header.entry-header h1 {
    	font-size: 1.6875rem;
    }
}

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */@font-face{font-display:swap;font-family:'helveBold';src:url(https://fnarena.com/wp-content/themes/fnarena/fonts/hlhc-webfont.woff2) format('woff2'),url(https://fnarena.com/wp-content/themes/fnarena/fonts/hlhc-webfont.woff) format('woff');font-weight:700;font-style:normal}@font-face{font-display:swap;font-family:'helveReg';src:url(https://fnarena.com/wp-content/themes/fnarena/fonts/hlmc-webfont.woff2) format('woff2'),url(https://fnarena.com/wp-content/themes/fnarena/fonts/hlmc-webfont.woff) format('woff');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'helveIta';src:url(https://fnarena.com/wp-content/themes/fnarena/fonts/hlmco-webfont.woff2) format('woff2'),url(https://fnarena.com/wp-content/themes/fnarena/fonts/hlmco-webfont.woff) format('woff');font-weight:400;font-style:italic}@font-face{font-display:swap;font-family:'helveLTbold';src:url(https://fnarena.com/wp-content/themes/fnarena/fonts/helvetica_lt_condensed_bold-webfont.woff2) format('woff2'),url(https://fnarena.com/wp-content/themes/fnarena/fonts/helvetica_lt_condensed_bold-webfont.woff) format('woff');font-weight:700;font-style:normal}@font-face{font-display:swap;font-family:'helveLTstdCN';src:url(https://fnarena.com/wp-content/themes/fnarena/fonts/helveticaneueltstd-cn-new-webfont.woff2) format('woff2'),url(https://fnarena.com/wp-content/themes/fnarena/fonts/helveticaneueltstd-cn-new-webfont.woff) format('woff');font-weight:400;font-style:normal}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{padding-left:10px!important;padding-right:10px!important}.entry-content .vc_row{margin-left:0;margin-right:0}.rows{margin:0 -10px!important}h1,h2,h3,h4,h5,h6{font-family:"helveLTbold";hyphens:none!important}h1{border-bottom:7px solid #ddd;color:#12417f!important;display:block;font-size:40px;line-height:48px;margin-bottom:15px;margin-top:0}h1.entry-title{border-bottom:7px solid #ddd;color:#12417f!important;display:block;font-size:40px;line-height:48px;margin-bottom:15px;margin-top:0}h2{color:#444444!important;border-bottom:7px solid #DDD;font-size:28px;line-height:42px;margin-bottom:15px}h3{font-size:20px;color:#12417f}h4{font-size:18px;color:#12417f}h5{font-size:18px}h6{font-size:16px;color:#12417f}#content a:hover>h1,#content a:hover>h2,#content a:hover>h3,#content a:hover>h4,#content a:hover>h5,#content a:hover>h6{color:#2098c7}h2.title{font-size:18px!important;border:0;color:#12417f!important;line-height:1.4}h2.title-30{font-size:30px!important;border:0;color:#12417f!important;line-height:1.4}h2.title-34{font-size:34px;color:#fff!important;line-height:1;border:0}h2.name{font-size:20px;color:#444!important;border:0;line-height:1.4}p{font-size:15px;font-family:'Open Sans',sans-serif;font-style:normal;font-weight:400;margin-bottom:10px;line-height:1.4!important;color:#000;hyphens:none!important}span{font-family:Arial,Helvetica,sans-serif}.inline{display:inline}.arrow{margin-left:5px;margin-right:5px;margin-bottom:3px}.link{text-decoration:underline}.column,.columns{padding-left:10px;padding-right:10px}.header-top{background:#000;color:#fff}.button{background:#1b9aca}.s10{font-size:10px!important}.s11{font-size:11px!important}.s12{font-size:12px!important}.s13{font-size:13px!important}.s14{font-size:14px!important}.s15{font-size:15px!important}.s16{font-size:16px!important}.s18{font-size:18px!important}.s20{font-size:20px!important}.s22{font-size:22px!important}.s24{font-size:24px!important}.s26{font-size:26px!important}.italic{font-style:italic}.helveReg{font-family:"helveReg"}.helveIta{font-family:"helveIta"}.helveBold{font-family:"helveBold"}.helveLTbold{font-family:"helveLTbold"}.helveLTstdCN{font-family:"helveLTstdCN"}.clearpad{padding-left:0px!important;padding-right:0px!important}.nohype{hyphens:none!important}.no-mar{margin:0px!important}.martop-0{margin-top:0px!important}.martop-2{margin-top:2px!important}.martop-3{margin-top:3px!important}.martop-5{margin-top:5px!important}.martop-6{margin-top:6px!important}.martop-8{margin-top:8px!important}.martop-10{margin-top:10px!important}.martop-15{margin-top:15px!important}.martop-20{margin-top:20px!important}.marbot-0{margin-bottom:0px!important}.marbot-2{margin-bottom:2px!important}.marbot-3{margin-bottom:3px!important}.marbot-5{margin-bottom:5px!important}.marbot-6{margin-bottom:6px!important}.marbot-8{margin-bottom:8px!important}.marbot-10{margin-bottom:10px!important}.marbot-15{margin-bottom:15px!important}.marbot-20{margin-bottom:20px!important}.marl-0{margin-left:0px!important}.marl-2{margin-left:2px!important}.marl-3{margin-left:3px!important}.marl-5{margin-left:5px!important}.marl-8{margin-left:8px!important}.marl-10{margin-left:10px!important}.marl-15{margin-left:15px!important}.marl-20{margin-left:20px!important}.marr-0{margin-right:0px!important}.marr-2{margin-right:2px!important}.marr-3{margin-right:3px!important}.marr-5{margin-right:5px!important}.marr-8{margin-right:8px!important}.marr-10{margin-right:10px!important}.marr-15{margin-right:15px!important}.marr-20{margin-right:20px!important}.bit-pad{padding-left:5px!important;padding-right:5px!important}.no-pad{padding:0px!important}.nopad{padding:0px!important}.padtop-0{padding-top:0px!important}.padtop-5{padding-top:5px!important}.padtop-7{padding-top:7px!important}.padtop-10{padding-top:10px!important}.padtop-15{padding-top:15px!important}.padtop-20{padding-top:20px!important}.padbot-0{padding-bottom:0px!important}.padbot-2{padding-bottom:2px!important}.padbot-5{padding-bottom:5px!important}.padbot-10{padding-bottom:10px!important}.padbot-15{padding-bottom:15px!important}.padbot-20{padding-bottom:20px!important}.padl-0{padding-left:0px!important}.padl-5{padding-left:5px!important}.padl-10{padding-left:10px!important}.padl-15{padding-left:15px!important}.padl-20{padding-left:20px!important}.padr-0{padding-right:0px!important}.padr-5{padding-right:5px!important}.padr-10{padding-right:10px!important}.padr-15{padding-right:15px!important}.padr-20{padding-right:20px!important}.border-top{border-top:7px solid #ddd!important}.border-top-10{border-top:10px solid #ddd!important}.border-bottom{border-bottom:7px solid #ddd!important}.border-bottom-10{border-bottom:10px solid #ddd!important}.nobordertop{border-top:none!important}.noborderbot{border-bottom:none!important}.header-top table{background:none;border:0;margin-bottom:0}.header-top td{padding-top:0;padding-bottom:0}.header-top .inputLogin{padding:2px 5px!important;border:0px!important;color:#000!important;height:27px}.header-top a{font-family:"helveReg";color:#FFF;text-decoration:underline}.header-top a:hover{color:#1B9ACA}.header-top p{font-family:"helveReg";color:#FFF}.header-top ul.steps{float:left;list-style-type:none;margin-left:0;margin-bottom:0;padding-top:13px;padding-right:20px}.header-top ul.steps li{float:left}#header-area{z-index:1100;background:#fff;transition:all 0.5s;box-shadow:2px 2px 5px #666}.header-left-side{margin-bottom:15px}.header-left-side img{width:224px;transition:all 0.25s ease-in-out}.header-right-side{padding-top:50px;padding-right:0;padding-bottom:30px}.sticky{position:fixed;top:0;width:100%}.sticky .header-left-side{margin-bottom:5px}.sticky .header-left-side img{width:150px}.sticky .header-right-side{padding-top:20px;padding-bottom:18px}.sticky .header-member{display:none}.sticky .member_details{margin-top:15px}.sticky+.content{padding-top:100px}.sticky+.content_container{margin-top:100px}.redH:hover{color:#C74B15!important;text-decoration:underline}.blueH:hover{color:#1B9ACA!important;text-decoration:underline}.greenH:hover{color:#739A03!important;text-decoration:underline}.redbg{background:#c00}.greenbg{background:#739A03}.nav_container{background:#303D48!important}#header{padding:1rem 0}.nopaddingbot{padding-bottom:0px!important}.nomarginbot{margin-bottom:0px!important}.bottoms{margin-bottom:15px}.top-bar{height:50px;line-height:50px}.top-bar .name{height:50px}.top-bar .name a{line-height:50px}.top-bar-section li:not(.has-form) a:not(.button){line-height:50px;padding:0 24px}.top-bar-section li.active:not(.has-form) a:not(.button){line-height:50px;padding:0 24px}.top-bar-section .menu-compact .has-dropdown{position:initial}.top-bar-section .has-dropdown>a::after{top:1.65rem}.top-bar-section ul.dropdown li:not(.has-form) a:not(.button){line-height:30px;padding:0 24px}.top-bar-section ul.dropdown li.active:not(.has-form) a:not(.button){line-height:30px;padding:0 24px}.top-bar-section ul.dropdown .has-dropdown>a::after{top:1.65rem}.top-bar-section ul li>a{padding-top:0;padding-bottom:0;font-family:"helveReg";font-size:16px}.top-bar-section .dropdown li a{padding-top:0;padding-bottom:0}.content_container hr{border-color:#ccc;border-style:solid;margin-top:10px!important;margin-bottom:10px!important}.content_wrap{padding-top:20px}.site-info{color:#FFF}.video-thumb img{margin-bottom:5px}.footer_container{background:#000;color:#FFF}footer[role="contentinfo"]{border-top:none!important}.footer_wrap{background-color:#000!important;color:#FFF!important}.latest-news-home .inner-area p,.broker-call-home .inner-area p{font-size:15px;font-family:'Open Sans',sans-serif;font-style:normal;font-weight:400}input[type="search"].input-search{margin-right:10px;margin-bottom:0;width:150px;height:26px;padding:4px;font-size:12px}.btn{cursor:pointer}.priceTable{margin-bottom:15px!important}ul.categ{float:left;list-style-type:none;margin-left:0;margin-bottom:0}ul.categ li{float:left}.categ{color:#2098c7!important}.categ:hover{color:#12417f}.categ:active{color:#12417f}.categ.selected{color:#12417f!important}.categseperator{color:#2098c7;font-size:13px}.first-financial{background-color:#ededed;padding:10px;margin-top:10px;border-top:8px solid #ddd}.first-market{background-color:#303d48;padding:10px;margin-top:10px;border-top:8px solid #ddd;color:#FFF}.point{margin-left:1px;margin-right:10px;margin-bottom:3px}select.select_portfolio{background-image:url(https://staging.fnarena.com/images/sector-dropdown.png);background-position:right 7px center;background-repeat:no-repeat;padding-right:32px}.tHeadColor>thead{background-color:#303c48}.tHeadColor>thead>tr>th{color:#fff}table.tHeadColor tr th,table.tHeadColor tr td{font-size:12px!important}.custom-table>thead>tr>th{background-color:#739A03;color:white!important;text-align:center}.custom-table>thead>tr:nth-child(2)>th{background-color:#303C48;color:white!important}table.custom-table tr th,table.custom-table tr td{font-size:12px!important}ul.tabs>li>a{display:block;background-color:#303c48;color:#222;font-family:'Open Sans',sans-serif;font-size:1rem;padding:1rem 2rem}ul.tabs>li>a:hover,.tabs dd>a:hover{background-color:#EAEAEA}ul.tabs>li.active>a,.tabs dd.active>a{background-color:#EAEAEA;color:#222}ul.tabs>li>a,.tabs dd>a{background-color:#b3b3b3;padding:0 61px 0 65px}ul.tabs>li>a:hover,.tabs dd>a:hover{background-color:#303c48}ul.tabs>li.active>a,.tabs dd.active>a{background-color:#303c48;color:#222}input[type="submit"]{font-size:0.8rem!important}.pTabel{border-collapse:collapse}.pTabel>tr:nth-of-type(2n+1){background:#eee none repeat scroll 0 0}.pTabel>th{background:#333 none repeat scroll 0 0;color:#fff;font-weight:700}.pTabel>td,th{border-left:1px solid #fff;border-top:1px solid #fff;padding:6px;text-align:left}@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){.pTabel>table,.pTabel>thead,.pTabel>tbody,.pTabel>th,.pTabel>td,.pTabel>tr{display:block}.pTabel>thead tr{left:-9999px;position:absolute;top:-9999px}.pTabel>tr{border:1px solid #ccc}.pTabel>td{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:-moz-use-text-color -moz-use-text-color #eee;border-image:none;border-style:none none solid;border-width:medium medium 1px;padding-left:50%;position:relative}.pTabel>td::before{left:6px;padding-right:10px;position:absolute;top:6px;white-space:nowrap;width:45%}.pTabel>td:nth-of-type(1)::before{content:"BROKER"}.pTabel>td:nth-of-type(2)::before{content:"DATE"}.pTabel>td:nth-of-type(3)::before{content:"RATING"}.pTabel>td:nth-of-type(4)::before{content:"TARGET PRICE"}.pTabel>td:nth-of-type(5)::before{content:"% TO REACH TARGET"}}@media only screen and (min-device-width:320px) and (max-device-width:480px){body{margin:0;padding:0;width:100%}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){body{width:100%}}.tHeadColor>tfoot{background:#303c48!important}.black{color:black!important}.red{color:#AA0000!important}.white{color:white!important}.gray{color:gray!important}.darkblue{color:#12417f!important}.no-space{white-space:nowrap}.icon-menu{display:inline-block!important;padding-bottom:3px;padding-right:4px}.icon-text{font-size:12px!important;display:inline-block!important;line-height:48px!important}.top-icon-menu{list-style-type:none}.top-icon-menu>li{float:left;padding:0 18px;border-right:1px solid #fff}::-webkit-input-placeholder{font-size:12px}:-moz-placeholder{font-size:12px}::-moz-placeholder{font-size:12px}:-ms-input-placeholder{font-size:12px}.inputLogin{font-size:12px}.three-point{padding-top:15px;padding-bottom:15px}.login-form{padding-top:15px;padding-bottom:15px}.login-label{padding-top:8px}@media only screen and (max-width:1024px){.three-point{padding-top:7px;padding-bottom:5px;border-top:1px solid #474747;border-bottom:1px solid #474747}.login-form{padding-top:5px;padding-bottom:5px}.last-login-div{margin-bottom:10px}}.menu-desktop{display:block}.menu-mobile{display:none}@media only screen and (max-width:1024px){.menu-desktop{display:none}.menu-mobile{display:block}}.stock-search{height:32px!important;border-left:1px soloid #ccc;border-top:1px soloid #ccc;border-bottom:1px soloid #ccc;border-right:none!important}.btn-magnifier{border-radius:0px!important;background:url(/wp-content/themes/fnarena/images/btn-magnifier.jpg);width:33px;height:32px}.cursor{cursor:pointer}.nowrap{white-space:nowrap}#marketindex>ul.tabs,.graph-area>ul.tabs,.financial-news-area>ul.tabs{margin-left:0}#marketindex>ul.tabs>li.tab-title>a,.graph-area>ul.tabs>li.tab-title>a{height:33px!important;padding:4px 12px;font-size:13px;background:#fff;border-top:2px solid transparent;border-bottom:2px solid #007EA8;color:#999999!important}#marketindex>ul.tabs>li.tab-title>a:hover,.graph-area>ul.tabs>li.tab-title>a:hover{background:#fff;color:#007EA8!important}#marketindex>ul.tabs>li.tab-title.active>a,.graph-area>ul.tabs>li.tab-title.active>a{height:33px!important;background:#fff;border:2px solid #007EA8;border-bottom:none;color:#007EA8!important}.graph-area>ul.tabs>li.tab-title>a{background:#EEE;border:1px solid #dbdbdb}.graph-area>ul.tabs>li.tab-title.active>a{background:#FFF;border:1px solid #dbdbdb;border-bottom:none}.graph-area>div.tabs-content>div.content{border:1px solid #dbdbdb}.first-art>p{margin-bottom:5px!important}.financial-news-area p{font-size:14px}.financial-news-area hr{margin-bottom:10px!important}.financial-news-area>ul.tabs>li.tab-title{width:50%}.financial-news-area>ul.tabs>li.tab-title>a{font-family:"helveLTbold"!important;color:#999999!important;height:44px!important;font-size:18px;padding:4px 12px;padding-top:8px;border-top:2px solid transparent;border-bottom:2px solid #dbdbdb;background:#fff}.financial-news-area>ul.tabs>li.tab-title.active>a{padding-top:6px;color:#3ea9d3!important;border-top:5px solid #3ea9d3;border-bottom:none;border-left:2px solid #ddd;border-right:2px solid #ddd}.accordion .accordion-navigation>a,.accordion .accordion-navigation>a:hover,.accordion dd>a,.accordion dd>a:hover{padding:10px;font-size:14px;background:#303D48;color:#FFF!important;font-weight:bold!important}.accordion .accordion-navigation.active>a,.accordion dd.active>a{background:#303D48;color:#FFF!important;font-weight:bold!important}.accordion-navigation>a:after{content:url(/wp-content/themes/fnarena/images/btn_open.jpg);padding-left:5px;float:right;font-size:20px}.accordion-navigation.active>a:after{content:url(/wp-content/themes/fnarena/images/btn_close.jpg)}.eachrow{background:#EDEDED;padding:2px 0}.eachrow:hover{background:#FFF}.eachrow.selected{background:#FFF}.priceup{color:#7d9606}.pricedown{color:#b20c3c}hr.daily-fnnews-hr{border-color:#ebebeb;margin-top:15px!important;margin-bottom:15px!important}.daily-fnnews-link{padding-left:5px!important;padding-right:3px!important}.daily-fnnews-columns{border-left:1px solid #ebebeb}.daily-fnnews-columns-right{border-right:1px solid #ebebeb}@media only screen and (max-width:1024px){.daily-fnnews-link{padding-left:0px!important;padding-right:0px!important}.daily-fnnews-columns{border-left:none}.daily-fnnews-date{padding-left:0px!important}}.daily-market-columns{border-left:1px solid #ebebeb;padding-left:5px!important}@media only screen and (max-width:1024px){.daily-market-columns{border-left:none;padding-left:0px!important}}.border-left{border-left:1px solid #ebebeb}@media only screen and (max-width:1024px){.border-left{border-left:none}}.apss-single-icon a{float:right!important}.addtoany_list{float:right!important}.home-weather{border:none}.home-weather>thead>tr>th{font-weight:700;background:#eee;border:none}.home-weather>tbody>tr>td{border:none;font-size:12px}.home-weather>tbody>tr>td>a{font-weight:700}table.home-weather tr.even,table.home-weather tr.alt,table.home-weather tr:nth-of-type(2n){background:#e7f6fc none repeat scroll 0 0}.comp-name{font-size:14px;color:gray}article{border-bottom:0}article .entry-content table.original tr.even,table.original tr.alt,table.original tr:nth-of-type(even){background:initial}.TwitterHead{display:inline-block}.widget-title{display:none!important}.TwitterContent{width:100%;overflow:auto;max-height:245px}.TwitterContent>div{padding-left:0;padding-right:5px}.tweets_avatar{box-shadow:none!important;margin-bottom:3px!important;border-radius:0px!important;padding:8px 8px 0!important;text-align:left;border-color:#DDDDDD!important;border-style:solid;border-width:1px}.tweet_data{float:left;font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;hyphens:none;word-break:normal}.times>em>a{font-size:12px;font-style:normal;font-family:arial!important}.entry-header{margin-bottom:0px!important}.backgroundPs{background-color:#454545!important}.textColorWhite{color:#FFFFFF!important}.BorderColor thead{background:#DCDCDC}.BorderColor thead tr td{padding-top:12px;padding-bottom:12px}.overflowx{overflow-x:auto}.overflowy{overflow-y:auto}.backgroundPsShortReport{background-color:#d5d5bf!important}.widthTables{width:100%!important;margin-bottom:0}.FootTables{padding-top:5px!important;padding-bottom:0px!important;background-color:#303c48;display:table-cell!important}.tHeadColor>thead{background-color:#303c48}.tHeadColor>thead>tr>td{color:#fff}.short-report>ul.tabs{border-bottom:4px solid #5A98AF!important}.short-report>ul.tabs>li{width:25%}.short-report>ul.tabs>li>a{font-family:'Open Sans',sans-serif;font-size:16px;display:block;background-color:#7F868C;color:#fff!important;padding:12px 20px;border-right:2px solid #fff;border-bottom:2px solid #fff}.short-report>ul.tabs>li>a:hover{background-color:#5A98AF}.short-report>ul.tabs>li.active>a{background-color:#5A98AF;border-left:none;border-bottom:2px solid #5A98AF}table#TOP20LARGESHORT th,#TOP20LARGESHORT_wrapper table thead th,table#TOP20LARGESHORT th,#TOP20LARGESHORT_wrapper table thead th,table#WEEKLYCOMPARISON th,#WEEKLYCOMPARISON_wrapper table thead th,table#TOP20WEEKLYCOMPARISON th,#TOP20WEEKLYCOMPARISON_wrapper table thead th,table#DATAINALPHABET th,#DATAINALPHABET_wrapper table thead th{color:#FFF;background-color:#303C48}table#TOP20WEEKLYCOMPARISON tbody tr td.group{background:#D1CFD0}table.data_table th{color:#FFF;background-color:#303C48}@media only screen and (max-width:1024px){.short-report>ul.tabs{border:none!important}.short-report>ul.tabs>li{width:100%}.short-report>ul.tabs>li>a{font-size:14px;padding:10px 20px;border:none;border-bottom:1px solid #fff}.short-report>ul.tabs>li.active>a{border:none;border-bottom:1px solid #fff}}table.dataTable thead th{border-left:1px solid #fff;border-top:1px solid #fff;font-size:11px;line-height:1.8}table.dataTable tbody tr td{font-size:12px}.fnarena-team-area p{font-size:13px}.market-angle article{hyphens:none!important}table.angle{background:none}table.angle tr{background:none}table.angle td{border:0}.box-angle{cursor:pointer;position:relative;z-index:1;width:250px;height:200px;border:10px solid #dcdcdc;padding-left:15px!important;padding-right:15px!important}.out-layer:hover{position:relative;z-index:99;width:250px;background:#e9e9e9}.magnifier{position:absolute;top:10px;right:10px;display:none}.out-layer:hover .magnifier{display:block}.minHeight{min-height:405px}.prevCalendar p{color:#aaaaaa!important}.prevCalendar a{color:#aaaaaa!important}.todays{background:#E7F6FC!important}.fnarena-tagline{background:#DDD}.fnarena-tagline h1{color:#444444!important;margin:0;padding:10px 5px;font-size:16px!important;border:0;color:#444444!important;line-height:1.4}.fnarena-tagline h6{color:#444;margin:0;padding:10px 5px}@media only screen and (max-device-width:480px){.brokercall-title{float:right!important;text-align:right!important;padding-right:0px!important}.brokercall-date{float:left!important;text-align:left!important;padding-left:0px!important}}#ctf .ctf-item{padding:0 5px 8px 0!important}#ctf.ctf-narrow .ctf-tweet-content{padding-left:4px!important}div.dataTables_wrapper div.dataTables_info{padding-left:5px;font-size:14px}.paginate_button>a{background-color:transparent!important}.dataTables_paginate>ul.pagination{margin-left:0}.dataTables_wrapper .dataTables_paginate .paginate_button{padding:4px 10px!important}#content ul.pagination li a,#content ul.pagination li button{color:#2d2d2f!important}#content ul.pagination li a:hover,#content ul.pagination li a:focus,#content ul.pagination li button{color:#999999!important}#content ul.pagination>li:hover>a{color:#999999!important}.rowsDatatable{margin:0px!important}.tableflow{margin-top:0px!important;margin-bottom:0px!important;border-collapse:unset!important;border:0px!important}.loss{color:#F30}.gain{color:#093}.bold{font-weight:700}.unread-massage{border-radius:50%;behavior:url(/wp-content/themes/fnarena/PIE.htc);width:18px;height:18px;background:red;color:#fff;text-align:center;position:absolute;top:6%;left:30%;font-size:10px;font-weight:700;border:2px solid #fff;line-height:1.4}.unread-massage-mobile{border-radius:50%;behavior:url(/wp-content/themes/fnarena/PIE.htc);width:12px;height:12px;background:red;color:#fff;text-align:center;position:absolute;top:10%;left:55%;font-size:8px;font-weight:700}.three-point>h6{white-space:nowrap;font-size:15px}@media only screen and (max-width :768px){.three-point>h6{font-size:14px}}button.homesubscribe{width:105px;height:38px;margin:10px 0 0 10px;padding:0;border:1px solid #FFF;background-color:#000;color:#FFF;cursor:pointer}button.homesubscribe:hover{background-color:#739A03}button.homelogin{width:105px;height:38px;margin:10px 0 0 10px;padding:0;border:1px solid #FFF;background-color:#000;color:#FFF;cursor:pointer}button.homelogin:hover{background-color:#739A03}.borderhr{border-color:#ebebeb;margin-top:0px!important;margin-bottom:15px!important}a[href]:after{content:normal}abbr[title]:after{content:normal}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:normal}.whitetext a{color:#FFFFFF!important}.sloganarea{margin-top:30px;font-size:24px;font-family:"helveLTbold";color:#777}#hidden_logo{display:none}.vc_column-inner{padding-left:0px!important;padding-right:0px!important}#post-67242 .vc_column-inner{padding-left:15px!important;padding-right:15px!important}.page-clear .vc_column-inner{padding-left:15px!important;padding-right:15px!important}.page-blank .wpb_wrapper>.vc_row>.wpb_column>.vc_column-inner{padding-left:0!important;padding-right:0!important}div.financial-news-area+div,div.endof-daily+div,div.endof-weekly+div,div.home-dailynews+div,div.home-rudiviews+div{margin-bottom:0}div.endof-talks+div{margin-bottom:0;height:0px!important}.fnarena-banner-two iframe{margin-bottom:0}.calendar-disclaimer-article{text-align:justify;font-size:13px;color:#000;line-height:1.4!important;margin-top:10px}.home-left-side{padding-left:0px!important;padding-right:0px!important}ul.stockanalysis>li.ui-menu-item{padding-left:8px!important}.testibox{margin-top:30px}@media only screen and (max-width :768px){.testibox{margin-top:0}}@media only screen and (max-width :425px){.marketsummarytable{width:100%!important}}.marketsummarytable tr td+td,.marketsummarytable tr td+td+td,.marketsummarytable tr td+td+td+td{white-space:nowrap}.menuhighlight,.menuhighlight a{background:#739A03;background-color:#739A03}li#menu-item-72705 a,li#menu-item-72706 a,li#menu-item-119746 a,li#menu-item-119746 a{background:#739A03;background-color:#739A03}@media only screen and (min-width:1100px){.top-bar-section .menu-compact{display:none}}@media only screen and (max-width:1099px){.top-bar-section .menu-complete{display:none}.top-bar-section .menu-compact{display:inline}}@media only screen and (max-width:715px){.top-bar-section li:not(.has-form) a:not(.button){padding:0 13px}}@media only screen{.single-page .small-3,.search-page>.small-3{width:28%}.single-page .small-9,.search-page>.small-9{width:72%}}@media only screen and (min-width:40.0625em){.single-page .medium-3,.search-page>.medium-3{width:28%}.single-page .medium-9,.search-page>.medium-9{width:72%}}@media only screen and (min-width:64.0625em){.single-page .large-3,.search-page>.large-3{width:28%}.single-page .large-9,.search-page>.large-9{width:72%}}@media (min-width:768px){.pages .vc_col-sm-9{width:72%}.pages .vc_col-sm-3{width:28%}}@media (min-width:992px){.pages .vc_col-md-9{width:72%}.pages .vc_col-md-3{width:28%}}@media (min-width:1200px){.pages .vc_col-lg-9{width:72%}.pages .vc_col-lg-3{width:28%}}@media only screen and (max-width:600px){.center-on-mobile{text-align:center}.fullwidth-on-mobile{width:100%}}img.lazy{background-image:url(/wp-content/themes/fnarena/images/ajax-loader.gif);background-repeat:no-repeat;background-position:50% 50%}.position_absolute{position:absolute}.top_0{top:0}.bottom_0{bottom:0}.left_0{left:0}.right_0{right:0}.button_loading{display:block;padding:.625rem 0 .6875rem 0}.loading-overlay>.fa{color:#000;left:50%;margin-left:-15px;margin-top:-15px;position:absolute;top:50%}.loading-overlay:before{background:rgba(0,0,0,.3) none repeat scroll 0 0;content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:3}.fb_login_wrapper{background-color:#4267b2;border-radius:4px;display:inline-block;padding:7px}.fb_login_wrapper i.fa-facebook-f{background:#fff;border-radius:2px;color:#4267b2;font-size:16px;padding-left:7px;padding-top:3px;padding-right:3px;vertical-align:text-bottom}#content a.fb_login_wrapper,.header-top a.fb_login_wrapper{color:#fff;text-decoration:none}#content a.fb_login_wrapper:hover,.header-top a.fb_login_wrapper:hover{color:#fff;text-decoration:none}.fb_login_wrapper .fb_text{padding-left:3px}.center_image_nav{left:50%;margin-left:-54px}.bg-green{background-color:#0e504f}.bg-cream{background-color:#f8f0e9}.bg-red{background-color:#b72132}.bg-white{background-color:#fff}.white-text{color:#fff!important}.cream-text{color:#f8f0e9!important}.green-text{color:#1f4c48!important}.black-text{color:#000!important}.golden-text{color:#d2a34e!important}.green-color{color:#093}.red-color{color:#c00}.no-border{border:none}.red-button>a{color:#fff!important;background-color:#b72132!important}.white-button>a{color:#b72132!important;background-color:#fff!important}.quote-title{font-weight:600;font-size:14px}.quote-content{text-align:center;line-height:24px!important;font-size:15px}.santa-btn.vc_btn3.vc_btn3-size-lg{padding-left:40px;padding-right:40px}.santa-btn>a{border-radius:15px;font-weight:600}.wpb_video_widget.video-height-400px div.wpb_video_wrapper{max-height:400px}.flex-video.widescreen{padding-bottom:0}.flex-video.widescreen{padding-bottom:56.34%!important}.heateor_sss_sharing_title{color:#000}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{margin:5px!important}.top-section .vc_column-inner{padding:25px 0}@media only screen and (max-device-width:480px){.top-section .vc_column-inner{padding:10px 0!important}}ol.list,ul.list{margin-left:1.4rem}ol.list li,ul.list li{font-size:13px;font-family:'Open Sans',sans-serif;line-height:1.4;color:#000;margin-bottom:8px}.content_container .entry-content.is-single blockquote{padding:5px 20px;font-size:13px}.lds-dual-ring{display:inline-block;width:80px;height:80px}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid #ad0b32;border-color:#ad0b32 transparent #ad0b32 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media only screen and (max-width:640px){.text-right.left-on-mobile{text-align:left!important}}.dianomi_context iframe{min-height:450px}#ctf.ctf-narrow .ctf-author-box{margin-top:10px!important;min-height:32px;margin-bottom:2px!important;padding-left:35px;float:left;clear:both;font-size:14px}.ctf-tweet-items{padding:10px}.ctf-super-narrow{border-top:2px solid #eee;padding-top:30px;margin-top:30px}.fnarena-talks .flex-video iframe{position:absolute!important}