/*!
 Theme Name: Sonic Foundry Mediasite (TDR)
 Version: 1.0
 Description: Custom Sonic Foundry Mediasite Theme
 Author: The Digital Ring
 Theme URI: https://themeforest.net/item/total-responsive-multipurpose-wordpress-theme/6339019
 Author URI: https://www.thedigitalring.com
 License: Custom license
 License URI: http://themeforest.net/licenses/terms/regular
 Template: base
 Text Domain: total
 Tags: custom-colors, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/

/*
*** Colors ***
#FFFFFF
#F4F9F9
#EFEFEF
#C1EDF7
#004C97
#898D8D
#071D49
#ED8B00
#F6F9F9
#C7C8C6
#707070
#0086BF
#717271
#BCE0FD

** New Color Palette - Jan 2023 **


*** Fonts ***
Arial - Regular, Bold
	Availability: Everywhere
Gilroy - Light
	Availability: Myfonts.com
Kalam - Regular
	Availability: Google Font
Nexa - Regular, Bold
	Availability: Myfonts.com
Proxima Nova - Regular, Bold, Italic
	Availability: Adobe Typekit, Myfonts.com

*/

/* Font Includes */
@import url("https://fonts.googleapis.com/css?family=Kalam");

@font-face {
  font-family: Gilroy;
  src: url(/wp-content/themes/base-child/fonts/gilroy-light.otf)
      format("opentype"),
    url(/wp-content/themes/base-child/fonts/gilroy-light.woff) format("woff");
  font-weight: 100;
}

@font-face {
  font-family: Gilroy;
  src: url(/wp-content/themes/base-child/fonts/gilroy-light-italic.otf)
      format("opentype"),
    url("/wp-content/themes/base-child/fonts/gilroy-light-italic.woff")
      format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Nexa;
  src: url(/wp-content/themes/base-child/fonts/nexa.otf);
  font-weight: normal;
}

@font-face {
  font-family: Nexa;
  src: url(/wp-content/themes/base-child/fonts/nexa-bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: Proxima Nova;
  src: url(/wp-content/themes/base-child/fonts/proxima-nova.ttf)
      format("truetype"),
    url(/wp-content/themes/base-child/fonts/proxima-nova.woff) format("woff");
  font-weight: normal;
}

@font-face {
  font-family: Proxima Nova;
  src: url(/wp-content/themes/base-child/fonts/proxima-nova-bold.ttf)
      format("truetype"),
    url(/wp-content/themes/base-child/fonts/proxima-nova-bold.woff)
      format("woff");
  font-weight: bold;
}

@font-face {
  font-family: Proxima Nova;
  src: url(/wp-content/themes/base-child/fonts/proxima-nova-italic.ttf)
      format("truetype"),
    url(/wp-content/themes/base-child/fonts/proxima-nova-italic.woff)
      format("woff");
  font-weight: normal;
  font-style: italic;
}

* {
}

body {
  font-size: 14px;
  font-family: "Proxima Nova";
}

a {
  /* color: #ED8B00; */
  color: #5b7f95;
}

.error404-content {
  text-align: center;
  margin: 160px 0 110px;
  font-size: 1.077em;
  font-family: "Proxima Nova";
}

/* Removes Total p margin */
.footer-builder-content p {
  margin: 0;
}
#top-bar {
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: ltr;
}
#top-bar .translate {
  display: inline-block;
}

#top-bar-wrap {
  height: 50px;
  border-bottom: 0px;
}
.top-bar-right {
  float: right;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .top-bar-left,
  .top-bar-right {
    float: none;
    text-align: center;
  }
}

.navbar-style-one {
  position: absolute;
  right: -15px;
  top: 50% !important;
  margin-top: -25px !important;
  height: 50px !important;
}

.navbar-style-one .dropdown-menu > li.menu-item > a > span.link-inner {
  line-height: 1 !important;
}

.wpex-flush-dropdowns .dropdown-menu > li {
  display: unset;
  height: 100%;
}
.not-sticky ul.sub-menu {
  top: 67.5px !important;
}

.is-sticky ul.sub-menu {
  top: 49px !important;
}
body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
  position: absolute;
}

#site-header-sticky-wrapper.not-sticky #site-header .mini-logo {
  opacity: 0;
  transition: all 0.5s ease;
}

#site-header-sticky-wrapper.is-sticky #site-header .mini-logo {
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.mini-logo {
  height: 48px;
}

.mini-logo a {
}

.mini-logo img {
  margin: auto 0;
  max-height: 22px;
  margin: 13px 15px;
}

/** Main Navigation **/
#site-header-inner #top-bar-content {
  display: none;
} /* hides extra top navigation */

a.site-logo-text {
  display: none;
}

#top-bar-content span.top-bar:not(:last-of-type) {
  display: inline-block;
  margin-right: 20px;
}

#main {
  margin-top: -85px;
}

.single-page-content > section:first-child,
.single-page-content > div:first-child {
  padding-top: 175px;
  padding-top: calc(85px + (175 - 85) * (100vw - 400px) / (1086 - 400));
}

@media screen and (min-width: 1086px) {
  .single-page-content > section:first-child,
  .single-page-content > div:first-child {
    padding-top: 175px;
  }
}

#site-header {
  height: 85px;
  z-index: 9999;
}

#site-header,
#site-header-sticky-wrapper.not-sticky #site-header {
  font-family: "Proxima Nova";
  /* background: linear-gradient(rgba(7, 29, 73, 0.5) 50px, rgba(7, 29, 73, 0.0)); */
  background: #0d1f45;
  /* background-blend-mode: multiply; */
  box-shadow: 0px 0px 0px;
  height: 85px;
  transition: all 0.4s ease;
}

#site-navigation .dropdown-menu > li.menu-item.current-menu-item > a {
  color: #ffffff;
}

#site-header-sticky-wrapper.is-sticky #site-header {
  font-family: "Proxima Nova";
  background: linear-gradient(rgba(7, 29, 73, 0.9) 50px, rgba(7, 29, 73, 0.9));
  background-blend-mode: multiply;
  box-shadow: 0px 0px 0px;
  height: 48px;
  transition: all 0.4s ease;
}

#site-header-sticky-wrapper.is-sticky
  #site-navigation
  ul.sf-menu
  li.megamenu
  > a {
  height: 48px;
  line-height: 48px;
}

#site-header-sticky-wrapper.is-sticky
  #site-navigation
  ul.sf-menu
  li.menu-item.current-menu-item
  a,
#site-header-sticky-wrapper.is-sticky
  #site-navigation
  ul.sf-menu
  li.menu-item.current_page_item
  a {
  color: #ed8b00;
  font-weight: 600;
}

#site-header-sticky-wrapper.is-sticky #site-navigation .get-demo {
  margin-top: 8px;
  padding: 0px 0px;
}

#site-header-sticky-wrapper.is-sticky #site-navigation .get-demo a {
  line-height: 1;
  height: auto;
}

#site-navigation .dropdown-menu a.site-search-toggle,
#site-navigation .dropdown-menu .site-search-toggle {
  font-size: 24px !important;
  color: #ffffff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#site-navigation ul.sf-menu li.menu-item a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#site-navigation ul.sub-menu li.menu-item a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #54595b;
  text-shadow: 0px 0px;
}

#site-navigation li.current-menu-item a {
  /*color: #ED8B00 !important;*/
  /*font-weight: 600;*/
}

#site-header-inner {
  padding: 0px;
}

#site-navigation li.sub-menu-heading a.sf-with-ul span {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 600;
  color: #ed8b00;
  line-height: 1;
}

#site-navigation ul.sub-menu li a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  color: #54595b;
}

#site-navigation li.megamenu.nav-solutions > ul.sub-menu {
  width: auto !important;
  /*left: unset !important;
	right: 0 !important;
	margin-left: unset !important;*/
  padding-top: 0px !important;
}

#site-navigation li.megamenu.nav-resources > ul.sub-menu {
  padding-top: 20px;
}

#site-navigation li.megamenu > ul.sub-menu > li {
  border-left: 0px;
}

#site-navigation li.megamenu > ul.sub-menu > li a {
  text-transform: none;
  color: #54595b;
}

#site-navigation li.megamenu ul.sub-menu a.sf-with-ul span {
  white-space: nowrap;
}

#site-navigation .dropdown-menu ul {
  border: 0px;
  padding: 0px;
}

