/*
Theme Name: Bluebeam
Theme URI: https://demo.studiopress.com/
Description: Sample theme created for the Genesis Framework.
Author: Bluebeam
Author URI: https://www.bluebeam.com/

Version: 3.4.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/



/* body {
  background-color: #000;
} */




.process-header {
  margin-bottom: 350px;
}
@media screen and (max-width: 600px) {
  .process-header {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1255px) {
  .process-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.process.process--dark:after {
  background-color: #0083db;
}

.process.process--dark .process-point {
  background-color: #fff;
  border-color: #0083db;
}

.process.process--dark .process-tooltipContent {
  color: #111;
}

.process.process--dark .process-item:hover .process-point,
.process.process--dark .process-item.is-active .process-point {
  background-color: #00579c;
}

.process:after {
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .14);
  background-color: #f1f2f2;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 14px;
}

.process .process-point {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-color: #f1f2f2;
  background-color: #0083db;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .14);
  transition: transform 250ms ease-in-out;
}

.process .process-tooltipContent {
  position: absolute;
  top: -287px;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  opacity: 0;
  cursor: auto;
}
.process .process-tooltipContent.animated {
  transition: opacity 250ms ease-in-out;
  transition-delay: 250ms;
}
.process .process-tooltipContent.is-active {
  opacity: 1;
}

.process .process-tooltip {
  z-index: 3;
  width: 310px;
  height: 260px;
  bottom: 125px;
}
.process .process-tooltip.animated {
  transition: transform 250ms ease-in-out;
}
.process .process-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 13px 0 13px;
  border-color: #0083db transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -13px;
}
.process .process-tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f1f2f2 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

.process .process-item {
  z-index: 4;
}
.process .process-item:hover .process-point,
.process .process-item.is-active .process-point {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.productColumn {
  background-color: #fff;
}

.productColumn-tab {
  background-color: #999;
  position: relative;
  cursor: pointer;
}
.productColumn-tab:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.productColumn-tab:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.productColumn-tab.is-active {
  background-color: #333;
}
.productColumn-tab.is-active:before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
  margin-top: 0;
  margin-bottom: 5px;
  border-width: 7px 6px 0;
  border-color: #111 transparent transparent;
  left: 50%;
  top: 100%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.productColumn-tabPane {
  display: none;
}
.productColumn-tabPane.is-active {
  display: block;
}

@media (min-width: 600px) {
  .productColumn-tabPane {
    display: block;
  }
}

.language-selector .language-dropdown {
  min-width: 150px;
  right: 0;
  z-index: 10;
  display: none;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.language-selector .language-dropdown a {
  color: #333;
}
.language-selector .language-dropdown a:hover {
  color: #0083db;
}

.language-selector .current-language-container {
  transition: all 250ms ease-out;
}
.language-selector .current-language-container .icon {
  color: #999;
  transition: all 250ms ease-out;
}
.language-selector .current-language-container:hover .icon,
.language-selector .current-language-container.is-active .icon {
  color: #333;
}
.language-selector .current-language-container.is-active {
  background-color: #ced1d1;
}
.language-selector .current-language-container.is-active .icon {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-hamburger {
  display: inline-block;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 4px;
}

.navbar-hamburger .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  transition: all .3s ease;
  background-color: #111;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.navbar-hamburger .icon-bar.icon-bar:first-child {
  margin-top: 0;
}

.navbar-hamburger:focus .icon-bar,
.navbar-hamburger:hover .icon-bar {
  background-color: #0083db;
}

.navbar-hamburger.is-open .icon-bar {
  background-color: #0083db;
}

.navbar-hamburger.is-open .icon-bar:first-child {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
}

.navbar-hamburger.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-hamburger.is-open .icon-bar:nth-child(3) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px;
}

body.noNav {
  padding-top: 0;
}

.siteHeader,
.noNavHeader {
  width: 100%;
  position: relative;
  z-index: 50;
}

.navbar {
  background-color: #f1f2f2;
  color: #111;
  min-height: 70px;
  width: 100%;
}

.bbLogo {
  width: 50px;
  display: table-cell;
  vertical-align: middle;
}
.bbLogo .bbLogo-img {
  background-image: url("https://www.bluebeam.com/user/pages/images/logos/bug-black.svg");
  background-repeat: no-repeat;
  background-position: center left;
  width: 50px;
  height: 45px;
  text-indent: -200px;
  overflow: hidden;
  display: block;
}
.bbLogo:hover .bbLogo-img {
  transition: background-image 160ms;
  background-image: url("https://www.bluebeam.com/user/pages/images/logos/bug-blue.svg");
}

.navbar-hamburger {
  cursor: pointer;
  color: rgba(255, 255, 255, .8);
}

.searchBtn {
  display: none;
}

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

.navbar-nav {
  background-color: #e6e6e6;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height .3s ease-out;
  height: auto;
  max-height: 0;
}
.navbar-nav.is-active {
  opacity: 1;
  max-height: 2000px;
}

.navbar-navItems {
  width: 100%;
  display: table;
}

.navbar-navItem {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ced1d1;
}

.navbar-navItem--link {
  padding: 0 24px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
  color: #111;
  font-family: Roboto;
}
.navbar-navItem--link:hover {
  color: #0083db;
}
.navbar-navItem--link .icon {
  position: relative;
  top: 2px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 360ms ease-out;
}
.navbar-navItem--link.is-open {
  color: #0083db;
}
.navbar-navItem--link.is-open .icon {
  -ms-transform: rotate(630deg);
  transform: rotate(630deg);
}

.dropdown {
  display: none;
  padding-top: 0;
  text-align: left;
}
.dropdown .dd-heading {
  font-family: Roboto;
}
.dropdown .list li {
  text-align: left;
}
.dropdown span {
  padding: .125rem .3125rem;
}
.dropdown a {
  padding: .3125rem .3125rem;
  display: inline-block;
  color: #111;
  font-weight: 400;
}
.dropdown a:hover {
  color: #fff;
  background-color: #0083db;
}

.searchForm {
  display: none;
  padding-top: 1px;
}

.nav-utils-container {
  margin-top: 13px;
  height: 70px;
}
.nav-utils-container.opened {
  position: relative;
  top: -2px;
}

.nav-utils-container {
  -ms-flex-pack: center;
  justify-content: center;
}

.language-selector {
  position: absolute !important;
  top: 13px;
  right: 40px;
}

.noNavHeader .language-selector {
  right: 0;
}

.navbar {
  padding-left: .625rem;
  padding-right: .625rem;
}

.navTrialButton {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-utils-container {
  margin: 0;
  height: 70px;
}

@media screen and (min-width: 1235px) {
  .bbLogo {
    width: 210px;
  }
  .bbLogo .bbLogo-img {
    background-image: url("https://www.bluebeam.com/user/pages/images/logos/logo-black.svg");
    width: 210px;
  }
  .bbLogo:hover .bbLogo-img {
    background-image: url("https://www.bluebeam.com/user/pages/images/logos/logo-blue.svg");
  }
  .bbLogo-img {
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 1110px) {
  body {
    padding-top: 70px;
  }
  .mobileSearch {
    display: none !important;
  }
  .navTrialButton {
    position: static !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .navbar {
    padding-left: 2.5rem !important;
    padding-right: .625rem !important;
  }
  .searchForm {
    display: inline-block;
  }
  .language-selector {
    position: relative !important;
    top: inherit;
    right: inherit;
  }
  .nav-utils-container {
    height: inherit;
    margin-top: 0;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .siteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    transition: transform 280ms ease-in-out;
  }
  .squishyNav .navbar {
    min-height: 50px;
  }
  .squishyNav .navbar-nav {
    height: 50px;
  }
  .squishyNav .navbar-navItem--link {
    height: 50px;
    line-height: 50px;
  }
  .squishyNav .navTrialButton {
    padding: 3px 15px 0 15px;
    line-height: 28px;
  }
  .squishyNav .language-selector {
    top: -4px;
  }
  .squishyNav .bbLogo {
    width: 33px;
    overflow: hidden;
    display: inline-block;
  }
  .squishyNav .bbLogo .bbLogo-img {
    background-position: center left;
    background-size: 70%;
  }
  .navbar-nav {
    background-color: #f1f2f2;
    display: table-cell;
    background-color: transparent;
    position: static;
    max-height: 100%;
    height: 70px;
    width: auto;
    overflow: unset;
  }
  .navbar-nav li {
    margin: 0;
    text-align: left;
  }
  .navbar-navItem {
    display: inline-block;
    width: auto;
    color: #333;
    border-bottom: 0;
  }
  .navbar-navItem--link {
    line-height: 70px;
    height: 70px;
    color: inherit;
    font-weight: bold;
  }
  .searchBtn {
    display: inline-block;
  }
  .navbar-hamburger {
    display: none;
  }
  .dropdown {
    position: absolute;
    background-color: #f1f2f2;
    border-top: 4px solid #0083db;
    min-width: 240px;
    padding-top: 20px;
  }
  .navbar-navItem--xlWide .dropdown {
    min-width: 900px;
    width: 100%;
  }
  .navbar-navItem--wide .dropdown {
    min-width: 700px;
    width: 100%;
  }
  .noNavHeader .nav-utils-container {
    margin-top: 15px;
  }
}

#newsletterModal {
  width: 600px;
}

.c-contactUsForm .form-field {
  margin-bottom: 1.25rem;
}
.c-contactUsForm .form-field label {
  font-size: .9375rem;
  line-height: 1.53333;
  margin-bottom: .3125rem;
  font-weight: 400;
  letter-spacing: .3px;
  display: block;
  cursor: pointer;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon-au {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/au.svg);
}

.flag-icon-ch {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/ch.svg);
}

.flag-icon-de {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/de.svg);
}

.flag-icon-dk {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/dk.svg);
}

.flag-icon-es {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/es.svg);
}

.flag-icon-fi {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/fi.svg);
}

.flag-icon-fr {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/fr.svg);
}

.flag-icon-gb {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/gb.svg);
}

.flag-icon-it {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/it.svg);
}

.flag-icon-jp {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/jp.svg);
}

.flag-icon-kr {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/kr.svg);
}

.flag-icon-nl {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/nl.svg);
}

.flag-icon-no {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/no.svg);
}

.flag-icon-nz {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/nz.svg);
}

.flag-icon-se {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/se.svg);
}

.flag-icon-us {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/us.svg);
}

