/*
Theme Name: Robotics Business Review
Theme URI: http://roboticsbusinessreview.com
Description: This is a custom Genesis child theme developed for RBR.
Author: E-Moxie
Author URI: http://www.emoxie.com/
Template: genesis
Template Version: 2.2.2
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #333
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    /*margin-left: 50px;*/

}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
.mm-update-button,
textarea:focus,
.button,
.gallery img {
    /*-webkit-transition: all 0.1s ease-in-out;*/
    /*-moz-transition:    all 0.1s ease-in-out;*/
    /*-ms-transition:     all 0.1s ease-in-out;*/
    /*-o-transition:      all 0.1s ease-in-out;*/
    /*transition:         all 0.1s ease-in-out;*/
}

a {
    color: #f37021;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 28px;
    font-size: 2.8rem;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #ccc;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-weight: 300;
}

[placeholder]::-webkit-input-placeholder {
    color: #333 !important;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

[placeholder]:focus::-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

[placeholder]:focus::-mozilla-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.mm-update-button {
    background-color: #f37021;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    width: auto;
}

.button.small {
    font-size: 12px;
    padding: 4px 6px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.mm-update-button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.mm-update-button:focus {
    background-color: #c55c1d;
    color: #fff;
}

a.button {
    display: inline-block !important;
    background-color: #f37021;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    line-height: 20px;
}

.home-button {
    width: 100%;
    margin: -40px 0 40px 0 !important;
    padding: 20px 10px 0 10px
}

.home-button a {
    width: 100% !important;
    background-color: #DDD !important;
    color: #777 !important;
    border-color: #CCC !important;
}

.home-button a:hover {
    background-color: #CCC !important;
    color: #666 !important;
    border-color: #BBB !important;
}

/*.home-heads a, .home-heads a:visited {*/
    /*color: #f37021!important;*/
/*}*/

.home-heads a:hover,
.vc_gitem-post-data a:hover {
color: #f37021!important;
}




.small-home {
    font-size: 90%;
    margin: -18px 0 0 0 !important;
    min-height: 70px;
}

.small-home-link {
    font-size: 90%;
    line-height: 120%;
    margin: 6px 0 -6px 0;
    text-align: left;
}

.small-home-link a, .small-home-link a:visited {
    text-decoration: none;
}

.small-home-link a:hover {
    color: #f37021;
    text-decoration: underline;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #f37021;
    color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
    background-color: #fff;
    color: #333;
}

.button {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
    width: 242px;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar .content {
    padding: 10px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
    overflow: hidden;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: -4px;
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    /*padding: 40px;*/
}

.archive-description {
    /*background-color: transparent;*/
    padding: 0;

}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
    margin-top: 0px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.entry-title,
.archive-title {
    font-size: 28px;
    font-size: 2.8rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #f37021;
}

.widget-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;

}

.footer-widgets .widget-title {
    color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    /*border-bottom: 2px solid #f5f5f5;*/
    margin-bottom: 0px;
    padding: 0 0 24px;
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

.simple-social-icons ul li {
    margin: 10px 0 10px 10px !important;
}

.no-border.gallery img.sponsor-logo-no-border, .no-border.gallery img.sponsor-logo-no-border:hover, .no-border.gallery img.sponsor-logo-no-border:focus {
    border: 0 !important;
}

.no-border.gallery img, .no-border.gallery img:focus, .no-border.gallery img:hover, .no-border.gallery img:visited {
    border: 0 !important;
}

.vc_custom_1461354345698 .vc_figure {
    -webkit-box-shadow: 5px 4px 6px -1px rgba(153, 152, 158, 1);
    -moz-box-shadow: 5px 4px 6px -1px rgba(153, 152, 158, 1);
    box-shadow: 5px 4px 6px -1px rgba(153, 152, 158, 1);
}

.leaderboard {margin: -10px 0 0 0;}
.contextual {float:right; padding:0 0 0 30px; background-color:#FFF; margin-top:-8px; border-left:1px solid #DEDEDE; height:60px;}
.contextual img {margin-top:-4px;}
article {clear:right !important;}
.content-sidebar .content {padding:0px;}
.wpb_wrapper h2 {margin:-18px 0 8px 0;}

.vc_custom_1461354345698 p {
    line-height: 140%;
    margin-bottom: 24px;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    background-color: #f37021;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    min-height: 123px;
}

.site-header .wrap {
    padding: 10px;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    width: 360px;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

.header-image .site-title > a {
    background: url(images/rbr-logo-160.png) no-repeat left;
    float: left;
    min-height: 90px;
    width: 160px;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    font-weight: 300;
    padding: 15px 10px;
}

.submenu a {
    font-weight: 400;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #f37021;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    /*-webkit-transition: opacity .4s ease-in-out;*/
    /*-moz-transition:    opacity .4s ease-in-out;*/
    /*-ms-transition:     opacity .4s ease-in-out;*/
    /*-o-transition:      opacity .4s ease-in-out;*/
    /*transition:         opacity .4s ease-in-out;*/
    width: 200px;
    z-index: 9999;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
}

.genesis-nav-menu > .search {
    padding: 10px 0 0;
}

.last-menu-item {
    float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary .genesis-nav-menu a {
    color: #ccc;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #ccc;
    text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #f37021;
    text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    /*padding: 40px 60px;*/
    padding: 0px;
    padding-bottom: 20px;
}

.content .entry {
    background-color: #fff;
    position: relative;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

a.post-call-to-action {
    display: inline-block;
    background-color: #f37021;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    line-height: 20px;
    margin-top: 10px;
}

a.post-call-to-action:hover {
    background-color: #000;
}

body.single-post a.post-call-to-action,
body.single-rbr_podcast a.post-call-to-action,
body.single-rbr_webcast a.post-call-to-action,
body.single-rbr_download a.post-call-to-action,
body.single-rbr_companies a.post-call-to-action,
body.single-rbr_group a.post-call-to-action,
body.post-type-archive-rbr_companies a.post-call-to-action,
body.post-type-archive-rbr_group a.post-call-to-action,
article.page a.post-call-to-action {
    display: none;
}

body.search-results article.page a.post-call-to-action {
    display: block;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.entry-header p.entry-meta {
    line-height: 20px;
}

p.entry-meta,
p.entry-meta a {
    color: #999;
    text-decoration: none;
}

p.entry-meta a:hover {
    color: #000;
}

p.entry-meta:last-child {
    margin-bottom: 20px;
}

.entry-footer {
    clear: both;
    /*margin-bottom: 20px;*/
    overflow: hidden;
    line-height: 20px;
}

.entry-footer p.entry-meta:last-child {
    margin-bottom: 0px;
}

.entry-author::before,
.entry-categories::before,
.entry-companies::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
    color: #ccc;
    display: inline-block;
    font: normal 18px/1 'dashicons';
    margin-right: 5px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-comments-link,
.entry-time {
    margin-right: 15px;
}

.entry-tags {
    display: block;
}

.entry-author::before {
    content: "\f110";
}

.entry-categories::before {
    content: "\f323";
}

.entry-companies {
    /*margin-left: 25px;*/
    display: block;
}

.entry-companies::before {
    content: "\f307";
}

.entry-comments-link::before {
    content: "\f101";
    margin-top: 2px;
}

.entry-tags::before {
    content: "\f323";
}

.entry-time::before {
    content: "\f469";
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #f37021;
    text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.entry-comments {
    padding: 40px;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    background-color: #f0f0f0;
    padding: 30px;
    margin-bottom: 15px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #333;
    clear: both;
    padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
    color: #aaa;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #fff;
}

.footer-widgets li {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Hide for Logged In Members
---------------------------------------------------------------------------------------------------- */
.logged-in #hide-for-members {display:none; visibility:hidden;}
.logged-in #show-for-members {display:block; visibility:block;}
.logged-out #hide-for-members {display:block; visibility:visible;}
.logged-out #show-for-members {display:none; visibility:hidden;}
.logged-in .hide-for-members {display:none; visibility:hidden;}
.logged-in .show-for-members {display:block; visibility:block;}
.logged-out .hide-for-members {display:block; visibility:visible;}
.logged-out .show-for-members {display:none; visibility:hidden;}
.logged-in .vc_custom_1461292715397 {background-color:#FFF !important;}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #ccc;

}

.site-footer p {
    margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px;
    }

    .footer-widgets-1 {
        margin-right: 30px;
    }

}

@media only screen and (max-width: 960px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding: 5px 5%;
    }

    .header-image .site-title > a {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .footer-widgets-1 {
        margin-right: 0;
    }

}

@media only screen and (max-width: 800px) {

    body {
        /*background-color: #fff;*/
        font-size: 16px;
        font-size: 1.6rem;
    }

    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .site-header {
        padding: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .sidebar .widget {
        padding: 20px;
    }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .content .entry {
        padding: 20px;
    }

    .breadcrumb {
        margin-left: 0px;
    }

    span.entry-author {
        display: block;
    }

    #access-restricted-box h4 {
        font-size: 18px;
    }

    #access-restricted-box .middle {
        display: none;
    }

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title > a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}

/* After Header Widget Area Styles */
.after-header {
    background-color: #444444;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 25px;
    color: #ccc;
}

@media only screen and (max-width: 800px) {
    .after-header {
        display: none;
    }
}

.after-header .widget-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 1200px) {
    .after-header .widget-wrap {
        max-width: 960px;
    }
}

@media only screen and (max-width: 800px) {
    .after-header .widget-wrap {
        min-height: 100px
    }
}

@media only screen and (max-width: 496px) {
    body {
        margin: 0;
    }
}

.wpb_gravatar {
    border-radius: 100%;
    vertical-align: middle;
    padding-right: 5px;
}

.after-header a {
    color: #fff;
}

.after-header a:hover {
    color: #f36b22;
}

.after-header .button:hover {
    color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

h1.entry-title {
    margin-bottom: 30px;
    font-size: 3.2rem;
    font-weight: bold;
}

h1.archive-title {
    font-size: 3.2rem;
    font-weight: bold;
}

.addthis_native_toolbox {
    margin: 15px 0;
}

p.wp-caption-text {
    font-size: 14px;
    color: inherit;
    font-weight: normal;
    line-height: 150%;
}

.author-box img.avatar {
    border-radius: 50%;
    float: right;
    margin: 0 0 20px 20px;
    width: 125px;
}

.author-box-title {
    font-size: 24px;
    margin-bottom: 4px;
}

.author-box-title a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.archive-description, .author-box {
    font-size: inherit;
}

.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0;
    margin-top: 20px;
}

.black-title-bar {
    border-top: 2px solid #111;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    margin-top: 30px;
}

.black-title-bar span {
    background-color: #111;
    color: #fff;
    display: inline-block;
    font-family: "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    text-align: left;
}

#transactions_wrapper {
    font-size: 14px;
}

#transactions_wrapper th span {
    font-size: 12px;
    color: #ccc;
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

#transactions_wrapper td {
    line-height: 1.3;
}

#transactions_wrapper td p {
    line-height: 17px;
    margin-bottom: 0px;
}

.transactions-wrapper,
.transactions-wrapper select,
.companies-filter-bar,
.companies-filter-bar select,
.groups-filter-bar,
.groups-filter-bar select {
    font-size: 14px;
}

.post-transaction-wrapper {
    margin: 0;
    background-color: #f0f0f0;
    border: 0px;
    padding: 20px;
    margin-bottom: 20px;

}

.post-transaction-wrapper table {
    margin-bottom: 0px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
}

/* Companies Post Type
------------------------------------------------------------ */

body.post-type-archive-rbr_companies .entry,
body.post-type-archive-rbr_group .entry {
    padding: 0;
}

body.post-type-archive-rbr_companies .entry-content p,
body.post-type-archive-rbr_group .entry-content p {
    font-size: 14px;
    padding: 0 20px;
}

body.post-type-archive-rbr_companies h2.entry-title,
body.post-type-archive-rbr_group h2.entry-title {
    padding: 0 20px;
    font-size: 24px;
    margin-top: 20px;
}

body.post-type-archive-rbr_companies h2.entry-title a,
body.post-type-archive-rbr_group h2.entry-title a {
    text-decoration: none;
}

body.post-type-archive-rbr_companies .entry-footer,
body.post-type-archive-rbr_group .entry-footer {
    border-top: 0px solid #ccc;
    padding-top: 5px;
    text-align: center;
}

body.post-type-archive-rbr_companies .entry-content,
body.single-rbr_companies .entry-content {
    position: relative;
}

body.post-type-archive-rbr_companies .companies-rbr-50,
body.single-rbr_companies .companies-rbr-50 {
    position: absolute;
}

body.post-type-archive-rbr_companies .companies-startup,
body.single-rbr_companies .companies-startup {
    position: absolute;
    right: 0px;
}

body.single-rbr_companies .company-info,
body.single-rbr_group .company-info {
    font-size: 14px;
    line-height: 18px;
    padding-top: 25px;
}

.companies-filter-bar,
.groups-filter-bar {
    margin-bottom: 20px;
}

.companies-filter-bar, .grid-container {
    margin-left: 0;
    margin-right: 0;
}

div#transactions_filter {
    display: none !important;
}

.companies-filter-bar,
.groups-filter-bar,
.grid-container {
    margin-left: -10px;
    margin-right: -10px;
}

.companies-filter-bar .one-third,
.groups-filter-bar .one-third,
.companies-filter-bar .first,
.groups-filter-bar .first,
.grid-container .one-third,
.grid-container .first {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    clear: none;
}

/* Podcast and Webcast Styles ================================== */
.podcast-container, .webcast-container {
    margin: 20px 0;
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    padding: 20px 10px;
}

.podcast-container h4, .webcast-container h4 {
    font-size: 14px;
}

.attachment-post-image {
    margin-bottom: 30px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.upcoming-webcast-banner {
    position: absolute;
    top: 0;
    left: 0;
}

article.rbr_webcast {
    position: relative;
}

body.archive .entry div.entry-content p {
    margin-bottom: 5px;
}

#access-restricted-box {
    text-align: center;
    margin: 0 -80px -80px -80px;
    margin: 0 -5rem -5rem -5rem;
    padding: 80px;
    padding: 5rem;
    margin-bottom: 100px;
}

#access-restricted-box h3 {
    color: #a41600;
    line-height: 1.15;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}

#access-restricted-box h4 {
    line-height: 1.3;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: 16px;
    margin-top: 1rem;
}

#access-restricted-box .left {
    float: left;
    width: 43%;
}

