/*!
Theme Name: The Robo Report V1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: backend-benchmarking-v1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Backend Benchmarking V1 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  margin: 0;
  padding: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* body,
button,
input,
select,
optgroup,
textarea { */

body,
button,
optgroup {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fdfdfd;
  text-align: justify;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* max-width: 100%; */
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  /* font-size: 12px; */
  /* font-size: 0.75rem; */
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #398775;
}

a:visited {
  color: #398775;
}

a:hover,
a:focus,
a:active {
  color: #2b4e46;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  /* display: none; */
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
  float: left;
  /* position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999; */
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# New Landing Page Styling
--------------------------------------------------------------*/

.img-left {
  width: 700px;
}

.img-left img {
  max-width: 700px;
  float: left;
  margin-right: 3em;
}

.img-left-body {
  width: 80%;
  padding-top: 2em;
}

.landing-container-full {
  width: 100%;
}

.dark-header {
  font-size: 2.2em;
  color: #000;
  font-family: 'Signika', sans-serif;
  font-style: normal;
  margin-bottom: 1em;
}

.light-header {
  font-size: 2.2em;
  color: #fff;
  font-family: 'Signika', sans-serif;
  font-style: normal;
  margin-bottom: 1em;
}

.subheader {
  font-size: 1.8em;
  color: #000;
  font-family: 'Signika', sans-serif;
  margin-bottom: 1em;
}

.subheader-light {
  font-size: 1.8em;
  color: #fff;
  font-family: 'Signika', sans-serif;
  margin-bottom: 1em;
}

.subscribe-text {
  color: #000;
  font-size: 1.2em;
  text-align: center !important;
  font-style: normal;
}

.dark-paragraph {
  color: #000;
  font-size: 1.2em;
  text-align: justify;
  font-style: normal;
}

.normal-font {
  font-size: 1em;
}

.light-paragraph {
  color: #fff;
  font-size: 1.2em;
  text-align: justify;
  font-style: normal;
}

.icon-green {
  color: #005434;
}

.email-signup .nf-form-wrap input[type="submit"], .email-signup .nf-form-wrap input[type="button"] {
  padding: 10px 15px;
  color: #fff;
  border-radius: 7px;
  border: none;
  outline: none;
  background: none;
  background-color: #f57c00;
}

.subscribe-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.inside-container {
  border: 1px solid #f57c00;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.email-signup #ninja_forms_required_items, .email-signup .nf-field-container {
  margin-bottom: 0px;
}

.email-table {
  display: table-cell;
  vertical-align: middle;
}

.email-sign-up {
  /* background-color: #fff; */
}

.bg-gray {
  background-color: #ddd;
}

.bg-building-2 img {
  max-width: 100%;
}

.container-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}

.landing-col {
  min-height: 130px;
}

.email-signup nf-fields-wrap {
  display: table;
}

.email-signup nf-fields-wrap nf-field {
  display: table-cell;
}

.email-signup .nf-field-element {
  order: 0;
}

.bg-building {
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/lightbg02.jpg);
  background-position: center center;
}

.bg-building-2 {
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/lightbg01.jpg);
  background-position: center center;
}

.landing-page-img img {
  max-width: 100%;
}

.bg-light {
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/lightbg03.jpg);
  background-position: center center;
}

.bg-light-2 {
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/lightbg04.jpg);
  background-position: center center;
}

.bg-light-3 {
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/lightbg05.jpg);
  background-position: center center;
}

.bg-light-4 {
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/lightbg06.jpg);
  background-position: center center;
}

.landing-container-full .social-media {
  text-align: center;
}

/*--------------------------------------------------------------
# Bootstrap Modifications
--------------------------------------------------------------*/

.navbar-default {
  background-color: #fff;
}

.navbar-brand {
	height: 65px;
}

.logo-line {
  padding-bottom: 10px;
  background-color: #fff;
}

.header {
  width: 100%;
  height: 300px;
  background-image: url(https://storage.googleapis.com/backendb.appspot.com/banner.jpg);
  background-position: center center;
  box-shadow: 0px 5px 5px #ededed;
  margin-bottom: 2em;
  color: #c0c0c0;
}

.header-landing {
  width: 100%;
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/top-banner-scaled.jpg);
  background-position: right top;
  color: #c0c0c0;
  background-repeat: repeat-y;
}

.header-landing .landing-head, .landing-container-full .landing-head {
  font-size: 2.2em;
  color: #fff;
  margin-top: 2em;
  margin-right: 10em;
  text-align: left;
  font-family: 'Signika', sans-serif;
  font-style: normal;
  margin-bottom: 1em;
}

