@charset "UTF-8";
/*
$serif:'Volkhov', serif;
$serif: Times;
*/
/* this isn't exactly the brand color which is #B7DF4D, but is pushed to a slightly more usable green */
/* --------- RESETS (don't need because this has a theme) --------- */
/* * {	-webkit-tap-highlight-color: rgba(0,0,0,0); } */
/*removes gray tap on mobile iOS/Android */
/* textarea, input, button { outline: none; -webkit-appearance:none; -webkit-border-radius:0} */
/*remove rounded edges on inputs on iOS */
/*img { border:none; }

.nowrap {white-space:nowrap;}
*/
.clearall {
  clear: both; }

input {
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="submit"] {
  -webkit-appearance: none; }

body {
  font-family: 'Roboto';
  -webkit-font-smoothing: antialiased; }

i {
  font-family: "zorroaicons", "Roboto";
  font-style: normal; }

a, input[type=image] {
  transition: 0.3s; }

a {
  color: #82a626; }

a:hover {
  color: #1875d1; }

::-webkit-input-placeholder {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: #b3b3b3; }

:-moz-placeholder {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: #b3b3b3; }

::-moz-placeholder {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: #b3b3b3; }

:-ms-input-placeholder {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  color: #b3b3b3; }

.tinytext p {
  font-size: 12px;
  color: #CCC;
  font-weight: 300;
  letter-spacing: 2px; }

.tcvpb-inversed_text .tinytext p {
  color: gray; }

.footnote p {
  font-size: 11px;
  opacity: 0.5;
  font-style: italic; }

.privlist {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 15px !important; }

/* ----------- THEME OVERRIDES — http://preview.ab-themes.com/astir/ ---------- */
p {
  line-height: 1.3em;
  margin-bottom: 15px; }

p a {
  line-height: normal;
  letter-spacing: 0; }

#logo a {
  width: 142px; }

#main_footer_columns {
  background: #272727;
  margin: 40px auto 0;
  padding: 80px 0 40px;
  color: #FFF;
  color: #b3b3b3; }

#main_footer_columns a, #main_footer_columns .cat-item a, #main_footer_columns .page_item a {
  color: #b3b3b3;
  text-decoration: none; }

#main_footer_columns a:hover,
#main_footer_columns .cat-item a,
#main_footer_columns .page_item a:hover,
.footer_copyright a:hover,
#main_footer_copyright .footer_social a:hover {
  color: #73b71c; }

#main_footer_columns .span3:first-child p {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px; }

#main_footer_columns .span3:first-child img {
  width: 180px;
  margin-bottom: 0;
  position: relative;
  top: -18px; }

#black-studio-tinymce-2 {
  margin-bottom: 20px !important; }

#main_footer_columns #black-studio-tinymce-5 p {
  font-family: "Roboto", sans-serif;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0; }

#main_footer_columns #black-studio-tinymce-5 {
  margin-bottom: 0; }

.footer_copyright a {
  color: #646464; }

.header_layout_regular #main_menu {
  padding-right: 0; }

.page ul {
  margin-bottom: 0;
  margin-left: 0; }

.header_layout_regular #main_menu ul.menu-depth-1 {
  display: none; }

.bigger_text p {
  font-style: normal !important; }

.page-template-default section, .search-results section {
  background-color: #FFF; }

/* turn the default template pages white on the background. */
.search-results .bigger_text p {
  color: #82a626; }

.results .span12 div {
  border-bottom: 4px solid #000;
  margin-bottom: 80px; }

.results .span12 div:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.search_resuls_number {
  display: none; }

h1 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  margin-bottom: 40px; }

h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 1px;
  margin-bottom: 20px; }

h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: normal;
  font-weight: 500 !important;
  margin-bottom: 20px; }

h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: bold !important;
  color: #4d4948;
  margin-bottom: 10px; }

h6 {
  font-weight: 300 !important;
  text-transform: uppercase;
  padding: 15px 0; }

/* used for captions, like under the videos on the help center */
#astir_main_header.header_layout_regular .wrapper_right_icons {
  margin-left: 24px; }

.tcvpb_divider_fat {
  margin: 40px 0; }

h1 span {
  font-size: 36px;
  color: #82a626 !important; }

.tcvpb_service_box p, .tcvpb_service_box h5 {
  text-align: left !important; }

/* --- Turning off comments ---*/
#comments_section, .post_comments {
  display: none !important; }

.recent_posts.post_dropdown_open .recent_post_comment {
  display: none !important; }

.header_layout_regular .post_dropdown ul.recent_posts li span {
  margin-top: 5px; }

.recent_posts.post_dropdown_open .recent_post_date i {
  display: none; }

#single_post_header_meta {
  padding: 10px 60px; }

#single_post_header_meta img {
  width: 50px;
  height: 50px; }

.post_tags.right {
  position: relative;
  top: 7px; }

#single_post_header_meta .post_author a {
  text-decoration: none;
  color: #73b71c; }

#single_post_header_meta.single_post_without_image {
  background: #4d4948;
  color: #fff; }

/* undo the no-image light bar */
#single_post_header_meta.single_post_without_image .post_category a, #single_post_header_meta.single_post_without_image .post_comments a {
  color: #FFF; }

