/*
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 (not used, keeping this around just in case)
- New Navigation
- Homepage
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
        - Related Posts
        - Resources
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1220px
	- Max-width: 990px
	- Max-width: 830px
- 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: #449cc3;  
    text-decoration: none;
}

a:hover,
a:focus {
    color: #444;
    text-decoration: underline;
}

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: 60px;
}

/* ## 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 30px; background-color:#FFF; margin-top:-8px; border-left:1px solid #DEDEDE; height:60px;}
.contextual img {margin-top:-4px; max-height: 55px;}
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;
    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;
}

.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 .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;
}

.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;
}

.nav-secondary {
    background-color: #fff;
}
*/

/* # New Navigation
---------------------------------------------------------------------------------------------------- */
.cd-main-content, .cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.cd-main-header .wrap{
    position: relative;
}
.cd-main-content, .cd-main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-size: 1.5rem;
}
.cd-main-content, .cd-main-header a {
    text-decoration: none;
}
/* Hide navigation until script is loaded and it's moved */
.cd-nav {
    display: none;
}
.loggedin-newsletter-bar {
    background: #444;
    color: #fff;
}
.loggedin-header {
    float: left;
    width: auto;
    margin: 1em 1em .5em 0;
    font-size: 1.4rem;
}
.loggedin-header .wpb_gravatar {
    float: left;
}
.newsletter-header {
    float: right;
    width: auto;
    margin: 1em 0 .5em 0;
    font-size: 1.4rem;
}
.logged-in-top h5,
.newsletter-header h5 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.logged-message,
.newsletter-message {
    float: left;
    margin: 0 1em 0 0;
}
.newsletter-header .button {
    background: #000;
}
.newsletter-header .button:hover {
    background: #1e1e1e;
}
@media only screen and (max-width: 1300px) {
    .newsletter-header {
        float: left;
    }
}
@media only screen and (max-width: 800px) {
    .newsletter-header,
    .loggedin-header {
        float: none;
        width: 100%;
    }
    .loggedin-header:after {
        clear: both;
        content: "";
        display: table;
    }
    .newsletter-header ._form-content > div {
        text-align: left !important;
    }
}
.cd-main-header .cd-primary-nav li a,
.cd-main-header .cd-primary-nav li a:visited {
      border: 0 !important;
}

@media only screen and (max-width: 995px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
}
.cd-main-content {
    margin-top: 90px;
}
.cd-main-header {
    height: 90px;
    background: #fff;
    z-index: 200;
    border-bottom: 1px solid #ccc;
}
.nav-is-fixed .cd-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

body.logged-in.admin-bar .cd-main-header {
    top: 32px;
}
@media only screen and (max-width: 782px) {
    body.logged-in.admin-bar .cd-main-header  {
        top: 46px;
    }
}

@media only screen and (min-width: 996px) {
    .cd-main-header {

    }
    .cd-main-header::after {
          clear: both;
          content: "";
          display: table;
    }
}
.cd-logo {
    position: relative;
    top: .5em;
    float: left;
    margin-right: 1.5em;
    z-index: 300;
}
.cd-logo img {
    display: block;
    height: 65px;
    max-width: 100%;
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 0 !important;
    z-index: 300;
}
.cd-header-buttons li {
    display: inline-block;
}
@media only screen and (max-width: 995px) {
    .cd-header-buttons {
        right: 5% !important;
    }
}
.cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    /* hide text */
    color: transparent;
}
.cd-search-trigger:hover, .cd-nav-trigger:hover,
.cd-search-trigger:active, .cd-nav-trigger:active,
.cd-search-trigger:visited, .cd-nav-trigger:visited,
.cd-search-trigger:focus, .cd-nav-trigger:focus {
    /* hide text */
    color: transparent;
}
.cd-search-trigger::before, .cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #2e3233;
}
.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #2e3233;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #2e3233;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #2e3233;
}
.cd-nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}
.cd-nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #2e3233;
}
.cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 996px) {
    .cd-nav-trigger {
        display: none;
    }
}
.cd-primary-nav, .cd-primary-nav ul {
    top: 0;
    height: 100%;
    width: 260px;
    background: #2e3233;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 200;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-primary-nav a, .cd-primary-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.cd-primary-nav .see-all a {
    /* different style for the See all button on mobile and tablet */
    color: #f37021;
}
.cd-primary-nav .cd-secondary-nav a.button,
.cd-primary-nav .cd-secondary-nav a.button:hover {
    color: #fff;
}
.cd-primary-nav .cd-secondary-nav .button {
    padding: 0 2em;
    text-align: center;
}