.header-landing .heading-paragraph, .landing-container-full .heading-paragraph {
  color: #fff;
  font-size: 1.2em;
  margin-right: 17em;
  text-align: justify;
  font-style: normal;
}

.landing-heading-white {
    color: #fff;
    font-size: 1.2em;
    margin-right: 17em;
    text-align: justify;
    font-style: normal;
}

.landing-heading-black {
  color: #000;
  font-size: 1.2em;
  margin-right: 17em;
  text-align: justify;
  font-style: normal;
}

.header a {
  color: #337ab7;
}

.header img {
  max-width: 100%;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-header img {
  max-width: 300px;
}

.full-width {
  width: 100%;
}

h1 {
  text-align: center;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0.7em;
}

h3 {
  text-align: center;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0.6em;
}

.in-media {
  max-width: 180px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}

.robo-logo {
  max-height: 100px;
  max-width: 180px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}

.footer {
  margin-top: 3em;
  box-shadow: 0px -5px 10px #dfdfdf;
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 3em;
}

.footer .col {
  padding-left: 1em;
  padding-right: 1em;
}

.disclaimer {
  font-size: 0.8em;
}

.site-footer .menu-footer-container ul {
  list-style: none;
  margin: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.main-navigation li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav>li>a {
  text-transform: uppercase;
}

.main-navigation li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}

#menu-main .current-menu-item {
  background-color: #e7e7e7;
}

#menu-sub-menu .current-menu-item {
  background-color: #e7e7e7;
}

#menu-main .current-page-ancestor {
  background-color: #e7e7e7 !important; /* highlight color */
}

.navbar-default .navbar-nav > li.current-menu-item {
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > li.current-menu-item > a {
  color: #555;
}

#menu-footer {
  padding: 0px;
}

/* .team .media {
	font-size: 1.2em;
} */

.team .media-object {
  /* background-color: #fff;
	padding: 8px;
	box-shadow: 2px 2px 5px #c0c0c0; */
  margin-right: 15px;
}

.team-heading {
  font-size: 1.7em;
  text-align: center;
}

.team-subheading {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}