.flag-icon-gb-eng {
  background-image: url(https://www.bluebeam.com/user/themes/bluebeam/images/flags/4x3/gb-eng.svg);
}

.c-videoHero {
  background-image: linear-gradient(to bottom, #414141 0%, #242424 100%);
}

.mobile-carousel .slick-prev,
.mobile-carousel .slick-next {
  top: 25%;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "bluebeam-icons";
  font-size: 32px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity .5s ease;
}

.slick-prev {
  left: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 840px) {
  .slick-prev {
    left: 25px;
  }
}
.slick-prev:before {
  content: "\e900";
}

.slick-next {
  right: 0;
}
@media (min-width: 840px) {
  .slick-next {
    right: 25px;
  }
}
.slick-next:before {
  content: "\e900";
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 50px 0 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 10px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: #f1f2f2;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: #9b9b9b;
  transition: background-color .5s ease;
}
.slick-dots li.slick-active button:before {
  background: #f1f2f2;
}

.extremeCarousel-ring {
  width: 460px;
  height: 460px;
  left: 50%;
  top: 50%;
  margin-top: -230px;
  margin-left: -230px;
  transition: transform .75s ease;
}

.extremeCarousel-content {
  width: 460px;
  height: 460px;
}
.extremeCarousel-content .aec-role {
  width: 115px;
  top: 460px;
}
.extremeCarousel-content .aec-role .aec-image {
  width: 95px;
  text-align: center;
  overflow: hidden;
  padding-top: 5px;
}
.extremeCarousel-content .aec-role .aec-image img {
  margin: 0 auto;
  width: 85px;
}
.extremeCarousel-content .aec-role .aec-image:before {
  width: 100%;
  height: 95px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #ced1d1;
  border-radius: 50%;
}
.extremeCarousel-content .aec-role:first-child {
  top: -65px;
  left: 50px;
  width: 320px;
}
.extremeCarousel-content .aec-role:first-child .aec-image {
  width: 200px;
  padding-top: 15px;
}
.extremeCarousel-content .aec-role:first-child .aec-image img {
  width: 170px;
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
.extremeCarousel-content .aec-role:first-child .aec-image img.active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.extremeCarousel-content .aec-role:first-child .aec-image:before {
  height: 200px;
}
.extremeCarousel-content .aec-role:first-child .aec-content {
  width: 315px;
}
.extremeCarousel-content .aec-role:first-child .aec-content .aec-title {
  display: none;
}
.extremeCarousel-content .aec-role:first-child .aec-content .aec-headline,
.extremeCarousel-content .aec-role:first-child .aec-content .aec-description {
  display: block;
}
.extremeCarousel-content .aec-role:first-child .aec-content .aec-headline {
  line-height: 1;
}
.extremeCarousel-content .aec-role:first-child .aec-content .button {
  display: inline-block;
}
.extremeCarousel-content .aec-role .aec-content .aec-headline,
.extremeCarousel-content .aec-role .aec-content .aec-description {
  display: none;
}
.extremeCarousel-content .aec-role .aec-content .button {
  display: none;
}
.extremeCarousel-content .aec-role:nth-child(2) {
  top: 65px;
  right: -30px;
}
.extremeCarousel-content .aec-role:nth-child(2) .aec-image {
  transition: transform 150ms ease-in-out;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.extremeCarousel-content .aec-role:nth-child(2) .aec-title {
  font-size: 1rem !important;
  color: #ced1d1;
}
.extremeCarousel-content .aec-role:nth-child(2):hover .aec-image {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.extremeCarousel-content .aec-role:nth-child(2):hover .aec-title {
  color: #fff;
}
.extremeCarousel-content .aec-role:nth-child(3) {
  top: 245px;
  right: -63px;
}
.extremeCarousel-content .aec-role:nth-child(3) .aec-image {
  transition: transform 150ms ease-in-out;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.extremeCarousel-content .aec-role:nth-child(3) .aec-title {
  font-size: 1rem !important;
  color: #ced1d1;
}
.extremeCarousel-content .aec-role:nth-child(3):hover .aec-image {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.extremeCarousel-content .aec-role:nth-child(3):hover .aec-title {
  color: #fff;
}
.extremeCarousel-content .aec-role:nth-child(4) {
  top: 391px;
  right: 84px;
}
.extremeCarousel-content .aec-role:nth-child(4) .aec-image {
  transition: transform 150ms ease-in-out;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.extremeCarousel-content .aec-role:nth-child(4) .aec-title {
  font-size: 1rem !important;
  color: #ced1d1;
}
.extremeCarousel-content .aec-role:nth-child(4):hover .aec-image {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.extremeCarousel-content .aec-role:nth-child(4):hover .aec-title {
  color: #fff;
}
.extremeCarousel-content .aec-role:nth-child(5) {
  top: 369px;
  right: 300px;
}
.extremeCarousel-content .aec-role:nth-child(5) .aec-image {
  transition: transform 150ms ease-in-out;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.extremeCarousel-content .aec-role:nth-child(5) .aec-title {
  font-size: 1rem !important;
  color: #ced1d1;
}
.extremeCarousel-content .aec-role:nth-child(5):hover .aec-image {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.extremeCarousel-content .aec-role:nth-child(5):hover .aec-title {
  color: #fff;
}

.roleCard:active div {
  background-color: #e6e6e6 !important;
}

.sizzle .o-ratio--wtf:before {
  padding-bottom: 41.7%;
}

.sizzle .u-txt11 {
  font-size: 4rem !important;
  line-height: 1 !important;
}
@media screen and (max-width: 1090px) {
  .sizzle .u-txt11 {
    font-size: 3rem !important;
  }
}

.sizzle-content {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 10px;
}

.sizzle-bodyContent {
  max-width: 50%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sizzle-object {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.sizzle-object video {
  opacity: .6;
}

@media screen and (max-width: 1090px) {
  .homePage .sizzle::after {
    content: "";
    background-image: url("https://www.bluebeam.com/user/pages/01.home/_sizzle/home-hero.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}

@media screen and (max-width: 1090px) {
  .homePage .sizzle-content {
    position: static !important;
    left: 0;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding-left: 10px;
  }
}

@media screen and (max-width: 1090px) {
  .homePage .sizzle-bodyContent {
    max-width: 86%;
    top: 0;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    min-height: 430px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1090px) {
  .homePage .sizzle-object {
    display: none;
  }
}

.hero--withRibbon {
  overflow: hidden;
  position: relative;
}

.cornerRibbon {
  width: 400px;
  display: block;
  color: #fff;
}
.cornerRibbon:hover {
  color: #ccc;
}

.cornerRibbon--bottomRight {
  bottom: 80px;
  right: -85px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.globalNewsletterPopup {
  bottom: 30px;
  z-index: 100;
}
.globalNewsletterPopup .icon--close {
  top: 10px;
  right: 10px;
}

.tab-nav a {
  color: #111;
}
.tab-nav a:hover {
  color: #0083db;
}

.tab-nav .is-active a {
  border-bottom: 4px solid #0083db;
  color: #0083db;
}

.bpTabs-accordionTitle {
  display: none;
}

.navbar-hamburger {
  display: inline-block;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 4px;
}

.navbar-hamburger .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
  transition: all .3s ease;
  background-color: #111;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.navbar-hamburger .icon-bar.icon-bar:first-child {
  margin-top: 0;
}

.navbar-hamburger:focus .icon-bar,
.navbar-hamburger:hover .icon-bar {
  background-color: #0083db;
}

.navbar-hamburger.is-open .icon-bar {
  background-color: #0083db;
}

.navbar-hamburger.is-open .icon-bar:first-child {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
}

.navbar-hamburger.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-hamburger.is-open .icon-bar:nth-child(3) {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px;
}

body.noNav {
  padding-top: 0;
}

.siteHeader,
.noNavHeader {
  width: 100%;
  position: relative;
  z-index: 50;
}

.navbar {
  background-color: #f1f2f2;
  color: #111;
  min-height: 70px;
  width: 100%;
}

.bbLogo {
  width: 50px;
  display: table-cell;
  vertical-align: middle;
}
.bbLogo .bbLogo-img {
  background-image: url("https://www.bluebeam.com/user/pages/images/logos/bug-black.svg");
  background-repeat: no-repeat;
  background-position: center left;
  width: 50px;
  height: 45px;
  text-indent: -200px;
  overflow: hidden;
  display: block;
}
.bbLogo:hover .bbLogo-img {
  transition: background-image 160ms;
  background-image: url("https://www.bluebeam.com/user/pages/images/logos/bug-blue.svg");
}

.navbar-hamburger {
  cursor: pointer;
  color: rgba(255, 255, 255, .8);
}

.searchBtn {
  display: none;
}

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

.navbar-nav {
  background-color: #e6e6e6;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height .3s ease-out;
  height: auto;
  max-height: 0;
}
.navbar-nav.is-active {
  opacity: 1;
  max-height: 2000px;
}

.navbar-navItems {
  width: 100%;
  display: table;
}

.navbar-navItem {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ced1d1;
}

.navbar-navItem--link {
  padding: 0 24px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
  color: #111;
  font-family: Roboto;
}
.navbar-navItem--link:hover {
  color: #0083db;
}
.navbar-navItem--link .icon {
  position: relative;
  top: 2px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: transform 360ms ease-out;
}
.navbar-navItem--link.is-open {
  color: #0083db;
}
.navbar-navItem--link.is-open .icon {
  -ms-transform: rotate(630deg);
  transform: rotate(630deg);
}

.dropdown {
  display: none;
  padding-top: 0;
  text-align: left;
}
.dropdown .dd-heading {
  font-family: Roboto;
}
.dropdown .list li {
  text-align: left;
}
.dropdown span {
  padding: .125rem .3125rem;
}
.dropdown a {
  padding: .3125rem .3125rem;
  display: inline-block;
  color: #111;
  font-weight: 400;
}
.dropdown a:hover {
  color: #fff;
  background-color: #0083db;
}

.searchForm {
  display: none;
  padding-top: 1px;
}

.nav-utils-container {
  margin-top: 13px;
  height: 70px;
}
.nav-utils-container.opened {
  position: relative;
  top: -2px;
}

.nav-utils-container {
  -ms-flex-pack: center;
  justify-content: center;
}

.language-selector {
  position: absolute !important;
  top: 13px;
  right: 40px;
}

.noNavHeader .language-selector {
  right: 0;
}

.navbar {
  padding-left: .625rem;
  padding-right: .625rem;
}

.navTrialButton {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-utils-container {
  margin: 0;
  height: 70px;
}

@media screen and (min-width: 1235px) {
  .bbLogo {
    width: 210px;
  }
  .bbLogo .bbLogo-img {
    background-image: url("https://www.bluebeam.com/user/pages/images/logos/logo-black.svg");
    width: 210px;
  }
  .bbLogo:hover .bbLogo-img {
    background-image: url("https://www.bluebeam.com/user/pages/images/logos/logo-blue.svg");
  }
  .bbLogo-img {
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 1110px) {
  body {
    padding-top: 70px;
  }
  .mobileSearch {
    display: none !important;
  }
  .navTrialButton {
    position: static !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .navbar {
    padding-left: 2.5rem !important;
    padding-right: .625rem !important;
  }
  .searchForm {
    display: inline-block;
  }
  .language-selector {
    position: relative !important;
    top: inherit;
    right: inherit;
  }
  .nav-utils-container {
    height: inherit;
    margin-top: 0;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }
  .siteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    transition: transform 280ms ease-in-out;
  }
  .squishyNav .navbar {
    min-height: 50px;
  }
  .squishyNav .navbar-nav {
    height: 50px;
  }
  .squishyNav .navbar-navItem--link {
    height: 50px;
    line-height: 50px;
  }
  .squishyNav .navTrialButton {
    padding: 3px 15px 0 15px;
    line-height: 28px;
  }
  .squishyNav .language-selector {
    top: -4px;
  }
  .squishyNav .bbLogo {
    width: 33px;
    overflow: hidden;
    display: inline-block;
  }
  .squishyNav .bbLogo .bbLogo-img {
    background-position: center left;
    background-size: 70%;
  }
  .navbar-nav {
    background-color: #f1f2f2;
    display: table-cell;
    background-color: transparent;
    position: static;
    max-height: 100%;
    height: 70px;
    width: auto;
    overflow: unset;
  }
  .navbar-nav li {
    margin: 0;
    text-align: left;
  }
  .navbar-navItem {
    display: inline-block;
    width: auto;
    color: #333;
    border-bottom: 0;
  }
  .navbar-navItem--link {
    line-height: 70px;
    height: 70px;
    color: inherit;
    font-weight: bold;
  }
  .searchBtn {
    display: inline-block;
  }
  .navbar-hamburger {
    display: none;
  }
  .dropdown {
    position: absolute;
    background-color: #f1f2f2;
    border-top: 4px solid #0083db;
    min-width: 240px;
    padding-top: 20px;
  }
  .navbar-navItem--xlWide .dropdown {
    min-width: 900px;
    width: 100%;
  }
  .navbar-navItem--wide .dropdown {
    min-width: 700px;
    width: 100%;
  }
  .noNavHeader .nav-utils-container {
    margin-top: 15px;
  }
}

.tag {
  display: inline-block;
  font-weight: bold;
  border-radius: 500px;
}


.u-landingPage [data-ui-component="siteNavigation"] {
  display: none !important;
}

.by-the-numbers .c-btn-graphContainer {
  min-height: 260px;
}
.by-the-numbers .c-btn-graphContainer h3 {
  font-size: 3.875rem !important;
}
.by-the-numbers .btn-usage h2 {
  font-size: 4.5rem !important;
}
.by-the-numbers .btn-usage p {
  font-size: 1.9375rem !important;
}
.by-the-numbers .js-btnSection {
  opacity: .5;
}
.by-the-numbers .js-btnSection.in-view {
  opacity: 1;
}
.by-the-numbers #graph-1 {
  width: 260px;
  height: 260px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.by-the-numbers #graph-1 .cls-bg {
  fill: #bdbec0;
}
.by-the-numbers #graph-1 .cls-1,
.by-the-numbers #graph-1 .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.by-the-numbers #graph-1 .cls-1 {
  stroke: #0082da;
  stroke-dasharray: 626.9362299503791;
  stroke-dashoffset: 626.9362299503791;
}
.by-the-numbers #graph-1 .cls-1.animate {
  animation: takeoffs--drawlineinner 1500ms ease-in-out forwards;
}
.by-the-numbers #graph-1 .cls-2 {
  stroke: #10c2fe;
  stroke-dasharray: 656.5928646002668;
  stroke-dashoffset: 656.5928646002668;
}
.by-the-numbers #graph-1 .cls-2.animate {
  animation: takeoffs--drawlineouter 1500ms ease-in-out forwards;
}
.by-the-numbers #graph-2 {
  width: 260px;
  height: 260px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.by-the-numbers #graph-2 .cls-bg {
  fill: #bdbec0;
}
.by-the-numbers #graph-2 .cls-1,
.by-the-numbers #graph-2 .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.by-the-numbers #graph-2 .cls-1 {
  stroke: #0082da;
  stroke-dasharray: 626.9362299503791;
  stroke-dashoffset: 626.9362299503791;
}
.by-the-numbers #graph-2 .cls-1.animate {
  animation: punch--drawlineinner 1900ms ease-in-out forwards;
}
.by-the-numbers #graph-2 .cls-2 {
  stroke: #10c2fe;
  stroke-dasharray: 656.5928646002668;
  stroke-dashoffset: 656.5928646002668;
}
.by-the-numbers #graph-2 .cls-2.animate {
  animation: punch--drawlineouter 1900ms ease-in-out forwards;
}
.by-the-numbers #graph-3 {
  width: 260px;
  height: 260px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.by-the-numbers #graph-3 .cls-bg {
  fill: #bdbec0;
}
.by-the-numbers #graph-3 .cls-1,
.by-the-numbers #graph-3 .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.by-the-numbers #graph-3 .cls-1 {
  stroke: #0082da;
  stroke-dasharray: 626.9362299503791;
  stroke-dashoffset: 626.9362299503791;
}
.by-the-numbers #graph-3 .cls-1.animate {
  animation: time--drawlineinner 900ms ease-in-out forwards;
}
.by-the-numbers #graph-3 .cls-2 {
  stroke: #10c2fe;
  stroke-dasharray: 656.5928646002668;
  stroke-dashoffset: 656.5928646002668;
}
.by-the-numbers #graph-3 .cls-2.animate {
  animation: time--drawlineouter 900ms ease-in-out forwards;
}
.by-the-numbers #graph-time-1 {
  width: 260px;
  height: 260px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.by-the-numbers #graph-time-1 .cls-bg {
  fill: #bdbec0;
}
.by-the-numbers #graph-time-1 .cls-1,
.by-the-numbers #graph-time-1 .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.by-the-numbers #graph-time-1 .cls-1 {
  stroke: #0082da;
  stroke-dasharray: 626.9362299503791;
  stroke-dashoffset: 626.9362299503791;
}
.by-the-numbers #graph-time-1 .cls-1.animate {
  animation: takeoffs-2--drawlineinner 1600ms ease-in-out forwards;
}
.by-the-numbers #graph-time-1 .cls-2 {
  stroke: #10c2fe;
  stroke-dasharray: 656.5928646002668;
  stroke-dashoffset: 656.5928646002668;
}
.by-the-numbers #graph-time-1 .cls-2.animate {
  animation: takeoffs-2--drawlineouter 1600ms ease-in-out forwards;
}
.by-the-numbers .cube {
  width: 190px;
  display: inline-block;
  transition: opacity .5s ease-in;
  opacity: 0;
}
.by-the-numbers .cube.active {
  opacity: 1;
}
.by-the-numbers .cube li {
  width: 82px;
  height: 82px;
  background-color: #fafafc;
  position: relative;
  float: left;
  margin-right: 26px;
  margin-bottom: 26px;
  box-shadow: 8px 8px 0 0 #e4e4e4;
  transition: background-color .3s ease-in, box-shadow .5s ease-in;
}
.by-the-numbers .cube li .week-box {
  position: absolute;
  width: 100%;
  top: -17px;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease-in;
}
.by-the-numbers .cube li .week-box.active {
  opacity: 1;
}
.by-the-numbers .cube li .week-box .digit {
  font-size: 60px;
}
.by-the-numbers .cube li .week-box p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -24px;
}
.by-the-numbers .cube li.active {
  background-color: #0083db;
  box-shadow: 8px 8px 0 0 #10c2fe;
}
.by-the-numbers .cube li:nth-child(even) {
  margin-right: 0;
}
.by-the-numbers #graph-time-3 {
  width: 260px;
  height: 260px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.by-the-numbers #graph-time-3 .cls-outerbg {
  fill: #fff;
}
.by-the-numbers #graph-time-3 .cls-bg {
  fill: #bebfc1;
}
.by-the-numbers #graph-time-3 .cls-1,
.by-the-numbers #graph-time-3 .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 5px;
}
.by-the-numbers #graph-time-3 .cls-alt {
  stroke: #0082da;
  stroke-dasharray: 675.4424205218055;
  stroke-dashoffset: 675.4424205218055;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 10px;
}
.by-the-numbers #graph-time-3 .cls-alt.animate {
  animation: hours--drawlineouterrim 1600ms ease-in-out forwards;
}
.by-the-numbers #graph-time-3 .cls-1 {
  stroke: #0082da;
  stroke-dasharray: 540.3539364174444;
  stroke-dashoffset: 540.3539364174444;
}
.by-the-numbers #graph-time-3 .cls-1.animate {
  animation: hours--drawlineinner 1600ms ease-in-out forwards;
}
.by-the-numbers #graph-time-3 .cls-2 {
  stroke: #10c2fe;
  stroke-dasharray: 571.7698629533423;
  stroke-dashoffset: 571.7698629533423;
}
.by-the-numbers #graph-time-3 .cls-2.animate {
  animation: hours--drawlineouter 1600ms ease-in-out forwards;
}
.by-the-numbers .ico-money {
  height: 43px;
}
.by-the-numbers .ico-money path {
  fill: #0082da;
  stroke-width: 10px;
  stroke: #0082da;
}
.by-the-numbers .ico-leaf {
  width: 93px;
  height: 43px;
}
.by-the-numbers .ico-leaf path {
  fill: #0082da;
}
.by-the-numbers .graph-time-mask {
  z-index: 1;
  width: 260px;
  height: 260px;
}