.single_post_no_image_container {
  padding: 60px 0 40px;
  background: #FFF; }

.single_post_content {
  overflow: visible; }

.single_post_content .container {
  width: 100%; }

.single_post_content .row {
  max-width: 1400px;
  margin: auto; }

.post_index_wrapper h5 a {
  font-size: 30px;
  line-height: 37px; }

.post_index_wrapper p {
  line-height: 24px; }

.blog .sidebar {
  background: #FFF; }

.blog .sidebar_right {
  padding: 20px; }

.blog .sidebar input {
  border-bottom: 1px solid #b3b3b3; }

.blog .sidebar input:focus {
  border-bottom: 2px solid #82a626; }

.blog .sidebar h5 {
  margin-bottom: 20px; }

.blog .sidebar li a {
  line-height: 22px; }

.blog .sidebar li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.blog .sidebar section:last-of-type.tcvpb_section_tc {
  padding: 0; }

aside .widget:last-of-type {
  margin-bottom: 0; }

aside .widget a.tcvpb-button_ghost:hover {
  color: #000 !important; }

.single_post .bigger_text p {
  font-size: 22px;
  line-height: 32px; }

#single_post_header_meta.single_post_without_image .post_comments i, #single_post_header_meta.single_post_without_image .post_tags i {
  color: #FFF; }

.single_post_title_wrapper h1, .single_post_title_wrapper p {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

.single_post_no_image_container h1, .single_post_no_image_container p {
  text-shadow: none; }

.post_content {
  max-width: 960px;
  margin: auto; }
  .post_content h2 {
    margin: 40px 0 10px; }
  .post_content h3 {
    margin: 30px 0 10px; }

.post_content h2:first-of-type {
  margin-top: 0; }

.single-post .single_post .post_tags {
  max-width: 720px;
  margin: 20px auto 0;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0 0; }

/* ------ Hijacking the Dropbox icon for a Crunchbase icon -------- */
.ci_icon-dropbox:before {
  font-family: "zorroaicons", "Roboto";
  content: "\e903";
  font-size: 18px;
  position: relative;
  top: 2px; }

.ci_icon-youtube {
  position: relative;
  top: -2px; }

/* ---------- The Creator Overrides ----------- */
section.tcvpb_section_tc {
  padding: 0; }

section:first-of-type.tcvpb_section_tc {
  padding-top: 60px; }

section:last-of-type.tcvpb_section_tc {
  padding-bottom: 40px; }

.tcvpb_team_member .team_member_collapse {
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  /* bottom: 0; height: 90px; */ }

.tcvpb_team_member .team_member_collapse p {
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px 0; }

.tcvpb-button {
  text-transform: uppercase;
  margin: 20px 0; }

.tcvpb_divider_solid {
  margin: 60px 0;
  border-color: #b3b3b3; }

.tcvpb-inversed_text p {
  color: #FFF; }

.tcvpb-inversed_text .tcvpb_divider {
  border-color: #666; }

.tcvpb-accordion .ui-accordion-header {
  font-family: "Roboto", sans-serif;
  font-weight: normal !important;
  letter-spacing: normal;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px;
  color: #82a626; }

.ui-accordion-header-icon.ui-icon {
  display: none !important; }

.tcvpb-accordion .ui-accordion-content {
  background: #f6f6f6;
  padding: 20px; }

.tcvpb-accordion ul {
  margin: 20px; }

.tcvpb_stats_excerpt p {
  font-size: 22px;
  line-height: 27px; }

.tcvpb_blockquote.tcvpb_blockquote_style1 small, .tcvpb_blockquote.tcvpb_blockquote_style1 small a {
  display: block;
  text-decoration: none;
  border: none;
  text-align: left;
  color: #b3b3b3 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  letter-spacing: 0; }

.tcvpb_blockquote.tcvpb_blockquote_style1 small a:hover {
  color: black !important; }

.tcvpb_blockquote.tcvpb_blockquote_style1 small:before {
  background: #b3b3b3 !important; }

.post_content blockquote {
  width: 90% !important;
  margin: auto !important;
  text-align: left;
  padding: 40px 0; }

.post_content .tcvpb_blockquote.tcvpb_blockquote_style1 {
  position: relative; }

.post_content .tcvpb_blockquote.tcvpb_blockquote_style1 p:first-child:before {
  content: "\201c";
  position: absolute;
  left: -34px;
  top: 51px;
  color: #82a626;
  font-family: 'Georgia', serif;
  font-size: 80px; }

.tcvpb_blockquote_style2 {
  padding: 20px 0 0;
  margin: 0; }

.tcvpb_blockquote_style2 blockquote {
  line-height: 24px !important; }

.tcvpb_blockquote_style2 p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  margin-left: 40px;
  position: relative; }

.tcvpb_blockquote_style2 p:first-child:before {
  content: "\201c";
  position: absolute;
  left: -34px;
  top: 15px;
  color: #82a626;
  font-family: 'Georgia', serif;
  font-size: 80px; }

.tcvpb_blockquote.tcvpb_blockquote_style2:before {
  display: none; }

.tcvpb_blockquote_style2 small {
  color: gray;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  margin-left: 40px;
  position: relative; }

.tcvpb_blockquote_style2 small:before {
  content: '\2014';
  position: absolute;
  left: -20px; }

/* ----------- USEFUL CREATOR STYLES ----------- */
.homepage-intro h2 {
  padding: 2vw 0; }

.homepage-intro h5 {
  text-transform: uppercase;
  letter-spacing: normal; }

.homepage-intro .tcvpb_service_content p {
  font-size: 16px;
  line-height: 20px;
  color: #4d4948; }

.homepage-intro .tcvpb_service_box {
  padding: 40px; }

.homepage-intro .tcvpb_service_box.tcvpb_service_box_big .tcvpb_icon_boxed i {
  font-size: 47px; }

.centered {
  text-align: center;
  margin: auto; }

.twocol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 220px;
  -moz-column-width: 220px;
  column-width: 220px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em; }

/* This is a minimum width */
section.teamgroup .tcvpb_column_tc_span12 {
  display: flex;
  flex-wrap: wrap; }

.teamgroup .tcvpb_team_member, .teamgroup .tcvpb-callout_box {
  width: 20%; }

.teamgroup .tcvpb-callout_box {
  flex-direction: column;
  padding: 20px;
  background: #4d4948;
  color: #FFF; }

.teamgroup .tcvpb-callout_box_title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 300;
  font-family: "Roboto Slab", serif; }

.teamgroup .tcvpb-callout_box .tcvpb_column_tc_span9, .teamgroup .tcvpb-callout_box .tcvpb_column_tc_span3 {
  float: none;
  width: 100%;
  text-align: center; }

.teamgroup .tcvpb-callout_box .tcvpb_column_tc_span9 {
  margin: 60px 0 40px; }

.teamgroup .tcvpb-button {
  border-color: #FFF;
  color: #FFF;
  text-transform: uppercase;
  transition: 0.3s; }

.teamgroup .tcvpb-button:hover {
  background: #000; }

section.careersjoin, section:last-of-type.tcvpb_section_tc.careersjoin {
  padding-bottom: 0; }

.careersjoin .tcvpb-callout_box {
  flex-direction: column;
  padding: 20px;
  background: #4d4948;
  color: #FFF;
  text-align: center; }

.careersjoin .tcvpb-callout_box_title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  font-weight: 300;
  font-family: "Roboto Slab", serif; }

.careersjoin .tcvpb-callout_box .tcvpb_column_tc_span9, .careersjoin .tcvpb-callout_box .tcvpb_column_tc_span3 {
  float: none;
  width: 100%;
  text-align: center; }

.careersjoin .tcvpb-callout_box .tcvpb_column_tc_span9 {
  margin: 20px; }

.careersjoin .tcvpb-button_ghost.tcvpb-button_dark {
  border-color: #FFF;
  color: #FFF;
  margin-bottom: 20px; }

.careersjoin .tcvpb-button_ghost.tcvpb-button_dark:hover {
  background: #000; }

/* --- custom scrollbars on teamgroup --- */
.teamgroup .team_member_collapse {
  overflow-y: auto;
  overflow-x: hidden; }

.teamgroup ::-webkit-scrollbar {
  width: 6px; }

.teamgroup ::-webkit-scrollbar-track {
  border-radius: 0;
  background: #b3b3b3; }

.teamgroup ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #73b71c; }

.stackimage-space .tcvpb-image {
  margin-bottom: 40px; }

.stackimage-space .tcvpb-image img {
  max-width: 220px;
  margin: auto; }

.forcepadding {
  padding: 40px; }

section.nopadding {
  padding: 0; }

section:first-of-type.tcvpb_section_tc.nopadding, section:last-of-type.tcvpb_section_tc.nopadding {
  padding: 0; }

.page-id-90 section:last-of-type.tcvpb_section_tc {
  padding-bottom: 0; }

.contact-table td {
  line-height: 22px !important;
  padding-bottom: 20px !important; }

.contact-table table {
  margin-bottom: 0; }

.statementpanel {
  padding: 80px !important; }

.statementpanel em {
  color: gray;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal; }

.statementpanel p {
  max-width: 700px;
  margin: auto; }

.statementpanel.wide p {
  max-width: 880px; }

.statementpanel.wide .maxwidth p {
  max-width: 100%; }

.pressroom-posts .tcvpb_posts_shortcode img, .pressroom-posts .tcvpb_posts_shortcode p, .pressroom-posts .tcvpb_posts_shortcode .date_container {
  display: none; }

.pressroom-posts h4 {
  margin-bottom: 40px; }

.pressroom-posts .tcvpb_posts_shortcode h5 a {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.tcvpb_posts_shortcode h5 a:hover {
  color: #82a626; }

.pressroom-posts .tcvpb_posts_shortcode:last-child h5 a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.pressroom-posts .tcvpb_posts_shortcode .tcvpb_latest_news_shortcode_container {
  padding: 0;
  min-height: 0; }

.pressroom-posts .tcvpb_posts_shortcode .tcvpb_latest_news_shortcode_container h5 a:hover {
  color: #82a626; }

.pressroom-posts .tcvpb_posts_shortcode:hover:before {
  height: 0; }

.pressroom-posts .tcvpb_posts_shortcode:hover {
  box-shadow: none; }

.homepage-posts .tcvpb_posts_shortcode .tcvpb_latest_news_shortcode_container h5 a {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal; }

.homepage-posts .tcvpb_posts_shortcode img {
  display: none; }

/* homepage post view, remove images */
.homepage-posts .tcvpb_posts_shortcode .tcvpb_latest_news_shortcode_container p {
  line-height: 20px; }

section.tcvpb_section_tc.homepage-video {
  padding: 60px; }

.robo_gallery .category218 .rbs-img-image[mfp-title="Zorroa - White PNG"] {
  background-color: #e1e1e1; }

.outline {
  border: 1px solid #f2f2f2; }

.max300 {
  max-width: 300px; }

.max800 .tcvpb_container {
  max-width: 800px; }

.subnav a {
  color: #4d4948;
  text-transform: uppercase;
  text-decoration: none; }

.subnav a:hover {
  color: #82a626; }

.subnav i {
  color: #b3b3b3 !important; }

.simpleform .gform_wrapper {
  background: #f6f6f6;
  margin: auto;
  max-width: 800px;
  padding: 0 40px 20px; }

.simpleform .gform_confirmation_message {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  color: #82a626; }

.client-testimonials img {
  max-width: 220px;
  margin: auto; }

.client-testimonials .tcvpb_blockquote_style2 {
  padding: 20px 0 0;
  margin: 0; }

.client-testimonials blockquote {
  line-height: 24px !important; }

.client-testimonials .tcvpb_blockquote_style2 p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  margin-left: 40px;
  position: relative; }

.client-testimonials .tcvpb_blockquote_style2 p:first-child:before {
  content: "\201c";
  position: absolute;
  left: -34px;
  top: 15px;
  color: #82a626;
  font-family: 'Georgia', serif;
  font-size: 80px; }

.tcvpb_blockquote.tcvpb_blockquote_style2:before {
  display: none; }

.client-testimonials .tcvpb_blockquote_style2 small {
  color: gray;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  margin-left: 40px;
  position: relative; }

.client-testimonials .tcvpb_blockquote_style2 small:before {
  content: '\2014';
  position: absolute;
  left: -20px; }

.story .textcol {
  padding: 20px 60px; }

.story h1 {
  font-size: 38px; }

.story h5 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #b3b3b3; }

section.story .tcvpb_container, section.middlealign .tcvpb_container, .tcvpb-callout_box.middlealign {
  display: flex;
  align-items: center;
  justify-content: center; }

.skipto {
  color: gray;
  font-size: 14px; }

.overimagestatement {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px; }

.overimagestatement .tcvpb_container {
  padding: 120px 0; }

/* when you want to show type over a background image. Darken the background in Photoshop first */
/* on mobile, these centered headers will be left aligned; styles for this in responsive */
.monitorimages img {
  width: 80%;
  margin: auto; }

/* used on the homepage posts to make them the same height. */
/* used in any section to normalize the height. */
.nopostimages .tcvpb_posts_shortcode img {
  display: none; }

/* homepage post view, remove images */
.green a, .highlightword {
  color: #82a626 !important; }

.green a:hover {
  color: black; }

.whitebkg {
  background: #FFF;
  padding: 10px 40px 20px;
  margin: 40px 0; }

.whitebkg input {
  border: 1px solid #b3b3b3; }

#input_4_2, #input_4_3 {
  width: 100%; }

#gform_submit_button_4 {
  padding: 10px 40px !important; }

section.asseenin {
  padding-top: 40px;
  text-align: center; }

.asseenin .p_tc {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: 18px; }

.asseenin img {
  max-width: 120px;
  margin: auto; }

.hide {
  display: none !important; }

/* ----------- PLUGIN OVERRIDES ----------- */
#at_zurlpreview:before {
  content: 'MEDIA MENTION';
  position: absolute;
  top: -40px;
  left: 0;
  color: #b3b3b3; }

#at_zurlpreview {
  border: 1px solid #b3b3b3;
  background: #f2f2f2;
  padding: 20px;
  position: relative; }

#at_zurlpreview h2 {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: normal;
  line-height: normal; }

#at_zurlpreview p.imgp {
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px; }

#at_zurlpreview p.imgs {
  clear: both;
  line-height: 18px;
  margin-bottom: 0; }

/* --- General Gravity Forms Updates */
.gform_fields li {
  margin: 0 0 20px !important; }

.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="email"], .gform_wrapper textarea {
  margin-bottom: 0 !important; }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper label.gfield_label {
  font-weight: 500 !important; }

.gfield_radio li, .gfield_checkbox li {
  margin-bottom: 5px !important; }

.gfield_description {
  font-size: 16px !important;
  line-height: 22px !important;
  margin: 10px 0 20px !important;
  color: #4d4948; }

.gforms_confirmation_message {
  color: #82a626;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px;
  max-width: 700px;
  padding: 20px;
  border: 2px solid #82a626;
  margin: auto; }

.gforms_confirmation_message a {
  font-weight: 500;
  color: black; }

.gform_button {
  border: 1px solid #FFF !important;
  background: #73b71c;
  color: #FFF;
  padding: 20px 40px !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer; }

.gform_button:hover {
  background: #4d4948; }

.gfield_required {
  color: #ce2d3f !important; }

.gform_wrapper div.validation_error {
  color: #ce2d3f !important;
  border: none !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 2px solid #ce2d3f !important;
  margin: 5px !important; }

.gform_wrapper .validation_message {
  color: #ce2d3f !important;
  font-weight: 300; }

/* --- Gravity Form in the Footer --- */
#gform_wrapper_1 {
  margin: 0; }

#gform_wrapper_1 .gform_fields li {
  margin: 0 !important; }

#gform_wrapper_1 #field_1_1 label {
  display: none; }

#gform_wrapper_1 .ginput_container_email {
  float: left; }

#gform_wrapper_1 .gform_footer {
  float: right; }

#gform_wrapper_1 input[type=image] {
  background: #82a626 !important;
  padding: 12px !important; }

#gform_wrapper_1 input[type=image]:hover {
  background: #4d4948 !important; }

#gform_wrapper_1 form {
  display: flex; }

#gform_wrapper_1 .gform_wrapper .gform_footer {
  width: 60px !important; }

#gform_wrapper_1.gform_wrapper ul li.gfield,
#gform_wrapper_1.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

#gform_wrapper_1 input[type=text] {
  width: 100% !important; }

#gform_wrapper_1.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-left: 10px !important; }

#gform_wrapper_1.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important; }

#gform_wrapper_1.gform_wrapper .gform_footer {
  width: 60px !important; }

#gform_wrapper_1.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important; }

#gform_wrapper_1 .ginput_container.ginput_container_email {
  width: 100% !important; }

#gform_wrapper_1 .validation_error {
  display: none; }

#gform_wrapper_1.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

#gform_wrapper_1.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important; }

#gform_wrapper_1.gform_wrapper li.gfield.gfield_error, #gform_wrapper_1.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important; }

#gform_wrapper_1.gform_wrapper .validation_message {
  line-height: 16px !important;
  font-weight: normal !important;
  color: #ce2d3f !important; }

#gform_wrapper_1.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_wrapper_1.gform_wrapper li.gfield_error textarea {
  border-color: #ce2d3f; }

#gform_confirmation_message_1 {
  color: #73b71c !important;
  line-height: 24px !important; }

#gform_confirmation_message_1 .gforms_confirmation_message {
  margin-top: 40px !important; }

#gforms_confirmation_message_4 .tcvpb-inversed_text p, .gforms_confirmation_message p {
  color: #82a626 !important; }

#gforms_confirmation_message_4 {
  margin-top: 25px !important; }

#gforms_confirmation_message_1 {
  margin-top: 40px; }

/* --- Gravity Form for Request a Demo Long Page --- */
#gform_wrapper_2 {
  margin: 20px auto;
  max-width: 700px;
  background: #f2f2f2;
  padding: 0; }

#gform_wrapper_2 li {
  padding: 20px; }