#access-restricted-box .middle {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: bold;
    float: left;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 14%;
}

#access-restricted-box .middle:before {
    background: #fff;
    content: "or";
    left: 36px;
    top: 16px;
    padding: 16px 0;
    position: absolute;
    z-index: 999;
}

#access-restricted-box .middle:after {
    background: #ddd;
    content: "";
    height: 100px;
    left: 46px;
    top: 0px;
    position: absolute;
    width: 1px;
}

#access-restricted-box .right {
    float: right;
    width: 43%;
}

#access-restricted-box .authority-line,
#access-restricted-box .basic-line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 80px;
    margin-bottom: 5rem;
    text-align: center;
    position: relative;
}

#access-restricted-box .authority-line:before {
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzkyOTI5MiIgaWQ9Imljb24tMTE0LWxvY2siPjxwYXRoIGQ9Ik0xNiwyMS45MTQ2NDcyIEwxNiwyNC41MDg5OTQ4IEMxNiwyNC43ODAxNjk1IDE2LjIzMTkzMzYsMjUgMTYuNSwyNSBDMTYuNzc2MTQyNCwyNSAxNywyNC43NzIxMTk1IDE3LDI0LjUwODk5NDggTDE3LDIxLjkxNDY0NzIgQzE3LjU4MjU5NjIsMjEuNzA4NzI5IDE4LDIxLjE1MzEwOTUgMTgsMjAuNSBDMTgsMTkuNjcxNTcyOCAxNy4zMjg0MjcyLDE5IDE2LjUsMTkgQzE1LjY3MTU3MjgsMTkgMTUsMTkuNjcxNTcyOCAxNSwyMC41IEMxNSwyMS4xNTMxMDk1IDE1LjQxNzQwMzgsMjEuNzA4NzI5IDE2LDIxLjkxNDY0NzIgTDE2LDIxLjkxNDY0NzIgTDE2LDIxLjkxNDY0NzIgWiBNMTUsMjIuNTAwMTgzMSBMMTUsMjQuNDk4MzI0NCBDMTUsMjUuMzI3Njc2OSAxNS42NjU3OTcyLDI2IDE2LjUsMjYgQzE3LjMyODQyNzEsMjYgMTgsMjUuMzI4ODEwNiAxOCwyNC40OTgzMjQ0IEwxOCwyMi41MDAxODMxIEMxOC42MDcyMjM0LDIyLjA0NDA4IDE5LDIxLjMxNzkwOSAxOSwyMC41IEMxOSwxOS4xMTkyODgxIDE3Ljg4MDcxMTksMTggMTYuNSwxOCBDMTUuMTE5Mjg4MSwxOCAxNCwxOS4xMTkyODgxIDE0LDIwLjUgQzE0LDIxLjMxNzkwOSAxNC4zOTI3NzY2LDIyLjA0NDA4IDE1LDIyLjUwMDE4MzEgTDE1LDIyLjUwMDE4MzEgTDE1LDIyLjUwMDE4MzEgWiBNOSwxNC4wMDAwMTI1IEw5LDEwLjQ5OTIzNSBDOSw2LjM1NjcwNDg1IDEyLjM1Nzg2NDQsMyAxNi41LDMgQzIwLjYzMzcwNzIsMyAyNCw2LjM1NzUyMTg4IDI0LDEwLjQ5OTIzNSBMMjQsMTQuMDAwMDEyNSBDMjUuNjU5MTQ3MSwxNC4wMDQ3NDg4IDI3LDE1LjM1MDMxNzQgMjcsMTcuMDA5NDc3NiBMMjcsMjYuOTkwNTIyNCBDMjcsMjguNjYzMzY4OSAyNS42NTI5MTk3LDMwIDIzLjk5MTIxMiwzMCBMOS4wMDg3ODc5OSwzMCBDNy4zNDU1OTAxOSwzMCA2LDI4LjY1MjYxMSA2LDI2Ljk5MDUyMjQgTDYsMTcuMDA5NDc3NiBDNiwxNS4zMzk1ODEgNy4zNDIzMzM0OSwxNC4wMDQ3MTUyIDksMTQuMDAwMDEyNSBMOSwxNC4wMDAwMTI1IEw5LDE0LjAwMDAxMjUgWiBNMTAsMTQgTDEwLDEwLjQ5MzQyNjkgQzEwLDYuOTA4MTcxNzEgMTIuOTEwMTQ5MSw0IDE2LjUsNCBDMjAuMDgyNTQ2Miw0IDIzLDYuOTA3MjA2MjMgMjMsMTAuNDkzNDI2OSBMMjMsMTQgTDIyLDE0IEwyMiwxMC41MDkwNzMxIEMyMiw3LjQ2NjQ5NjAzIDE5LjUzMTM4NTMsNSAxNi41LDUgQzEzLjQ2MjQzMzksNSAxMSw3LjQ2MTQwMjg5IDExLDEwLjUwOTA3MzEgTDExLDE0IEwxMCwxNCBMMTAsMTQgWiBNMTIsMTQgTDEyLDEwLjUwMDg1MzcgQzEyLDguMDA5MjQ3OCAxNC4wMTQ3MTg2LDYgMTYuNSw2IEMxOC45ODAyMjQzLDYgMjEsOC4wMTUxMDA4MiAyMSwxMC41MDA4NTM3IEwyMSwxNCBMMTIsMTQgTDEyLDE0IEwxMiwxNCBaIE04Ljk5NzQyMTkxLDE1IEM3Ljg5NDI3NjI1LDE1IDcsMTUuODk3MDYwMSA3LDE3LjAwNTg1ODcgTDcsMjYuOTk0MTQxMyBDNywyOC4xMDE5NDY1IDcuODkwOTI1MzksMjkgOC45OTc0MjE5MSwyOSBMMjQuMDAyNTc4MSwyOSBDMjUuMTA1NzIzOCwyOSAyNiwyOC4xMDI5Mzk5IDI2LDI2Ljk5NDE0MTMgTDI2LDE3LjAwNTg1ODcgQzI2LDE1Ljg5ODA1MzUgMjUuMTA5MDc0NiwxNSAyNC4wMDI1NzgxLDE1IEw4Ljk5NzQyMTkxLDE1IEw4Ljk5NzQyMTkxLDE1IFoiIGlkPSJsb2NrIi8+PC9nPjwvZz48L3N2Zz4=');
    background-size: 100% 100%;
    /* border-left: 25px solid #fff; */
    /* border-right: 25px solid #fff; */
    content: "";
    height: 64px;
    left: 50%;
    margin-left: -43px;
    position: absolute;
    top: -42px;
    width: 64px;
}