@keyframes takeoffs--drawlineinner {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 180;
  }
}

@keyframes takeoffs--drawlineouter {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 189;
  }
}

@keyframes punch--drawlineinner {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 50;
  }
}

@keyframes punch--drawlineouter {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 53;
  }
}

@keyframes time--drawlineinner {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 382;
  }
}

@keyframes time--drawlineouter {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 400;
  }
}

@keyframes takeoffs-2--drawlineinner {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 345;
  }
}

@keyframes takeoffs-2--drawlineouter {
  from {
    stroke-dashoffset: 629;
  }
  to {
    stroke-dashoffset: 362;
  }
}

@keyframes hours--drawlineinner {
  from {
    stroke-dashoffset: 540;
  }
  to {
    stroke-dashoffset: 135;
  }
}

@keyframes hours--drawlineouter {
  from {
    stroke-dashoffset: 572;
  }
  to {
    stroke-dashoffset: 143;
  }
}

@keyframes hours--drawlineouterrim {
  from {
    stroke-dashoffset: 675;
  }
  to {
    stroke-dashoffset: 160;
  }
}

@media (min-width: 840px) {
  .projectLifecycle .u-mvh1 {
    height: 48vh;
  }
}

@media (min-width: 1920px) {
  .projectLifecycle .u-mvh1 {
    height: 45vh;
  }
}