@media only screen and (max-width: 995px) {
    .cd-primary-nav {
        /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }
    .cd-primary-nav.nav-is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }
    .cd-primary-nav, .cd-primary-nav ul {
        position: fixed;
        right: 0;
        overflow-x: hidden;
    }
    body.logged-in.admin-bar .cd-primary-nav {
        top: 32px;
    }
    .hide-on-mobile-nav {
        display: none;
    }
    
    .cd-primary-nav a {
        padding-left: 1em;
    }

}
@media only screen and (max-width: 782px) {
    body.logged-in.admin-bar .cd-primary-nav {
        top: 46px;
    }
}
@media only screen and (min-width: 996px) {
  .cd-primary-nav {
    position: relative;  
    height: auto;
    width: 100%;
    overflow: visible;
    background: transparent;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    right: 0;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    float: left;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 8px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .cd-primary-nav > li > a:hover {
    color: #f37021;
  }
  .cd-primary-nav > li > a.selected {
    color: #f37021;
    border: none !important;
  }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  .cd-primary-nav .cd-secondary-nav {
    /* dropdown menu style */
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0;
    background: #ffffff;
    padding: 48px 64px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    height: auto;
    width: 31%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #ccc;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav.all > li,
  .cd-primary-nav .cd-secondary-nav.research > li,
  .cd-primary-nav .cd-secondary-nav.company > li{
      width: 23%;
  }
  .cd-primary-nav li.push-right {
    float: right;
  }
  .cd-primary-nav li.push-right.push {
      margin-right: 50px;
  }
  .cd-primary-nav .cd-secondary-nav.industries > li:nth-child(3n+4),
  .cd-primary-nav .cd-secondary-nav.technology > li:nth-child(3n+4),
  .cd-primary-nav .cd-secondary-nav.all > li:nth-child(5n),
  .cd-primary-nav .cd-secondary-nav.research > li:nth-child(5n),
  .cd-primary-nav .cd-secondary-nav.company > li:nth-child(5n){
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav.all ul.partner li {
      border-right: none !important;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #444;
    font-weight: bold;
    margin-bottom: .6em;
  }
  .cd-primary-nav .cd-secondary-nav a.not-a-link:hover {
      color: #444 !important;
      pointer-events: none;
      cursor: none;
  }
  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #f37021;
  }
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }		
}
.has-children > a, .go-back a {
    position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 996px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #c9cbc4;
    }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
        background: #f37021;
    }
}
.has-children > a {
    padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}