#site-navigation li.nav-brands > ul.sub-menu > li a {
  text-transform: none;
  color: #54595b;
  font-family: "Proxima Nova";
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border-bottom: 0px;
}
#site-navigation .dropdown-menu .nav-brands ul {
  padding: 8px;
}

#site-navigation .nav-img {
  background: linear-gradient(to right, #ffffff, #ffffff);
  height: 186px;
  width: 120px;
  transition: all 0.3s ease;
}

#site-navigation .nav-img:hover {
  background: linear-gradient(to right, #0086bf, #004c97);
  height: 186px;
  width: 120px;
  transition: all 0.3s ease;
}

#site-navigation .nav-img a {
  font-family: "Proxima Nova";
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #004c97 !important;
  text-align: center;
  margin-top: 25% !important;
}

#site-navigation .nav-img:hover a {
  color: #ffffff !important;
  background: transparent !important;
}

#site-navigation li.nav-brands > ul.sub-menu > li.menu-item a {
  text-transform: none;
  color: #54595b;
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  border-bottom: 0px;
}

#site-navigation li.menu-item-has-children:hover:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  content: "";
  height: 10px;
  width: 10px;
  visibility: visible;
  margin: auto;
  position: relative;
  display: block;
  top: 7px;
  opacity: 1;
  transition: opacity 0.25s ease;
  transition-delay: 0.2s;
}

#site-header-sticky-wrapper.is-sticky
  #site-navigation
  li.menu-item-has-children:hover:after {
  top: -9px;
}

#site-navigation li.menu-item-has-children:after {
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
  transition-delay: 0.3s;
}

#searchform-dropdown input[type="search"] {
  font-family: "Proxima Nova";
  font-size: 16px;
  border-radius: 50px !important;
}

.get-demo {
  border-radius: 500px;
  border: 2px solid rgba(255, 255, 255, 1);
  background-color: rgba(0, 76, 151, 0);
  padding: 0px 30px;
  box-shadow: 0px 0px 0px #000000;
  transition: all 0.4s ease !important;
}

.get-demo:hover {
  color: #ffffff;
  border: 2px solid rgba(0, 76, 151, 1);
  background-color: rgba(0, 76, 151, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease !important;
}

.get-demo:hover a {
  color: #ffffff;
}

.sub-menu-heading {
  color: #ed8b00;
}

span.top-bar a {
  color: #ffffff;
  text-transform: uppercase;
}

.drop-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.nav-solutions {
}

.home-hero {
  background: radial-gradient(
    220% 100% at 50% 100%,
    rgba(0, 76, 151, 0),
    rgba(0, 76, 151, 0) 22%,
    rgb(0, 76, 151, 1)
  );
}

.hero {
  text-align: center;
}

.hero-header {
  font-family: Gilroy;
  font-size: 60px;
  font-size: calc(28px + (60 - 28) * (100vw - 400px) / (1086 - 400));
  line-height: 72px;
  line-height: calc(34px + (72 - 34) * (100vw - 400px) / (1086 - 400));
  font-weight: 100;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px !important;
}

.hero-header.blue {
  /* color: #004C97;  */
  color: #0d1f45;
}
.hero-header.white {
  color: #ffffff;
}
.hero-header.grey {
  color: #54595b;
}

@media screen and (min-width: 1086px) {
  .hero-header {
    font-size: 60px;
    line-height: 72px;
  }
}

.hero-header-preshout {
  font-family: Gilroy;
  font-size: 28px;
  line-height: 1.178571429;
}

.hero-header-preshout.white {
  color: #ffffff;
}
.hero-header-preshout.blue {
  color: #004c97;
}
.hero-header-preshout.orange {
  color: #ed8b00;
}

.hero-header-shout {
  font-family: Kalam;
  font-size: 78px;
  font-size: calc(78px * 0.1vw);
  line-height: 1.58974359;
}

.hero-header-shout.white {
  color: #ffffff;
}
.hero-header-shout.blue {
  color: #004c97;
}
.hero-header-shout.orange {
  color: #ed8b00;
}

.solution-hero {
  background: radial-gradient(circle at bottom, #c2ecf7, #ffffff 90%);
  padding: 60px 0px;
}

.features-tabs {
  padding-top: 60px;
}

.blue-bg-gradient {
  background: linear-gradient(to bottom, #c2ecf7, #ffffff);
}

.dark-blue-bg-gradient {
  background: linear-gradient(to bottom, #004c97, #ffffff);
}

.declaration-header {
  font-family: Gilroy;
  font-size: 36px;
  line-height: 46px;
  color: #004c97;
  text-align: center;
}

.declaration-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  color: #898d8d;
}

.call-out-header,
.title {
  font-family: "Proxima Nova";
  font-size: 24px;
  line-height: 1.5;
  color: #ed8b00;
}

.stat-card {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  margin: 10px !important;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  height: 189px;
}

.stat-card:hover {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
  margin: 10px;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

.stat {
  font-family: Gilroy;
  font-size: 74px;
  line-height: 1.162;
  text-align: center;
  color: #ed8b00;
}

.stat .small-caps {
  font-size: 54px;
}

.stat-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #898d8d;
}

.stat-column {
  padding-bottom: 20px;
}

.headline {
  font-family: "Gilroy";
  font-size: 40px;
  font-size: calc(28px + (40 - 28) * (100vw - 400px) / (1086 - 400));
  font-weight: 100;
  line-height: 1.175;
  line-height: calc(34px + (48 - 34) * (100vw - 400px) / (1086 - 400));
  text-align: center;
  color: #004c97;
  margin-bottom: 40px !important;
}

.headline.white {
  color: #ffffff;
}
.headline.blue {
  /* color: #004C97; */
  color: #0d1f45;
}

@media screen and (min-width: 1086px) {
  .headline {
    font-size: 40px;
    line-height: 1.175;
  }
}

.section-header {
  font-family: "Proxima Nova";
  font-size: 24px;
  line-height: 1.166666667;
  font-weight: 600;
  /* color: #ED8B00; */
  color: #5b7f95;
  margin-bottom: 20px !important;
}

.section-header.white {
  color: #ffffff;
}

.hero-horizontal-gradient-line {
  background: linear-gradient(
    to bottom,
    #ffffff,
    #ffffff 50%,
    #f6f9fb 55%,
    #ffffff 70%,
    #ffffff 100%
  );
  padding: 60px 0px;
}

.home-section2 {
  background: linear-gradient(
    to bottom,
    #ffffff,
    #f9f9f9 25%,
    #f9f9f9 90%,
    rgba(249, 249, 249, 0) 100%
  );
}

.product-feature {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #c7c8c6;
  text-transform: uppercase;
}

.product-feature-bg {
  background-color: #f9f9f9;
}

.feature-details {
  padding: 30px 15px;
}

.feature-details a,
.item-link a {
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.714285714;
  /* color: #ED8B00; */
  color: #5b7f95 !important;
}

.item-link a:after {
  content: "";
  background: url("/wp-content/themes/base-child/assets/images/right-angle-bracket-orange@2x2.png")
    no-repeat;
  background-size: 100% 100%;
  height: 10px;
  width: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 6px;
}

.feature-details img {
  margin-bottom: 15px;
}

.ready-to-get-started {
  padding: 60px 0px;
}

.deployment,
.customer-care {
  padding: 80px 0px;
}

.body-copy-large,
.body-copy-large ul {
  font-family: "Proxima Nova";
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  color: #898d8d;
  margin-bottom: 20px !important;
}

.body-copy-large.blue {
  color: #071d49;
}

.body-copy,
.body-copy ul {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #898d8d;
  margin-bottom: 20px !important;
}

.body-copy-small,
.body-copy-small ul {
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 1.6666667;
  text-align: left;
  color: #898d8d;
  margin-bottom: 20px !important;
}

.body-copy-large ul,
.body-copy ul,
.body-copy-small ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.body-copy-large li:before,
.body-copy li:before,
.body-copy-small li:before {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 8px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
  /* color: #ED8B00; */
  color: #5b7f95 !important;
  vertical-align: middle;
}

.body-copy-small.white {
  color: #ffffff;
}
.body-copy-small.orange {
  color: #ed8b00;
}
.body-copy.white {
  color: #ffffff;
}
.body-copy.orange {
  color: #ed8b00;
}

.body-copy-small.orange {
  font-weight: 600;
}

.wpb_text_column {
  margin: 0 auto;
}
.copy-max-width {
  max-width: 714px !important;
}

.get-started {
  padding: 40px 0px;
  background-image: url(/wp-content/uploads/2018/08/HOME_Orange_Globe.png) !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-size: initial !important;
}

.get-started-header {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1666666667;
  color: #ffffff;
}

.get-started-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff;
}

.get-started-link a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}

.get-started-link a:after {
  content: "";
  -webkit-mask: url(/wp-content/uploads/2018/08/Right-Arrow.svg);
  background-color: currentColor;
  height: 16px;
  width: 16px;
  margin-left: 10px;
}

.external-link a {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #ed8b00;
}

.external-link a:after {
  content: "";
  background: url("/wp-content/uploads/2018/10/External-Link-Arrow@2x.png")
    no-repeat;
  background-size: 100% 100%;
  height: 23px;
  width: 23px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 6px;
}

a.link-next:after {
  content: "";
  background: url(/wp-content/themes/base-child/assets/images/right-angle-bracket-orange@2x2.png)
    no-repeat;
  background-size: 100% 100%;
  height: 10px;
  width: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 6px;
}

/*span.external-link::after {
	content: url('/wp-content/themes/base-child/assets/images/External-Link-Arrow.png');
	display: inline-block;
	position: relative;
	color: #ED8B00;
	padding-left: 6px;
	vertical-align: top;
}*/

span.mail::before {
  content: url("/wp-content/themes/base-child/assets/images/Email-Icon2.png");
  display: inline-block;
  position: relative;
  padding-right: 6px;
}

span.phone::before {
  content: url("/wp-content/uploads/2018/08/Phone-Icon.png");
  display: inline-block;
  position: relative;
  padding-right: 6px;
}

span.email-address::before {
  content: url("/wp-content/themes/base-child/assets/images/Email-Icon2.png");
  opacity: 0;
  display: inline-block;
  position: relative;
  padding-right: 6px;
}

a.phone::before {
  content: "";
  /* background: url('/wp-content/uploads/2018/11/phone-orange@2x.png') no-repeat; */
  background: url("/wp-content/themes/base-child/assets/images/phone-orange@2x2.png")
    no-repeat;
  background-size: 100% 100%;
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

span.location {
  margin-left: -16px;
  left: 18px;
  position: relative;
  top: 16px;
}

span.location::before {
  content: "";
  /* background: url(/wp-content/uploads/2018/11/location-orange@2x.png) no-repeat; */
  background: url(/wp-content/themes/base-child/assets/images/location-orange@2x2.png)
    no-repeat;
  background-size: 100% 100%;
  height: 13px;
  width: 9px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

.promo-content {
  padding: 0px 40px;
}

.promo-header {
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.111111111;
  color: #004c97;
  text-align: center;
}

.promo-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  color: #717271;
  text-align: center;
}

.promo-button {
  font-family: "Proxima Nova";
  font-size: 12px;
  color: #004c97;
}

.business-card > .vc_column-inner {
  background-position: 70% 5vw !important;
}

.stat-card a {
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.714285714;
  color: #ed8b00;
}

.case-study a {
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.714285714;
  color: #ed8b00;
  opacity: 0;
  transition: all 0.3s ease;
}

.case-study:hover a {
  opacity: 1;
  transition: all 0.3s ease;
}

.quote:before {
  content: url("/wp-content/uploads/2018/08/Drop-Quote.png");
  display: inline-block;
  float: left;
  margin-top: -10px;
}

.quote {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
  color: #0086bf;
  text-align: left;
}

.quote p {
  overflow: hidden;
}

.quote-name p:before {
  content: "— \00a0";
  display: inline-block;
}

.quote-name {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  color: #898d8d;
  text-align: right;
}

.quote-image {
  float: left;
  max-width: 100px;
}

.quote-image img {
  border-radius: 50%;
  max-width: 100px;
}

.author-name {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 100;
  color: #004c97;
}

.investor-header {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 100;
  line-height: 1.25;
  color: #54595b;
  padding: 0px 20px;
}

.investor-date {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.666666667;
  color: #898d8d;
  padding: 0px 20px;
}

.hover-card {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 15px;
  margin: 10px !important;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  );
  transition: all 0.3s ease;
  height: 330px;
  margin: 10px !important;
  animation-name: background-fade;
  animation-duration: 1s;
  overflow: hidden;
}

.hover-card:hover {
  /* background: linear-gradient(to right, rgba(0, 134, 191, 1.0), rgba(0, 76, 151, 1.0)); */
  background: #ffffff;
  color: #5b7f95;
  transition: all 0.3s ease;
  margin: 0px !important;
  height: 340px;
  background-position: 0 0;
  /*animation-name: background-fade;
    animation-duration: 1s; */
}

.hover-card img {
  padding-top: 90px;
  transition: all 0.3s ease;
}

.hover-card:hover img {
  padding-top: 0px;
  transition: all 0.3s ease;
}

.hover-card a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  /* color: #ED8B00; */
  color: #0d1f45;
}