#access-restricted-box .basic-line:before {
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzkyOTI5MiIgaWQ9Imljb24tMTE0LWxvY2siPjxwYXRoIGQ9Ik0xNiwyMS45MTQ2NDcyIEwxNiwyNC41MDg5OTQ4IEMxNiwyNC43ODAxNjk1IDE2LjIzMTkzMzYsMjUgMTYuNSwyNSBDMTYuNzc2MTQyNCwyNSAxNywyNC43NzIxMTk1IDE3LDI0LjUwODk5NDggTDE3LDIxLjkxNDY0NzIgQzE3LjU4MjU5NjIsMjEuNzA4NzI5IDE4LDIxLjE1MzEwOTUgMTgsMjAuNSBDMTgsMTkuNjcxNTcyOCAxNy4zMjg0MjcyLDE5IDE2LjUsMTkgQzE1LjY3MTU3MjgsMTkgMTUsMTkuNjcxNTcyOCAxNSwyMC41IEMxNSwyMS4xNTMxMDk1IDE1LjQxNzQwMzgsMjEuNzA4NzI5IDE2LDIxLjkxNDY0NzIgTDE2LDIxLjkxNDY0NzIgTDE2LDIxLjkxNDY0NzIgWiBNMTUsMjIuNTAwMTgzMSBMMTUsMjQuNDk4MzI0NCBDMTUsMjUuMzI3Njc2OSAxNS42NjU3OTcyLDI2IDE2LjUsMjYgQzE3LjMyODQyNzEsMjYgMTgsMjUuMzI4ODEwNiAxOCwyNC40OTgzMjQ0IEwxOCwyMi41MDAxODMxIEMxOC42MDcyMjM0LDIyLjA0NDA4IDE5LDIxLjMxNzkwOSAxOSwyMC41IEMxOSwxOS4xMTkyODgxIDE3Ljg4MDcxMTksMTggMTYuNSwxOCBDMTUuMTE5Mjg4MSwxOCAxNCwxOS4xMTkyODgxIDE0LDIwLjUgQzE0LDIxLjMxNzkwOSAxNC4zOTI3NzY2LDIyLjA0NDA4IDE1LDIyLjUwMDE4MzEgTDE1LDIyLjUwMDE4MzEgTDE1LDIyLjUwMDE4MzEgWiBNOSwxNC4wMDAwMTI1IEw5LDEwLjQ5OTIzNSBDOSw2LjM1NjcwNDg1IDEyLjM1Nzg2NDQsMyAxNi41LDMgQzIwLjYzMzcwNzIsMyAyNCw2LjM1NzUyMTg4IDI0LDEwLjQ5OTIzNSBMMjQsMTQuMDAwMDEyNSBDMjUuNjU5MTQ3MSwxNC4wMDQ3NDg4IDI3LDE1LjM1MDMxNzQgMjcsMTcuMDA5NDc3NiBMMjcsMjYuOTkwNTIyNCBDMjcsMjguNjYzMzY4OSAyNS42NTI5MTk3LDMwIDIzLjk5MTIxMiwzMCBMOS4wMDg3ODc5OSwzMCBDNy4zNDU1OTAxOSwzMCA2LDI4LjY1MjYxMSA2LDI2Ljk5MDUyMjQgTDYsMTcuMDA5NDc3NiBDNiwxNS4zMzk1ODEgNy4zNDIzMzM0OSwxNC4wMDQ3MTUyIDksMTQuMDAwMDEyNSBMOSwxNC4wMDAwMTI1IEw5LDE0LjAwMDAxMjUgWiBNMTAsMTQgTDEwLDEwLjQ5MzQyNjkgQzEwLDYuOTA4MTcxNzEgMTIuOTEwMTQ5MSw0IDE2LjUsNCBDMjAuMDgyNTQ2Miw0IDIzLDYuOTA3MjA2MjMgMjMsMTAuNDkzNDI2OSBMMjMsMTQgTDIyLDE0IEwyMiwxMC41MDkwNzMxIEMyMiw3LjQ2NjQ5NjAzIDE5LjUzMTM4NTMsNSAxNi41LDUgQzEzLjQ2MjQzMzksNSAxMSw3LjQ2MTQwMjg5IDExLDEwLjUwOTA3MzEgTDExLDE0IEwxMCwxNCBMMTAsMTQgWiBNMTIsMTQgTDEyLDEwLjUwMDg1MzcgQzEyLDguMDA5MjQ3OCAxNC4wMTQ3MTg2LDYgMTYuNSw2IEMxOC45ODAyMjQzLDYgMjEsOC4wMTUxMDA4MiAyMSwxMC41MDA4NTM3IEwyMSwxNCBMMTIsMTQgTDEyLDE0IEwxMiwxNCBaIE04Ljk5NzQyMTkxLDE1IEM3Ljg5NDI3NjI1LDE1IDcsMTUuODk3MDYwMSA3LDE3LjAwNTg1ODcgTDcsMjYuOTk0MTQxMyBDNywyOC4xMDE5NDY1IDcuODkwOTI1MzksMjkgOC45OTc0MjE5MSwyOSBMMjQuMDAyNTc4MSwyOSBDMjUuMTA1NzIzOCwyOSAyNiwyOC4xMDI5Mzk5IDI2LDI2Ljk5NDE0MTMgTDI2LDE3LjAwNTg1ODcgQzI2LDE1Ljg5ODA1MzUgMjUuMTA5MDc0NiwxNSAyNC4wMDI1NzgxLDE1IEw4Ljk5NzQyMTkxLDE1IEw4Ljk5NzQyMTkxLDE1IFoiIGlkPSJsb2NrIi8+PC9nPjwvZz48L3N2Zz4=');
    background-size: 100% 100%;
    /* border-left: 25px solid #fff; */
    /* border-right: 25px solid #fff; */
    content: "";
    height: 64px;
    left: 50%;
    margin-left: -34px;
    position: absolute;
    top: -42px;
    width: 64px;
}