.projectLifecycle .u-mvh1:first-child {
  margin-top: 0;
  z-index: 2;
}

.projectLifecycle .u-mvh1:last-child {
  height: auto;
}

.projectLifecycle .lifecycleSectionTitle {
  font-size: 40px;
}
@media (min-width: 600px) {
  .projectLifecycle .lifecycleSectionTitle {
    font-size: 50px;
  }
}

.projectLifecycle .js-page {
  background-color: #ced1d1;
}

.projectLifecycle .js-lifecycle-animation .icon--arrowRight {
  position: relative;
  top: 3px;
  left: 0;
}

.projectLifecycle .js-page {
  width: 31px;
  height: 5px;
}

.projectLifecycle .js-pageDownArrow {
  top: 0;
}
.projectLifecycle .js-pageDownArrow.animatedNext {
  animation: bouncyArrow .75s ease-in-out infinite;
}

@keyframes bouncyArrow {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: 5px;
  }
}

.revuAcceleratorSeries .navigation {
  display: none !important;
}

.revuAcceleratorSeries #raceCourse {
  padding: 1rem 2rem 6rem 1rem;
}

.revuAcceleratorSeries .stats {
  margin-top: 30rem;
}
@media (max-width: 840px) {
  .revuAcceleratorSeries .stats {
    margin-top: 0;
    border-radius: 8px;
    border-width: 2px;
  }
}
.revuAcceleratorSeries .stats .o-grid-cell:nth-child(3) {
  margin-top: 5.625rem;
}
@media (max-width: 840px) {
  .revuAcceleratorSeries .stats .o-grid-cell:nth-child(3) {
    margin-top: 0;
  }
}
.revuAcceleratorSeries .stats .o-grid-cell:nth-child(4) {
  margin-top: 8.125rem;
}
@media (max-width: 840px) {
  .revuAcceleratorSeries .stats .o-grid-cell:nth-child(4) {
    margin-top: 0;
  }
}
.revuAcceleratorSeries .stats .statNumber {
  font-size: 3.75rem;
}

.revuAcceleratorSeries .rallySignupForm {
  border-radius: 8px;
  border-width: 10px;
}
@media (max-width: 840px) {
  .revuAcceleratorSeries .rallySignupForm {
    border-width: 2px;
  }
}

.revuAcceleratorSeries footer {
  padding-top: 0;
}
.revuAcceleratorSeries footer .o-grid:nth-child(2) {
  display: none;
}

.revuAcceleratorSeries.rallyIntl #raceCourse {
  padding: 2rem 2rem 6rem 2rem;
}

.revuAcceleratorSeries.rallyIntl .stats {
  margin-top: 36rem;
}
@media (max-width: 840px) {
  .revuAcceleratorSeries.rallyIntl .stats {
    margin-top: 0;
  }
}
.revuAcceleratorSeries.rallyIntl .stats .o-grid-cell:nth-child(2),
.revuAcceleratorSeries.rallyIntl .stats .o-grid-cell:nth-child(3),
.revuAcceleratorSeries.rallyIntl .stats .o-grid-cell:nth-child(4) {
  margin-top: 6.25rem;
}
@media (max-width: 840px) {
  .revuAcceleratorSeries.rallyIntl .stats .o-grid-cell:nth-child(2),
  .revuAcceleratorSeries.rallyIntl .stats .o-grid-cell:nth-child(3),
  .revuAcceleratorSeries.rallyIntl .stats .o-grid-cell:nth-child(4) {
    margin-top: 0;
  }
}

.teamWorkLanding .navigation {
  display: none !important;
}

.teamWorkLanding footer {
  padding-top: .125rem;
}
.teamWorkLanding footer .o-grid:nth-child(1),
.teamWorkLanding footer .o-grid:nth-child(2) {
  display: none;
}

.termsOfSale ol {
  counter-reset: item;
  padding-left: 20px;
}
.termsOfSale ol.overview li:before {
  content: "1." counters(item, ".");
}
.termsOfSale ol.definitions li:before {
  content: "2." counters(item, ".");
}
.termsOfSale ol.online-orders-and-process li:before {
  content: "3." counters(item, ".");
}
.termsOfSale ol.prices li:before {
  content: "4." counters(item, ".");
}
.termsOfSale ol.payment-terms li:before {
  content: "5." counters(item, ".");
}
.termsOfSale ol.return-policy li:before {
  content: "6." counters(item, ".");
}
.termsOfSale ol.limited-warranty li:before {
  content: "7." counters(item, ".");
}
.termsOfSale ol.privacy-policy li:before {
  content: "8." counters(item, ".");
}
.termsOfSale ol.assignment li:before {
  content: "9." counters(item, ".");
}
.termsOfSale ol.partial-invalidity li:before {
  content: "10." counters(item, ".");
}
.termsOfSale ol.notices li:before {
  content: "11." counters(item, ".");
}
.termsOfSale ol.controlling-language-uk li:before {
  content: "12." counters(item, ".");
}
.termsOfSale ol.governing-law-disputes li:before {
  content: "12." counters(item, ".");
}
.termsOfSale ol.governing-law-disputes-uk li:before {
  content: "13." counters(item, ".");
}
.termsOfSale ol.entire-agreement li:before {
  content: "13." counters(item, ".");
}
.termsOfSale ol.entire-agreement-uk li:before {
  content: "14." counters(item, ".");
}
.termsOfSale ol.contact-us li:before {
  content: "14." counters(item, ".");
}
.termsOfSale ol.contact-us-uk li:before {
  content: "15." counters(item, ".");
}
.termsOfSale ol li {
  display: block;
  position: relative;
}
.termsOfSale ol li:before {
  counter-increment: item;
  position: absolute;
  left: -40px;
}

.studioTerms ol {
  list-style-type: decimal;
}
.studioTerms ol ol {
  list-style-type: lower-alpha;
}
.studioTerms ol ol ol {
  list-style-type: lower-roman;
}

.productSelector label:hover {
  background-color: #e6e6e6 !important;
}

.productSelector label p {
  margin-bottom: 0 !important;
}

.productSelector input[type="checkbox"]:checked + label {
  border-color: #acdbf6 !important;
  background-color: #eff9ff !important;
}

.productSelector .product-result {
  border-color: #fff;
  background-color: #fff;
  opacity: .5;
}
.productSelector .product-result:hover {
  opacity: 1;
}
.productSelector .product-result.recommended,
.productSelector .product-result.recommended:hover {
  border-color: #acdbf6;
  background-color: #eff9ff;
  opacity: 1;
}