.hover-card a:after {
  content: "";
  background: url(/wp-content/themes/base-child/assets/images/external-link-orange@2x3.png)
    no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.hover-card .card-title {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.208333333;
  color: #004c97;
}

.hover-card .card-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  color: #898d8d;
}

.hover-card .card-title {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.208333333;
  color: #004c97;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

.hover-card:hover .card-title {
  color: #ffffff;
  top: -95px;
  transition: all 0.3s ease;
}

.hover-card .card-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  color: #898d8d;
  position: relative;
  transition: all 0.3s ease;
  opacity: 1;
}

.hover-card:hover .card-copy {
  opacity: 0;
  transition: all 0.3s ease;
}

.hover-card .card-image {
  position: relative;
  height: 100px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  opacity: 1;
  transition: all 0.2s ease;
}

.hover-card:hover .card-image {
  opacity: 0;
  transition: all 0.2s ease;
}

.hover-card .hover-block {
  position: absolute;
  top: 100px;
  opacity: 0;
  transition: all 0.3s ease;
}

.hover-card:hover .hover-block {
  opacity: 1;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.hover-card.events .hover-block {
  top: 120px;
}

.hover-card .key-use-cases {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: #ffffff;
  position: relative;
  top: 100;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
}

.hover-card:hover .key-use-cases {
  transition: all 0.3s ease 0.1s;
  top: 0;
  opacity: 1;
}

.hover-card p:first-of-type {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  /* color: #FFFFFF; */
  color: #5b7f95;
  position: relative;
  top: 100px;
  opacity: 0;
  transition: all 0.3s ease 0.2s;
}

.hover-card:hover p:first-of-type {
  opacity: 1;
  top: 0;
  transition: all 0.3s ease 0.2s;
}

.hover-card .use-case-arrow {
  position: relative;
  top: 100px;
  opacity: 0;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease 0.3s;
}

.hover-card:hover .use-case-arrow {
  opacity: 1;
  top: -20px;
  transform: all 0.3s ease 0.3s;
}

.hover-overlay {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  height: 40px;
  background: linear-gradient(to right, #0086bf, #004c97);
  opacity: 0;
}

.hover-card-links {
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hover-card:hover .hover-overlay {
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}

.hover-card:hover .hover-card-links {
  height: 100%;
  transition: all 0.3s ease;
}

.hover-overlay {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  height: 40px;
  background: linear-gradient(to right, #0086bf, #004c97);
  opacity: 0;
}

.hover-card-links {
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hover-card:hover .hover-overlay {
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease;
}

.hover-card:hover .hover-card-links {
  height: 100%;
  transition: all 0.3s ease;
}
.world-class {
  padding: 40px 0px;
  /* background-image: url(/wp-content/uploads/2018/11/World-half-tone-half.jpg) !important; */
  background-image: url(/wp-content/themes/base-child/assets/images/World-half-tone-half2.jpg) !important;
  background-position: left 30% !important;
  background-repeat: no-repeat !important;
  background-size: initial !important;
}

.contact-card {
  padding: 15px;
}

.contact-card > .vc_column-inner:first-child {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 20px;
}

.contact-card .section-header {
  margin-bottom: 16px;
}

.contact-card .body-copy {
  margin-bottom: 16px;
}

.contact-card a {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  /* color: #ED8B00; */
  color: #5b7f95 !important;
}

.contact-card .email-address {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: italic;
  color: #898d8d;
  top: -6px;
  left: 16px;
  position: relative;
}

/* Tabbed Content */
.feature-tabs li a {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #f8c592 !important;
  text-transform: uppercase;

  border: 0px !important;
  border-width: 0px !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.feature-tabs li a:hover {
  color: #ed8b00 !important;

  border: 0px !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.feature-tabs li.vc_active a {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #ed8b00 !important;
}

/* Tooltip Maps */
.product-features .tooltipster-content {
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 1.666666667;
  color: #54595b;
  padding: 20px;
}

/* Product Tour */
section#capture,
section#transform,
section#engage,
section#analyze {
  padding: 40px 0px;
}

div#capture,
div#transform,
div#engage,
div#analyze {
  padding: 40px 0px;
}

.product-tour li.vc_tta-tab a + .tour-copy p {
  opacity: 0;
  height: 0;
  padding-left: 46px;
  padding-right: 20px;
  transition: all 0.3s ease;
}

.product-tour li.vc_tta-tab.vc_active a + .tour-copy p {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}

.product-tour li.vc_active .tour-copy {
}

.product-tour .tour-copy:before {
  border-left: 1px solid #c7c8c6;
  height: 10px;
  content: "";
  float: left;
  margin-left: 24px;
}

.product-tour li.vc_tta-tab a {
  font-family: "Proxima Nova";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #f8c592 !important;
  transition: all 0.3s ease;
  border: 0px !important;
  border-width: 0px !important;
  border-color: transparent !important;
  background-color: transparent !important;
}

.product-tour li.vc_tta-tab.vc_active a {
  color: #ed8b00 !important;
  transition: all 0.3s ease;
}

.product-tour li.vc_tta-tab a span.vc_tta-title-text:before,
.product-tour li.vc_tta-tab.vc_active a span.vc_tta-title-text:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 12px;
  display: inline-block;
  padding-right: 16px;
}

/*.product-tour a:after {
    content: 'Lots of content will go here.';
    display: block;
    padding-left: 16px;
    border-left: 1px solid;
}*/

.customer-care span.live-support:before {
  content: url("/wp-content/uploads/2018/08/Live-Support.png");
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
}

.customer-care span.online-resources:before {
  content: url("/wp-content/uploads/2018/08/Online-Resources.png");
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
}

.customer-care span.community-events:before {
  content: url("/wp-content/uploads/2018/08/Community-Events.png");
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
}

.customer-care a {
  font-family: "Proxima Nova";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.222222222;
  /* color: #ED8B00; */
  color: #5b7f95;
}

/* Buttons */
.theme-button {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5;
  border-radius: 500px;
  padding: 8px 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.theme-button.orange {
  color: #ffffff;
  background-color: #ed8b00;
  transition: all 0.3s ease;
}

.theme-button.orange:hover {
  background-color: #dd8100;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.theme-button.orange:active {
  color: #ffffff;
  background-color: #ad6500;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.theme-button.orange:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(248, 197, 146, 0.5);
  transition: all 0.3s ease;
}

.theme-button.blue {
  color: #ffffff;
  background-color: #004c97;
  transition: all 0.3s ease;
}

.theme-button.blue:hover {
  background-color: #004181;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}

.theme-button.blue:active {
  color: #ffffff;
  background-color: #071d49;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.theme-button.blue:disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(248, 197, 146, 0.5);
  transition: all 0.3s ease;
}

.theme-button.border,
.theme-button.blueborder,
.mediasite-form .gform_button {
  color: #004c97;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #004c97;
  box-sizing: border-box;
}

.theme-button.border:hover,
.theme-button.blueborder:hover,
.mediasite-form .gform_button:hover {
  color: #ffffff;
  background-color: rgba(0, 76, 151, 1);
  border: 2px solid rgba(0, 76, 151, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}

.theme-button.border:active,
.theme-button.blueborder:active,
.mediasite-form .gform_button:active {
  color: #ffffff;
  background-color: #071d49;
  border: 2px solid rgba(7, 29, 73, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.theme-button.orangeborder {
  /* color: #ed8b00; */
  color: #5b7f95;
  background-color: rgba(255, 255, 255, 0);
  /* border: 2px solid #ed8b00; */
  border: 2px solid #5b7f95;
}

.theme-button.orangeborder:hover {
  color: #ffffff;
  /* background-color: rgba(0, 76, 151, 1.0); */
  background-color: rgb(13, 31, 69);
  /* border: 2px solid rgba(0, 76, 151, 1.0); */
  border: 2px solid rgb(13, 31, 69);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.theme-button.orangeborder:active {
  color: #ffffff;
  /* background-color: #071D49; */
  background-color: rgb(13, 31, 69);
  /* border: 2px solid rgba(7, 29, 73, 1.0); */
  border: 2px solid rgb(13, 31, 69);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
/* Form Styles */

.mediasite-form .disclaimer-after-submit {
  font-family: "Proxima Nova";
  font-size: 10px;
  font-weight: 400;
  line-height: 3;
  color: #c7c8c6;
  text-align: center;
}

.mediasite-form .disclaimer-after-submit img {
  padding-right: 4px;
}

.mediasite-form .gform_footer {
  text-align: center;
}

.mediasite-form ul li.gfield {
  margin: 0px;
}

.mediasite-form label,
.mediasite-form label .gfield_required {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: bold !important;
  line-height: 2.5 !important;
  color: #898d8d;
}

.mediasite-form input[type="text"],
.mediasite-form input[type="date"],
.mediasite-form input[type="datetime"],
.mediasite-form input[type="email"],
.mediasite-form input[type="number"],
.mediasite-form input[type="search"],
.mediasite-form input[type="time"],
.mediasite-form input[type="url"],
.mediasite-form input[type="password"],
.mediasite-form textarea,
.mediasite-form select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 1px 0px #898d8d;
  background: transparent;
  margin-bottom: 10px;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  height: 30px;
  transition: box-shadow 0.3s ease;
}

.mediasite-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.mediasite-form .ginput_container_select {
  position: relative;
}

.mediasite-form .ginput_container_select:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 28px;
  position: absolute;
  top: -6px;
  right: 6px;
  color: #c7c8c6;
  pointer-events: none;
}

.mediasite-form textarea {
  box-shadow: 0px 0px 0px 1px #898d8d;
  border-radius: 6px;
}

.mediasite-form input[type="text"]:focus,
.mediasite-form input[type="date"]:focus,
.mediasite-form input[type="datetime"]:focus,
.mediasite-form input[type="email"]:focus,
.mediasite-form input[type="number"]:focus,
.mediasite-form input[type="search"]:focus,
.mediasite-form input[type="time"]:focus,
.mediasite-form input[type="url"]:focus,
.mediasite-form input[type="password"]:focus,
.mediasite-form select:focus {
  box-shadow: 0px 3px 0px #004c97;
  transition: box-shadow 0.3s ease;
}

.mediasite-form textarea:focus {
  box-shadow: 0px 0px 0px 3px #004c97;
  transition: box-shadow 0.3s ease;
}

.mediasite-form input[type="text"]:valid:after,
.mediasite-form input[type="date"]:valid:after,
.mediasite-form input[type="datetime"]:valid:after,
.mediasite-form input[type="email"]:valid:after,
.mediasite-form input[type="number"]:valid:after,
.mediasite-form input[type="search"]:valid:after,
.mediasite-form input[type="time"]:valid:after,
.mediasite-form input[type="url"]:valid:after,
.mediasite-form input[type="password"]:valid:after,
.mediasite-form textarea:valid:after,
.mediasite-form select:valid:after {
  background-image: url();
}

.mediasite-form input[type="text"]:invalid,
.mediasite-form input[type="date"]:invalid,
.mediasite-form input[type="datetime"]:invalid,
.mediasite-form input[type="email"]:invalid,
.mediasite-form input[type="number"]:invalid,
.mediasite-form input[type="search"]:invalid,
.mediasite-form input[type="time"]:invalid,
.mediasite-form input[type="url"]:invalid,
.mediasite-form input[type="password"]:invalid,
.mediasite-form select:invalid {
  box-shadow: 0px 3px 0px #e76c48;
  transition: box-shadow 0.3s ease;
}

.mediasite-form textarea:invalid {
  box-shadow: 0px 0px 0px 3px #e76c48;
  transition: box-shadow 0.3s ease;
}

.mediasite-form submit {
  box-sizing: border-box;
  border: 2px solid blue;
}

.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 li.gfield_error textarea {
  border: 0px !important;
}

.mediasite-form .validation_message {
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 2.5;
  color: #e76c48 !important;
}

.mediasite-form li.gfield.gfield_error,
.mediasite-form
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 6px !important;
  border-top: 0px solid #c89797 !important;
  border-bottom: 0px solid #c89797 !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  /*box-shadow: 0px 3px 0px #E76C48 !important;*/
  box-sizing: border-box;
}

.mediasite-form .gfield_error input[type="text"],
.mediasite-form .gfield_error input[type="date"],
.mediasite-form .gfield_error input[type="datetime"],
.mediasite-form .gfield_error input[type="email"],
.mediasite-form .gfield_error input[type="number"],
.mediasite-form .gfield_error input[type="search"],
.mediasite-form .gfield_error input[type="time"],
.mediasite-form .gfield_error input[type="url"],
.mediasite-form .gfield_error input[type="password"],
.mediasite-form .gfield_error select {
  box-shadow: 0px 3px 0px #e76c48;
}

.validation_error {
  display: none;
}

.mediasite-form input[type="submit"] {
  padding: 10px 40px;
  text-transform: uppercase;
}

#footer-builder .mediasite-form input[type="text"],
#footer-builder .mediasite-form input[type="date"],
#footer-builder .mediasite-form input[type="datetime"],
#footer-builder .mediasite-form input[type="email"],
#footer-builder .mediasite-form input[type="number"],
#footer-builder .mediasite-form input[type="search"],
#footer-builder .mediasite-form input[type="time"],
#footer-builder .mediasite-form input[type="url"],
#footer-builder .mediasite-form input[type="password"],
#footer-builder .mediasite-form textarea,
#footer-builder .mediasite-form select {
  box-shadow: 0px 1px 0px #ffffff;
  transition: box-shadow 0.3s ease;
}

#footer-builder .mediasite-form input[type="text"]:focus,
#footer-builder .mediasite-form input[type="date"]:focus,
#footer-builder .mediasite-form input[type="datetime"]:focus,
#footer-builder .mediasite-form input[type="email"]:focus,
#footer-builder .mediasite-form input[type="number"]:focus,
#footer-builder .mediasite-form input[type="search"]:focus,
#footer-builder .mediasite-form input[type="time"]:focus,
#footer-builder .mediasite-form input[type="url"]:focus,
#footer-builder .mediasite-form input[type="password"]:focus,
#footer-builder .mediasite-form select:focus {
  box-shadow: 0px 3px 0px #ffffff;
  transition: box-shadow 0.3s ease;
}

#footer-builder .disclaimer-after-submit {
  display: none;
}

#footer-builder .mediasite-form input[type="text"] {
  float: left;
}

#footer-builder .mediasite-form input#gform_submit_button_1 {
  height: 16px;
  width: 16px;
  top: -8px;
  left: -16px;
  position: relative;
}

#footer-builder .mediasite-form .gform_footer {
  padding: 16px 0 10px;
  margin: 0px;
  clear: unset;
  width: unset;
  display: inline-block;
}

#footer-builder .footer-navigation a.external-link:after {
  content: "";
  background: url(/wp-content/uploads/2018/10/external-link-white@2x.png)
    no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

#footer-builder .mobile-navigation .vc_toggle_title {
  padding: 0px 15px;
}

#footer-builder .mobile-navigation .vc_toggle_content {
  padding: 0px 30px;
}