.social-icons {
  background-color: #000;
  color: #fff;
  font-size: 30px;
  padding-top: 13px;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.robo-top {
  margin-top: 1.5em;
}

.btn-orange {
  background-color: #f57c00;
  color: #fff;
}

.btn-orange:hover {
  background-color: #f57c00;
  color: #fff;
  border: 1px solid #f57c00;
}

.container-full {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.normalized-benchmarking p img {
  max-width: 100%;
}

.green-headline {
  color: #00897b;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 100;
}

.clear_2col {
}

.clear_3col {
  clear: both;
}

.icon-wrap {
  display: table-cell;
  vertical-align: top;
}

.icon-wrap .social-icons {
  padding-top: 10px;
}

.text-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  padding-right: 1em;
  text-align: justify;
  font-weight: 300;
}

.text-wrap .green-headline {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.robo-info .col-sm-12 {
  margin-bottom: 3em;
}

.fb-button {
  background-color: #4267b2;
  color: #fff;
  font-size: 0.9em;
}

.barrons {
  /* background-color: #fff;
	margin-bottom: 3em;
	padding-top: 2em;
	padding-bottom: 2em; */
  margin-bottom: 3em;
}

.headcontent {
  display: none;
}

.beb-articles p {
  line-height: 2em;
  text-transform: capitalize;
}

.top-articles .panel {
  max-width: 100%;
}

.top-articles img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}

.top-articles p {
  margin-bottom: 0em;
}

.top-articles .panel {
  min-height: 300px;
}

.top-articles .panel-body .green-headline {
  margin-bottom: 0em;
  font-size: 16px;
  font-weight: normal;
}

.media-articles a {
  color: #285248;
}

.robo-ranking-cover {
  float: right;
  margin: 2em;
}

/* .robo-info {
	background-image: url(https://storage.googleapis.com/backendb.appspot.com/bg.jpg);
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 2em;
} */

/************************
BLOG
************************/

.blog-content {
  font-size: 20px;
}

.blog-container {
  max-width: 80%;
}

.blog-content .display-flex {
  display: flex;
  flex-wrap: wrap;
}
.blog-content .display-flex > [class*="col-"] {
  display: flex;
  /* flex-direction: column; */
}
.blog-content .panel-body img {
  max-width: 100%;
}

.blog-content .nf-form-wrap input,
.blog-content .nf-form-wrap select {
  font-size: 1em;
  padding: 3px;
}

.blog-content #ninja_forms_required_items,
.blog-content .nf-field-container {
  margin-bottom: 5px;
}

.blog-content .nf-field-label label {
  font-size: 0.8em;
  font-weight: normal;
}

.blog-content .panel {
  border-style: none;
}

.blog-content .nf-form-wrap input[type="submit"],
.blog-content .nf-form-wrap input[type="button"] {
  font-size: 1em;
  padding: 7px;
  font-weight: normal;
  border-radius: 0px;
  background: none;
  background-color: #f57c00;
  border-radius: 4px;
}

.blog-content .sign-up-button {
  margin-left: auto;
  margin-right: auto;
}

.blog-content .sign-up-wrap {
  text-align: center;
}

.blog-content .post-thumbnail {
  text-align: center;
  margin-top: 1em;
}

.blog-content .post-thumbnail img {
  max-width: 100%;
}

.blog-content .cat-links {
  display: block;
}

.blog-content .tags-links {
  display: block;
}

.blog-content .byline {
  display: none;
}

.blog-content .widget_ninja_forms_widget {
  /* border: 1px solid #ddd; */
  padding: 0.5em;
  /* background-color: #4fb5de; */
  border-radius: 4px;
  color: #fff;
}

.blog-content .widget_ninja_forms_widget a {
  color: #285248;
}

.blog-content .post_image {
  float: left;
  margin-right: 10px;
}

.blog-content .post_image img {
  max-width: 300px;
}

.blog-content .panel-body .separator:last-of-type {
  display: none;
}

.blog-post .panel {
  width: 100%;
}

.blog-post .panel-body h2 {
  text-align: left;
}

.blog-content .page-header {
  border-bottom: none;
}

.blog-content .panel-body ul {
  margin-left: 1.6em;
}

.blog-link a {
  color: #398775 !important;
  font-weight: bold;
  letter-spacing: 1px;
}

.widget-area section {
  padding-bottom: 2em;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 2em;
}

.widget-area section:last-of-type {
  border-bottom: none;
}

.pagination-row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.tagcloud {
  height: 300px;
  overflow: auto;
}

.tag-cloud-link {
  display: list-item;
}

.main_post_image {
  height: 230px;
  width: 100%;
  overflow: hidden;
}

.blogpost-title h3 {
  text-align: left;
  border-bottom: none;
}

.blogpost-title {
  height: 4.4em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #d2d2d2;
}

.page .entry-thumbnail {
  display: none;
}

.post-thumbnail {
  max-width: 100%;
  max-height: 460px;
  overflow: hidden;
}

.featured_posts h2 {
  text-align: left;
}

.blog_top_bar {
  float: left;
}

.blog_top_bar ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}

.blog_top_bar ul li {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  max-width: 150px;
}

.blog_top_bar ul li a {
  color: #404040;
  font-size: 17px;
}

.blog_top_bar ul li a:hover {
  color: #398775;
}

.main-post .crp_related {
  display: none;
}

.category-row h3 {
  display: none;
}

.category-row {
  margin-bottom: 2em;
  padding: 0.5em;
  text-transform: uppercase;
}

.index-sidebar .widget ul {
  margin: 0;
}

.index-sidebar .widget ul li {
  list-style: none;
  text-align: left;
}

.nsfp_featured_post_widget ul li {
  margin-bottom: 0.5em;
}

.yarpp-related h3 {
  display: none;
}

.yarpp-thumbnail > img,
.yarpp-thumbnail-default {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  height: 150px !important;
}

.blog-content .social-icons {
  width: auto;
}

.blog-content .orange-featured {
  color: orange;
}

.blog-content .featured-block {
  display: inline-block;
  text-align: center;
  margin-right: 0.5em;
}

.featured-text {
  font-weight: bold;
  margin-top: -0.2em;
  font-size: 0.7em;
}

.blog-content .wp-block-table,
.blog-content .wp-block-table th,
.blog-content .wp-block-table td {
  padding: 10px;
  border-collapse: collapse;
  text-align: left;
}

.blog-content .wp-block-table td {
  border: 1px solid #c0c0c0 !important;
}

.blog-content .featured_posts ul {
  overflow: hidden;
  padding-left: 1em;
}

/************************
MENU
************************/

li:hover > .sub-menu {
  display: block;
}

ul.menu li ul.sub-menu {
  display: block !important;
  visibility: visible !important;
  top: 100% !important;
  position:relative;
}