#field_2_12 {
  /* margin-top: 40px !important; */
  /* padding-top: 40px; border-top: 1px solid $gray-med; */
  font-family: "Roboto Slab", serif;
  color: #82a626;
  font-weight: 300;
  font-size: 22px;
  line-height: 34px; }

#gform_wrapper_2 ul li:nth-child(even) {
  background: rgba(255, 255, 255, 0.8); }

#gform_wrapper_2 ul li ul li:nth-child(even), #gform_wrapper_2 ul li:last-of-type {
  background: inherit; }

#gform_wrapper_2 input {
  border: 1px solid #ededed; }

li#field_2_11 {
  margin: 0 !important;
  padding: 0 20px !important; }

#gform_wrapper_2 .gform_footer {
  margin: 0 !important;
  padding: 20px 0 !important;
  text-align: center; }

/* --- Gravity Form for Request Support --- */
#gform_wrapper_3 {
  margin: 20px auto;
  max-width: 700px;
  padding: 0; }

#gform_wrapper_3 .gform_drop_area {
  background: #FFF;
  border-color: #73b71c; }

/* ------------- RELEASE NOTES ----------*/
.text-page-container {
  background: #FFF;
  padding: 0 20% 60px;
  letter-spacing: normal; }

.text-page-container h2 {
  text-transform: none;
  border-top: 1px solid #b3b3b3;
  padding-top: 40px;
  margin-top: 40px; }