#footer-builder .mobile-navigation .vc_toggle_content {
  background-color: #071d49;
}

#footer-builder .mobile-navigation .nav-header {
  margin-bottom: 10px !important;
}

#footer-builder .mobile-navigation .vc_toggle_title h4 {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase;
  color: #ffffff !important;
}

#footer-builder .mobile-navigation .vc_toggle_title h4:after {
  content: "";
  background: url(/wp-content/uploads/2018/10/toggle-down-white@2x.png)
    no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

#footer-builder .mobile-navigation .vc_toggle_content a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  line-height: 3;
  text-transform: uppercase;
  color: #ffffff;
}

#footer-builder a span.external-link {
  font-weight: 600;
}

#footer-builder a span.external-link:after {
  content: "";
  background: url(/wp-content/uploads/2018/10/External-Link-Arrow@2x.png)
    no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}

#author_info {
  overflow: hidden;
}

#author_written_by {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 300;
  line-height: 2.5;
  color: #c7c8c6;
}

#author_name {
  font-family: "Gilroy";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.166666667;
  color: #004c97;
}

#author_job_title {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  color: #54595b;
}

#author_bio_description {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  color: #898d8d;
}

ul.post_author {
  display: flex;
}

li.vc_col-sm-8 {
  margin: 0 auto;
}