#navigation ul li:hover ul

.sub-menu {
  display: block;
}

.sub-menu li {
  display: block !important;
  visibility: visible !important;
  position:relative;
}

.sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky-menu + .header-container {
  padding-top: 61px;
}

#nav-bar {
  display: inherit;
  z-index: 1000;
}

/**********************
LIGHTBOX
***********************/

.subscribe_mobile {
  margin-bottom: 1.5em;
  background-color: transparent;
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2019/10/Subscribe-Box3.jpg);
}

.subscribe_mobile h2 {
  text-align: center;
}

.subscribe_side {
  background-color: transparent;
  background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2019/10/Subscribe-Box3.jpg);
}

.subscribe_side h2 {
  text-align: center;
}

.privacy {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.lock {
  display: table-cell;
  vertical-align: middle;
}

.lockside {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  color: #b2b2b2;
  font-size: 1.4em;
  line-height: 20px;
}

.lightbox {
  position: relative;
  background: #fff;
  padding: 40px;
  width: auto;
  max-width: 50%;
  margin: 20px auto;
}

.lightbox_head {
  color: #e5a32a;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.lightbox_p {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 25px;
}

.lightbox p {
  font-weight: normal;
}

.mfp-close {
  background-image: url(https://storage.googleapis.com/backendb.appspot.com/x.png);
  /* REPLACE URL */
  width: 28px;
  height: 28px;
  margin-top: -10px;
  margin-right: -10px;
}

/**********************
NINJA FORMS
***********************/

/* .nf-form-title, .nf-form-title, */

.nin-title {
  color: #e5a32a;
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center;
  margin-bottom: -1.3em;
}

.nf-form-wrap input,
.nf-form-wrap select {
  border: 1px solid #bfbfbf;
  font-size: 20px;
  width: 95% !important;
  padding: 10px;
  margin: 5px 0px;
}

.nf-form-wrap select {
  width: 98% !important;
}

.nf-form-wrap input[type="submit"],
.nf-form-wrap input[type="button"] {
  padding: 20px 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 7px;
  border: none;
  outline: none;
  background: linear-gradient(#93e52a, #42bf1a);
  box-shadow: 3px 3px 5px #bababa;
  margin-top: 15px;
  height: auto !important;
  width: 98% !important;
}

.nf-field-element p {
  font-size: 1.3em;
  line-height: 140%;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 1em;
}

.nf-form-fields-required {
  display: none;
}

.nf-response-msg {
  margin-top: 3em;
}

label {
  font-weight: normal;
}

.field-wrap > div input[type="checkbox"],
.field-wrap button,
.field-wrap input[type="button"],
.field-wrap input[type="submit"] {
  width: auto !important;
}

.blog-content .widget_ninja_forms_widget .nf-after-field {
  width: auto;
}

.blog-content .widget_ninja_forms_widget .nf-error-field-errors {
  text-align: left;
}

/**********************
LANDING PAGE
***********************/

.info-image img {
  max-width: 100%;
}

.email-signup .nf-form-wrap input {
  font-size: 1em;
  /* width: 200px !important; */
  padding: 5px;
}

.email-signup nf-field {
}

.email-signup .nf-form-wrap input[type="submit"], .nf-form-wrap input[type="button"] {
  padding: 9px;
  font-size: 1em;
  border-radius: 3px;
  margin-top: 6px;
}

/* RIA study form */
.ria-study-checkboxes {
  width: 50%;
  float: left;
}

.ria-study-field {
  width: 50%;
  float: right;
}

.ria-study #ninja_forms_required_items, .nf-field-container {
  clear: none !important;
}

/************************
SUPSYSTIC TABLES
************************/

table.supsystic-table td {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
}

table.supsystic-table {
  width: 100% !important;
}

/************************
MEDIA QUERIES
************************/

@media screen and (min-width: 1200px) {
  .robo-info .panel-body {
    min-height: 252px;
  }
}

@media screen and (max-width: 1199px) {
  .clear_2col {
    clear: both;
  }
  .clear_3col {
    clear: none;
  }

  .top-articles .panel {
    min-height: 360px;
  }
  .blogpost-title {
    height: 6em;
  }
  .main_post_image {
    height: 200px;
  }
  .header-landing {
    background-image: url(https://storage.googleapis.com/gcs.backendb.com/1/2020/05/banner_dark.jpg);
  }
}

/* for single column mobile/tablet */
@media screen and (max-width: 990px) {
  .header {
    height: auto;
  }
  .lightbox {
    max-width: 90%;
  }
  .subscribe_mobile {
    display: relative;
  }
  .index-sidebar .subscribe_side {
    display: none;
  }
  .blogpost-title {
    height: auto;
  }
  .sticky-menu {
    position: initial;
  }

  .sticky-menu + .header-container {
    padding-top: 0px;
  }
  .blog_top_bar ul li {
    margin-left: 0.5em;
    margin-right: 0.5em;
    /* padding: 0em 0.5em; */
    /* text-align: center;
    display: inline-block;
    vertical-align: middle; */
  }
  .header-landing .landing-head, .landing-container-full .landing-head {
    margin-right: 0px;
  }
  .header-landing .heading-paragraph, .landing-container-full .heading-paragraph {
    margin-right: 0px;
  }
  .landing-container-full .social-media {
    margin-bottom: 1em;
  }
  .returns {
    text-align: center;
  }
  .landing-col {
    min-height: 0px;
  }
}

@media screen and (min-width: 991px) {
  .subscribe_mobile {
    display: none;
  }
  .index-sidebar .subscribe_side {
    display: relative;
  }
  .sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .sticky-menu + .header-container {
    padding-top: 61px;
  }
}

@media screen and (min-width: 769px) {
  .show-mobile {
    display: none;
  }
  .blog-container {
    max-width: 70%;
  }
}

@media screen and (min-width: 750px) {
  .table-contents {
    padding-left: 3em;
    padding-right: 3em;
  }
}

@media screen and (max-height: 850px) {
  .lightbox {
    max-width: 90%;
  }
  .nf-form-content .nf-desc p,
  .nf-form-content input,
  .nf-form-content select {
    font-size: 1.1em;
    margin: 0px !important;
    margin-bottom: 5px !important;
    padding: 4px;
  }
  .nf-form-content input[type="submit"],
  .nf-form-content input[type="button"] {
    font-size: 1.1em;
    padding: 5px;
    margin: 3px 0px;
  }
  .nf-form-content .nf-form-title {
    font-size: 1.3em;
    line-height: 130%;
    margin: 0px 0px 5px 0px;
  }
  .nf-form-content .field-wrap {
    margin-bottom: 8px;
  }
  .privacy {
    width: 100%;
  }
  .lockside {
    font-size: 0.9em;
    line-height: 110%;
  }
  .robo-ranking-cover {
    float: none;
    text-align: center;
    margin: 2em;
  }
}

@media screen and (max-width: 768px) {
  .blog-content .blog-post {
    width: 100%;
  }
  /* RIA study form */
  .ria-study-checkboxes {
    width: 100%;
    float: none;
  }

  .ria-study-field {
    width: 100%;
    float: none;
  }
  .blog-container {
    max-width: 100%;
  }
  .show-mobile {
    display: inline;
  }
  .show-mobile li.current-menu-item {
    background-color: transparent !important;
  }
  .show-mobile li.current-menu-item > a {
    background-color: #e7e7e7 !important;
  }
  .sub-menu a {
    background-color: transparent !important;
  }
  .sub-menu li.current-menu-item a {
    display: block;
    padding: 3px;
    background-color: #e7e7e7 !important;
  }
}

@media screen and (max-width: 600px) {
  .clear_2col {
    clear: none;
  }
  .robo-logo {
    max-width: 100px;
    max-height: 50px;
  }
  .blog-content .wp-block-table td {
    font-size: 0.7em;
  }
  .category-row {
    margin-top: 2em;
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .blog-content .panel-body img {
    max-width: 100%;
  }
  .blog-content .panel-body h2 {
    text-align: left;
  }
  .email-signup .nf-form-wrap input[type="submit"], .email-signup .nf-form-wrap input[type="button"] {
    font-size: 1em;
  }
  .email-signup nf-fields-wrap {
    display: table;
  }
  .email-signup nf-fields-wrap nf-field {
    display: block;
  }
  .header-landing .heading-paragraph, .landing-container-full .heading-paragraph {
    text-align: left;
  }
}

/* @media screen and (min-width: 720px) {
	.top-articles-panel-mobile {
		display: none;
	}
	.top-articles-panel {
		z-index: 999;
		position: fixed;
		right: 0;
		bottom: 0;
		max-width: 500px;
		max-height: 400px;
	}
} */

/* @media screen and (max-width: 720px) {
	.top-articles-panel-mobile {
		display: inline;
	}

	.top-articles-panel {
		display: none;
	}
} */