.text-page-container h3 {
  font-size: 24px;
  margin: 20px 0 10px; }

.text-page-container ul {
  margin-left: 80px; }

.text-page-container h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

/* --------- FAQs ---------- */
section.ac-container {
  max-width: 670px; }

section.ac-container h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  margin: 40px 0 10px; }

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #FFF;
  color: #4d4948;
  text-shadow: none;
  box-shadow: none !important;
  background-image: none !important;
  background: #f6f6f6 !important;
  border: 1px solid #ededed;
  font-weight: normal; }

.single-bwl_advanced_faq .single_post_title_wrapper {
  padding: 0; }

.single-bwl_advanced_faq h1 {
  margin-bottom: 0; }

.single-bwl_advanced_faq .single_post_content.faq_single {
  padding-top: 0; }

/* ------- ROYAL SLIDER HOMEPAGE -------- */
.royalSlider h1 {
  text-transform: uppercase;
  color: #FFF !important;
  font-size: 4vw;
  line-height: 1em;
  padding: 1vw;
  max-width: 880px; }

.rsABlock, .rsSBlock {
  display: flex;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  justify-content: center;
  text-align: center;
  flex-direction: column; }

/* ------- GINGER COOKIE ---------- */
.ginger_container.dark {
  background: rgba(0, 0, 0, 0.8); }