hr#article_end {
  border: solid #c7c8c6;
  border-width: 1px 0 0;
  clear: both;
  margin: 40px auto;
  height: 0;
  width: 340px;
}

.tweet-block .vc_column-inner {
  padding: 0 35px;
}

.tweet-block .vc_column-inner > .wpb_wrapper {
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tweet-copy p:before,
.tweet-copy p:after {
  content: '"';
  display: inline-block;
}

.tweet-copy {
  font-family: "Proxima Nova";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.363636364;
  color: #707070;
}

.tweet-block .click-to-tweet p {
  text-align: right;
}

.tweet-block .click-to-tweet a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  color: #0086bf;
  text-align: right;
  text-transform: uppercase;
}

.tweet-block .click-to-tweet a:after {
  font-family: FontAwesome;
  content: "\f099";
  padding-left: 16px;
  display: inline-block;
}

/*** Blog ***/
.single-blog h2 {
  font-family: "Proxima Nova";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.166666667;
  color: #ed8b00;
  margin: 0px;
}

.single-page-article .wpb_single_image {
  margin-bottom: 20px;
  min-height: 80px;
}

.single-page-article .wpb_single_image img {
  vertical-align: middle;
  max-height: 80px;
  width: auto;
}

/* Case Study */
.single-casestudies h1 {
  font-family: "Gilroy";
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: #004c97;
  margin-bottom: 60px;
}

.single-casestudies .body-copy-large h2 {
  font-family: "Gilroy";
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #004c97;
  margin-bottom: 0px !important;
}

.single-casestudies span.categorylabel {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #ed8b00;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.single-casestudies .body-copy-large li {
  color: #898d8d;
}
.single-casestudies .case-study-hero {
  background: linear-gradient(to bottom, #c2ecf7, #ffffff);
}

.single-webinars article p,
.single-ebooks article p,
.single-whitepapers article p,
.single-toolkits article p,
.single-reports article p,
article.single-page-earnings p {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #898d8d;
  margin-bottom: 20px !important;
}

.single-newsroom article ul li {
  font-family: "Proxima Nova";
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #898d8d;
  margin-bottom: 20px !important;
}

.single-webinars article ul:not(.post_author),
.single-ebooks article ul:not(.post_author),
.single-newsroom article ul:not(.post_author),
.single-whitepapers article ul:not(.post_author),
.single-toolkits article ul:not(.post_author),
.single-reports article ul:not(.post_author),
article.single-page-earnings ul:not(.post_author) {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #898d8d;
  margin-bottom: 20px !important;
  margin-left: 20px;
}
.single-webinars article li:before,
.single-ebooks article li:before,
.single-newsroom article li:before,
.single-whitepapers article li:before,
.single-toolkits article li:before,
.single-reports article li:before,
article.single-page-earnings li:before {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 8px;
  display: inline-block;
  margin-right: 14px;
  margin-left: -20px;
  color: #ed8b00;
  vertical-align: middle;
}

.single-webinars article .post_author li:before,
.single-ebooks article .post_author li:before,
.single-newsroom article .post_author li:before,
.single-whitepapers article .post_author li:before,
.single-toolkits article .post_author li:before,
.single-reports article .post_author li:before,
article.single-page-earnings li:before {
  content: "";
}

/* General Section Spacing */
.hero-content {
  min-height: 40vh;
}

.one-column-content {
  padding: 30px 0px;
}

.icon-grid-section {
  padding: 60px 0px;
}

.one-column-content-image {
  padding: 60px 0px;
}

.video-section {
}

.two-column-content-block {
  padding: 60px 0;
}

.two-column-content-block .grid-item {
  padding-left: 30px;
  padding-right: 30px;
}

.two-column-content-block .grid-item {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing-large {
  padding: 60px 0px;
}

.section-spacing {
  padding: 50px 0px;
}

.section-spacing-small {
  padding: 40px 0px;
}

.blog-template-default .wpex-social-share {
  position: fixed;
}

/* Careers */
.careers-link a:before {
  content: "";
  background: url("/wp-content/uploads/2018/10/Hiring@2x.png") no-repeat;
  background-size: 100% 100%;
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.careers-link a:after,
.more-link a:after {
  content: "";
  background: url("/wp-content/uploads/2018/10/right-angle-bracket-white@2x.png")
    no-repeat;
  background-size: 100% 100%;
  height: 10px;
  width: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
}

/*** Footer ***/
#footer-builder .footer-navigation .nav-header {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  line-height: 2;
}

#footer-builder .footer-navigation a {
  font-size: 12px;
  color: #ffffff;
  line-height: 2;
  font-weight: 300;
}

#footer-builder .footer-navigation a:hover {
  color: #ffffff;
}