.cd-primary-nav .go-back a {
    padding-left: 40px;
}
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}
@media only screen and (min-width: 996px) {
    .has-children > a::before, .has-children > a::after { 
        right: 15%;
    }
    .cd-primary-nav > .has-children > a {
        /* main navigation arrows on larger devices */
        padding-right: 30px !important;
    }
    .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
        width: 9px;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background: #c9cbc4;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width 0.3s, -webkit-transform 0.3s;
        -moz-transition: width 0.3s, -moz-transform 0.3s;
        transition: width 0.3s, transform 0.3s;
    }
    .cd-primary-nav > .has-children > a::before {
        right: 12px;
    }
    .cd-primary-nav > .has-children > a::after {
        right: 7px;
    }
    .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
        width: 14px;
    }
    .cd-primary-nav > .has-children > a.selected::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }
    .cd-primary-nav > .has-children > a.selected::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .cd-secondary-nav > .has-children > a::before, .cd-secondary-nav > .has-children > a::after {
        /* remove arrows on secondary nav titles */
        display: none;
    }
    .cd-primary-nav .go-back a {
        padding-left: 20px;
    }
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
        left: 1px;
    }
}
.cd-search {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
body.logged-in.admin-bar .cd-search {
    top: 120px;
}

@media only screen and (max-width: 782px) {
    body.logged-in.admin-bar .cd-search {
        top: 136px;
    }
}
.cd-search form {
    height: 100%;
    width: 100%;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-search input::-webkit-input-placeholder {
    color: #c9cbc4;
}
.cd-search input::-moz-placeholder {
    color: #c9cbc4;
}
.cd-search input:-moz-placeholder {
    color: #c9cbc4;
}
.cd-search input:-ms-input-placeholder {
    color: #c9cbc4;
}
.cd-search input:focus {
    outline: none;
}
.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.nav-is-fixed .cd-search {
    position: fixed;
}
@media only screen and (min-width: 996px) {
    .cd-search {
        height: 120px;
        top: 80px;
    }
    .cd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300;
    }
}
.cd-overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(68, 68, 68, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}
@media only screen and (max-width: 995px) {
    .cd-overlay.is-visible {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }
    .nav-on-left .cd-overlay.is-visible {
        -webkit-transform: translateX(260px);
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
    }
    .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* -------------------------------- 
support for no js 
-------------------------------- */
.no-js .cd-primary-nav {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2;
}
.no-js .cd-search {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 996px) {
    .no-js .cd-primary-nav {
        position: absolute;
        z-index: 3;
        display: inline-block;
        width: auto;
        top: 0;
        right: 150px;
        padding: 0;
    }
    .no-js .nav-is-fixed .cd-primary-nav {
        position: fixed;
    }
}
/* # Homepage
---------------------------------------------------------------------------------------------------- */
.homepage .site-inner {
    padding-top: 10px;
}
.homepage .market-intelligence,
.homepage .featured-topics {
    width: 100%; 
    background: #efeded;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.homepage .market-intelligence .site-inner,
.homepage .featured-topics .site-inner,
.homepage .call-to-action-section .site-inner {
    padding-top: 1em;
}
.homepage .centered {
    text-align: center;
}
.homepage .market-intelligence h2 {
    margin-bottom: 1.5em;
}
.homepage h2 span {
    font-weight: 900;
    color: #f37021;
}
.homepage .market-intelligence h3 a {
    font-weight: 700;
    font-size: 1.8rem;    
}
.homepage .market-intelligence h3 a:hover{
    text-decoration: none;
}
.homepage .market-intelligence .options p,
.homepage .featured-topics p,
.homepage .call-to-action-section p{
    font-size: 1.5rem;
    line-height: 1.5;
}
.homepage .news-section p,
.homepage .research-section p,
.homepage .trending p {
    font-size: 1.6rem;
    line-height: 1.6;
}
.homepage .market-intelligence .options {
    float: left;
    width: 24%;
    margin-right: 1%;
    text-align: center;   
}
.homepage .market-intelligence .options.last {
    margin-right: 0;
}
@media (max-width: 760px) {
    .homepage .market-intelligence .options {
        float: left;
        width: 48%;
        height: 200px;
    }
}
@media (max-width: 486px) {
    .homepage .market-intelligence .options {
        float: none;
        width: 100%;
        margin-right: 0;
        height: auto;
    }
}
.homepage .market-intelligence .options img {
    max-height: 65px;
    padding-bottom: 10px;
}
.homepage .news-section {
    float: left;
    width: 70%;
    margin-right: 3%;
}
.homepage .research-section {
    float: left;
    width: 27%;
}
.homepage .news-section h2 span,
.homepage .research-section h2 span {
    font-weight: 900;
    color: #f37021;
}
.homepage .news-section h3,
.homepage .research-section h3,
.homepage .trending h3 {
    font-size: 2rem;
    font-weight: 700;
}
.homepage .news-section h3 a,
.homepage .research-section h3 a,
.homepage .trending h3 a {
    color: #000;
}
.homepage .news-section h3 a:hover,
.homepage .research-section h3 a:hover,
.homepage .trending h3 a:hover {
    text-decoration: none;
    color: #444;
}
.homepage .news-section .latestnewsimg {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.homepage .news-section .latestnewsimg:nth-child(3){
    margin-right: 0;
}
@media (max-width: 920px) {
    .homepage .news-section .latestnewsimg {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .homepage .news-section {
        width: 58%;
        margin-right: 5%;
    }
    .homepage .research-section {
        width: 37%;
    }
}
@media (max-width: 720px) {
    .homepage .news-section,
    .homepage .research-section {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}
.homepage .news-section .latestnewsimg img,
.homepage .research-section img {
    padding-bottom: .5em;
}
.homepage .featured-topics .topic,
.homepage .call-to-action-section .call-to-action {
    width: 30%;
    float: left;
    margin-right: 3%;
}
@media (max-width: 820px) {
    .homepage .featured-topics .topic,
    .homepage .call-to-action-section .call-to-action {
        width: 100%;
        float: none;
        text-align: center;
    }
    .homepage .call-to-action-section .call-to-action {
        padding-bottom: 1em;
    }
}
.homepage .featured-topics .topic.last,
.homepage .call-to-action-section .call-to-action.last {
    margin-right: 0;
}
.homepage .featured-topics .topic figure {
    width:400px;
    max-width: 100%;
    position: relative;
    overflow:hidden;
    margin: 0;
    padding: 0;
}
.homepage .featured-topics .topic figure:hover {
    transition: width 3s ease-in-out;
    transform: scale(1.1);
}
@media (max-width: 820px) {
    .homepage .featured-topics .topic figure {
        margin: 0 auto !important;
    }
}
.homepage .featured-topics .topic figure img.topic-img,
.homepage .trending img {
    border: 1px solid #a7a7a7;
}
.homepage .featured-topics .topic figure img.topic-img{
    margin-bottom: .5em;
}
.homepage .featured-topics .topic img.logo{
    max-height: 55px;
}
.homepage .featured-topics .topic figcaption{
    width: 100%;
    position:absolute;
    top: 20%;
    background-color: white;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}
.homepage .featured-topics .topic figcaption h3 {
    font-size: 2.5rem;
    font-weight: 700;
    padding: .5em 0;
    margin: 0;
}
.homepage .featured-topics .topic figcaption h3 a:hover {
    text-decoration: none;
}
.homepage .featured-topics .topic p.sponsored-by {
    font-size: 1.2rem;
    font-style: italic;
    margin: 0;
}
.homepage .trending {
    float: left;
    width: 70%;
    margin-right: 3%;
}
.homepage .middle-ad-sidebar {
    float: right;
    width: 300px;
    text-align: right;
}
@media (max-width: 1220px) {
    .homepage .trending {
        width: 65%;
    }
}
@media (max-width: 990px) {
    .homepage .trending {
        width: 58%;
    }
}
@media (max-width: 830px) {
    .homepage .trending,
    .homepage .middle-ad-sidebar {
        float: none;
        width: 100%;
    }
    .homepage .middle-ad-sidebar {
        text-align: center;
    }     
}
.homepage .trending .alignleft {
    margin-right: 3%;
}
.homepage .trending h5 {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 900;
}
.homepage .trending h5 a:hover{
    text-decoration: none;
}
.homepage .trending p:after {
    content: "";
    display: table;
    clear: both;
}
.homepage .call-to-action-section {
    width: 100%; 
    background: #449cc3;
    border-top: 1px solid #3e90b4;
    border-bottom: 1px solid #3e90b4;
    color: #fff;
    margin-top: 1em;
}
.homepage .call-to-action-section h3 {
    color: #fff;
    font-weight: 700;
}
.homepage .call-to-action-section img.alignleft {
    margin: 0 .5em 0 0;
}
.homepage .call-to-action-section p {
    margin: 0 0 8px 0;
}
.homepage .call-to-action-section .site-inner {
    margin-bottom: 1em;
}
@media (max-width: 990px) {
    .homepage .call-to-action-section .call-to-action:first-child{
        text-align: center;
    }
    .homepage .call-to-action-section .call-to-action:first-child img {
        float: none;
    }
}
/* # 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;
}

/* ## Related Posts
--------------------------------------------- */
.entry-footer .related .related-post {
    float: left;
    width: 22%;  
    margin-right: .5em;
}
.entry-footer .related .related-post:last-child:after {
    content: "";
    display: table;
    clear: both;
}
.entry-footer .related .related-post h5 {
    margin-top: .5em;
    line-height: 1.2;
}
@media (max-width: 769px) {
    .entry-footer .related .related-post {
        float: none;
        width: 100%;
        margin: 0 0 .5em 0;
    }
    .entry-footer .related .related-post img {
        display: none;
    }
}
/* ## Resources
--------------------------------------------- */
.resources .alignleft {
    margin-right: 1em;
}
.resources hr:before{
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 700px) {
    .resources .alignleft {
        float: none;
        margin: 0 0 1em 0;
    }
}
/* # 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;
}
.social-footer a {
    color: #444;
    margin-right: 1em;
    font-size: 1.8rem;
}
.social-footer h4 {
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
    display: inline-block;
    text-transform: uppercase
}
/* # 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: 1220px) {

    .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: 990px) {

    .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: 830px) {

    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: 830px) {
    .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: 1220px) {
    .after-header .widget-wrap {
        max-width: 960px;
    }
}

@media only screen and (max-width: 830px) {
    .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: 1220px) {
    .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: 830px) {
    .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: 990px) {
    .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: 830px) {
    .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: 990px) {
    .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;
}