.ginger_container {
  font-size: 14px; }

.ginger_container.bottom {
  padding: 10px 20px;
  width: 80%;
  margin: 0 0 10px 10px;
  border-radius: 3px; }

.ginger_container a, .ginger_container a:visited {
  color: #82a626; }

.ginger_container p a:after {
  content: '›';
  margin-left: 4px; }

.ginger_container .ginger_btn, .ginger_container .ginger_btn:visited {
  background: #82a626;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 3px;
  color: white; }

.ginger_container .ginger_btn:hover, .ginger_container .ginger_btn:active {
  background: #b3b3b3 !important;
  color: #FFF; }

/* -------- Social Links Custom Shortcode ---------- */
.sociallinks ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sociallinks li {
  display: inline-block;
  margin-right: 30px; }

.sociallinks li:last-child {
  margin-right: 0; }

.sociallinks a {
  color: #000; }

.sociallinks a:hover {
  color: #82a626; }

.sociallinks i {
  font-size: 22px; }

.sociallinks .ci_icon-dropbox:before {
  font-size: 27px; }

/* --------- HUSTLE --------- */
body:not(.wp-admin) .wph-modal--mask {
  z-index: 9999 !important; }

.wph-modal {
  z-index: 10000 !important; }

.wph-modal.wph-modal--minimal header h2.wph-modal--title, .wph-modal.wph-modal--minimal header h4.wph-modal--subtitle {
  font-family: "Roboto", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important; }

.wph-modal.wph-modal--minimal section .wph-modal--message {
  padding: 0 !important; }

.wph-modal--message #gform_wrapper_2 {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  background: #FFF !important; }

.wph-modal--message .gfield_label {
  font-size: 18px !important;
  font-weight: 300 !important; }

.wph-modal--message input {
  font-size: 24px !important;
  font-weight: 300 !important; }

.wph-modal--message #gform_wrapper_2 li {
  padding: 10px 20px; }

.wph-modal--message .gform_wrapper .gfield_checkbox li label, .wph-modal--message .gform_wrapper .gfield_radio li label {
  font-size: 16px !important; }

.wph-modal--message input[type=submit] {
  font-size: 16px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important; }

.wph-modal .wph-modal--close a {
  color: #FFF !important; }

.wph-modal .wph-modal--close a:hover {
  color: #73b71c !important; }

.wph-modal .wph-modal--hide a, .wph-modal footer a {
  color: #000 !important;
  text-transform: uppercase !important; }

.wph-modal .wph-modal--hide a:hover, .wph-modal footer a:hover {
  color: #82a626 !important; }

.wph-modal--message textarea {
  border: 1px solid #b3b3b3 !important;
  margin-top: 10px !important; }

.wph-modal--message #gform_confirmation_message_2 {
  padding: 40px !important;
  font-size: 18px !important;
  line-height: 27px !important; }

.wph-modal--message #gform_confirmation_message_2 a {
  color: #82a626 !important; }

.wph-modal--message #gform_confirmation_message_2 a:hover {
  color: gray !important; }

/* --------- SHARE BUTTONS ----------- */
.ssba-wrap {
  border-top: 1px solid #ededed !important;
  margin-top: 20px;
  padding-top: 20px; }

/* --------- PASSWORD ENTRY FORM -------- */
.post-password-form {
  margin: 80px auto;
  padding: 40px;
  background: #FFF;
  max-width: 600px; }

.post-password-form input {
  border-bottom: 1px solid #000;
  padding: 20px 0 5px;
  font-size: 24px; }

.post-password-form input:focus {
  border-bottom: 2px solid #82a626;
  color: #82a626; }

.post-password-form input[type="submit"] {
  display: flex;
  background: #73b71c;
  padding: 10px 30px;
  font-size: 18px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: none;
  border: none; }

.post-password-form input[type="submit"]:hover {
  background: #4d4948;
  cursor: pointer; }

/* ---------- PRICING BOXES ----------- */
.tcvpb_pricing-table-1 {
  text-align: center;
  margin: 40px 0;
  max-width: 480px; }

.tcvpb_pricebox_header {
  padding: 10px;
  background: #73b71c;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold; }

.tcvpb_pricebox_decsription {
  text-transform: none;
  font-style: italic;
  font-weight: normal; }

.tcvpb_pricebox_feature {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 10px 20px;
  display: block;
  line-height: 1.4em; }

.tcvpb_pricebox_feature strong {
  display: block; }

.tcvpb_pricebox_feature_button a {
  padding: 10px 20px;
  background: #1875d1;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: normal; }

.tcvpb_pricebox_feature_button a:hover {
  background: #73b71c; }

.pricingnote p {
  font-style: italic;
  color: gray;
  text-align: center; }

.tcvpb_shortcode_ul p, .tcvpb_shortcode_ul ul li.p_tc {
  margin-bottom: 0; }

.tcvpb_shortcode_ul li {
  margin-bottom: 15px; }

.tcvpb_shortcode_ul li i {
  position: absolute;
  top: 1px;
  color: #73b71c; }

.tcvpb_shortcode_ul ul {
  margin-top: 5px; }

.tcvpb_shortcode_ul ul li {
  padding-left: 4px;
  list-style: disc !important;
  margin-left: 20px; }

.tcvpb-button_filled.tcvpb-button_green {
  background: #73b71c; }

.tcvpb-button_filled.tcvpb-button_green:hover {
  background: #1875d1; }

/* ---------- DOCUMENTATION SHORTCODE -------- */
.wedocs-single-wrap .wedocs-single-content {
  background: #FFF !important;
  padding: 20px 40px 40px;
  margin-top: 40px; }

.wedocs-single-wrap .wedocs-sidebar h3.widget-title {
  margin-top: 40px !important; }

.wedocs-single-wrap .ssba-wrap,
.wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer {
  display: none; }

.wedocs-doc-nav {
  margin-bottom: 0 !important; }

.wedocs-single-wrap hr {
  clear: both;
  margin: 20px 0; }

.wedocs-single-wrap h1 {
  text-transform: none;
  letter-spacing: normal; }
.wedocs-single-wrap h2 {
  text-transform: none;
  letter-spacing: normal; }
.wedocs-single-wrap h3 {
  text-transform: none;
  letter-spacing: normal; }

.wedocs-single-wrap .wedocs-single-content article .entry-content img.alignright {
  margin: 0 0 20px 20px; }

.wedocs-single-wrap ul, .wedocs-single-wrap ol {
  margin-left: 40px; }

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
  background: #73b71c; }

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item li.current_page_item > a, .wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
  border-color: #73b71c; }

.wedocs-single-wrap .bigger_text p {
  max-width: 400px; }

.wedocs-single-wrap .wedocs-single-content article .entry-content img {
  max-width: 100%;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  height: auto;
  background: none;
  display: block; }

.wedocs-single-wrap table td {
  padding: 5px; }

.postid-952 .wedocs-single-wrap table tr td:first-child {
  white-space: nowrap;
  background: #EDEDED;
  padding-right: 10px; }

.postid-952 .wedocs-single-wrap table tr td:last-child {
  background: #F1F1F1; }

.postid-877 section:first-of-type.tcvpb_section_tc {
  padding-top: 0; }

.postid-877 .wedocs-single-wrap .container, .postid-877 .wedocs-single-wrap .tcvpb_container {
  width: 100%; }

.wedocs-shortcode-wrap ul.wedocs-docs-list.col-2 > li {
  float: none !important;
  width: 100% !important; }

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li a {
  line-height: 1.2em; }

.post_content blockquote p, .post-content blockquote p span {
  color: #2081c0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.post_content blockquote p {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left; }

.post_content blockquote {
  padding: 20px 0;
  color: #2081c0; }

.page-id-153 li.p_tc, .page-id-153 li {
  margin-left: 20px;
  line-height: 1.2em;
  margin-bottom: 10px; }

.page-id-153 ul {
  margin-bottom: 20px; }

.jobs .job {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.jobs .job:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.greenhouse-job-board ul {
  margin-left: 30px; }

.single_post_content #ssba-classic-2 {
  margin-bottom: 10px; }

.single_post_content .post_tags {
  clear: both; }

.headertextoverlay {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6vw;
  line-height: 6vw;
  text-shadow: 2px 2px 2px #323232; }

.usecasetitle {
  text-transform: uppercase;
  margin-bottom: 0; }

.usecasesubtitle {
  color: #808080;
  font-family: 'Roboto Slab' !important;
  font-size: 16px;
  padding-bottom: 15px; }

.halfwidth {
  width: 50%;
  margin: 0 auto; }

.usecasecallout {
  color: #fff; }

.usecasecallout .calloutsubhead .p_tc {
  text-shadow: 2px 2px 2px #323232;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); }

.usecasecallout .tcvpb-callout_box_title {
  color: #fff;
  text-shadow: 2px 2px 2px #323232;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 34px;
  position: relative;
  top: -4vh;
  letter-spacing: 0px; }

.usecasecallout .tcvpb_column_tc_span3 {
  clear: both;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  bottom: -5vh; }

.usecasecallout .tcvpb_column_tc_span9 {
  clear: both;
  text-align: center;
  margin: 0 auto;
  width: 100%; }

.usecasecallout .tcvpb_column_tc_span6 {
  position: relative;
  margin-bottom: 20px; }

.usecasecallout .tcvpb_column_tc_span6::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #231f20, #231f20);
  opacity: .5;
  mix-blend-mode: multiply;
  background-blend-mode: multiply; }

.usecasecallout h1 {
  margin-bottom: 0px; }

.usecasecallout .usecasesubtitle p.p_tc {
  color: #808080;
  font-family: 'Roboto Slab' !important;
  font-size: 26px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold; }

.actionslide h1 {
  text-transform: none;
  font-size: 3vw;
  max-width: 990px; }

.middlealign.asseenin .tcvpb-image a:hover:after {
  box-shadow: inset 0px 0px 0px 15px rgba(246, 246, 246, 0.8);
  -webkit-box-shadow: inset 0px 0px 0px 15px rgba(246, 246, 246, 0.8);
  -moz-box-shadow: inset 0px 0px 0px 15px rgba(246, 246, 246, 0.8);
  -o-box-shadow: inset 0px 0px 0px 15px rgba(246, 246, 246, 0.8); }

.page-template-landingpage .nobottommargin {
  margin-bottom: 0; }

.page-template-landingpage .top20margin {
  margin-top: 20px; }

.page-template-landingpage .top15padding {
  padding-top: 15px; }

.page-template-landingpage .width366 {
  width: 366px !important; }

.page-template-landingpage .landingsubtext p {
  font-size: 16px;
  font-style: italic;
  font-family: 'Roboto';
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px; }

.page-template-landingpage .blackcallout p {
  margin-bottom: 0;
  line-height: 1em; }

.page-template-landingpage .blackcallout p span {
  font-size: 42px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold; }

.page-template-landingpage .pad30 {
  padding: 30px; }

.page-template-landingpage .floatleft {
  float: left; }

.page-template-landingpage .floatright {
  float: right; }

.page-template-landingpage .marginleft15 {
  margin-left: 15%; }

.page-template-landingpage .marginright15 {
  margin-right: 15%; }

.page-template-landingpage .landinglist {
  width: 75%;
  font-size: 20px;
  margin-bottom: 40px; }

.page-template-landingpage .landinglist li {
  margin-bottom: 20px; }

.page-template-landingpage .landingshow {
  /* height:41vw; min-height: 520px; max-height:550px; */ }

.page-template-landingpage .tcvpb-button-wrapper {
  z-index: 5;
  margin: 0 auto;
  text-align: center; }

.page-template-landingpage .tcvpb-button-wrapper a {
  z-index: 5; }

.page-template-landingpage .landingshow h3 {
  font-size: 30px;
  font-weight: bold !important;
  color: #000;
  font-family: 'Roboto';
  position: relative;
  z-index: 5; }

.page-template-landingpage .landingshow p {
  position: relative;
  z-index: 5;
  font-size: 20px; }

.page-template-landingpage .landingshow .landingoverlay {
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  left: 0; }

.page-template-landingpage h3.headeroverlay {
  position: absolute;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  top: 50%;
  font-size: 42px;
  font-size: 3.5vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  line-height: 1.2em; }

.page-template-landingpage h3.landing {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: bold; }

.page-template-landingpage h3.landingsub {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: normal; }

.page-template-landingpage .light {
  font-weight: normal; }

.page-template-landingpage .nobottommarginndingshow p {
  font-size: 20px;
  font-familt: 'Roboto';
  position: relative;
  z-index: 5; }

.page-template-landingpage .landingshow .tcvpb-image img {
  width: initial !important;
  position: relative;
  margin-bottom: 30px;
  z-index: 5; }

.page-template-landingpage #astir_main_header {
  position: relative;
  padding: 35px 0 45px 0; }

.page-template-landingpage section:first-of-type.tcvpb_section_tc {
  height: 31vw; }

.page-template-landingpage section:first-of-type.tcvpb_section_tc > div.tcvpb_section_content {
  background-color: rgba(49, 49, 49, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.page-template-landingpage a.tcvpb-button {
  font-size: 23px; }

.page-template-landingpage a.tcvpb-button:after {
  box-shadow: none; }

.page-template-landingpage .nowrap {
  white-space: nowrap; }

.page-template-landingpage .tcvpb-image.tcvpb-image a:hover:after {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none; }

.tcvpb-image.tcvpb-image a i {
  background: initial; }

@media only screen and (max-width: 1100px) {
  .page-template-landingpage .marginleft15 {
    margin-left: 10%; }

  .page-template-landingpage .marginright15 {
    margin-right: 10%; } }
@media only screen and (max-width: 979px) {
  .page-template-landingpage .landingshow {
    /* height:400px; */
    padding-left: 30px !important; }

  .page-template-landingpage .tcvpb_container {
    width: 100% !important; }

  .page-template-landingpage #astir_main_header {
    text-align: center; }

  .page-template-landingpage .tcvpb_container [class*="column_tc_span"] {
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 0 !important; }

  .page-template-landingpage .floatleft, .page-template-landingpage .floatright {
    clear: both;
    float: none; }

  .page-template-landingpage .marginright15, .page-template-landingpage .marginleft15 {
    margin-left: auto;
    margin-right: auto; }

  .page-template-landingpage .floatleft img, .page-template-landingpage .floatright img {
    margin: 0 auto 30px auto; }

  .page-template-landingpage .width366 {
    width: 366px !important;
    margin: 0 auto; }

  .page-template-landingpage .landingshow .top15padding p.p_tc br {
    display: none; } }