#footer-builder .footer-navigation a:active {
  color: #ffffff;
}

#footer-builder .footer-navigation a:visited {
  color: #ffffff;
}

#footer-builder .body-copy {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

#footer-builder .footer-top {
  padding: 40px 0px;
}

#footer-builder .footer-top .logo img {
  margin-bottom: 20px;
}

#footer-builder .footer-bottom {
  padding: 20px 0px;
}

#footer-builder .footer-bottom .footer-text {
  font-family: "Proxima Nova";
  font-size: 12px;
  color: #c7c8c6;
  padding-right: 20px;
  white-space: nowrap;
}

#footer-builder .footer-bottom .footer-text a {
  color: #c7c8c6;
}

#footer-builder .footer-bottom .footer-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer-builder .footer-bottom .footer-text a:visited {
  color: #ffffff;
}

#footer-builder .footer-bottom .social-footer a {
  font-size: 20px;
  color: #ffffff;
}

#footer-builder a.external-link {
  white-space: nowrap;
}

/* Logo Carousel */

.logo-carousel .owl-item {
  float: unset !important;
  margin: auto 100px auto 0 !important;
  display: inline-block;
}

.logo-carousel figure.wpex-carousel-entry-media {
  vertical-align: middle;
  display: inline-block;
}

.logo-carousel .owl-item:hover figure {
  opacity: 1;
}

.logo-carousel figure {
  opacity: 0.3;
}

.logo-carousel figure:after {
  content: "Learn more >";
  display: block;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #ed8b00;
  visibility: initial;
  opacity: 0;
}

.logo-carousel .owl-item:hover figure:after {
  opacity: 1;
}

.logo-carousel .owl-stage {
  height: 140px;
}

.logo-carousel .owl-item {
  height: 100%;
}

.hero-overlay {
  /*background: linear-gradient(to right, rgba(0, 76, 151, 0.8), rgba(7, 29, 73, 0.8));*/
}

.hero-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(to right, rgba(0, 76, 151, 0.8), rgba(7, 29, 73, 0.8)); */
  background: rgba(13, 31, 69, 0.8);
}

.hero-small-copy,
.hero-small-copy a {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.card-column .vc_column-inner > .wpb_wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
  height: 100%;
  background-color: #ffffff;
}

.card-column div div div span > img {
  padding-bottom: 15px;
}

.card-column a {
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 2;
  /* color: #ED8B00; */
  color: #5b7f95;
}

.card-column a:hover {
  text-decoration: underline;
}

.recognition .grid-item img {
  max-height: 160px;
  width: auto;
}
.recognition .grid-item figure {
  min-height: 160px;
}
.grid-items .grid-item {
  margin-bottom: 60px;
}

.grid-item .vc_column-inner {
  padding-left: 50px;
  padding-right: 50px;
}

.our-brands-card {
  min-height: 88px;
  margin-bottom: 20px;
}

.our-brands-card a {
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 2;
  /* color: #ED8B00; */
  color: #5b7f95;
}

.our-brands-card .vc_column-inner > .wpb_wrapper {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  height: 85px;
}

.download-report,
.download-report a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 2.0625;
  /* color: #ED8B00; */
  color: #5b7f95;
}

.download-report a:before {
  /* content: url('/wp-content/uploads/2018/09/download-file.png'); */
  content: url("/wp-content/themes/base-child/assets/images/download-file2.png");
  display: inline-block;
  padding-right: 10px;
}

.half-column-left {
  /*max-width: 543px;*/
  /*margin-left: auto;*/
  padding: 5vw;
}

.contact.half-column-left {
  max-width: 543px;
  margin-left: auto;
  padding: 5vw 15px;
}

.annual-reports .half-column-left {
  max-width: 543px;
  margin-left: auto;
  padding: 0px;
}

.half-column-right {
  /*max-width: 543px;*/
  /*margin-right: auto;*/
  padding: 5vw;
}

.more-link.white a {
  color: #ffffff;
  font-size: 12px;
  line-height: 2;
  font-family: "Proxima Nova";
  font-weight: 600;
}