#access-restricted-box #login-box {
    background-color: #eee;
    background-image: none;
    color: #333;
    float: none;
    margin: 40px auto 0;
    margin: 4rem auto 0;
    width: 400px;
}

#access-restricted-box #login-box .login-submit {
    margin-bottom: 0;
}

#access-restricted-box #login-box form {
    margin-top: 0;
}

#mm-login-form .mm-button.orange,
.checkout-container .mm-button.orange,
#mm-submit-button {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f36b22;
    background: -webkit-gradient(linear, left top, left bottom, from(#f36b22), to(#f36b22));
    background: -moz-linear-gradient(top, #f36b22, #f36b22);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 16px 24px;
    text-transform: uppercase;
    text-decoration: none;
    width: auto !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#mm-login-form .mm-button.orange:hover,
#mm-login-form .mm-button.orange:focus,
#mm-submit-button:hover,
#mm-submit-button:focus,
.checkout-container .mm-button.orange:hover,
.checkout-container .mm-button.orange:focus {
    background-color: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
    background: -moz-linear-gradient(top, #333, #333);
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkout-container .checkout-coupon-info {
    margin-bottom: 10px;
    /*border-bottom:1px dotted #ccc;*/
    padding-bottom: 10px;
    margin-top: 20px;
}

.checkout-container .checkout-coupon-info #mm_field_coupon_code {
    width: 50%;
}

.checkout-container .checkout-coupon-info a.button {
    background: #333;
}

@media only screen and (max-width: 1200px) {
    .checkout-container .checkout-coupon-info #mm_field_coupon_code,
    .checkout-container .checkout-coupon-info a.button {
        width: 100%;
        text-align: center;
    }
}

.checkout-container .mm-paymentbuttons a.mm-button.large.orange {
    width: 100% !important;
}

.checkout-container .checkout-account-info {
    margin-top: 20px;
    margin-bottom: 40px;
}

.checkout-container h3 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.checkout-container .checkout-payment-details {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 20px;
    border: 1px solid #efefef;
}

.checkout-container label {
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
}

/*.checkout-container select#mm_field_cc_exp_year,*/
/*.checkout-container select#mm_field_cc_exp_month{*/
/*width: 46%;*/
/*float: left;*/
/*display: block;*/
/*margin-right: 10px;*/
/*}*/

.checkout-info p {
    margin-bottom: 5px;
}

.checkout-info .product-description {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

span#mm_label_coupon_error {
    color: red;
    font-size: 14px;
}

span#mm_label_coupon_success {
    color: green;
    font-size: 14px;
}

.landing-page-header {
    text-align: center;
    margin-top: 20px;
}

body.landing-page {
    background: #fff;
}

body.landing-page .site-inner {
    padding-top: 0px;
}

@media only screen and (max-width: 800px) {
    .checkout-container {
        display: table;
    }

    .two-thirds {
        display: table-footer-group;
        float: none;
    }

    .one-third {
        display: table-header-group;
        float: none;
    }

    #hidden-mobile {
        display: none;
    }

    .small-home {
        min-height: inherit;
    }

    .small-home-link {
        margin: 6px 0 -6px 0 !important;
    }

    .leaderboard {
        margin: -10px 0 10px 0;
        padding: -10px 0 10px 0;
        min-height: 60px !important;
        z-index: 1000;
    }

    .vc_custom_1461354345698 p {
        font-size: 86% !important;
        line-height: 120%;
        margin-bottom: 14px;
    }
}

#access-restricted-box .paywall-form-container {
    text-align: left;
    font-size: 14px;
}

.btn-block {
    display: block;
    width: 100% !important;
}

.author-box p.desc {
    line-height: 24px;
}

a.mm-forgot-password {
    font-size: 14px;
    display: block;
}

label.mm-remember-me {
    font-size: 14px;
}

.mm-myaccount-module {
    margin-top: 20px;
    margin-bottom: 40px;
}

.mm-myaccount-module-header {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.mm-update-button {
    float: right;
    font-size: 14px;
    padding: 3px 10px;
    background: #ccc;
}

.mm-myaccount-module p {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}

.mm-myaccount-label {
    font-weight: bold;
    display: inline-block;
    width: 200px;
}

div#mm-shipping-info-container {
    margin-top: 30px;
}

.mm-myaccount .mm-icon {
    margin-right: 5px;
}

.after-header-ad-widget {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -10px;
}

img.alignleft.post-image.entry-image {
    width: 379px;
    height: 213px;
    overflow: hidden;
}

article.rbr_companies.type-rbr_companies.status-publish.has-post-thumbnail.wpautop.entry.one-third.teaser {
    height: 600px;
    margin-bottom: 20px;
    border: 1px solid #ddd;

}

article.rbr_group.type-rbr_group.status-publish.entry.one-third.teaser {
    height: 400px;
    margin-bottom: 20px;
}

body.post-type-archive-rbr_group .entry-image {
    display: none;
}

.no-padding {
    text-align: center;
    background-color: transparent !important;
    padding: 0px !important;
}

.no-top-padding {
    margin-top: -40px;
}

.vc_gitem-post-data-source-post_date h6 {
    color: #999 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    margin-top: 5px !important;
    line-height: 16px;
}

.vc_gitem-post-data-source-post_date h6::before {
    content: "\f469";
    color: #ccc;
    display: inline-block;
    font: normal 18px/1 'dashicons';
    margin-right: 5px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    margin-bottom: 0px;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h3 {
    margin: 0;
}

.author-archive-description {
    display: none;
}

body.author .black-title-bar {
    border-top: 2px solid #111;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    margin-top: 30px;
    background: #fff;
    margin-bottom: 0px;
}

body.author .author-box {
    padding: 16px;
}

h3.jp-relatedposts-headline {
    font-size: 24px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    border-top: none !important;
    border-top: none !important;
}

#jp-relatedposts {
    padding-top: 0px !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em,
#jp-relatedposts h3.jp-relatedposts-headline {
    font-weight: normal !important;
}

.jp-relatedposts-post {
    text-align: center !important;
}

p.jp-relatedposts-post-context {
    display: none !important;
}

@media only screen and (max-width: 320px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 118% !important;
    }

    .jp-relatedposts-post {
        text-align: center !important;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
        display: inline !important;
    }
}