.caseStudyPage {
  overflow-x: hidden;
}
.caseStudyPage .hero--imax {
  height: calc(100vh - 160px);
}
.caseStudyPage .hero--imax::before {
  content: "";
  background-color: #111;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
}
.caseStudyPage .hero--imax .downBtn {
  bottom: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.caseStudyPage .hero--imax .downBtn i {
  font-size: 6.25rem;
}
@media (min-width: 840px) {
  .caseStudyPage .hero--imax .downBtn {
    display: block;
  }
}
.caseStudyPage .pageTitle {
  position: relative;
  z-index: 1;
  top: 30%;
}
@media (min-width: 600px) {
  .caseStudyPage .pageTitle {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
.caseStudyPage .pageTitle span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 2.5rem;
  font-size: 2.1875rem;
}
@media (min-width: 600px) {
  .caseStudyPage .pageTitle span {
    line-height: 4.375rem;
    font-size: 3.125rem !important;
  }
}
.caseStudyPage .article img {
  width: 100%;
  border-radius: 10px;
}
.caseStudyPage .u-floatLeft {
  border-radius: 10px;
  background-color: #2368BA !important;
  position: relative;
  margin-right: 3.25rem;
  margin-bottom: 4.25rem;
  margin-top: 4.25rem;
  padding-bottom: 50px;
}
.caseStudyPage .article-content .u-floatRight {
  border-radius: 10px;
  background-color: #2368BA !important;
  position: relative;
  margin-left: 3.25rem;
  margin-bottom: 4.25rem;
  margin-top: 4.25rem;
  padding-bottom: 50px;
}

.caseStudyPage .article-content h1,
.caseStudyPage .article-content h2,
.caseStudyPage .article-content h3,
.caseStudyPage .article-content h4,
.caseStudyPage .article-content h5,
.caseStudyPage .article-content p {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.caseStudyPage .article-content h1,
.caseStudyPage .article-content h2,
.caseStudyPage .article-content h3,
.caseStudyPage .article-content h4,
.caseStudyPage .article-content h5 {
  color: #000;
}
.caseStudyPage .img--imax {
  width: 100vw !important;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.caseStudyPage .figure {
  margin-bottom: 2.5rem;
  padding-top: 1.25rem;
}
.caseStudyPage .figure-caption {
  padding: .9375rem 1.25rem;
  font-size: .875rem;
}

.caseStudyPage .tags {
  max-width: 37.5rem;
}
.caseStudyPage .u-dividerLeft {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 600px) {
  .caseStudyPage .u-dividerLeft {
    border-left: 4px solid transparent;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 1090px) {
  .buildTheWorldLandingPage .sizzle::after {
    content: "";
    background-image: url("https://www.bluebeam.com/user/pages/landing/build-the-world/_hero/hero-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}

@media screen and (max-width: 1090px) {
  .buildTheWorldLandingPage .sizzle-content {
    position: static !important;
    left: 0;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    padding-left: 10px;
  }
}

@media screen and (max-width: 1090px) {
  .buildTheWorldLandingPage .sizzle-bodyContent {
    max-width: 86%;
    top: 0;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    min-height: 430px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1090px) {
  .buildTheWorldLandingPage .sizzle-object {
    display: none;
  }
}

.revuPage2019 .phases {
  background-image: url(https://www.bluebeam.com/user/pages/01.solutions/revu/_workflows/lifecycle-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.revuPage2020 .floatingCircle {
  position: absolute;
}

.revuPage2020 .floatingCircle--greenSmall {
  left: 5%;
  width: 21%;
}

.revuPage2020 .floatingCircle--greenLarge {
  right: 5%;
  width: 38%;
}

.revuPage2020 .floatingCircle--pinkSmall {
  right: 5%;
  width: 21%;
}

.revuPage2020 .floatingCircle--pinkLarge {
  left: 5%;
  width: 38%;
}

.revuPage2020 .floatingCircle--blueSmall {
  bottom: 30%;
  left: 0;
  width: 8%;
}

.revuPage2020 .floatingCircle--blueMedium {
  right: 5%;
  width: 21%;
}

.revuPage2020 .floatingCircle--blueLarge {
  left: 20%;
  width: 42%;
}

.wfaPage .hero .o-grid,
.wfaPage .hero {
  min-height: 400px;
}
@media (min-width: 1700px) {
  .wfaPage .hero .o-grid,
  .wfaPage .hero {
    min-height: 475px;
  }
}

.wfaPage .hero-card {
  position: relative;
}
@media (min-width: 600px) {
  .wfaPage .hero-card {
    width: 517px;
  }
}

.revuSneakPeek .sneakPeakVideo {
  margin-top: -260px;
}

.revuSneakPeek .formControl {
  letter-spacing: 0;
}

.sustainability {
  padding-top: 0 !important;
  background: #fff;
}
.sustainability .c-btn-graphContainer {
  height: 335px;
  width: 335px;
  border-radius: 50%;
}
.sustainability .c-btn-graphContainer h3 {
  font-size: 3.125rem !important;
}
.sustainability .c-btn-graphContainer .u-posAbsoluteCenter {
  width: 85%;
}
.sustainability .savingsImage {
  min-height: 60px;
}

@media screen and (max-width: 1024px) {
  .sustainabilityHero {
    background-position: -370px center !important;
  }
}

@media screen and (max-width: 768px) {
  .sustainabilityHero {
    background-position: -420px center !important;
  }
}

@media screen and (max-width: 736px) {
  .sustainability .c-btn-graphContainer {
    height: 300px;
    width: 300px;
  }
}


.globalCampaignLander .videoWrap {
  position: relative;
}
.globalCampaignLander .video-hero {
  object-position: left 100% !important;
}
.globalCampaignLander video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: left 70%;
}
.globalCampaignLander .roboto-slab {
  font-family: "Roboto Slab", serif;
}
@media (min-width: 800px) {
  .globalCampaignLander .videoWrap {
    height: 100vh;
  }
  .globalCampaignLander .u-fullHeight {
    height: 100vh;
    max-height: 100vh;
  }
}
.globalCampaignLander .u-p0 {
  padding: 0 !important;
}
.globalCampaignLander .u-txtStat {
  font-size: 140px;
}

.blubeamEnterprisePage .navTrialButton {
  display: none;
}

.blubeamEnterprisePage .link-icon:hover img {
  -ms-transform: translateX(.625rem);
  transform: translateX(.625rem);
}

.blubeamEnterprisePage .link-icon img {
  position: relative;
}



.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes bounce {
  0%,
  15% {
    transform: translateY(-5px);
  }
  57.5% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

.bounce {
  animation: bounce .96s infinite;
  -webkit-animation: bounce .96s infinite;
  -moz-animation: bounce .96s infinite;
  -o-animation: bounce .96s infinite;
}

@keyframes backAndForth {
  0%,
  15% {
    transform: translateX(-5px);
  }
  57.5% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5px);
  }
}

.backAndForth {
  animation: backAndForth .96s infinite;
  -webkit-animation: backAndForth .96s infinite;
  -moz-animation: backAndForth .96s infinite;
  -o-animation: backAndForth .96s infinite;
}


.u-top0 {
  top: 0;
}

.u-top1 {
  top: .0625rem;
}

.u-top2 {
  top: .125rem;
}

.u-top3 {
  top: .1875rem;
}

.u-top4 {
  top: .25rem;
}

.u-top5 {
  top: .3125rem;
}

.u-top6 {
  top: .375rem;
}

.u-top7 {
  top: .4375rem;
}

.u-top8 {
  top: .5rem;
}

.u-top-1 {
  top: -.0625rem;
}

.u-top-2 {
  top: -.125rem;
}

.u-top-3 {
  top: -.1875rem;
}

.u-top-4 {
  top: -.25rem;
}

.u-top-5 {
  top: -.3125rem;
}

.u-top-6 {
  top: -.375rem;
}

.u-top-7 {
  top: -.4375rem;
}

.u-top-8 {
  top: -.5rem;
}

.u-hoverBgWhite:hover {
  background-color: #fff !important;
}

.bpTabs-volumePricing .bpTabs-nav .is-active,
.bpTabs-volumePricing .bpTabs-nav .js-bpTabs-tab:hover {
  background-color: #333 !important;
}

@media (min-width: 840px) {
  .bluebeamLogo svg {
    height: 50px;
  }
}

@media (max-width: 896px) {
  .primary-search-button {
    display: none !important;
  }
}

@media (max-width: 840px) {
  .homePage .hero {
    background-position: -520px center;
  }
}

@media (max-width: 600px) {
  .homePage .hero {
    background-position: -730px center;
  }
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(.5);
    opacity: 0;
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(.8) translateX(6px);
  }
  75% {
    transform: scale(.7) translateX(8px);
  }
  90% {
    transform: scale(.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(.8) translateX(-6px);
  }
  75% {
    transform: scale(.7) translateX(-8px);
  }
  90% {
    transform: scale(.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  background: rgba(0, 0, 0, .5);
  
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before,
.drift-zoom-pane-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, .4);
}

.studioImageNormal {
  display: inline-block;
}

.studioImageZoom {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 370px;
  background: #888;
}

.revu2018Page .hero,
.revu2018Page .hero .o-wrapper {
  min-height: 410px;
}
@media (min-width: 800px) {
  .revu2018Page .hero,
  .revu2018Page .hero .o-wrapper {
    min-height: 610px;
  }
}
@media (min-width: 1840px) {
  .revu2018Page .hero,
  .revu2018Page .hero .o-wrapper {
    min-height: 810px;
  }
}
@media (min-width: 2470px) {
  .revu2018Page .hero,
  .revu2018Page .hero .o-wrapper {
    min-height: 1010px;
  }
}

.revu2018Page .hero-card--feature {
  background-color: rgba(250, 250, 250, .7);
  background-color: transparent;
}
.revu2018Page .hero-card--feature h1 {
  font-size: 58px;
  line-height: 1;
}
@media (min-width: 600px) {
  .revu2018Page .hero-card--feature {
    padding-top: 40px;
    padding-left: 20px;
  }
  .revu2018Page .hero-card--feature h1 {
    font-size: 88px;
  }
}
@media (min-width: 840px) {
  .revu2018Page .hero-card--feature {
    padding-top: 60px;
  }
  .revu2018Page .hero-card--feature h1 {
    font-size: 124px;
  }
}

.revu2018Page .u-txtMassive {
  font-size: 3.375rem;
}

.revu2018Page .u-leadLoosest {
  line-height: 36px !important;
}

.revu2018Page strong {
  font-weight: bolder;
}

.revu2018Page .o-ratio--wtf:before {
  padding-bottom: 41.7%;
}

.u-bgAltBlue {
  background-color: #002953 !important;
}

.u-hoverSelect:hover {
  background-color: #eff9ff;
  border-color: #acdbf6;
}

html:lang(en-US) .homePage [data-ui-component="customerTestimonial"] {
  display: none !important;
}

html:lang(en-US) .homePage [data-ui-component="customerTestimonial"] {
  display: none !important;
}

.navigation .navigation-item {
  cursor: default !important;
}

.u-bgGradientBlue {
  background: #042951;
  background: -webkit-gradient(left top, right top, color-stop(0%, #042951), color-stop(100%, #80c0ea));
  background: linear-gradient(to right, #042951 0%, #80c0ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042951', endColorstr='#80c0ea', GradientType=1 );
}

.badge {
  border-radius: 30px;
  text-transform: uppercase;
  padding: .3125rem 1.25rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: inline-block;
}

.badge--blue {
  background: linear-gradient(270deg, #2eb9f7 16.03%, #0083db 80.98%);
  color: #fff;
}

html:not(:lang(en-US)) .navTrialButton {
  left: 42% !important;
}

.u-medium {
  font-weight: 500 !important;
}

.thankYouPage .navTrialButton,
.trialMobileThanks .navTrialButton {
  display: none;
}

.faqPage .deep-link svg {
  width: 50px;
  margin: -15px 0;
}

.faqPage .deep-link:hover path {
  fill: #00579c;
}

.revuCoreLandingPage .hero {
  background-position: center;
  background-color: #0183dd;
}
@media (max-width: 600px) {
  .revuCoreLandingPage .hero {
    background-position: 0 222px;
    background-size: 253%;
  }
}
@media (max-width: 440px) {
  .revuCoreLandingPage .hero {
    background-image: none !important;
  }
}

.u-weight300 {
  font-weight: 300;
}

.u-weight400 {
  font-weight: 400;
}

.u-weight500 {
  font-weight: 500;
}

.u-weight700 {
  font-weight: 700;
}

.u-widows2 {
  widows: 2;
}

.u-bgGradientBlue2 {
  background: linear-gradient(180deg, #fff 0%, #def1fc 100%);
}

.u-bgGradientGray {
  background: linear-gradient(180deg, #fcfcfc 2.38%, #e9eaea 85%);
}

.curvedDivider {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fieldHP {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.is-invisible {
  visibility: hidden;
}

.is-invisible.is-visible {
  visibility: visible;
}

.drawingsPage .navTrialButton,
.educationPage .navTrialButton,
.drawingsContactPage .navTrialButton {
  display: none;
}

.drawingsPage .is-invisible,
.educationPage .is-invisible {
  visibility: hidden;
}

.drawingsPage .is-invisible.is-visible,
.educationPage .is-invisible.is-visible {
  visibility: visible;
}

.drawingsPage .hero,
.educationPage .hero {
  position: relative;
}
.drawingsPage .hero .o-wrapper,
.educationPage .hero .o-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 690px) {
  .drawingsPage .hero,
  .educationPage .hero {
    background-position: top right !important;
  }
}
.drawingsPage .hero:after,
.educationPage .hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(500px at 49.85% 50%, rgba(98, 98, 98, .57) 48%, rgba(51, 51, 51, 0) 100%);
  z-index: 1;
}

.drawingsPage .hero,
.drawingsPage .hero .o-wrapper,
.educationPage .hero,
.educationPage .hero .o-wrapper {
  min-height: 450px;
}
@media (min-width: 2470px) {
  .drawingsPage .hero,
  .drawingsPage .hero .o-wrapper,
  .educationPage .hero,
  .educationPage .hero .o-wrapper {
    min-height: 700px;
  }
}

.drawingsPage .stepCount,
.educationPage .stepCount {
  position: relative;
  height: 40px;
  overflow: hidden;
}

.drawingsPage .stepCount-number,
.educationPage .stepCount-number {
  background-color: #0083db;
  
  
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.drawingsPage .stepCount-number span,
.educationPage .stepCount-number span {
  padding: 2px 11px;
}

.drawingsPage .stepCount-bar,
.educationPage .stepCount-bar {
  height: 4px;
  background-color: #0083db;
  position: absolute;
  top: 15px;
  left: 33px;
  width: 0;
  z-index: 1;
}

.drawingsPage .is-visible .stepCount-bar,
.educationPage .is-visible .stepCount-bar {
  animation-name: slideBar;
  animation-duration: 750ms;
  animation-delay: calc(var(--animation-order) * 1000ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.drawingsPage .is-visible .staggerFade,
.educationPage .is-visible .staggerFade {
  animation-name: fadeIn;
  animation-duration: 950ms;
  animation-delay: calc(var(--animation-order) * 1150ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.drawingsPage .is-visible .staggerFadeNumber,
.educationPage .is-visible .staggerFadeNumber {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-delay: calc(var(--animation-order) * 1000ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.new-in-revu-tag {
  border-radius: 1000px;
  background-color: #e9f5e4;
  color: #408839;
}

@keyframes slideBar {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}

.drawingsPageUpload .copy-email-btn svg,
.drawingsPageUpload .copy-email-btn path {
  transition: all .15s ease-out;
}

.drawingsPageUpload .copy-email-btn:hover {
  background-color: #4d4d4d !important;
}
.drawingsPageUpload .copy-email-btn:hover svg path {
  fill: #fff;
}

#covid-banner {
  background-color: #00579c;
}
#covid-banner:hover {
  background-color: #0071bd;
}

.revuPage2019 .hero,
.revuPage2019 .hero .o-wrapper,
.revuPage2019 .hero .o-grid {
  min-height: 410px;
}
@media (min-width: 800px) {
  .revuPage2019 .hero,
  .revuPage2019 .hero .o-wrapper,
  .revuPage2019 .hero .o-grid {
    min-height: 610px;
  }
}
@media (min-width: 1840px) {
  .revuPage2019 .hero,
  .revuPage2019 .hero .o-wrapper,
  .revuPage2019 .hero .o-grid {
    min-height: 810px;
  }
}
@media (min-width: 2470px) {
  .revuPage2019 .hero,
  .revuPage2019 .hero .o-wrapper,
  .revuPage2019 .hero .o-grid {
    min-height: 1010px;
  }
}

.jhacks h3,
.jhacks .u-h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: normal;
}

.jhacks .u-bgCurved::after {
  display: block;
  content: "";
  height: 50px;
  width: 100%;
  border-bottom-left-radius: 120% 180px;
  border-bottom-right-radius: 120% 180px;
}

.jhacks .u-bgGradient {
  background: linear-gradient(180deg, #002953 20.47%, #024880 72.75%);
}

.jhacks .newInRevu {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/11487/bg-grad.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
}

.jhacks .badgeNew {
  background: linear-gradient(270deg, #acdbf6 16.03%, #2eb9f7 80.98%);
  border-radius: 30px;
  display: inline-block;
}

.phases-box {
  background-color: #fff;
}
.phases-box:hover {
  background-color: #eff9ff;
}

.u-bgGradientBlue3 {
  background: linear-gradient(180deg, #def1fc, #fafdff);
}

.u-bgGradientBlue9 {
  background: linear-gradient(180deg, #002953, #024880);
}

.videoContainer {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 840px) {
  .videoContainer {
    margin-right: -50vw;
    max-width: 50vw;
    position: relative;
    width: 100vw;
  }
}

.videoTab {
  width: 100%;
}
@media (min-width: 840px) {
  .videoTab {
    width: auto;
  }
}

.vidPlayBtn {
  position: absolute;
  top: 15px;
  left: 19px;
  visibility: visible;
}

.is-active .vidPlayBtn {
  visibility: hidden;
}

.vidProgress {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.vidProgress-meter,
.vidProgress-value {
  fill: none;
}

.vidProgress-meter {
  stroke: #666;
}

.is-active .vidProgress-meter {
  stroke: #ced1d1;
}

.vidProgress-value {
  stroke: #666;
  stroke-linecap: butt;
  transition: 250ms all linear;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
}

.vidProgress-value.is-active {
  stroke: #0083db;
}

.videoControl {
  transition: all 200ms ease;
}
.videoControl:hover {
  cursor: pointer;
}
.videoControl:hover .videoControl-title {
  color: #0083db;
}

.videoControl-title {
  transition: color 200ms ease;
  color: #666;
}

@media (min-width: 840px) {
  .videoControl-content {
    max-height: 0;
    transition: max-height 300ms ease-out;
    overflow: hidden;
  }
}

.videoControl.is-active .videoControl-title {
  color: #0083db;
}

.videoControl.is-active .videoControl-content {
  max-height: 440px;
  transition: max-height 400ms ease-in-out;
}

.section {
  overflow-x: hidden;
}

.downloadCenter .button--outline:hover path {
  fill: #fff !important;
}

@media (min-width: 840px) {
  .revuLatamLandingPage .u-bgSplit {
    background: linear-gradient(90deg, #002953 0%, #00579c 51%, #f7f7f7 49%);
  }
}

@media (min-width: 840px) {
  .revuLatamLandingPage .u-bgSplit .u-lg-bgNone {
    background: none !important;
  }
}

@media (min-width: 840px) {
  .backToBasicsSmbLandingPage .u-bgSplit {
    background: linear-gradient(90deg, #f7f7f7 50%, #002953 50%, #00579c 100%);
  }
}

@media (min-width: 840px) {
  .backToBasicsSmbLandingPage .u-bgSplit .u-lg-bgNone {
    background: none !important;
  }
}

.projectRoverPage .navTrialButton {
  visibility: hidden !important;
  display: none !important;
}

.projectRoverPage .is-active .videoControl-title {
  color: #0083db !important;
}

.projectRoverPage .list--simpleCheck li:before {
  font-family: bluebeam-icons !important;
  display: inline-block;
  line-height: normal;
  content: "\e5ca";
  color: #0083db;
  font-size: 18px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 3px;
  left: -20px;
}

@media (max-width: 1280px) {
  .backToBasicsEnterprise .hero {
    background-position: 175% 0 !important;
  }
}

@media (max-width: 840px) {
  .backToBasicsEnterprise .hero {
    background-position: 575% 0 !important;
  }
}

@media (max-width: 600px) {
  .backToBasicsEnterprise .hero {
    background-image: none !important;
  }
}

.goDigitalLanding .cta:after {
  content: "\e409";
}

.goDigitalLanding {
  overflow-x: hidden;
}

.generalContractorPage.smartling-de .hero {
  min-height: 660px;
}



.o-pack {
  width: 100%;
  
  margin-left: 0;
  
  display: table;
  table-layout: fixed;
  
}


.o-pack-item {
  display: block;
  
}
@media (min-width: 360px) {
  .o-pack-item {
    display: table-cell;
    vertical-align: top;
  }
}
.o-pack--middle > .o-pack-item {
  vertical-align: middle;
}
.o-pack--bottom > .o-pack-item {
  vertical-align: bottom;
}


.o-pack--auto {
  table-layout: auto;
}


.o-pack--smallest {
  border-spacing: 2px;
}

.o-pack--smaller {
  border-spacing: 5px;
}

.o-pack--small {
  border-spacing: 10px;
}

.o-pack--large {
  border-spacing: 30px;
}

.o-pack--larger {
  border-spacing: 40px;
}




html:lang(es-ES) [data-ui-component="customerTestimonial"],
html:lang(fi-FI) [data-ui-component="customerTestimonial"],
html:lang(fr-FR) [data-ui-component="customerTestimonial"],
html:lang(it-IT) [data-ui-component="customerTestimonial"],
html:lang(ja-JP) [data-ui-component="customerTestimonial"],
html:lang(ko-KR) [data-ui-component="customerTestimonial"] {
  display: none !important;
}

[data-ui-component="cardSkanskaNKS"] {
  display: none !important;
}

[data-ui-component="cardSkanskaESS"] {
  display: none !important;
}

[data-ui-component="cardRamboll"] {
  display: none !important;
}

[data-ui-component="cardCOWI"] {
  display: none !important;
}

[data-ui-component="cardMTHJgaard"] {
  display: none !important;
}

[data-ui-component="cardTGSArchitekten"] {
  display: none !important;
}

[data-ui-component="cardPremierMechanical"] {
  display: none !important;
}

[data-ui-component="cardPremierMechanical"] {
  display: none !important;
}

[data-ui-component="cardHurleyPalmerFlatt"] {
  display: none !important;
}

[data-ui-component="cardBallymore"] {
  display: none !important;
}

[data-ui-component="cardForciaLondonArcade"] {
  display: none !important;
}

[data-ui-component="cardSolidEarth"] {
  display: none !important;
}

[data-ui-component="cardArup"] {
  display: none !important;
}

[data-ui-component="cardAksa"] {
  display: none !important;
}

[data-ui-component="cardCCIMechanical"] {
  display: none !important;
}

[data-ui-component="cardPlumco"] {
  display: none !important;
}

[data-ui-component="cardARPRO"] {
  display: none !important;
}

[data-ui-component="cardClearTech"] {
  display: none !important;
}

[data-ui-component="cardCotteeParker"] {
  display: none !important;
}

[data-ui-component="cardMcCarlS"] {
  display: none !important;
}

[data-ui-component="cardTurnerConstruction"] {
  display: none !important;
}

[data-ui-component="cardMechwest"] {
  display: none !important;
}

[data-ui-component="cardMRkusEngineering"] {
  display: none !important;
}

[data-ui-component="cardClearTechLATAM"] {
  display: none !important;
}

[data-ui-component="cardArupLATAM"] {
  display: none !important;
}

[data-ui-component="cardTheWalshGroup"] {
  display: none !important;
}

[data-ui-component="cardRibunaAG"] {
  display: none !important;
}

[data-ui-component="cardBornhorstWard"] {
  display: none !important;
}

[data-ui-component="cardInterstateElectrical"] {
  display: none !important;
}

[data-ui-component="cardZengun"] {
  display: none !important;
}

[data-ui-component="cardInterstateElectrical"] {
  display: none !important;
}

[data-ui-component="caseStudyCard--Plumco"] {
  display: none !important;
}

[data-ui-component="caseStudyCard--ARPRO"] {
  display: none !important;
}

[data-ui-component="caseStudyCard--ClearTechLATAM"] {
  display: none !important;
}

[data-ui-component="caseStudyCard--ArupLATAM"] {
  display: none !important;
}

[data-ui-component="caseStudyCard--BornhorstWard"] {
  display: none !important;
}

[data-ui-component="caseStudyCard--Zengun"] {
  display: none !important;
}

html:lang(en-GB) [data-ui-component="cardSkanskaNKS"],
html:lang(en-AU) [data-ui-component="cardSkanskaNKS"],
html:lang(da-DK) [data-ui-component="cardSkanskaNKS"],
html:lang(de-DE) [data-ui-component="cardSkanskaNKS"],
html:lang(de-CH) [data-ui-component="cardSkanskaNKS"],
html:lang(nb-NO) [data-ui-component="cardSkanskaNKS"],
html:lang(nl-NL) [data-ui-component="cardSkanskaNKS"],
html:lang(sv-SE) [data-ui-component="cardSkanskaNKS"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardCOWI"],
html:lang(en-AU) [data-ui-component="cardCOWI"],
html:lang(da-DK) [data-ui-component="cardCOWI"],
html:lang(de-DE) [data-ui-component="cardCOWI"],
html:lang(de-CH) [data-ui-component="cardCOWI"],
html:lang(nb-NO) [data-ui-component="cardCOWI"],
html:lang(nl-NL) [data-ui-component="cardCOWI"],
html:lang(sv-SE) [data-ui-component="cardCOWI"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(nl-NL) [data-ui-component="cardHilsonMoranStudio"] {
  display: none !important;
}

html:lang(en-US) [data-ui-component="cardSkanskaNKS"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-US) [data-ui-component="cardArup"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-AU) [data-ui-component="cardPremierMechanical"],
html:lang(en-GB) [data-ui-component="cardPremierMechanical"],
html:lang(en-US) [data-ui-component="cardPremierMechanical"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-AU) [data-ui-component="cardHurleyPalmerFlatt"],
html:lang(en-GB) [data-ui-component="cardHurleyPalmerFlatt"],
html:lang(en-US) [data-ui-component="cardHurleyPalmerFlatt"],
html:lang(de-DE) [data-ui-component="cardHurleyPalmerFlatt"],
html:lang(da-DK) [data-ui-component="cardHurleyPalmerFlatt"],
html:lang(sv-SE) [data-ui-component="cardHurleyPalmerFlatt"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-AU) [data-ui-component="cardBallymore"],
html:lang(en-GB) [data-ui-component="cardBallymore"],
html:lang(en-US) [data-ui-component="cardBallymore"],
html:lang(de-DE) [data-ui-component="cardBallymore"],
html:lang(da-DK) [data-ui-component="cardBallymore"],
html:lang(sv-SE) [data-ui-component="cardBallymore"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-AU) [data-ui-component="cardCCIMechanical"],
html:lang(en-GB) [data-ui-component="cardCCIMechanical"],
html:lang(en-US) [data-ui-component="cardCCIMechanical"],
html:lang(de-DE) [data-ui-component="cardCCIMechanical"],
html:lang(da-DK) [data-ui-component="cardCCIMechanical"],
html:lang(sv-SE) [data-ui-component="cardCCIMechanical"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardSkanskaESS"],
html:lang(en-AU) [data-ui-component="cardSkanskaESS"],
html:lang(da-DK) [data-ui-component="cardSkanskaESS"],
html:lang(de-DE) [data-ui-component="cardSkanskaESS"],
html:lang(nb-NO) [data-ui-component="cardSkanskaESS"],
html:lang(sv-SE) [data-ui-component="cardSkanskaESS"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardRamboll"],
html:lang(en-AU) [data-ui-component="cardRamboll"],
html:lang(da-DK) [data-ui-component="cardRamboll"],
html:lang(de-DE) [data-ui-component="cardRamboll"],
html:lang(nb-NO) [data-ui-component="cardRamboll"],
html:lang(sv-SE) [data-ui-component="cardRamboll"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardForciaLondonArcade"],
html:lang(en-AU) [data-ui-component="cardForciaLondonArcade"],
html:lang(da-DK) [data-ui-component="cardForciaLondonArcade"],
html:lang(de-DE) [data-ui-component="cardForciaLondonArcade"],
html:lang(nb-NO) [data-ui-component="cardForciaLondonArcade"],
html:lang(sv-SE) [data-ui-component="cardForciaLondonArcade"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardArup"],
html:lang(en-AU) [data-ui-component="cardArup"],
html:lang(da-DK) [data-ui-component="cardArup"],
html:lang(de-DE) [data-ui-component="cardArup"],
html:lang(nb-NO) [data-ui-component="cardArup"],
html:lang(sv-SE) [data-ui-component="cardArup"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardClearTech"],
html:lang(en-AU) [data-ui-component="cardClearTech"],
html:lang(da-DK) [data-ui-component="cardClearTech"],
html:lang(de-DE) [data-ui-component="cardClearTech"],
html:lang(nb-NO) [data-ui-component="cardClearTech"],
html:lang(sv-SE) [data-ui-component="cardClearTech"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardCotteeParker"],
html:lang(en-AU) [data-ui-component="cardCotteeParker"],
html:lang(da-DK) [data-ui-component="cardCotteeParker"],
html:lang(de-DE) [data-ui-component="cardCotteeParker"],
html:lang(nb-NO) [data-ui-component="cardCotteeParker"],
html:lang(sv-SE) [data-ui-component="cardCotteeParker"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardMechwest"],
html:lang(en-AU) [data-ui-component="cardMechwest"],
html:lang(da-DK) [data-ui-component="cardMechwest"],
html:lang(de-DE) [data-ui-component="cardMechwest"],
html:lang(nb-NO) [data-ui-component="cardMechwest"],
html:lang(sv-SE) [data-ui-component="cardMechwest"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardMRkusEngineering"],
html:lang(en-AU) [data-ui-component="cardMRkusEngineering"],
html:lang(da-DK) [data-ui-component="cardMRkusEngineering"],
html:lang(de-DE) [data-ui-component="cardMRkusEngineering"],
html:lang(nb-NO) [data-ui-component="cardMRkusEngineering"],
html:lang(sv-SE) [data-ui-component="cardMRkusEngineering"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardTheWalshGroup"],
html:lang(en-AU) [data-ui-component="cardTheWalshGroup"],
html:lang(da-DK) [data-ui-component="cardTheWalshGroup"],
html:lang(de-DE) [data-ui-component="cardTheWalshGroup"],
html:lang(nb-NO) [data-ui-component="cardTheWalshGroup"],
html:lang(sv-SE) [data-ui-component="cardTheWalshGroup"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardRibunaAG"],
html:lang(en-AU) [data-ui-component="cardRibunaAG"],
html:lang(da-DK) [data-ui-component="cardRibunaAG"],
html:lang(de-DE) [data-ui-component="cardRibunaAG"],
html:lang(nb-NO) [data-ui-component="cardRibunaAG"],
html:lang(sv-SE) [data-ui-component="cardRibunaAG"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardBornhorstWard"],
html:lang(en-AU) [data-ui-component="cardBornhorstWard"],
html:lang(da-DK) [data-ui-component="cardBornhorstWard"],
html:lang(de-DE) [data-ui-component="cardBornhorstWard"],
html:lang(nb-NO) [data-ui-component="cardBornhorstWard"],
html:lang(sv-SE) [data-ui-component="cardBornhorstWard"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardZengun"],
html:lang(en-AU) [data-ui-component="cardZengun"],
html:lang(da-DK) [data-ui-component="cardZengun"],
html:lang(de-DE) [data-ui-component="cardZengun"],
html:lang(nb-NO) [data-ui-component="cardZengun"],
html:lang(sv-SE) [data-ui-component="cardZengun"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardInterstateElectrical"],
html:lang(en-AU) [data-ui-component="cardInterstateElectrical"],
html:lang(da-DK) [data-ui-component="cardInterstateElectrical"],
html:lang(de-DE) [data-ui-component="cardInterstateElectrical"],
html:lang(nb-NO) [data-ui-component="cardInterstateElectrical"],
html:lang(sv-SE) [data-ui-component="cardInterstateElectrical"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardMTHJgaard"],
html:lang(en-AU) [data-ui-component="cardMTHJgaard"],
html:lang(da-DK) [data-ui-component="cardMTHJgaard"],
html:lang(sv-SE) [data-ui-component="cardMTHJgaard"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardSolidEarth"],
html:lang(en-AU) [data-ui-component="cardSolidEarth"],
html:lang(da-DK) [data-ui-component="cardSolidEarth"],
html:lang(de-DE) [data-ui-component="cardSolidEarth"],
html:lang(sv-SE) [data-ui-component="cardSolidEarth"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardAksa"],
html:lang(en-AU) [data-ui-component="cardAksa"],
html:lang(da-DK) [data-ui-component="cardAksa"],
html:lang(de-DE) [data-ui-component="cardAksa"],
html:lang(sv-SE) [data-ui-component="cardAksa"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardTurnerConstruction"],
html:lang(en-AU) [data-ui-component="cardTurnerConstruction"],
html:lang(da-DK) [data-ui-component="cardTurnerConstruction"],
html:lang(de-DE) [data-ui-component="cardTurnerConstruction"],
html:lang(sv-SE) [data-ui-component="cardTurnerConstruction"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) #caseStudyVideo-solidEarth,
html:lang(en-AU) #caseStudyVideo-solidEarth,
html:lang(da-DK) #caseStudyVideo-solidEarth,
html:lang(de-DE) #caseStudyVideo-solidEarth,
html:lang(sv-SE) #caseStudyVideo-solidEarth {
  display: none !important;
  padding: 0 !important;
}

html:lang(de-CH) [data-ui-component="cardTGSArchitekten"],
html:lang(de-DE) [data-ui-component="cardTGSArchitekten"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardPlumco"],
html:lang(en-AU) [data-ui-component="cardPlumco"],
html:lang(nl-NL) [data-ui-component="cardPlumco"],
html:lang(fr-FR) [data-ui-component="cardPlumco"],
html:lang(de-DE) [data-ui-component="cardPlumco"],
html:lang(da-DK) [data-ui-component="cardPlumco"],
html:lang(sv-SE) [data-ui-component="cardPlumco"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(en-GB) [data-ui-component="cardARPRO"],
html:lang(es-ES) [data-ui-component="cardARPRO"],
html:lang(en-AU) [data-ui-component="cardARPRO"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardNCC"],
html:lang(fr-FR) [data-ui-component="cardNCC"],
html:lang(it-IT) [data-ui-component="cardNCC"],
html:lang(nl-NL) [data-ui-component="cardNCC"],
html:lang(fi-FI) [data-ui-component="cardNCC"],
html:lang(ja-JP) [data-ui-component="cardNCC"],
html:lang(ko-KR) [data-ui-component="cardNCC"] {
  display: none !important;
}

html:lang(es-ES) [data-ui-component="cardHilsonMoranStudio"],
html:lang(fr-FR) [data-ui-component="cardHilsonMoranStudio"],
html:lang(it-IT) [data-ui-component="cardHilsonMoranStudio"],
html:lang(nl-NL) [data-ui-component="cardHilsonMoranStudio"],
html:lang(fi-FI) [data-ui-component="cardHilsonMoranStudio"],
html:lang(ja-JP) [data-ui-component="cardHilsonMoranStudio"],
html:lang(ko-KR) [data-ui-component="cardHilsonMoranStudio"] {
  display: none !important;
}

html:lang(es-ES) [data-ui-component="cardHilsonMoran"],
html:lang(fr-FR) [data-ui-component="cardHilsonMoran"],
html:lang(it-IT) [data-ui-component="cardHilsonMoran"],
html:lang(nl-NL) [data-ui-component="cardHilsonMoran"],
html:lang(fi-FI) [data-ui-component="cardHilsonMoran"],
html:lang(ja-JP) [data-ui-component="cardHilsonMoran"],
html:lang(ko-KR) [data-ui-component="cardHilsonMoran"] {
  display: none !important;
}

html:lang(es-ES) [data-ui-component="cardForcia"],
html:lang(fr-FR) [data-ui-component="cardForcia"],
html:lang(it-IT) [data-ui-component="cardForcia"],
html:lang(nl-NL) [data-ui-component="cardForcia"],
html:lang(fi-FI) [data-ui-component="cardForcia"],
html:lang(ja-JP) [data-ui-component="cardForcia"],
html:lang(ko-KR) [data-ui-component="cardForcia"] {
  display: none !important;
}

html:lang(es-ES) [data-ui-component="cardMcCarlS"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardHilsonMoranStudio"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardCCIMechanical"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardMRkusEngineering"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardClearTech"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardCotteeParker"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardTheWalshGroup"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardArup"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardMechwest"] {
  display: -ms-flexbox !important;
  display: flex !important;
}

html:lang(es-ES) [data-ui-component="cardPremierMechanical"] {
  display: -ms-flexbox !important;
  display: flex !important;
}


html:lang(da-DK) .u-hideDK {
  display: none !important;
}

html:lang(da-DK) .u-showDK {
  display: inherit !important;
}

html:lang(de-CH) .u-hideDECH {
  display: none !important;
}

html:lang(de-CH) .u-showDECH {
  display: inherit !important;
}

html:lang(de-DE) .u-hideDE {
  display: none !important;
}

html:lang(de-DE) .u-showDE {
  display: inherit !important;
}

html:lang(en-AU) .u-hideAU {
  display: none !important;
}

html:lang(en-AU) .u-showAU {
  display: inherit !important;
}

html:lang(en-GB) .u-hideGB,
html:lang(en-GB) .u-hideUK {
  display: none !important;
}

html:lang(en-GB) .u-showGB,
html:lang(en-GB) .u-showUK {
  display: inherit !important;
}

html:lang(en-US) .u-hideUS {
  display: none !important;
}

html:lang(en-US) .u-showUS {
  display: inherit !important;
}

html:lang(es-ES) .u-hideES {
  display: none !important;
}

html:lang(es-ES) .u-showES {
  display: inherit !important;
}

html:lang(fi-FI) .u-hideFI {
  display: none !important;
}

html:lang(fi-FI) .u-showFI {
  display: inherit !important;
}

html:lang(fr-FR) .u-hideFR {
  display: none !important;
}

html:lang(fr-FR) .u-showFR {
  display: inherit !important;
}

html:lang(it-IT) .u-hideIT {
  display: none !important;
}

html:lang(it-IT) .u-showIT {
  display: inherit !important;
}

html:lang(ja-JP) .u-hideJP {
  display: none !important;
}

html:lang(ja-JP) .u-showJP {
  display: inherit !important;
}

html:lang(ko-KR) .u-hideKR {
  display: none !important;
}

html:lang(ko-KR) .u-showKR {
  display: inherit !important;
}

html:lang(nb-NO) .u-hideNO {
  display: none !important;
}

html:lang(nb-NO) .u-showNO {
  display: inherit !important;
}

html:lang(nl-NL) .u-hideNL {
  display: none !important;
}

html:lang(nl-NL) .u-showNL {
  display: inherit !important;
}

html:lang(nl-NL) [data-ui-component="cardNCC"],
html:lang(nl-NL) [data-ui-component="cardHilsonMoran"],
html:lang(nl-NL) [data-ui-component="cardForcia"] {
  display: none !important;
}

html:lang(sv-SE) .u-hideSE {
  display: none !important;
}

html:lang(sv-SE) .u-showSE {
  display: inherit !important;
}

html:lang(en-AU) .u-hideLevel1Langs,
html:lang(en-GB) .u-hideLevel1Langs {
  display: none !important;
}

html:lang(en-AU) .u-showLevel1Langs,
html:lang(en-GB) .u-showLevel1Langs {
  display: inherit !important;
}

html:lang(da-DK) .u-hideLevel2Langs,
html:lang(de-CH) .u-hideLevel2Langs,
html:lang(de-DE) .u-hideLevel2Langs,
html:lang(nb-NO) .u-hideLevel2Langs,
html:lang(nl-NL) .u-hideLevel2Langs,
html:lang(sv-SE) .u-hideLevel2Langs {
  display: none !important;
}

html:lang(da-DK) .u-showLevel2Langs,
html:lang(de-CH) .u-showLevel2Langs,
html:lang(de-DE) .u-showLevel2Langs,
html:lang(nb-NO) .u-showLevel2Langs,
html:lang(nl-NL) .u-showLevel2Langs,
html:lang(sv-SE) .u-showLevel2Langs {
  display: inherit !important;
}

html:lang(es-ES) .u-hideLevel3Langs,
html:lang(fi-FI) .u-hideLevel3Langs,
html:lang(fr-FR) .u-hideLevel3Langs,
html:lang(it-IT) .u-hideLevel3Langs,
html:lang(ja-JP) .u-hideLevel3Langs,
html:lang(ko-KR) .u-hideLevel3Langs {
  display: none !important;
}

html:lang(es-ES) .u-showLevel3Langs,
html:lang(fi-FI) .u-showLevel3Langs,
html:lang(fr-FR) .u-showLevel3Langs,
html:lang(it-IT) .u-showLevel3Langs,
html:lang(ja-JP) .u-showLevel3Langs,
html:lang(ko-KR) .u-showLevel3Langs {
  display: inherit !important;
}

html:lang(da-DK) .u-hideNordicLangs,
html:lang(fi-FI) .u-hideNordicLangs,
html:lang(nb-NO) .u-hideNordicLangs,
html:lang(sv-SE) .u-hideNordicLangs {
  display: none !important;
}

html:lang(da-DK) .u-showNordicLangs,
html:lang(fi-FI) .u-showNordicLangs,
html:lang(nb-NO) .u-showNordicLangs,
html:lang(sv-SE) .u-showNordicLangs {
  display: inherit !important;
}

html:lang(en-US) .u-hideEnglish,
html:lang(en-AU) .u-hideEnglish,
html:lang(en-GB) .u-hideEnglish,
.smartling-en .u-hideEnglish {
  display: none !important;
}

html:lang(en-US) .u-showEnglish,
html:lang(en-AU) .u-showEnglish,
html:lang(en-GB) .u-showEnglish,
.smartling-en .u-showEnglish {
  display: inherit !important;
}

html:lang(it-IT) .u-hideEU,
html:lang(nl-NL) .u-hideEU,
html:lang(da-DK) .u-hideEU,
html:lang(fi-FI) .u-hideEU,
html:lang(fr-FR) .u-hideEU,
html:lang(de-DE) .u-hideEU,
html:lang(de-CH) .u-hideEU,
html:lang(es-ES) .u-hideEU,
html:lang(sv-SE) .u-hideEU,
html:lang(en-GB) .u-hideEU {
  display: none !important;
}

html:lang(it-IT) .u-showEU,
html:lang(nl-NL) .u-showEU,
html:lang(da-DK) .u-showEU,
html:lang(fi-FI) .u-showEU,
html:lang(fr-FR) .u-showEU,
html:lang(de-DE) .u-showEU,
html:lang(de-CH) .u-showEU,
html:lang(es-ES) .u-showEU,
html:lang(sv-SE) .u-showEU,
html:lang(en-GB) .u-showEU {
  display: inherit !important;
}

html:not(:lang(en-US)) .u-hideAllIntlLangs {
  display: none !important;
}

html:not(:lang(en-US)) .u-showAllIntlLangs {
  display: inherit !important;
}

@media (min-width: 840px) {
  html:not(:lang(en-US)) .navigation-item .dropdown {
    width: 255px;
  }
}

.genesis-skip-link {
  display: none !important;
}

html {
  cursor: auto !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img:not(.img_draggable) {
  pointer-events: none;
}

.o-wrapper--large {
  max-width: 1400px !important;
}

.css_tooltip[data-tooltip]:before {
  border-color: #fff transparent transparent !important;
  z-index: 2;
}
.css_tooltip[data-tooltip]:after {
  background-color: #fff !important;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.13)) drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.06));
  z-index: 1;
}
.slideInScroll {
  opacity: 0;
  transform: translateY(25%);
  transition: all 0.50s ease-out;
}
.slideInScroll.visible {
  opacity: 1;
  transform: translateY(0);
}