.card-blocks > .wpb_wrapper {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* Testimonial Slider */
.testimonials-row {
  background: linear-gradient(to bottom, #ffffff 20%, #f9f9f9 100%);
}

.testimonials .testimonial-entry-author {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #898d8d;
  text-align: center;
}

.testimonials .testimonial-entry-company {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #898d8d;
  text-align: center;
}

.testimonials .testimonial-entry-content {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  min-height: 211px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .testimonial-caret {
  position: absolute;
  display: block;
  left: calc(50% - 12px);
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
}

.testimonials .testimonial-entry-details {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  /* color: #004C97; */
  color: #5b7f95;
}

.testimonials .testimonial-entry-details p {
  overflow: hidden;
}

.testimonials .testimonial-entry-details:before {
  /* content: url('/wp-content/themes/base-child/assets/images/Drop-Quote.png'); */
  content: url("/wp-content/themes/base-child/assets/images/Drop-Quote2.png");
  display: inline-block;
  float: left;
  margin-top: -10px;
}

.testimonials .testimonial-entry-meta {
  float: unset;
  display: flex;
  flex-direction: column;
}

.testimonials .testimonial-entry-thumb {
  float: unset;
  text-align: center;
  margin-right: 0px;
}

.testimonials .testimonial-entry-thumb img {
  height: 142px;
  width: 142px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.testimonials .owl-item {
  padding: 0px 10px;
}

.job-openings,
.job-openings a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  /* color: #004C97; */
  color: #5b7f95;
}

.investor-stock-row {
  padding: 20px;
  /* background-color: #ed8b00; */
  background-color: #00968f;
  font-family: "Proxima Nova";
  color: #ffffff;
  margin-bottom: 20px !important;
}

.investor-stock-row .investor-company {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.investor-stock-row .investor-market {
  font-size: 12px;
  font-weight: 600;
  line-height: 2.666666667;
}

.investor-stock-row .investor-symbol {
  font-size: 24px;
  line-height: 1.333333333;
  font-weight: 300;
}

.investor-stock-row div > .vc_column-inner {
  padding: 0px 20px;
}

.investor-stock-row + .section-header {
  margin-bottom: 0px !important;
}

.get-in-touch,
.get-in-touch a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  /* color: #ED8B00; */
  color: #5b7f95;
}

.briefing-register-card > div {
  border-radius: 10px;
  padding: 40px !important;
}

/* Mobile hamburger menu styling */
body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
  /*left: 0;
	right: unset !important;*/
}

.mobile-toggle-nav-search .searchform-submit {
  left: 0;
  right: unset !important;
  background: transparent;
  color: #004c97;
  width: 40px;
}

.mobile-toggle-nav .menu-item > a {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #898d8d;
}

.nav-solutions ul .menu-item {
  display: inline-block;
  width: 24%;
  text-align: center;
}

.mobile-toggle-nav .nav-solutions .sub-menu-heading > a,
.nav-solutions ul .menu-item a {
  color: #004c97;
  text-transform: none;
}

.mobile-toggle-nav .menu-item-has-children ul a:before {
  content: "" !important;
  display: inline-block;
}

.mobile-toggle-nav .nav-img.education a:before {
  content: " ";
  display: block;
  background: url("/wp-content/uploads/2018/08/ICON_Education.png") no-repeat;
  background-size: 100% 100%;
  height: 40px;
  width: 70px;
  margin: 27px auto;
  transition: all 0.3s ease;
}

.mobile-toggle-nav .nav-img.business a:before {
  content: " ";
  display: block;
  background: url("/wp-content/uploads/2018/08/ICON_Business.png") no-repeat;
  background-size: 100% 100%;
  height: 80px;
  width: 70px;
  margin: 7px auto;
  transition: all 0.3s ease;
}

.mobile-toggle-nav .nav-img.health a:before {
  content: " ";
  display: block;
  background: url("/wp-content/uploads/2018/08/ICON_Health.png") no-repeat;
  background-size: 100% 100%;
  height: 71px;
  width: 70px;
  margin: 12px auto;
  transition: all 0.3s ease;
}

.mobile-toggle-nav .nav-img.events a:before {
  content: " ";
  display: block;
  background: url("/wp-content/uploads/2018/08/ICON_Events.png") no-repeat;
  background-size: 100% 100%;
  height: 68px;
  width: 70px;
  margin: 13px auto;
  transition: all 0.3s ease;
}

.mobile-toggle-nav .nav-resources .sub-menu-heading ul > li {
  width: 100%;
}

.mobile-toggle-nav .nav-resources .sub-menu-heading ul > li a {
  text-transform: none;
  padding-left: 0px;
}

.mobile-toggle-nav .nav-resources ul > li a {
  text-transform: none;
  padding-left: 0px;
}

.mobile-toggle-nav .nav-resources ul .menu-item {
  display: inline-block;
  width: 49%;
}

.mobile-toggle-nav .nav-resources .sub-menu-heading > a {
  color: #ed8b00 !important;
  text-transform: none;
}

.mobile-toggle-nav .nav-resources .sub-menu-heading li {
  display: block;
}

.mobile-toggle-nav-search input[type="search"] {
  font-family: "Proxima Nova";
  font-size: 14px;
  border-radius: 500px;
  padding: 0 50px 0 40px;
}

.mobile-toggle-nav .technical-resources ul,
.mobile-toggle-nav .tips-best-practices ul {
  display: block !important;
}

.mobile-toggle-nav-ul .wpex-open-submenu {
  width: 100%;
}
/* .mobile-toggle-nav .wpex-open-submenu {
    position: relative;
    right: -5px;
    top: -3px;
} */

.mobile-toggle-nav .technical-resources .wpex-open-submenu,
.mobile-toggle-nav .tips-best-practices .wpex-open-submenu {
  display: none;
}
/*
.mobile-toggle-nav .wpex-open-submenu::before {
	content: '\f0dd' !important;
} */

.mobile-toggle-nav .get-demo {
  display: none;
}

.mobile-toggle-nav.visible + #main {
  margin-top: 0px;
}

/* Meet the Team */
.meet-the-team {
}

.team-member {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 60px !important;
  overflow-y: overlay;
}

.team-member div > .vc_column-inner {
  padding: 0 !important;
}

.team-member .member-image {
  margin-bottom: 16px;
}

.team-member .member-image > span:before {
  background: rgba(0, 76, 151, 0.8);
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s ease;
}

.team-member:hover .member-image > span:before {
  background: rgba(0, 76, 151, 0);
  transition: all 0.3s ease;
}

.team-member .member-name {
  font-family: "Gilroy";
  font-size: calc(20px + (28 - 20) * (100vw - 400px) / (1086 - 400));
  font-weight: 300;
  line-height: 1.178571429;
  color: #004c97;
}
@media screen and (max-width: 1086px;) {
  .team-member .member-name {
    font-size: 28px;
  }
}

.team-member .member-title {
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  color: #54595b;
}

.team-member .member-bio {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #898d8d;
  padding: 20px 20px;
  position: relative;
  height: 0;
  opacity: 0;
}

.member-action-link:hover .member-bio {
  height: auto;
  opacity: 1;
}

.team-member .member-action-link .vc_toggle_title,
.team-member .member-action-link h4,
.team-member .member-action-link a {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  color: #ed8b00;
  text-align: center;
}

.team-member .member-action-link .vc_toggle_content p {
  padding: 15px !important;
}

.team-member
  .member-action-link
  .vc_toggle_size_md.vc_toggle_arrow
  .vc_toggle_icon {
  margin-left: 6px !important;
}

.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #ed8b00 !important;
}