@media only screen and (max-width: 640px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 118% !important;
    }

    .jp-relatedposts-post {
        text-align: center !important;
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
        display: inline !important;
    }
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.ac-preference-center-form ul {
    margin-left: 0px;
}

/*@media only screen and (max-width: 800px) {*/
/*.ac-preference-center-form ul {*/
/*width:100%;*/
/*}*/
/*}*/

.ac-preference-center-form li {
    list-style-type: none !important;
    border-bottom: 1px dotted #f1f1f1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.ac-preference-center-form input[type="checkbox"] {
    margin-right: 10px;
}

li.nav-my-account.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: none;
}

@media only screen and (max-width: 960px) {
    .header-widget-area {
        /*display:none;*/
    }

    .entry-content .search-form, .site-header .search-form {
        width: 100%;
    }

    section#simple-social-icons-2 {
        display: none;
    }

    .site-header .search-form {
        margin: 0px auto;
    }

    .header-image .site-title > a {
        display: block;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    body.single table {
        width: 100%;
    }

    body.single thead {
        display: none;
    }

    body.single tr:nth-of-type(2n) {
        background-color: inherit;
    }

    body.single tr td:first-child {
        background: #f0f0f0;
        font-weight: bold;
        font-size: 1.3em;
    }

    body.single tbody td {
        display: block;
        text-align: center;
    }

    body.single tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .gc-responsive-menu-icon {
        display: block;
        width: 60px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 20px;
        margin-top: 40px;
    }

    body.single-rbr_companies .company-info, body.single-rbr_group .company-info {
        padding-top: 0px;
    }

    a.post-call-to-action {
        display: inline-block;
        background-color: #f37021;
        color: #fff;
        padding: 20px;
        text-decoration: none;
        line-height: 20px;
        width: 100%;
        margin: 0;
        text-align: center;

    }

    li.nav-my-account.menu-item.menu-item-type-post_type.menu-item-object-page {
        display: inline-block;
    }

    .grid-container .one-third {
        margin: 0px;
    }

}

/* Hide Author Box */
body.single-rbr_podcast div.author-box-container,
body.single-rbr_webcast div.author-box-container,
body.single-rbr_download div.author-box-container {
    display: none;
}

body.page-id-22 div.after-header-ad-widget {
    display: none;
}

.after-breadcrumb-widget.widget-area {
    background: #fff;
    color: #ccc;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.after-breadcrumb-widget h3.widgettitle.widget-title {
    text-align: left;
    font-size: 14px;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

body.page-template-page_blog .content article.entry,
body.archive .content article.entry {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

body.page-template-page_blog .entry-tags,
body.archive .entry-tags {
    display: none;
}

body.home .wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    max-height: 450px;
}

body.home .leaderboard {
    margin-bottom: 40px;
}

#sidr-right {
    padding-bottom: 130px !important;
}

p.mm-success {
    color: green;
}

.mm-resetpassword td,
.mm-resetpassword tbody {
    border: none;
}

.mobile-user-welcome {
    display: none;
}

.desktop-hide {
    display: none;
}

.gc-responsive-menu-icon.gcm-resp-right.gcm-open {
    padding-left: 20px;
}

@media only screen and (max-width: 960px) {
    .mobile-user-welcome {
        display: block;
        color: #f37021;
        text-align: center;
        margin-bottom: 10px;

    }

    .gc-responsive-menu-icon.gcm-resp-right.gcm-open .dashicons-menu:before {
        content: "\f158";
    }

    .desktop-hide {
        display: block;
    }

}


.no-underline-links a {
    text-decoration: none!important;
}