.team-member .member-action-link {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.team-member:hover .member-action-link {
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
}

.team-member:hover {
  margin-bottom: 34px !important;
}

/** Marketo Forms **/
.mktoForm {
  width: 100% !important;
}
.mktoFormRow {
  clear: unset !important;
}
.mktoLabel {
  font-family: "Proxima Nova" !important;
  font-size: 12px;
  font-weight: bold !important;
  line-height: 2.5 !important;
  color: #898d8d;
  width: auto !important;
  display: block;
}
.mktoForm .mktoFieldWrap {
  float: unset !important;
  display: inline;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: right !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm input[type="datetime"],
.mktoForm input[type="search"],
.mktoForm input[type="time"],
.mktoForm input[type="password"],
.mktoForm select {
  width: calc(100%) !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  padding: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 1px 0px #898d8d;
  background: transparent;
  margin-bottom: 10px;
  font-family: "Proxima Nova";
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.25;
  color: #898d8d;
  height: 30px;
  clear: both;
  transition: box-shadow 0.3s ease;
}
.newsletter-form .mktoForm input[type="text"],
.newsletter-form .mktoForm input[type="email"] {
  box-shadow: 0px 1px 0px #ffffff;
  transition: box-shadow 0.3s ease;
}
#emailsignupwrap .newsletter-form .mktoForm input[type="email"] {
  width: calc(100% - 30px) !important;
  color: #ffffff;
}
.mktoForm select {
  height: 30px;
  margin-top: -10px;
  border: none;
  border-bottom: solid;
  border-width: 0px;
  box-shadow: 0px 1px 0px #898d8d;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mktoForm textarea {
  box-shadow: 0px 0px 0px 1px #898d8d;
  font-size: 16px !important;
  color: #898d8d;
  padding: 8px !important;
  border-radius: 6px;
  height: auto !important;
  width: 100% !important;
  clear: both;
  background: transparent;
}

.mktoForm select + .mktoClear:after {
  content: "";
  background: url(/wp-content/uploads/2018/10/down-select-grey@2x.png);
  background-size: 100% 100%;
  height: 6px;
  width: 10px;
  right: 3px;
  top: 45px;
  display: inline-block;
  position: absolute;
}

.mktoForm input[type="text"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm input[type="datetime"]:focus,
.mktoForm input[type="search"]:focus,
.mktoForm input[type="time"]:focus,
.mktoForm input[type="password"]:focus,
.mktoForm select.mktoField:focus {
  box-shadow: 0px 3px 0px #004c97;
  transition: box-shadow 0.3s ease;
}
.newsletter-form .mktoForm input[type="text"]:focus,
.newsletter-form .mktoForm input[type="email"]:focus {
  box-shadow: 0px 3px 0px #ed8b00;
  transition: box-shadow 0.3s ease;
}
.mktoForm textarea.mktoField:focus {
  box-shadow: 0px 0px 0px 3px #004c97;
  transition: box-shadow 0.3s ease;
}
.mktoForm input[type="text"].mktoInvalid:not(:focus),
.mktoForm input[type="url"].mktoInvalid:not(:focus),
.mktoForm input[type="email"].mktoInvalid:not(:focus),
.mktoForm input[type="tel"].mktoInvalid:not(:focus),
.mktoForm input[type="number"].mktoInvalid:not(:focus),
.mktoForm input[type="date"].mktoInvalid:not(:focus),
.mktoForm input[type="datetime"].mktoInvalid:not(:focus),
.mktoForm input[type="search"].mktoInvalid:not(:focus),
.mktoForm input[type="time"].mktoInvalid:not(:focus),
.mktoForm input[type="password"].mktoInvalid:not(:focus),
.mktoForm select.mktoInvalid:not(:focus) {
  box-shadow: 0px 3px 0px #e76c48;
  transition: box-shadow 0.3s ease;
}
.mktoForm textarea.mktoInvalid:not(:focus) {
  box-shadow: 0px 0px 0px 3px #e76c48;
  transition: box-shadow 0.3s ease;
}
.mktoForm input[type="text"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="url"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="email"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="tel"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="number"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="date"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="datetime"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="search"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="time"].mktoInvalid:not(:focus) + .mktoClear:after,
.mktoForm input[type="password"].mktoInvalid:not(:focus) + .mktoClear:after {
  content: "";
  background: url(/wp-content/uploads/2018/11/invalid-field@2x.png) no-repeat;
  background-size: 100% 100%;
  height: 13px;
  width: 2.5px;
  right: 3px;
  top: 45px;
  display: inline-block;
  position: absolute;
}
.mktoForm select.mktoInvalid:not(:focus) + .mktoClear:after {
  content: "";
  background: url(/wp-content/uploads/2018/11/invalid-select@2x.png) no-repeat;
  background-size: 100% 100%;
  height: 6px;
  width: 10px;
  right: 3px;
  top: 45px;
  display: inline-block;
  position: absolute;
}

.mktoForm .mktoAsterix {
  color: inherit !important;
}

.mktoForm button {
  font-family: "Proxima Nova";
  text-transform: uppercase;
  font-weight: 600;
  background: #ffffff !important;
  color: #004c97 !important;
  border: 2px solid #004c97 !important;
  box-sizing: border-box;
  height: 48px;
  width: 148px;
  box-shadow: unset !important;
}
.mktoForm button:hover {
  font-family: "Proxima Nova";
  text-transform: uppercase;
  font-weight: 600;
  background: #004c97 !important;
  color: #ffffff !important;
  border: 2px solid #004c97 !important;
  box-sizing: border-box;
  height: 48px;
  width: 148px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.mktoForm button.mktoButton {
  cursor: pointer;
  margin: 20px auto 0px !important;
  text-align: center;
  display: block;
  border-radius: 50px !important;
}

.mktoFormCol {
  width: calc(50% - 15px) !important;
}
.mktoFormCol + .mktoFormCol {
  margin-left: 15px;
  position: relative;
  right: -15px;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  float: left;
  height: 1.2em;
  display: none;
}
.mktoButtonRow {
  width: 100% !important;
  text-align: center;
  margin: 0 auto;
}
.mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoError .mktoErrorArrow {
  background-color: #e76c48 !important;
  border: 1px solid #e76c48 !important;
}
.mktoForm .mktoError .mktoErrorMsg {
  background-color: #e76c48 !important;
  background: linear-gradient(to bottom, #e76c48, #e76c48) !important;
  border: 1px solid #e76c48 !important;
  box-shadow: rgba(0, 0, 0, 0) 0 2px 7px, inset #e76c48 0 1px 0px !important;
  text-shadow: unset !important;
  font-family: "Proxima Nova" !important;
  color: #ffffff !important;
}
div#confirmform {
  color: #898d8d;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  min-height: 592px;
}

#footer-builder .mktoForm button:disabled {
  visibility: hidden;
  display: none;
}

/** Market Mobile Sizes **/
@media screen and (max-width: 767px) {
  .mktoFormCol {
    width: calc(100%) !important;
  }
  .mktoFormCol + .mktoFormCol {
    margin-left: 0px;
    position: relative;
    right: 0px;
  }
  .newsletter-form .mktoButtonRow {
    width: calc(100% - 70px) !important;
  }
}

/** Marketo Demo Form **/
.demo-form div.mktoFormRow:nth-of-type(6) div.mktoFormCol,
.quote-form div.mktoFormRow:nth-of-type(5) div.mktoFormCol,
.investor-inquiries div.mktoFormRow:nth-of-type(2) div.mktoFormCol,
.webinar-right-column .mktoFormCol {
  width: 100% !important;
}
/** Marketo Get Started Forms (verticals) **/
.get-started-form div.mktoFormRow:nth-of-type(5) div.mktoFormCol {
  width: 100% !important;
}

/* contact drop down menu */

.local-office .vc_tta-tabs-list li {
  display: none !important;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 150px;
}

.local-office .vc_tta-tabs-list li:first-child {
  display: block !important;
  border-top: 0px;
}
.local-office .vc_tta-tabs-list li:not(:first-child) {
  /*position: absolute;*/
}
.local-office ul.vc_tta-tabs-list {
  max-width: 280px;
}
.local-office .vc_tta-tabs-list {
  border-bottom: 1px solid #898d8d;
  display: inline-block;
  padding: 0;
  border-radius: 0px;
  position: relative;
}

.local-office .vc_tta-tabs-list li:first-child:hover {
  background-color: #efeff0;
}

.local-office .vc_tta-tabs-list li {
  background-color: #ffffff;
}
.local-office .vc_tta-tabs-list li.vc_active {
  background-color: transparent;
}
.local-office .vc_tta-tabs-list li:hover {
  background-color: #efeff0;
}

.local-office .vc_tta-tabs-list.open li {
  display: block !important;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0px !important;
}

.local-office .vc_tta-tabs-list li:not(.vc_active) {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-left: 16px !important;
  position: absolute;
  width: 280px;
  height: 39px;
}
.local-office .vc_tta-tabs-list.open li {
  opacity: 1;
}
.local-office .vc_tta-tabs-list li:not(.vc_active):nth-of-type(1) {
  top: calc(0 * 39px);
}
.local-office .vc_tta-tabs-list li:not(.vc_active):nth-of-type(2) {
  top: calc(1 * 39px);
}
.local-office .vc_tta-tabs-list li:not(.vc_active):nth-of-type(3) {
  top: calc(2 * 39px);
}
.local-office .vc_tta-tabs-list li:not(.vc_active):nth-of-type(4) {
  top: calc(3 * 39px);
}
.local-office .vc_tta-tabs-list li:not(.vc_active):nth-of-type(5) {
  top: calc(4 * 39px);
}
.local-office .vc_tta-tabs-list li:not(.vc_active):nth-of-type(6) {
  top: calc(5 * 39px);
}
.local-office .vc_tta-tabs-list li:not(.vc_active):last-of-type {
  border-bottom: 3px solid #004c97;
}

.local-office .vc_tta-tabs-list li:first-child span:after {
  content: "";
  background: url(/wp-content/themes/base-child/assets/images/right-angle-bracket-orange@2x2.png)
    no-repeat;
  background-size: 100% 100%;
  height: 10px;
  width: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: 10px;
  float: right;
  transform: rotate(90deg);
}

.local-office .vc_tta-tabs-list.open span:before {
  /*content: "\2191";*/
}
.local-office.vc_tta.vc_general .vc_tta-tab > a {
  padding: 5px 0px !important;
}
.local-office.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab > a {
  background-color: transparent !important;
}

.local-office-map .vc_tta-tabs-container {
  display: none !important;
}

.local-office-map .vc_tta-panel-body {
  padding: 0px !important;
}

@media screen and (max-width: 767px) {
  .wpb-js-composer .vc_tta.vc_tta-tabs.local-office .vc_tta-tabs-container {
    display: block !important;
  }
  .local-office .vc_tta-panel-heading,
  .local-office-map .vc_tta-panel-heading {
    display: none !important;
  }
}

/* removes margin at the bottom of all tabbed elements */
.wpb-js-composer .vc_tta-container {
  margin-bottom: 0px !important;
}
/* Mobile media queries */
@media screen and (max-width: 959px) {
  .hover-card-row > .vc_column_container {
    width: 100%;
  }

  .hover-card div > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hover-card .card-title {
    font-size: 21px;
  }

  .hover-card {
    margin: 0px 0px 10px 0px !important;
  }

  .hover-card:hover {
  }
}

@media screen and (max-width: 767px) {
  .hover-card img {
    padding-top: 60px;
  }
  .hover-card p:first-of-type {
    font-size: 12px;
    line-height: 1.4;
  }

  .capture .headline:before,
  .transform .headline:before,
  .engage .headline:before,
  .analyze .headline:before {
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .hover-card {
    padding: 15px;
    margin: 10px !important;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 1)
    );
    transition: all 0.3s ease;
    height: 249px;
    margin: 10px !important;
    animation-name: background-fade;
    animation-duration: 1s;
    overflow: hidden;
  }

  .hover-card:hover {
    height: 259px;
  }

  .hover-card .card-image {
    height: 50px;
  }

  .hover-card .card-image img {
    width: 50%;
  }

  .deployment .headline:before {
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }

  .case-studies {
    display: none;
  }

  .customer-care-agent {
    display: none !important;
  }

  .hover-card-row {
  }
  .get-started-link {
    text-align: center;
  }

  .get-started-link a {
    position: relative;
  }

  #footer-builder .footer-top {
    padding: 20px 0px 0px 0px;
  }

  #footer-builder .mediasite-form .gform_footer {
    position: absolute;
    right: 0;
  }
}
